Uses of Interface
net.anotheria.anosite.gen.asfederateddata.data.GuardDef
Packages that use GuardDef
Package
Description
-
Uses of GuardDef in net.anotheria.anosite.gen.asfederateddata.action
Methods in net.anotheria.anosite.gen.asfederateddata.action with parameters of type GuardDefModifier and TypeMethodDescriptionprotected GuardDefListItemBeanShowGuardDefsAction.makeGuardDefListItemBean(GuardDef guarddef) -
Uses of GuardDef in net.anotheria.anosite.gen.asfederateddata.data
Classes in net.anotheria.anosite.gen.asfederateddata.data that implement GuardDefMethods in net.anotheria.anosite.gen.asfederateddata.data that return GuardDefModifier and TypeMethodDescriptionGuardDefBuilder.build()GuardDefVO.clone()static GuardDefGuardDefFactory.createGuardDef()static GuardDefGuardDefFactory.createGuardDef(String anId) For internal use only!static GuardDefGuardDefFactory.createGuardDef(GuardDef template) static GuardDefGuardDefFactory.createGuardDefForImport(String anId) static GuardDefGuardDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asfederateddata.data with parameters of type GuardDefModifier and TypeMethodDescriptionintvoidGuardDefVO.copyAttributesFrom(GuardDef toCopy) static GuardDefGuardDefFactory.createGuardDef(GuardDef template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of GuardDef in net.anotheria.anosite.gen.asfederateddata.service
Methods in net.anotheria.anosite.gen.asfederateddata.service that return GuardDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createGuardDef(GuardDef guarddef) IASFederatedDataService.createGuardDef(GuardDef guarddef) Creates a new GuardDef object.ASFederatedDataServiceImpl.getGuardDef(String id) IASFederatedDataService.getGuardDef(String id) Returns the GuardDef object with the specified id.ASFederatedDataServiceImpl.importGuardDef(GuardDef guarddef) IASFederatedDataService.importGuardDef(GuardDef guarddef) Imports a new GuardDef object.ASFederatedDataServiceImpl.updateGuardDef(GuardDef guarddef) IASFederatedDataService.updateGuardDef(GuardDef guarddef) Updates a GuardDef object.Methods in net.anotheria.anosite.gen.asfederateddata.service that return types with arguments of type GuardDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createGuardDefs(List<GuardDef> list) Creates multiple new GuardDef objects.IASFederatedDataService.createGuardDefs(List<GuardDef> list) Creates multiple new GuardDef objects.ASFederatedDataServiceImpl.getGuardDefs()ASFederatedDataServiceImpl.getGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns GuardDef objects segment.ASFederatedDataServiceImpl.getGuardDefs(net.anotheria.util.sorter.SortType sortType) IASFederatedDataService.getGuardDefs()Returns all GuardDefs objects stored.IASFederatedDataService.getGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns GuardDefs objects segment.IASFederatedDataService.getGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all GuardDefs objects sorted by given sortType.ASFederatedDataServiceImpl.getGuardDefsByProperty(String propertyName, Object value) ASFederatedDataServiceImpl.getGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASFederatedDataServiceImpl.getGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GuardDef objects, where property matches.ASFederatedDataServiceImpl.getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GuardDef objects segment, where property matched.ASFederatedDataServiceImpl.getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GuardDef objects segment, where property matched, sorted.ASFederatedDataServiceImpl.getGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GuardDef objects, where property matches, sortedIASFederatedDataService.getGuardDefsByProperty(String propertyName, Object value) Returns all GuardDef objects, where property with given name equals object.IASFederatedDataService.getGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GuardDef objects, where property with given name equals object, sorted.IASFederatedDataService.getGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GuardDef objects, where property matches.IASFederatedDataService.getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GuardDef objects segment, where property matches.IASFederatedDataService.getGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GuardDef objects segment, where property matches, sorted.IASFederatedDataService.getGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GuardDef objects, where property matches, sorted.ASFederatedDataServiceImpl.importGuardDefs(List<GuardDef> list) IASFederatedDataService.importGuardDefs(List<GuardDef> list) Imports multiple new GuardDef object.ASFederatedDataServiceImpl.updateGuardDefs(List<GuardDef> list) Updates multiple new GuardDef objects.IASFederatedDataService.updateGuardDefs(List<GuardDef> list) Updates multiple GuardDef objects.Methods in net.anotheria.anosite.gen.asfederateddata.service with parameters of type GuardDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createGuardDef(GuardDef guarddef) IASFederatedDataService.createGuardDef(GuardDef guarddef) Creates a new GuardDef object.voidASFederatedDataServiceImpl.deleteGuardDef(GuardDef guarddef) voidIASFederatedDataService.deleteGuardDef(GuardDef guarddef) Deletes a GuardDef object.ASFederatedDataServiceImpl.importGuardDef(GuardDef guarddef) IASFederatedDataService.importGuardDef(GuardDef guarddef) Imports a new GuardDef object.ASFederatedDataServiceImpl.updateGuardDef(GuardDef guarddef) IASFederatedDataService.updateGuardDef(GuardDef guarddef) Updates a GuardDef object.Method parameters in net.anotheria.anosite.gen.asfederateddata.service with type arguments of type GuardDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createGuardDefs(List<GuardDef> list) Creates multiple new GuardDef objects.IASFederatedDataService.createGuardDefs(List<GuardDef> list) Creates multiple new GuardDef objects.voidASFederatedDataServiceImpl.deleteGuardDefs(List<GuardDef> list) Deletes multiple GuardDef objects.voidIASFederatedDataService.deleteGuardDefs(List<GuardDef> list) Deletes multiple GuardDef object.net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl.exportGuardDefsToXML(String[] languages, List<GuardDef> listGuardDefs) net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl.exportGuardDefsToXML(List<GuardDef> listGuardDefs) net.anotheria.util.xml.XMLNodeIASFederatedDataService.exportGuardDefsToXML(List<GuardDef> listGuardDefs) Creates an xml element with selected contained data.ASFederatedDataServiceImpl.importGuardDefs(List<GuardDef> list) IASFederatedDataService.importGuardDefs(List<GuardDef> list) Imports multiple new GuardDef object.ASFederatedDataServiceImpl.updateGuardDefs(List<GuardDef> list) Updates multiple new GuardDef objects.IASFederatedDataService.updateGuardDefs(List<GuardDef> list) Updates multiple GuardDef objects.