All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Workcalendar |
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(Workcalendar[] object) |
static Workcalendar[] |
getallactive(QueryFilter additionalcondition) |
static Workcalendar[] |
getallchildrenforholidayset(DataObjectId<Holidayset> parentid,
QueryFilter additionalcondition) |
Weeklyslot[] |
getallchildrenforworkcalendarforweeklyslot(QueryFilter additionalcondition) |
Weeklyslot[] |
getallchildrenforworkcalendarforweeklyslot(QueryFilter additionalcondition,
ActionExecution contextaction,
SecurityInDataMethod method) |
static Weeklyslot[] |
getallchildrenforworkcalendarforweeklyslot(Workcalendar[] object,
QueryFilter additionalcondition) |
static WorkcalendarDefinition |
getDefinition() |
DataObjectId<Workcalendar> |
getId() |
static DataObjectFieldMarker<Workcalendar> |
getIdFieldMarker() |
static AttributeMarker<Workcalendar,TObjectIdDataEltType<Workcalendar>> |
getIdMarker() |
DataObjectId<Holidayset> |
getLinkedtoparentforholidaysetid() |
static DataObjectFieldMarker<Workcalendar> |
getLinkedtoparentforholidaysetidFieldMarker() |
static AttributeMarker<Workcalendar,TObjectIdDataEltType<Holidayset>> |
getLinkedtoparentforholidaysetidMarker() |
java.lang.String |
getLinkedtoparentforholidaysetnr() |
static DataObjectFieldMarker<Workcalendar> |
getLinkedtoparentforholidaysetnrFieldMarker() |
java.lang.String |
getLinkedtoparentforholidaysetobjectname() |
static DataObjectFieldMarker<Workcalendar> |
getLinkedtoparentforholidaysetobjectnameFieldMarker() |
UniqueidentifiedInterface.MassiveDelete<Workcalendar> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Workcalendar> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Workcalendar> |
getMassiveUpdate() |
java.lang.String |
getNr() |
static DataObjectFieldMarker<Workcalendar> |
getNrFieldMarker() |
static Workcalendar[] |
getobjectbynumber(java.lang.String nr) |
java.lang.String |
getObjectname()
gets the object name
|
static DataObjectFieldMarker<Workcalendar> |
getObjectnameFieldMarker() |
Holidayset |
getparentforholidayset() |
Holidayset |
getparentforholidayset(ActionExecution contextaction,
SecurityInDataMethod method) |
<Z extends DataObjectProperty<Workcalendar>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
static Workcalendar |
getuniqueobjectbynumber(java.lang.String nr,
QueryFilter additionalcondition) |
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Workcalendar[] object) |
static Workcalendar |
readone(DataObjectId<Workcalendar> id) |
static Workcalendar[] |
readseveral(DataObjectId<Workcalendar>[] id) |
void |
refresh() |
void |
refresh(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setobjectname(java.lang.String name)
sets the object name
|
void |
setobjectname(java.lang.String name,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setobjectnumber(java.lang.String nr)
change the number of the object and persists the change
|
void |
setobjectnumber(java.lang.String nr,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentforholidayset(DataObjectId<Holidayset> parent) |
void |
setparentforholidayset(DataObjectId<Holidayset> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentwithoutupdateforholidayset(DataObjectId<Holidayset> parent) |
void |
setparentwithoutupdateforholidayset(DataObjectId<Holidayset> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Workcalendar[] object) |
static void |
updatePersistenceStorage() |