public class ModuleASCustomAction
extends net.anotheria.anodoc.data.Module
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID_HOLDER_ACTIONMAPPINGDEF |
static java.lang.String |
ID_HOLDER_CUSTOMACTIONDEF |
static java.lang.String |
LIST_ACTIONMAPPINGDEF |
static java.lang.String |
LIST_CUSTOMACTIONDEF |
static java.lang.String |
MODULE_ID |
| Constructor and Description |
|---|
ModuleASCustomAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionMappingDefDocument |
createActionMappingDef(ActionMappingDefDocument actionmappingdef) |
CustomActionDefDocument |
createCustomActionDef(CustomActionDefDocument customactiondef) |
void |
deleteActionMappingDef(java.lang.String id) |
void |
deleteCustomActionDef(java.lang.String id) |
ActionMappingDefDocument |
getActionMappingDef(java.lang.String id) |
java.util.List<ActionMappingDefDocument> |
getActionMappingDefs() |
CustomActionDefDocument |
getCustomActionDef(java.lang.String id) |
java.util.List<CustomActionDefDocument> |
getCustomActionDefs() |
ActionMappingDefDocument |
importActionMappingDef(ActionMappingDefDocument actionmappingdef) |
CustomActionDefDocument |
importCustomActionDef(CustomActionDefDocument customactiondef) |
void |
updateActionMappingDef(ActionMappingDefDocument actionmappingdef) |
void |
updateCustomActionDef(CustomActionDefDocument customactiondef) |
_getIdHolder, fillFromContainer, getCopyId, getDocument, getHolderNames, getId, getKeys, getList, getLog, getModuleFactory, getObject, getOwnerId, getSizeInBytes, getStatisticalInformation, getStorageId, putDocument, putList, setCopyId, setModuleFactory, setOwnerId, toString, toXMLNodepublic static final java.lang.String MODULE_ID
public static final java.lang.String LIST_CUSTOMACTIONDEF
public static final java.lang.String ID_HOLDER_CUSTOMACTIONDEF
public static final java.lang.String LIST_ACTIONMAPPINGDEF
public static final java.lang.String ID_HOLDER_ACTIONMAPPINGDEF
public java.util.List<CustomActionDefDocument> getCustomActionDefs()
public CustomActionDefDocument getCustomActionDef(java.lang.String id)
public void updateCustomActionDef(CustomActionDefDocument customactiondef)
public void deleteCustomActionDef(java.lang.String id)
public CustomActionDefDocument createCustomActionDef(CustomActionDefDocument customactiondef)
public CustomActionDefDocument importCustomActionDef(CustomActionDefDocument customactiondef)
public java.util.List<ActionMappingDefDocument> getActionMappingDefs()
public ActionMappingDefDocument getActionMappingDef(java.lang.String id)
public void updateActionMappingDef(ActionMappingDefDocument actionmappingdef)
public void deleteActionMappingDef(java.lang.String id)
public ActionMappingDefDocument createActionMappingDef(ActionMappingDefDocument actionmappingdef)
public ActionMappingDefDocument importActionMappingDef(ActionMappingDefDocument actionmappingdef)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.