Uses of Interface
net.anotheria.anosite.gen.ascustomdata.data.CustomBoxHandlerDef
Packages that use CustomBoxHandlerDef
Package
Description
-
Uses of CustomBoxHandlerDef in net.anotheria.anosite.gen.ascustomdata.action
Methods in net.anotheria.anosite.gen.ascustomdata.action with parameters of type CustomBoxHandlerDefModifier and TypeMethodDescriptionprotected voidBaseCustomBoxHandlerDefAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, CustomBoxHandlerDef customboxhandlerdef) protected voidBaseCustomBoxHandlerDefAction.canUpdateCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseCustomBoxHandlerDefAction.checkCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseCustomBoxHandlerDefAction.lockCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected CustomBoxHandlerDefListItemBeanShowCustomBoxHandlerDefsAction.makeCustomBoxHandlerDefListItemBean(CustomBoxHandlerDef customboxhandlerdef) protected voidBaseCustomBoxHandlerDefAction.unLockCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of CustomBoxHandlerDef in net.anotheria.anosite.gen.ascustomdata.data
Classes in net.anotheria.anosite.gen.ascustomdata.data that implement CustomBoxHandlerDefMethods in net.anotheria.anosite.gen.ascustomdata.data that return CustomBoxHandlerDefModifier and TypeMethodDescriptionCustomBoxHandlerDefBuilder.build()static CustomBoxHandlerDefCustomBoxHandlerDefFactory.createCustomBoxHandlerDef()static CustomBoxHandlerDefCustomBoxHandlerDefFactory.createCustomBoxHandlerDef(String anId) For internal use only!static CustomBoxHandlerDefCustomBoxHandlerDefFactory.createCustomBoxHandlerDef(CustomBoxHandlerDef template) static CustomBoxHandlerDefCustomBoxHandlerDefFactory.createCustomBoxHandlerDefForImport(String anId) static CustomBoxHandlerDefCustomBoxHandlerDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.ascustomdata.data with parameters of type CustomBoxHandlerDefModifier and TypeMethodDescriptionintCustomBoxHandlerDefDocument.compareTo(CustomBoxHandlerDef comparable) static CustomBoxHandlerDefCustomBoxHandlerDefFactory.createCustomBoxHandlerDef(CustomBoxHandlerDef template) static net.anotheria.util.xml.XMLNodeCustomBoxHandlerDefXMLHelper.toXML(CustomBoxHandlerDef object) static net.anotheria.util.xml.XMLNodeCustomBoxHandlerDefXMLHelper.toXML(CustomBoxHandlerDef object, String... languages) -
Uses of CustomBoxHandlerDef in net.anotheria.anosite.gen.ascustomdata.service
Methods in net.anotheria.anosite.gen.ascustomdata.service that return CustomBoxHandlerDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) IASCustomDataService.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Creates a new CustomBoxHandlerDef object.ASCustomDataServiceImpl.getCustomBoxHandlerDef(String id) IASCustomDataService.getCustomBoxHandlerDef(String id) Returns the CustomBoxHandlerDef object with the specified id.ASCustomDataServiceImpl.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) IASCustomDataService.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Imports a new CustomBoxHandlerDef object.ASCustomDataServiceImpl.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) IASCustomDataService.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Updates a CustomBoxHandlerDef object.Methods in net.anotheria.anosite.gen.ascustomdata.service that return types with arguments of type CustomBoxHandlerDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) IASCustomDataService.createCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Creates multiple new CustomBoxHandlerDef objects.ASCustomDataServiceImpl.getCustomBoxHandlerDefs()ASCustomDataServiceImpl.getCustomBoxHandlerDefs(List<String> ids) Returns the CustomBoxHandlerDef objects with the specified ids.ASCustomDataServiceImpl.getCustomBoxHandlerDefs(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomBoxHandlerDef objects with the specified ids, sorted by given sorttype.ASCustomDataServiceImpl.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxHandlerDef objects segment.ASCustomDataServiceImpl.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) IASCustomDataService.getCustomBoxHandlerDefs()Returns all CustomBoxHandlerDefs objects stored.IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxHandlerDefs objects segment.IASCustomDataService.getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDefs objects sorted by given sortType.ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(String propertyName, Object value) ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches.ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomBoxHandlerDef objects segment, where property matched.ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxHandlerDef objects segment, where property matched, sorted.ASCustomDataServiceImpl.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches, sortedIASCustomDataService.getCustomBoxHandlerDefsByProperty(String propertyName, Object value) Returns all CustomBoxHandlerDef objects, where property with given name equals object.IASCustomDataService.getCustomBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxHandlerDef objects segment, where property matches.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxHandlerDef objects segment, where property matches, sorted.IASCustomDataService.getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxHandlerDef objects, where property matches, sorted.ASCustomDataServiceImpl.importCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) IASCustomDataService.importCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Imports multiple new CustomBoxHandlerDef object.ASCustomDataServiceImpl.updateCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) IASCustomDataService.updateCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Updates multiple CustomBoxHandlerDef objects.Methods in net.anotheria.anosite.gen.ascustomdata.service with parameters of type CustomBoxHandlerDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) IASCustomDataService.createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Creates a new CustomBoxHandlerDef object.voidASCustomDataServiceImpl.deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) voidIASCustomDataService.deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Deletes a CustomBoxHandlerDef object.ASCustomDataServiceImpl.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) IASCustomDataService.importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Imports a new CustomBoxHandlerDef object.ASCustomDataServiceImpl.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) IASCustomDataService.updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef) Updates a CustomBoxHandlerDef object.Method parameters in net.anotheria.anosite.gen.ascustomdata.service with type arguments of type CustomBoxHandlerDefModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) IASCustomDataService.createCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Creates multiple new CustomBoxHandlerDef objects.voidASCustomDataServiceImpl.deleteCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) voidIASCustomDataService.deleteCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Deletes multiple CustomBoxHandlerDef object.net.anotheria.util.xml.XMLNodeASCustomDataServiceImpl.exportCustomBoxHandlerDefsToXML(List<CustomBoxHandlerDef> list) net.anotheria.util.xml.XMLNodeIASCustomDataService.exportCustomBoxHandlerDefsToXML(List<CustomBoxHandlerDef> listCustomBoxHandlerDefs) Creates an xml element with selected contained data.ASCustomDataServiceImpl.importCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) IASCustomDataService.importCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Imports multiple new CustomBoxHandlerDef object.ASCustomDataServiceImpl.updateCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) IASCustomDataService.updateCustomBoxHandlerDefs(List<CustomBoxHandlerDef> list) Updates multiple CustomBoxHandlerDef objects.