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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringID_HOLDER_ACTIONMAPPINGDEFstatic StringID_HOLDER_CUSTOMACTIONDEFstatic StringLIST_ACTIONMAPPINGDEFstatic StringLIST_CUSTOMACTIONDEFstatic StringMODULE_ID
-
Constructor Summary
Constructors Constructor Description ModuleASCustomAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionMappingDefDocumentcreateActionMappingDef(ActionMappingDefDocument actionmappingdef)CustomActionDefDocumentcreateCustomActionDef(CustomActionDefDocument customactiondef)voiddeleteActionMappingDef(String id)voiddeleteCustomActionDef(String id)ActionMappingDefDocumentgetActionMappingDef(String id)List<ActionMappingDefDocument>getActionMappingDefs()CustomActionDefDocumentgetCustomActionDef(String id)List<CustomActionDefDocument>getCustomActionDefs()ActionMappingDefDocumentimportActionMappingDef(ActionMappingDefDocument actionmappingdef)CustomActionDefDocumentimportCustomActionDef(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 Detail
-
MODULE_ID
public static final String MODULE_ID
- See Also:
- Constant Field Values
-
LIST_CUSTOMACTIONDEF
public static final String LIST_CUSTOMACTIONDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_CUSTOMACTIONDEF
public static final String ID_HOLDER_CUSTOMACTIONDEF
- See Also:
- Constant Field Values
-
LIST_ACTIONMAPPINGDEF
public static final String LIST_ACTIONMAPPINGDEF
- See Also:
- Constant Field Values
-
ID_HOLDER_ACTIONMAPPINGDEF
public static final String ID_HOLDER_ACTIONMAPPINGDEF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCustomActionDefs
public List<CustomActionDefDocument> getCustomActionDefs()
-
getCustomActionDef
public CustomActionDefDocument getCustomActionDef(String id)
-
updateCustomActionDef
public void updateCustomActionDef(CustomActionDefDocument customactiondef)
-
deleteCustomActionDef
public void deleteCustomActionDef(String id)
-
createCustomActionDef
public CustomActionDefDocument createCustomActionDef(CustomActionDefDocument customactiondef)
-
importCustomActionDef
public CustomActionDefDocument importCustomActionDef(CustomActionDefDocument customactiondef)
-
getActionMappingDefs
public List<ActionMappingDefDocument> getActionMappingDefs()
-
getActionMappingDef
public ActionMappingDefDocument getActionMappingDef(String id)
-
updateActionMappingDef
public void updateActionMappingDef(ActionMappingDefDocument actionmappingdef)
-
deleteActionMappingDef
public void deleteActionMappingDef(String id)
-
createActionMappingDef
public ActionMappingDefDocument createActionMappingDef(ActionMappingDefDocument actionmappingdef)
-
importActionMappingDef
public ActionMappingDefDocument importActionMappingDef(ActionMappingDefDocument actionmappingdef)
-
-