Uses of Interface
net.anotheria.anosite.gen.asgenericdata.data.GenericBoxHandlerDef
Packages that use GenericBoxHandlerDef
Package
Description
-
Uses of GenericBoxHandlerDef in net.anotheria.anosite.gen.asgenericdata.action
Methods in net.anotheria.anosite.gen.asgenericdata.action with parameters of type GenericBoxHandlerDefModifier and TypeMethodDescriptionprotected voidBaseGenericBoxHandlerDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, GenericBoxHandlerDef genericboxhandlerdef) protected voidBaseGenericBoxHandlerDefAction.canUpdateGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseGenericBoxHandlerDefAction.checkGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseGenericBoxHandlerDefAction.lockGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected GenericBoxHandlerDefListItemBeanShowGenericBoxHandlerDefsAction.makeGenericBoxHandlerDefListItemBean(GenericBoxHandlerDef genericboxhandlerdef) protected voidBaseGenericBoxHandlerDefAction.unLockGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of GenericBoxHandlerDef in net.anotheria.anosite.gen.asgenericdata.data
Classes in net.anotheria.anosite.gen.asgenericdata.data that implement GenericBoxHandlerDefMethods in net.anotheria.anosite.gen.asgenericdata.data that return GenericBoxHandlerDefModifier and TypeMethodDescriptionGenericBoxHandlerDefBuilder.build()static GenericBoxHandlerDefGenericBoxHandlerDefFactory.createGenericBoxHandlerDef()static GenericBoxHandlerDefGenericBoxHandlerDefFactory.createGenericBoxHandlerDef(String anId) For internal use only!static GenericBoxHandlerDefGenericBoxHandlerDefFactory.createGenericBoxHandlerDef(GenericBoxHandlerDef template) static GenericBoxHandlerDefGenericBoxHandlerDefFactory.createGenericBoxHandlerDefForImport(String anId) static GenericBoxHandlerDefGenericBoxHandlerDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asgenericdata.data with parameters of type GenericBoxHandlerDefModifier and TypeMethodDescriptionintGenericBoxHandlerDefDocument.compareTo(GenericBoxHandlerDef comparable) static GenericBoxHandlerDefGenericBoxHandlerDefFactory.createGenericBoxHandlerDef(GenericBoxHandlerDef template) static net.anotheria.util.xml.XMLNodeGenericBoxHandlerDefXMLHelper.toXML(GenericBoxHandlerDef object) static net.anotheria.util.xml.XMLNodeGenericBoxHandlerDefXMLHelper.toXML(GenericBoxHandlerDef object, String... languages) -
Uses of GenericBoxHandlerDef in net.anotheria.anosite.gen.asgenericdata.service
Methods in net.anotheria.anosite.gen.asgenericdata.service that return GenericBoxHandlerDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) IASGenericDataService.createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Creates a new GenericBoxHandlerDef object.ASGenericDataServiceImpl.getGenericBoxHandlerDef(String id) IASGenericDataService.getGenericBoxHandlerDef(String id) Returns the GenericBoxHandlerDef object with the specified id.ASGenericDataServiceImpl.importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) IASGenericDataService.importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Imports a new GenericBoxHandlerDef object.ASGenericDataServiceImpl.updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) IASGenericDataService.updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Updates a GenericBoxHandlerDef object.Methods in net.anotheria.anosite.gen.asgenericdata.service that return types with arguments of type GenericBoxHandlerDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) IASGenericDataService.createGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) Creates multiple new GenericBoxHandlerDef objects.ASGenericDataServiceImpl.getGenericBoxHandlerDefs()ASGenericDataServiceImpl.getGenericBoxHandlerDefs(List<String> ids) Returns the GenericBoxHandlerDef objects with the specified ids.ASGenericDataServiceImpl.getGenericBoxHandlerDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericBoxHandlerDef objects with the specified ids, sorted by given sorttype.ASGenericDataServiceImpl.getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxHandlerDef objects segment.ASGenericDataServiceImpl.getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) IASGenericDataService.getGenericBoxHandlerDefs()Returns all GenericBoxHandlerDefs objects stored.IASGenericDataService.getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxHandlerDefs objects segment.IASGenericDataService.getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxHandlerDefs objects sorted by given sortType.ASGenericDataServiceImpl.getGenericBoxHandlerDefsByProperty(String propertyName, Object value) ASGenericDataServiceImpl.getGenericBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASGenericDataServiceImpl.getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches.ASGenericDataServiceImpl.getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericBoxHandlerDef objects segment, where property matched.ASGenericDataServiceImpl.getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxHandlerDef objects segment, where property matched, sorted.ASGenericDataServiceImpl.getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches, sortedIASGenericDataService.getGenericBoxHandlerDefsByProperty(String propertyName, Object value) Returns all GenericBoxHandlerDef objects, where property with given name equals object.IASGenericDataService.getGenericBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.IASGenericDataService.getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches.IASGenericDataService.getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxHandlerDef objects segment, where property matches.IASGenericDataService.getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxHandlerDef objects segment, where property matches, sorted.IASGenericDataService.getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxHandlerDef objects, where property matches, sorted.ASGenericDataServiceImpl.importGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) IASGenericDataService.importGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) Imports multiple new GenericBoxHandlerDef object.ASGenericDataServiceImpl.updateGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) IASGenericDataService.updateGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) Updates multiple GenericBoxHandlerDef objects.Methods in net.anotheria.anosite.gen.asgenericdata.service with parameters of type GenericBoxHandlerDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) IASGenericDataService.createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Creates a new GenericBoxHandlerDef object.voidASGenericDataServiceImpl.deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) voidIASGenericDataService.deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Deletes a GenericBoxHandlerDef object.ASGenericDataServiceImpl.importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) IASGenericDataService.importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Imports a new GenericBoxHandlerDef object.ASGenericDataServiceImpl.updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) IASGenericDataService.updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef) Updates a GenericBoxHandlerDef object.Method parameters in net.anotheria.anosite.gen.asgenericdata.service with type arguments of type GenericBoxHandlerDefModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) IASGenericDataService.createGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) Creates multiple new GenericBoxHandlerDef objects.voidASGenericDataServiceImpl.deleteGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) voidIASGenericDataService.deleteGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) Deletes multiple GenericBoxHandlerDef object.net.anotheria.util.xml.XMLNodeASGenericDataServiceImpl.exportGenericBoxHandlerDefsToXML(List<GenericBoxHandlerDef> list) net.anotheria.util.xml.XMLNodeIASGenericDataService.exportGenericBoxHandlerDefsToXML(List<GenericBoxHandlerDef> listGenericBoxHandlerDefs) Creates an xml element with selected contained data.ASGenericDataServiceImpl.importGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) IASGenericDataService.importGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) Imports multiple new GenericBoxHandlerDef object.ASGenericDataServiceImpl.updateGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) IASGenericDataService.updateGenericBoxHandlerDefs(List<GenericBoxHandlerDef> list) Updates multiple GenericBoxHandlerDef objects.