Uses of Class
net.anotheria.anosite.gen.ascustomaction.data.CustomActionDefDocument
-
Packages that use CustomActionDefDocument Package Description net.anotheria.anosite.gen.ascustomaction.data -
-
Uses of CustomActionDefDocument in net.anotheria.anosite.gen.ascustomaction.data
Methods in net.anotheria.anosite.gen.ascustomaction.data that return CustomActionDefDocument Modifier and Type Method Description CustomActionDefDocumentModuleASCustomAction. createCustomActionDef(CustomActionDefDocument customactiondef)CustomActionDefDocumentModuleASCustomAction. getCustomActionDef(java.lang.String id)CustomActionDefDocumentModuleASCustomAction. importCustomActionDef(CustomActionDefDocument customactiondef)Methods in net.anotheria.anosite.gen.ascustomaction.data that return types with arguments of type CustomActionDefDocument Modifier and Type Method Description java.util.List<CustomActionDefDocument>ModuleASCustomAction. getCustomActionDefs()Methods in net.anotheria.anosite.gen.ascustomaction.data with parameters of type CustomActionDefDocument Modifier and Type Method Description CustomActionDefDocumentModuleASCustomAction. createCustomActionDef(CustomActionDefDocument customactiondef)CustomActionDefDocumentModuleASCustomAction. importCustomActionDef(CustomActionDefDocument customactiondef)voidModuleASCustomAction. updateCustomActionDef(CustomActionDefDocument customactiondef)Constructors in net.anotheria.anosite.gen.ascustomaction.data with parameters of type CustomActionDefDocument Constructor Description CustomActionDefDocument(CustomActionDefDocument toClone)
-