Class ModuleASGenericAction
- java.lang.Object
-
- net.anotheria.anodoc.data.Module
-
- net.anotheria.anosite.gen.asgenericaction.data.ModuleASGenericAction
-
- All Implemented Interfaces:
java.io.Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASGenericAction extends net.anotheria.anodoc.data.Module- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID_HOLDER_GENERICACTIONDEFstatic java.lang.StringLIST_GENERICACTIONDEFstatic java.lang.StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASGenericAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericActionDefDocumentcreateGenericActionDef(GenericActionDefDocument genericactiondef)voiddeleteGenericActionDef(java.lang.String id)GenericActionDefDocumentgetGenericActionDef(java.lang.String id)java.util.List<GenericActionDefDocument>getGenericActionDefs()GenericActionDefDocumentimportGenericActionDef(GenericActionDefDocument genericactiondef)voidupdateGenericActionDef(GenericActionDefDocument genericactiondef)-
Methods inherited from class net.anotheria.anodoc.data.Module
_getIdHolder, fillFromContainer, getCopyId, getDocument, getHolderNames, getId, getKeys, getList, getLog, getModuleFactory, getObject, getOwnerId, getSizeInBytes, getStatisticalInformation, getStorageId, putDocument, putList, setCopyId, setModuleFactory, setOwnerId, toString, toXMLNode
-
-
-
-
Field Detail
-
MODULE_ID
public static final java.lang.String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_GENERICACTIONDEF
public static final java.lang.String LIST_GENERICACTIONDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_GENERICACTIONDEF
public static final java.lang.String ID_HOLDER_GENERICACTIONDEF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGenericActionDefs
public java.util.List<GenericActionDefDocument> getGenericActionDefs()
-
getGenericActionDef
public GenericActionDefDocument getGenericActionDef(java.lang.String id)
-
updateGenericActionDef
public void updateGenericActionDef(GenericActionDefDocument genericactiondef)
-
deleteGenericActionDef
public void deleteGenericActionDef(java.lang.String id)
-
createGenericActionDef
public GenericActionDefDocument createGenericActionDef(GenericActionDefDocument genericactiondef)
-
importGenericActionDef
public GenericActionDefDocument importGenericActionDef(GenericActionDefDocument genericactiondef)
-
-