All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Objattachment |
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(Objattachment[] object) |
static Objattachment[] |
getallactive(QueryFilter additionalcondition) |
static Objattachment[] |
getallchildrenforcontent(DataObjectId<Binaryfile> parentid,
QueryFilter additionalcondition) |
static Objattachment[] |
getallforgenericidforowner(DataObjectId genericobjectid,
QueryFilter additionalcondition) |
java.lang.String |
getComment() |
static DataObjectFieldMarker<Objattachment> |
getCommentFieldMarker() |
java.util.Date |
getCreatetime() |
static DataObjectFieldMarker<Objattachment> |
getCreatetimeFieldMarker() |
DataObjectId<Appuser> |
getCreateuserid()
gets the id of the AppUser who created the object
|
static DataObjectFieldMarker<Objattachment> |
getCreateuseridFieldMarker() |
static AttributeMarker<Objattachment,TObjectIdDataEltType<Appuser>> |
getCreateuseridMarker() |
static ObjattachmentDefinition |
getDefinition() |
java.lang.String |
getFilename() |
static DataObjectFieldMarker<Objattachment> |
getFilenameFieldMarker() |
java.lang.String |
getFilesize() |
static DataObjectFieldMarker<Objattachment> |
getFilesizeFieldMarker() |
DataObjectId |
getGenericlinkforownerid() |
static DataObjectFieldMarker<Objattachment> |
getGenericlinkforowneridFieldMarker() |
static AttributeMarker<Objattachment,TObjectIdDataEltType> |
getGenericlinkforowneridMarker() |
DataObjectId<Objattachment> |
getId() |
static DataObjectFieldMarker<Objattachment> |
getIdFieldMarker() |
static AttributeMarker<Objattachment,TObjectIdDataEltType<Objattachment>> |
getIdMarker() |
DataObjectId |
getlinkedobjectidforowner() |
DataObjectId |
getlinkedobjectidforowner(ActionExecution contextaction,
SecurityInDataMethod method) |
DataObjectId<Binaryfile> |
getLinkedtoparentforcontentid() |
static DataObjectFieldMarker<Objattachment> |
getLinkedtoparentforcontentidFieldMarker() |
static AttributeMarker<Objattachment,TObjectIdDataEltType<Binaryfile>> |
getLinkedtoparentforcontentidMarker() |
UniqueidentifiedInterface.MassiveDelete<Objattachment> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Objattachment> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Objattachment> |
getMassiveUpdate() |
Binaryfile |
getparentforcontent() |
Binaryfile |
getparentforcontent(ActionExecution contextaction,
SecurityInDataMethod method) |
<Z extends DataObjectProperty<Objattachment>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
java.util.Date |
getUpdatetime() |
static DataObjectFieldMarker<Objattachment> |
getUpdatetimeFieldMarker() |
DataObjectId<Appuser> |
getUpdateuserid() |
static DataObjectFieldMarker<Objattachment> |
getUpdateuseridFieldMarker() |
static AttributeMarker<Objattachment,TObjectIdDataEltType<Appuser>> |
getUpdateuseridMarker() |
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Objattachment[] object) |
static Objattachment |
readone(DataObjectId<Objattachment> id) |
static Objattachment[] |
readseveral(DataObjectId<Objattachment>[] id) |
void |
refresh() |
void |
refresh(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setComment(java.lang.String field) |
void |
setFilename(java.lang.String field) |
void |
setFilesize(java.lang.String field) |
void |
setlinkedobjectidforowner(DataObjectId parent) |
void |
setlinkedobjectidforowner(DataObjectId parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentforcontent(DataObjectId<Binaryfile> parent) |
void |
setparentforcontent(DataObjectId<Binaryfile> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentwithoutupdateforcontent(DataObjectId<Binaryfile> parent) |
void |
setparentwithoutupdateforcontent(DataObjectId<Binaryfile> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Objattachment[] object) |
static void |
updatePersistenceStorage() |