All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Holidayset |
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(Holidayset[] object) |
static Holidayset[] |
getallactive(QueryFilter additionalcondition) |
static Holiday[] |
getallchildrenforholidaysetforholiday(Holidayset[] object,
QueryFilter additionalcondition) |
Holiday[] |
getallchildrenforholidaysetforholiday(QueryFilter additionalcondition) |
Holiday[] |
getallchildrenforholidaysetforholiday(QueryFilter additionalcondition,
ActionExecution contextaction,
SecurityInDataMethod method) |
static Workcalendar[] |
getallchildrenforholidaysetforworkcalendar(Holidayset[] object,
QueryFilter additionalcondition) |
Workcalendar[] |
getallchildrenforholidaysetforworkcalendar(QueryFilter additionalcondition) |
Workcalendar[] |
getallchildrenforholidaysetforworkcalendar(QueryFilter additionalcondition,
ActionExecution contextaction,
SecurityInDataMethod method) |
static HolidaysetDefinition |
getDefinition() |
DataObjectId<Holidayset> |
getId() |
static DataObjectFieldMarker<Holidayset> |
getIdFieldMarker() |
static AttributeMarker<Holidayset,TObjectIdDataEltType<Holidayset>> |
getIdMarker() |
UniqueidentifiedInterface.MassiveDelete<Holidayset> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Holidayset> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Holidayset> |
getMassiveUpdate() |
java.lang.String |
getNr() |
static DataObjectFieldMarker<Holidayset> |
getNrFieldMarker() |
static Holidayset[] |
getobjectbynumber(java.lang.String nr) |
java.lang.String |
getObjectname()
gets the object name
|
static DataObjectFieldMarker<Holidayset> |
getObjectnameFieldMarker() |
<Z extends DataObjectProperty<Holidayset>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
static Holidayset |
getuniqueobjectbynumber(java.lang.String nr,
QueryFilter additionalcondition) |
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Holidayset[] object) |
static Holidayset |
readone(DataObjectId<Holidayset> id) |
static Holidayset[] |
readseveral(DataObjectId<Holidayset>[] 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 |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Holidayset[] object) |
static void |
updatePersistenceStorage() |