All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
java.lang.Integer |
archivethisiteration()
when archiving this iteration, a copy of the current data is stored and new
iteration index for current data is generated
|
java.lang.Integer |
archivethisiteration(ActionExecution contextaction,
SecurityInDataMethod method) |
Systemattribute |
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(Systemattribute[] object) |
static Systemattribute[] |
getallactive(QueryFilter additionalcondition) |
static Systemattribute[] |
getallobjectiterationsbyobjectid(DataObjectId<Systemattribute> id) |
java.lang.String |
getblankupdatenote() |
java.lang.String |
getblankupdatenote(ActionExecution contextaction,
SecurityInDataMethod method) |
java.lang.String |
getComment() |
static DataObjectFieldMarker<Systemattribute> |
getCommentFieldMarker() |
java.util.Date |
getCreatetime() |
static DataObjectFieldMarker<Systemattribute> |
getCreatetimeFieldMarker() |
DataObjectId<Appuser> |
getCreateuserid()
gets the id of the AppUser who created the object
|
static DataObjectFieldMarker<Systemattribute> |
getCreateuseridFieldMarker() |
static AttributeMarker<Systemattribute,TObjectIdDataEltType<Appuser>> |
getCreateuseridMarker() |
static SystemattributeDefinition |
getDefinition() |
DataObjectId<Systemattribute> |
getId() |
static DataObjectFieldMarker<Systemattribute> |
getIdFieldMarker() |
static AttributeMarker<Systemattribute,TObjectIdDataEltType<Systemattribute>> |
getIdMarker() |
java.lang.Integer |
getIteration()
gets the iteration number for this record
|
static DataObjectFieldMarker<Systemattribute> |
getIterationFieldMarker() |
static AttributeMarker<Systemattribute,IntegerDataEltType> |
getIterationMarker() |
java.lang.String |
getLatest() |
static DataObjectFieldMarker<Systemattribute> |
getLatestFieldMarker() |
UniqueidentifiedInterface.MassiveDelete<Systemattribute> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Systemattribute> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Systemattribute> |
getMassiveUpdate() |
java.lang.String |
getNr() |
static DataObjectFieldMarker<Systemattribute> |
getNrFieldMarker() |
static Systemattribute[] |
getobjectbynumber(java.lang.String nr) |
<Z extends DataObjectProperty<Systemattribute>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
static Systemattribute |
getuniqueobjectbynumber(java.lang.String nr,
QueryFilter additionalcondition) |
java.lang.String |
getUpdatenote() |
static DataObjectFieldMarker<Systemattribute> |
getUpdatenoteFieldMarker() |
java.util.Date |
getUpdatetime() |
static DataObjectFieldMarker<Systemattribute> |
getUpdatetimeFieldMarker() |
DataObjectId<Appuser> |
getUpdateuserid() |
static DataObjectFieldMarker<Systemattribute> |
getUpdateuseridFieldMarker() |
static AttributeMarker<Systemattribute,TObjectIdDataEltType<Appuser>> |
getUpdateuseridMarker() |
java.lang.String |
getValue() |
static DataObjectFieldMarker<Systemattribute> |
getValueFieldMarker() |
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Systemattribute[] object) |
static Systemattribute |
readiteration(DataObjectId<Systemattribute> id,
java.lang.Integer iteration) |
static Systemattribute |
readone(DataObjectId<Systemattribute> id) |
static Systemattribute[] |
readseveral(DataObjectId<Systemattribute>[] id) |
void |
refresh() |
void |
refresh(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setComment(java.lang.String field) |
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 |
setupdatenote(java.lang.String updatenote)
sets the new update note for the current iteration.
|
void |
setupdatenote(java.lang.String updatenote,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setValue(java.lang.String field) |
void |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Systemattribute[] object) |
static void |
updatePersistenceStorage() |