Uses of Class
net.anotheria.anosite.gen.ascustomaction.data.ActionMappingDefDocument
-
Packages that use ActionMappingDefDocument Package Description net.anotheria.anosite.gen.ascustomaction.data -
-
Uses of ActionMappingDefDocument in net.anotheria.anosite.gen.ascustomaction.data
Methods in net.anotheria.anosite.gen.ascustomaction.data that return ActionMappingDefDocument Modifier and Type Method Description ActionMappingDefDocumentModuleASCustomAction. createActionMappingDef(ActionMappingDefDocument actionmappingdef)ActionMappingDefDocumentModuleASCustomAction. getActionMappingDef(java.lang.String id)ActionMappingDefDocumentModuleASCustomAction. importActionMappingDef(ActionMappingDefDocument actionmappingdef)Methods in net.anotheria.anosite.gen.ascustomaction.data that return types with arguments of type ActionMappingDefDocument Modifier and Type Method Description java.util.List<ActionMappingDefDocument>ModuleASCustomAction. getActionMappingDefs()Methods in net.anotheria.anosite.gen.ascustomaction.data with parameters of type ActionMappingDefDocument Modifier and Type Method Description ActionMappingDefDocumentModuleASCustomAction. createActionMappingDef(ActionMappingDefDocument actionmappingdef)ActionMappingDefDocumentModuleASCustomAction. importActionMappingDef(ActionMappingDefDocument actionmappingdef)voidModuleASCustomAction. updateActionMappingDef(ActionMappingDefDocument actionmappingdef)Constructors in net.anotheria.anosite.gen.ascustomaction.data with parameters of type ActionMappingDefDocument Constructor Description ActionMappingDefDocument(ActionMappingDefDocument toClone)
-