|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.core.AbstractEntityAction
org.caleigo.core.AbstractTransactionEntityAction
org.caleigo.core.AbstractEntityDescriptor.DeleteEntityAction
The default delete action used by the AbstsractEntityDescriptor class.
Field Summary |
Fields inherited from interface org.caleigo.core.IEntityAction |
ASSOCIATION_EXPORT, DRAG, ENTITY, IDENTITY_EXPORT, MISCELLANEOUS, NEVER_EXPORT, PRIMARY, QUALIFIER, READ_ONLY, SECONDARY, SELECTION, SYSTEM |
Constructor Summary | |
AbstractEntityDescriptor.DeleteEntityAction(IEntityDescriptor entityDescriptor)
|
Method Summary | |
void |
defineDataDescriptor()
This method is called by the action objects constructor once and only once. |
void |
perform(IEntity entity)
|
void |
prepareTransaction(IDataBundle data,
IDataTransaction transaction)
Prepare method for the action where the action is expected to add the data operations needed to perform the action. |
Methods inherited from class org.caleigo.core.AbstractTransactionEntityAction |
cleanUpTransaction, getDataSource, perform |
Methods inherited from class org.caleigo.core.AbstractEntityAction |
addDataTypeDescriptor, addEntityDescriptor, addSelectionDescriptor, getCodeName, getDataBundleDescriptor, getDisplayHint, getDisplayName, getEntityDescriptor, isInCategory, setCategoryFlags, validateData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.caleigo.core.IEntityAction |
getCodeName, getDataBundleDescriptor, getDisplayHint, getDisplayName, getEntityDescriptor, isInCategory, perform |
Constructor Detail |
public AbstractEntityDescriptor.DeleteEntityAction(IEntityDescriptor entityDescriptor)
Method Detail |
public void prepareTransaction(IDataBundle data, IDataTransaction transaction)
prepareTransaction
in interface ITransactionEntityAction
prepareTransaction
in class AbstractTransactionEntityAction
public final void defineDataDescriptor()
defineDataDescriptor
in class AbstractTransactionEntityAction
public void perform(IEntity entity)
perform
in interface IUnaryEntityAction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |