Uses of Interface
net.anotheria.anosite.gen.asgenericdata.data.GenericGuardDef
Packages that use GenericGuardDef
Package
Description
-
Uses of GenericGuardDef in net.anotheria.anosite.gen.asgenericdata.action
Methods in net.anotheria.anosite.gen.asgenericdata.action with parameters of type GenericGuardDefModifier and TypeMethodDescriptionprotected voidBaseGenericGuardDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, GenericGuardDef genericguarddef) protected voidBaseGenericGuardDefAction.canUpdateGenericGuardDefs(GenericGuardDef genericguarddef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseGenericGuardDefAction.checkGenericGuardDefs(GenericGuardDef genericguarddef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseGenericGuardDefAction.lockGenericGuardDefs(GenericGuardDef genericguarddef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected GenericGuardDefListItemBeanShowGenericGuardDefsAction.makeGenericGuardDefListItemBean(GenericGuardDef genericguarddef) protected voidBaseGenericGuardDefAction.unLockGenericGuardDefs(GenericGuardDef genericguarddef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of GenericGuardDef in net.anotheria.anosite.gen.asgenericdata.data
Classes in net.anotheria.anosite.gen.asgenericdata.data that implement GenericGuardDefMethods in net.anotheria.anosite.gen.asgenericdata.data that return GenericGuardDefModifier and TypeMethodDescriptionGenericGuardDefBuilder.build()static GenericGuardDefGenericGuardDefFactory.createGenericGuardDef()static GenericGuardDefGenericGuardDefFactory.createGenericGuardDef(String anId) For internal use only!static GenericGuardDefGenericGuardDefFactory.createGenericGuardDef(GenericGuardDef template) static GenericGuardDefGenericGuardDefFactory.createGenericGuardDefForImport(String anId) static GenericGuardDefGenericGuardDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asgenericdata.data with parameters of type GenericGuardDefModifier and TypeMethodDescriptionintGenericGuardDefDocument.compareTo(GenericGuardDef comparable) static GenericGuardDefGenericGuardDefFactory.createGenericGuardDef(GenericGuardDef template) static net.anotheria.util.xml.XMLNodeGenericGuardDefXMLHelper.toXML(GenericGuardDef object) static net.anotheria.util.xml.XMLNodeGenericGuardDefXMLHelper.toXML(GenericGuardDef object, String... languages) -
Uses of GenericGuardDef in net.anotheria.anosite.gen.asgenericdata.service
Methods in net.anotheria.anosite.gen.asgenericdata.service that return GenericGuardDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericGuardDef(GenericGuardDef genericguarddef) IASGenericDataService.createGenericGuardDef(GenericGuardDef genericguarddef) Creates a new GenericGuardDef object.ASGenericDataServiceImpl.getGenericGuardDef(String id) IASGenericDataService.getGenericGuardDef(String id) Returns the GenericGuardDef object with the specified id.ASGenericDataServiceImpl.importGenericGuardDef(GenericGuardDef genericguarddef) IASGenericDataService.importGenericGuardDef(GenericGuardDef genericguarddef) Imports a new GenericGuardDef object.ASGenericDataServiceImpl.updateGenericGuardDef(GenericGuardDef genericguarddef) IASGenericDataService.updateGenericGuardDef(GenericGuardDef genericguarddef) Updates a GenericGuardDef object.Methods in net.anotheria.anosite.gen.asgenericdata.service that return types with arguments of type GenericGuardDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericGuardDefs(List<GenericGuardDef> list) IASGenericDataService.createGenericGuardDefs(List<GenericGuardDef> list) Creates multiple new GenericGuardDef objects.ASGenericDataServiceImpl.getGenericGuardDefs()ASGenericDataServiceImpl.getGenericGuardDefs(List<String> ids) Returns the GenericGuardDef objects with the specified ids.ASGenericDataServiceImpl.getGenericGuardDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericGuardDef objects with the specified ids, sorted by given sorttype.ASGenericDataServiceImpl.getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericGuardDef objects segment.ASGenericDataServiceImpl.getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType) IASGenericDataService.getGenericGuardDefs()Returns all GenericGuardDefs objects stored.IASGenericDataService.getGenericGuardDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericGuardDefs objects segment.IASGenericDataService.getGenericGuardDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericGuardDefs objects sorted by given sortType.ASGenericDataServiceImpl.getGenericGuardDefsByProperty(String propertyName, Object value) ASGenericDataServiceImpl.getGenericGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASGenericDataServiceImpl.getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches.ASGenericDataServiceImpl.getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericGuardDef objects segment, where property matched.ASGenericDataServiceImpl.getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericGuardDef objects segment, where property matched, sorted.ASGenericDataServiceImpl.getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches, sortedIASGenericDataService.getGenericGuardDefsByProperty(String propertyName, Object value) Returns all GenericGuardDef objects, where property with given name equals object.IASGenericDataService.getGenericGuardDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericGuardDef objects, where property with given name equals object, sorted.IASGenericDataService.getGenericGuardDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches.IASGenericDataService.getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericGuardDef objects segment, where property matches.IASGenericDataService.getGenericGuardDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericGuardDef objects segment, where property matches, sorted.IASGenericDataService.getGenericGuardDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericGuardDef objects, where property matches, sorted.ASGenericDataServiceImpl.importGenericGuardDefs(List<GenericGuardDef> list) IASGenericDataService.importGenericGuardDefs(List<GenericGuardDef> list) Imports multiple new GenericGuardDef object.ASGenericDataServiceImpl.updateGenericGuardDefs(List<GenericGuardDef> list) IASGenericDataService.updateGenericGuardDefs(List<GenericGuardDef> list) Updates multiple GenericGuardDef objects.Methods in net.anotheria.anosite.gen.asgenericdata.service with parameters of type GenericGuardDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericGuardDef(GenericGuardDef genericguarddef) IASGenericDataService.createGenericGuardDef(GenericGuardDef genericguarddef) Creates a new GenericGuardDef object.voidASGenericDataServiceImpl.deleteGenericGuardDef(GenericGuardDef genericguarddef) voidIASGenericDataService.deleteGenericGuardDef(GenericGuardDef genericguarddef) Deletes a GenericGuardDef object.ASGenericDataServiceImpl.importGenericGuardDef(GenericGuardDef genericguarddef) IASGenericDataService.importGenericGuardDef(GenericGuardDef genericguarddef) Imports a new GenericGuardDef object.ASGenericDataServiceImpl.updateGenericGuardDef(GenericGuardDef genericguarddef) IASGenericDataService.updateGenericGuardDef(GenericGuardDef genericguarddef) Updates a GenericGuardDef object.Method parameters in net.anotheria.anosite.gen.asgenericdata.service with type arguments of type GenericGuardDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericGuardDefs(List<GenericGuardDef> list) IASGenericDataService.createGenericGuardDefs(List<GenericGuardDef> list) Creates multiple new GenericGuardDef objects.voidASGenericDataServiceImpl.deleteGenericGuardDefs(List<GenericGuardDef> list) voidIASGenericDataService.deleteGenericGuardDefs(List<GenericGuardDef> list) Deletes multiple GenericGuardDef object.net.anotheria.util.xml.XMLNodeASGenericDataServiceImpl.exportGenericGuardDefsToXML(List<GenericGuardDef> list) net.anotheria.util.xml.XMLNodeIASGenericDataService.exportGenericGuardDefsToXML(List<GenericGuardDef> listGenericGuardDefs) Creates an xml element with selected contained data.ASGenericDataServiceImpl.importGenericGuardDefs(List<GenericGuardDef> list) IASGenericDataService.importGenericGuardDefs(List<GenericGuardDef> list) Imports multiple new GenericGuardDef object.ASGenericDataServiceImpl.updateGenericGuardDefs(List<GenericGuardDef> list) IASGenericDataService.updateGenericGuardDefs(List<GenericGuardDef> list) Updates multiple GenericGuardDef objects.