All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Taskchoice |
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(Taskchoice[] object) |
static Taskchoice[] |
getallactive(QueryFilter additionalcondition) |
static Taskchoice[] |
getallchildrenfortask(DataObjectId<Task> parentid,
QueryFilter additionalcondition) |
java.lang.String |
getCode() |
static DataObjectFieldMarker<Taskchoice> |
getCodeFieldMarker() |
static TaskchoiceDefinition |
getDefinition() |
DataObjectId<Taskchoice> |
getId() |
static DataObjectFieldMarker<Taskchoice> |
getIdFieldMarker() |
static AttributeMarker<Taskchoice,TObjectIdDataEltType<Taskchoice>> |
getIdMarker() |
DataObjectId<Task> |
getLinkedtoparentfortaskid() |
static DataObjectFieldMarker<Taskchoice> |
getLinkedtoparentfortaskidFieldMarker() |
static AttributeMarker<Taskchoice,TObjectIdDataEltType<Task>> |
getLinkedtoparentfortaskidMarker() |
java.lang.String |
getLinkedtoparentfortaskobjectname() |
static DataObjectFieldMarker<Taskchoice> |
getLinkedtoparentfortaskobjectnameFieldMarker() |
UniqueidentifiedInterface.MassiveDelete<Taskchoice> |
getMassiveDelete() |
StoredobjectInterface.MassiveInsert<Taskchoice> |
getMassiveInsert() |
UniqueidentifiedInterface.MassiveUpdate<Taskchoice> |
getMassiveUpdate() |
java.lang.String |
getObjectname()
gets the object name
|
static DataObjectFieldMarker<Taskchoice> |
getObjectnameFieldMarker() |
Task |
getparentfortask() |
Task |
getparentfortask(ActionExecution contextaction,
SecurityInDataMethod method) |
<Z extends DataObjectProperty<Taskchoice>> Z |
getPropertyForObject(Z otherobjectproperty)
This method is intented only to be used on properties internal code.
|
ChoiceValue<BooleanChoiceDefinition> |
getSelected() |
static DataObjectFieldMarker<Taskchoice> |
getSelectedFieldMarker() |
void |
initFieldAlias() |
void |
insert() |
void |
insert(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
insert(Taskchoice[] object) |
static Taskchoice |
readone(DataObjectId<Taskchoice> id) |
static Taskchoice[] |
readseveral(DataObjectId<Taskchoice>[] id) |
void |
refresh() |
void |
refresh(ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setCode(java.lang.String field) |
void |
setobjectname(java.lang.String name)
sets the object name
|
void |
setobjectname(java.lang.String name,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentfortask(DataObjectId<Task> parent) |
void |
setparentfortask(DataObjectId<Task> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setparentwithoutupdatefortask(DataObjectId<Task> parent) |
void |
setparentwithoutupdatefortask(DataObjectId<Task> parent,
ActionExecution contextaction,
SecurityInDataMethod method) |
void |
setSelected(ChoiceValue<BooleanChoiceDefinition> field) |
void |
update()
persists the data of this object
|
void |
update(ActionExecution contextaction,
SecurityInDataMethod method) |
static void |
update(Taskchoice[] object) |
static void |
updatePersistenceStorage() |