Uses of Interface
net.anotheria.anosite.gen.ascustomdata.data.CustomBoxType
Packages that use CustomBoxType
Package
Description
-
Uses of CustomBoxType in net.anotheria.anosite.gen.ascustomdata.action
Methods in net.anotheria.anosite.gen.ascustomdata.action with parameters of type CustomBoxTypeModifier and TypeMethodDescriptionprotected voidBaseCustomBoxTypeAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, CustomBoxType customboxtype) protected voidBaseCustomBoxTypeAction.canUpdateCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseCustomBoxTypeAction.checkCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseCustomBoxTypeAction.lockCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected CustomBoxTypeListItemBeanShowCustomBoxTypesAction.makeCustomBoxTypeListItemBean(CustomBoxType customboxtype) protected voidBaseCustomBoxTypeAction.unLockCustomBoxTypes(CustomBoxType customboxtype, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of CustomBoxType in net.anotheria.anosite.gen.ascustomdata.data
Classes in net.anotheria.anosite.gen.ascustomdata.data that implement CustomBoxTypeMethods in net.anotheria.anosite.gen.ascustomdata.data that return CustomBoxTypeModifier and TypeMethodDescriptionCustomBoxTypeBuilder.build()static CustomBoxTypeCustomBoxTypeFactory.createCustomBoxType()static CustomBoxTypeCustomBoxTypeFactory.createCustomBoxType(String anId) For internal use only!static CustomBoxTypeCustomBoxTypeFactory.createCustomBoxType(CustomBoxType template) static CustomBoxTypeCustomBoxTypeFactory.createCustomBoxTypeForImport(String anId) static CustomBoxTypeCustomBoxTypeXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.ascustomdata.data with parameters of type CustomBoxTypeModifier and TypeMethodDescriptionintCustomBoxTypeDocument.compareTo(CustomBoxType comparable) static CustomBoxTypeCustomBoxTypeFactory.createCustomBoxType(CustomBoxType template) static net.anotheria.util.xml.XMLNodeCustomBoxTypeXMLHelper.toXML(CustomBoxType object) static net.anotheria.util.xml.XMLNodeCustomBoxTypeXMLHelper.toXML(CustomBoxType object, String... languages) -
Uses of CustomBoxType in net.anotheria.anosite.gen.ascustomdata.service
Methods in net.anotheria.anosite.gen.ascustomdata.service that return CustomBoxTypeModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxType(CustomBoxType customboxtype) IASCustomDataService.createCustomBoxType(CustomBoxType customboxtype) Creates a new CustomBoxType object.ASCustomDataServiceImpl.getCustomBoxType(String id) IASCustomDataService.getCustomBoxType(String id) Returns the CustomBoxType object with the specified id.ASCustomDataServiceImpl.importCustomBoxType(CustomBoxType customboxtype) IASCustomDataService.importCustomBoxType(CustomBoxType customboxtype) Imports a new CustomBoxType object.ASCustomDataServiceImpl.updateCustomBoxType(CustomBoxType customboxtype) IASCustomDataService.updateCustomBoxType(CustomBoxType customboxtype) Updates a CustomBoxType object.Methods in net.anotheria.anosite.gen.ascustomdata.service that return types with arguments of type CustomBoxTypeModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxTypes(List<CustomBoxType> list) IASCustomDataService.createCustomBoxTypes(List<CustomBoxType> list) Creates multiple new CustomBoxType objects.ASCustomDataServiceImpl.getCustomBoxTypes()ASCustomDataServiceImpl.getCustomBoxTypes(List<String> ids) Returns the CustomBoxType objects with the specified ids.ASCustomDataServiceImpl.getCustomBoxTypes(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the CustomBoxType objects with the specified ids, sorted by given sorttype.ASCustomDataServiceImpl.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxType objects segment.ASCustomDataServiceImpl.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) IASCustomDataService.getCustomBoxTypes()Returns all CustomBoxTypes objects stored.IASCustomDataService.getCustomBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns CustomBoxTypes objects segment.IASCustomDataService.getCustomBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxTypes objects sorted by given sortType.ASCustomDataServiceImpl.getCustomBoxTypesByProperty(String propertyName, Object value) ASCustomDataServiceImpl.getCustomBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches.ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns CustomBoxType objects segment, where property matched.ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxType objects segment, where property matched, sorted.ASCustomDataServiceImpl.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches, sortedIASCustomDataService.getCustomBoxTypesByProperty(String propertyName, Object value) Returns all CustomBoxType objects, where property with given name equals object.IASCustomDataService.getCustomBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all CustomBoxType objects, where property with given name equals object, sorted.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxType objects segment, where property matches.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns CustomBoxType objects segment, where property matches, sorted.IASCustomDataService.getCustomBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all CustomBoxType objects, where property matches, sorted.ASCustomDataServiceImpl.importCustomBoxTypes(List<CustomBoxType> list) IASCustomDataService.importCustomBoxTypes(List<CustomBoxType> list) Imports multiple new CustomBoxType object.ASCustomDataServiceImpl.updateCustomBoxTypes(List<CustomBoxType> list) IASCustomDataService.updateCustomBoxTypes(List<CustomBoxType> list) Updates multiple CustomBoxType objects.Methods in net.anotheria.anosite.gen.ascustomdata.service with parameters of type CustomBoxTypeModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxType(CustomBoxType customboxtype) IASCustomDataService.createCustomBoxType(CustomBoxType customboxtype) Creates a new CustomBoxType object.voidASCustomDataServiceImpl.deleteCustomBoxType(CustomBoxType customboxtype) voidIASCustomDataService.deleteCustomBoxType(CustomBoxType customboxtype) Deletes a CustomBoxType object.ASCustomDataServiceImpl.importCustomBoxType(CustomBoxType customboxtype) IASCustomDataService.importCustomBoxType(CustomBoxType customboxtype) Imports a new CustomBoxType object.ASCustomDataServiceImpl.updateCustomBoxType(CustomBoxType customboxtype) IASCustomDataService.updateCustomBoxType(CustomBoxType customboxtype) Updates a CustomBoxType object.Method parameters in net.anotheria.anosite.gen.ascustomdata.service with type arguments of type CustomBoxTypeModifier and TypeMethodDescriptionASCustomDataServiceImpl.createCustomBoxTypes(List<CustomBoxType> list) IASCustomDataService.createCustomBoxTypes(List<CustomBoxType> list) Creates multiple new CustomBoxType objects.voidASCustomDataServiceImpl.deleteCustomBoxTypes(List<CustomBoxType> list) voidIASCustomDataService.deleteCustomBoxTypes(List<CustomBoxType> list) Deletes multiple CustomBoxType object.net.anotheria.util.xml.XMLNodeASCustomDataServiceImpl.exportCustomBoxTypesToXML(List<CustomBoxType> list) net.anotheria.util.xml.XMLNodeIASCustomDataService.exportCustomBoxTypesToXML(List<CustomBoxType> listCustomBoxTypes) Creates an xml element with selected contained data.ASCustomDataServiceImpl.importCustomBoxTypes(List<CustomBoxType> list) IASCustomDataService.importCustomBoxTypes(List<CustomBoxType> list) Imports multiple new CustomBoxType object.ASCustomDataServiceImpl.updateCustomBoxTypes(List<CustomBoxType> list) IASCustomDataService.updateCustomBoxTypes(List<CustomBoxType> list) Updates multiple CustomBoxType objects.