All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Usersession |
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(Usersession[] object) |
java.lang.Integer |
getActions() |
static DataObjectFieldMarker<Usersession> |
getActionsFieldMarker() |
static Usersession[] |
getallactive(QueryFilter additionalcondition) |
static Usersession[] |
getallchildrenforsessionuser(DataObjectId<Appuser> parentid,
QueryFilter additionalcondition) |
java.lang.String |
getClientip() |
static DataObjectFieldMarker<Usersession> |
getClientipFieldMarker() |
java.lang.String |
getClientpid() |
static DataObjectFieldMarker<Usersession> |
getClientpidFieldMarker() |
static UsersessionDefinition |
getDefinition() |
java.util.Date |
getEndtime() |
static DataObjectFieldMarker<Usersession> |
getEndtimeFieldMarker() |
DataObjectId<Usersession> |
getId() |
static DataObjectFieldMarker<Usersession> |
getIdFieldMarker() |
static AttributeMarker<Usersession,TObjectIdDataEltType<Usersession>> |
getIdMarker() |
java.util.Date |
getLastaction() |
static DataObjectFieldMarker<Usersession> |
getLastactionFieldMarker() |
DataObjectId<Appuser> |
getLinkedtoparentforsessionuserid() |
static DataObjectFieldMarker<Usersession> |
getLinkedtoparentforsessionuseridFieldMarker() |
static AttributeMarker<Usersession,TObjectIdDataEltType<Appuser>> |
getLinkedtoparentforsessionuseridMarker() |
java.lang.String |
getLinkedtoparentforsessionusernr() |
static DataObjectFieldMarker<Usersession> |
getLinkedtoparentforsessionusernrFieldMarker() |
java.lang.String |
getLinkedtoparentforsessionuserobjectname() |
static DataObjectFieldMarker<Usersession> |
getLinkedtoparentforsessionuserobjectnameFieldMarker() |
UniqueidentifiedInterface.MassiveDelete<Usersession> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Usersession> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Usersession> |
getMassiveUpdate() |
Appuser |
getparentforsessionuser() |
Appuser |
getparentforsessionuser(ActionExecution contextaction,
SecurityInDataMethod method) |
<Z extends DataObjectProperty<Usersession>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
java.util.Date |
getStarttime() |
static DataObjectFieldMarker<Usersession> |
getStarttimeFieldMarker() |
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Usersession[] object) |
static Usersession |
readone(DataObjectId<Usersession> id) |
static Usersession[] |
readseveral(DataObjectId<Usersession>[] id) |
void |
refresh() |
void |
refresh(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setActions(java.lang.Integer field) |
void |
setClientip(java.lang.String field) |
void |
setClientpid(java.lang.String field) |
void |
setEndtime(java.util.Date field) |
void |
setLastaction(java.util.Date field) |
void |
setparentforsessionuser(DataObjectId<Appuser> parent) |
void |
setparentforsessionuser(DataObjectId<Appuser> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentwithoutupdateforsessionuser(DataObjectId<Appuser> parent) |
void |
setparentwithoutupdateforsessionuser(DataObjectId<Appuser> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setStarttime(java.util.Date field) |
void |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Usersession[] object) |
static void |
updatePersistenceStorage() |