Uses of Interface
net.anotheria.anosite.gen.ascustomdata.data.CustomGuardDef
Packages that use CustomGuardDef
Package
Description
-
Uses of CustomGuardDef in net.anotheria.anosite.gen.ascustomdata.action
Methods in net.anotheria.anosite.gen.ascustomdata.action with parameters of type CustomGuardDefModifier and TypeMethodDescriptionprotected voidBaseCustomGuardDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, CustomGuardDef customguarddef) protected voidBaseCustomGuardDefAction.canUpdateCustomGuardDefs(CustomGuardDef customguarddef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseCustomGuardDefAction.checkCustomGuardDefs(CustomGuardDef customguarddef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseCustomGuardDefAction.lockCustomGuardDefs(CustomGuardDef customguarddef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected CustomGuardDefListItemBeanShowCustomGuardDefsAction.makeCustomGuardDefListItemBean(CustomGuardDef customguarddef) protected voidBaseCustomGuardDefAction.unLockCustomGuardDefs(CustomGuardDef customguarddef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of CustomGuardDef in net.anotheria.anosite.gen.ascustomdata.data
Classes in net.anotheria.anosite.gen.ascustomdata.data that implement CustomGuardDefMethods in net.anotheria.anosite.gen.ascustomdata.data that return CustomGuardDefModifier and TypeMethodDescriptionCustomGuardDefBuilder.build()static CustomGuardDefCustomGuardDefFactory.createCustomGuardDef()static CustomGuardDefCustomGuardDefFactory.createCustomGuardDef(String anId) For internal use only!static CustomGuardDefCustomGuardDefFactory.createCustomGuardDef(CustomGuardDef template) static CustomGuardDefCustomGuardDefFactory.createCustomGuardDefForImport(String anId) static CustomGuardDefCustomGuardDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.ascustomdata.data with parameters of type CustomGuardDefModifier and TypeMethodDescriptionintCustomGuardDefDocument.compareTo(CustomGuardDef comparable) static CustomGuardDefCustomGuardDefFactory.createCustomGuardDef(CustomGuardDef template) static net.anotheria.util.xml.XMLNodeCustomGuardDefXMLHelper.toXML(CustomGuardDef object) static net.anotheria.util.xml.XMLNodeCustomGuardDefXMLHelper.toXML(CustomGuardDef object, String... languages) -
Uses of CustomGuardDef in net.anotheria.anosite.gen.ascustomdata.service
Methods in net.anotheria.anosite.gen.ascustomdata.service that return CustomGuardDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomGuardDef(CustomGuardDef customguarddef) IASCustomDataService.createCustomGuardDef(CustomGuardDef customguarddef) Creates a new CustomGuardDef object.ASCustomDataServiceImpl.getCustomGuardDef(String id) IASCustomDataService.getCustomGuardDef(String id) Returns the CustomGuardDef object with the specified id.ASCustomDataServiceImpl.importCustomGuardDef(CustomGuardDef customguarddef) IASCustomDataService.importCustomGuardDef(CustomGuardDef customguarddef) Imports a new CustomGuardDef object.ASCustomDataServiceImpl.updateCustomGuardDef(CustomGuardDef customguarddef) IASCustomDataService.updateCustomGuardDef(CustomGuardDef customguarddef) Updates a CustomGuardDef object.Methods in net.anotheria.anosite.gen.ascustomdata.service that return types with arguments of type CustomGuardDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomGuardDefs(List<CustomGuardDef> list) IASCustomDataService.createCustomGuardDefs(List<CustomGuardDef> list) Creates multiple new CustomGuardDef objects.ASCustomDataServiceImpl.getCustomGuardDefs()ASCustomDataServiceImpl.getCustomGuardDefs(List<String> ids) Returns the CustomGuardDef objects with the specified ids.ASCustomDataServiceImpl.getCustomGuardDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomGuardDef objects with the specified ids, sorted by given sorttype.ASCustomDataServiceImpl.getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomGuardDef objects segment.ASCustomDataServiceImpl.getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) IASCustomDataService.getCustomGuardDefs()Returns all CustomGuardDefs objects stored.IASCustomDataService.getCustomGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomGuardDefs objects segment.IASCustomDataService.getCustomGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDefs objects sorted by given sortType.ASCustomDataServiceImpl.getCustomGuardDefsByProperty(String propertyName, Object value) ASCustomDataServiceImpl.getCustomGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASCustomDataServiceImpl.getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches.ASCustomDataServiceImpl.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomGuardDef objects segment, where property matched.ASCustomDataServiceImpl.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomGuardDef objects segment, where property matched, sorted.ASCustomDataServiceImpl.getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches, sortedIASCustomDataService.getCustomGuardDefsByProperty(String propertyName, Object value) Returns all CustomGuardDef objects, where property with given name equals object.IASCustomDataService.getCustomGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomGuardDef objects, where property with given name equals object, sorted.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomGuardDef objects segment, where property matches.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomGuardDef objects segment, where property matches, sorted.IASCustomDataService.getCustomGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomGuardDef objects, where property matches, sorted.ASCustomDataServiceImpl.importCustomGuardDefs(List<CustomGuardDef> list) IASCustomDataService.importCustomGuardDefs(List<CustomGuardDef> list) Imports multiple new CustomGuardDef object.ASCustomDataServiceImpl.updateCustomGuardDefs(List<CustomGuardDef> list) IASCustomDataService.updateCustomGuardDefs(List<CustomGuardDef> list) Updates multiple CustomGuardDef objects.Methods in net.anotheria.anosite.gen.ascustomdata.service with parameters of type CustomGuardDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomGuardDef(CustomGuardDef customguarddef) IASCustomDataService.createCustomGuardDef(CustomGuardDef customguarddef) Creates a new CustomGuardDef object.voidASCustomDataServiceImpl.deleteCustomGuardDef(CustomGuardDef customguarddef) voidIASCustomDataService.deleteCustomGuardDef(CustomGuardDef customguarddef) Deletes a CustomGuardDef object.ASCustomDataServiceImpl.importCustomGuardDef(CustomGuardDef customguarddef) IASCustomDataService.importCustomGuardDef(CustomGuardDef customguarddef) Imports a new CustomGuardDef object.ASCustomDataServiceImpl.updateCustomGuardDef(CustomGuardDef customguarddef) IASCustomDataService.updateCustomGuardDef(CustomGuardDef customguarddef) Updates a CustomGuardDef object.Method parameters in net.anotheria.anosite.gen.ascustomdata.service with type arguments of type CustomGuardDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomGuardDefs(List<CustomGuardDef> list) IASCustomDataService.createCustomGuardDefs(List<CustomGuardDef> list) Creates multiple new CustomGuardDef objects.voidASCustomDataServiceImpl.deleteCustomGuardDefs(List<CustomGuardDef> list) voidIASCustomDataService.deleteCustomGuardDefs(List<CustomGuardDef> list) Deletes multiple CustomGuardDef object.net.anotheria.util.xml.XMLNodeASCustomDataServiceImpl.exportCustomGuardDefsToXML(List<CustomGuardDef> list) net.anotheria.util.xml.XMLNodeIASCustomDataService.exportCustomGuardDefsToXML(List<CustomGuardDef> listCustomGuardDefs) Creates an xml element with selected contained data.ASCustomDataServiceImpl.importCustomGuardDefs(List<CustomGuardDef> list) IASCustomDataService.importCustomGuardDefs(List<CustomGuardDef> list) Imports multiple new CustomGuardDef object.ASCustomDataServiceImpl.updateCustomGuardDefs(List<CustomGuardDef> list) IASCustomDataService.updateCustomGuardDefs(List<CustomGuardDef> list) Updates multiple CustomGuardDef objects.