Uses of Class
net.anotheria.anosite.gen.asuserdata.data.RoleDefDocument
-
Packages that use RoleDefDocument Package Description net.anotheria.anosite.gen.asuserdata.data -
-
Uses of RoleDefDocument in net.anotheria.anosite.gen.asuserdata.data
Methods in net.anotheria.anosite.gen.asuserdata.data that return RoleDefDocument Modifier and Type Method Description RoleDefDocumentModuleASUserData. createRoleDef(RoleDefDocument roledef)RoleDefDocumentModuleASUserData. getRoleDef(java.lang.String id)RoleDefDocumentModuleASUserData. importRoleDef(RoleDefDocument roledef)Methods in net.anotheria.anosite.gen.asuserdata.data that return types with arguments of type RoleDefDocument Modifier and Type Method Description java.util.List<RoleDefDocument>ModuleASUserData. getRoleDefs()Methods in net.anotheria.anosite.gen.asuserdata.data with parameters of type RoleDefDocument Modifier and Type Method Description RoleDefDocumentModuleASUserData. createRoleDef(RoleDefDocument roledef)RoleDefDocumentModuleASUserData. importRoleDef(RoleDefDocument roledef)voidModuleASUserData. updateRoleDef(RoleDefDocument roledef)Constructors in net.anotheria.anosite.gen.asuserdata.data with parameters of type RoleDefDocument Constructor Description RoleDefDocument(RoleDefDocument toClone)
-