Class ModuleASCustomAction
java.lang.Object
net.anotheria.anodoc.data.Module
net.anotheria.anosite.gen.ascustomaction.data.ModuleASCustomAction
- All Implemented Interfaces:
Serializable,net.anotheria.anodoc.data.IBasicStoreableObject,net.anotheria.anodoc.data.ICompositeDataObject
public class ModuleASCustomAction
extends net.anotheria.anodoc.data.Module
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateActionMappingDef(ActionMappingDefDocument actionmappingdef) createCustomActionDef(CustomActionDefDocument customactiondef) voidvoidimportActionMappingDef(ActionMappingDefDocument actionmappingdef) importCustomActionDef(CustomActionDefDocument customactiondef) voidupdateActionMappingDef(ActionMappingDefDocument actionmappingdef) voidupdateCustomActionDef(CustomActionDefDocument customactiondef) 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 Details
-
MODULE_ID
- See Also:
-
LIST_CUSTOMACTIONDEF
- See Also:
-
ID_HOLDER_CUSTOMACTIONDEF
- See Also:
-
LIST_ACTIONMAPPINGDEF
- See Also:
-
ID_HOLDER_ACTIONMAPPINGDEF
- See Also:
-
-
Constructor Details
-
ModuleASCustomAction
public ModuleASCustomAction()
-
-
Method Details
-
getCustomActionDefs
-
getCustomActionDef
-
updateCustomActionDef
-
deleteCustomActionDef
-
createCustomActionDef
-
importCustomActionDef
-
getActionMappingDefs
-
getActionMappingDef
-
updateActionMappingDef
-
deleteActionMappingDef
-
createActionMappingDef
-
importActionMappingDef
-