All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Weeklyslot |
deepcopy()
A deep copy will return a fresh object that has all fields copied and all
properties initiatilized like a new object.
|
void |
delete()
remove the dataobject from the persistence layer
|
void |
delete(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
delete(Weeklyslot[] object) |
static Weeklyslot[] |
getallactive(QueryFilter additionalcondition) |
static Weeklyslot[] |
getallchildrenforworkcalendar(DataObjectId<Workcalendar> parentid,
QueryFilter additionalcondition) |
ChoiceValue<WeeklyslotChoiceDefinition> |
getDaysinweeek() |
static DataObjectFieldMarker<Weeklyslot> |
getDaysinweeekFieldMarker() |
static WeeklyslotDefinition |
getDefinition() |
java.math.BigDecimal |
getHourend() |
static DataObjectFieldMarker<Weeklyslot> |
getHourendFieldMarker() |
java.math.BigDecimal |
getHourstart() |
static DataObjectFieldMarker<Weeklyslot> |
getHourstartFieldMarker() |
DataObjectId<Weeklyslot> |
getId() |
static DataObjectFieldMarker<Weeklyslot> |
getIdFieldMarker() |
static AttributeMarker<Weeklyslot,TObjectIdDataEltType<Weeklyslot>> |
getIdMarker() |
DataObjectId<Workcalendar> |
getLinkedtoparentforworkcalendarid() |
static DataObjectFieldMarker<Weeklyslot> |
getLinkedtoparentforworkcalendaridFieldMarker() |
static AttributeMarker<Weeklyslot,TObjectIdDataEltType<Workcalendar>> |
getLinkedtoparentforworkcalendaridMarker() |
java.lang.String |
getLinkedtoparentforworkcalendarnr() |
static DataObjectFieldMarker<Weeklyslot> |
getLinkedtoparentforworkcalendarnrFieldMarker() |
java.lang.String |
getLinkedtoparentforworkcalendarobjectname() |
static DataObjectFieldMarker<Weeklyslot> |
getLinkedtoparentforworkcalendarobjectnameFieldMarker() |
UniqueidentifiedInterface.MassiveDelete<Weeklyslot> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Weeklyslot> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Weeklyslot> |
getMassiveUpdate() |
java.math.BigDecimal |
getMinuteend() |
static DataObjectFieldMarker<Weeklyslot> |
getMinuteendFieldMarker() |
java.math.BigDecimal |
getMinutestart() |
static DataObjectFieldMarker<Weeklyslot> |
getMinutestartFieldMarker() |
Workcalendar |
getparentforworkcalendar() |
Workcalendar |
getparentforworkcalendar(ActionExecution contextaction,
SecurityInDataMethod method) |
<Z extends DataObjectProperty<Weeklyslot>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Weeklyslot[] object) |
static Weeklyslot |
readone(DataObjectId<Weeklyslot> id) |
static Weeklyslot[] |
readseveral(DataObjectId<Weeklyslot>[] id) |
void |
refresh() |
void |
refresh(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setDaysinweeek(ChoiceValue<WeeklyslotChoiceDefinition> field) |
void |
setHourend(java.math.BigDecimal field) |
void |
setHourstart(java.math.BigDecimal field) |
void |
setMinuteend(java.math.BigDecimal field) |
void |
setMinutestart(java.math.BigDecimal field) |
void |
setparentforworkcalendar(DataObjectId<Workcalendar> parent) |
void |
setparentforworkcalendar(DataObjectId<Workcalendar> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentwithoutupdateforworkcalendar(DataObjectId<Workcalendar> parent) |
void |
setparentwithoutupdateforworkcalendar(DataObjectId<Workcalendar> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Weeklyslot[] object) |
static void |
updatePersistenceStorage() |