Uses of Interface
net.anotheria.anosite.gen.asgenericdata.data.GenericBoxType
Packages that use GenericBoxType
Package
Description
-
Uses of GenericBoxType in net.anotheria.anosite.gen.asgenericdata.action
Methods in net.anotheria.anosite.gen.asgenericdata.action with parameters of type GenericBoxTypeModifier and TypeMethodDescriptionprotected voidBaseGenericBoxTypeAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, GenericBoxType genericboxtype) protected voidBaseGenericBoxTypeAction.canUpdateGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseGenericBoxTypeAction.checkGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseGenericBoxTypeAction.lockGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected GenericBoxTypeListItemBeanShowGenericBoxTypesAction.makeGenericBoxTypeListItemBean(GenericBoxType genericboxtype) protected voidBaseGenericBoxTypeAction.unLockGenericBoxTypes(GenericBoxType genericboxtype, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of GenericBoxType in net.anotheria.anosite.gen.asgenericdata.data
Classes in net.anotheria.anosite.gen.asgenericdata.data that implement GenericBoxTypeMethods in net.anotheria.anosite.gen.asgenericdata.data that return GenericBoxTypeModifier and TypeMethodDescriptionGenericBoxTypeBuilder.build()static GenericBoxTypeGenericBoxTypeFactory.createGenericBoxType()static GenericBoxTypeGenericBoxTypeFactory.createGenericBoxType(String anId) For internal use only!static GenericBoxTypeGenericBoxTypeFactory.createGenericBoxType(GenericBoxType template) static GenericBoxTypeGenericBoxTypeFactory.createGenericBoxTypeForImport(String anId) static GenericBoxTypeGenericBoxTypeXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asgenericdata.data with parameters of type GenericBoxTypeModifier and TypeMethodDescriptionintGenericBoxTypeDocument.compareTo(GenericBoxType comparable) static GenericBoxTypeGenericBoxTypeFactory.createGenericBoxType(GenericBoxType template) static net.anotheria.util.xml.XMLNodeGenericBoxTypeXMLHelper.toXML(GenericBoxType object) static net.anotheria.util.xml.XMLNodeGenericBoxTypeXMLHelper.toXML(GenericBoxType object, String... languages) -
Uses of GenericBoxType in net.anotheria.anosite.gen.asgenericdata.service
Methods in net.anotheria.anosite.gen.asgenericdata.service that return GenericBoxTypeModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxType(GenericBoxType genericboxtype) IASGenericDataService.createGenericBoxType(GenericBoxType genericboxtype) Creates a new GenericBoxType object.ASGenericDataServiceImpl.getGenericBoxType(String id) IASGenericDataService.getGenericBoxType(String id) Returns the GenericBoxType object with the specified id.ASGenericDataServiceImpl.importGenericBoxType(GenericBoxType genericboxtype) IASGenericDataService.importGenericBoxType(GenericBoxType genericboxtype) Imports a new GenericBoxType object.ASGenericDataServiceImpl.updateGenericBoxType(GenericBoxType genericboxtype) IASGenericDataService.updateGenericBoxType(GenericBoxType genericboxtype) Updates a GenericBoxType object.Methods in net.anotheria.anosite.gen.asgenericdata.service that return types with arguments of type GenericBoxTypeModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxTypes(List<GenericBoxType> list) IASGenericDataService.createGenericBoxTypes(List<GenericBoxType> list) Creates multiple new GenericBoxType objects.ASGenericDataServiceImpl.getGenericBoxTypes()ASGenericDataServiceImpl.getGenericBoxTypes(List<String> ids) Returns the GenericBoxType objects with the specified ids.ASGenericDataServiceImpl.getGenericBoxTypes(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the GenericBoxType objects with the specified ids, sorted by given sorttype.ASGenericDataServiceImpl.getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxType objects segment.ASGenericDataServiceImpl.getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType) IASGenericDataService.getGenericBoxTypes()Returns all GenericBoxTypes objects stored.IASGenericDataService.getGenericBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns GenericBoxTypes objects segment.IASGenericDataService.getGenericBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxTypes objects sorted by given sortType.ASGenericDataServiceImpl.getGenericBoxTypesByProperty(String propertyName, Object value) ASGenericDataServiceImpl.getGenericBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASGenericDataServiceImpl.getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches.ASGenericDataServiceImpl.getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns GenericBoxType objects segment, where property matched.ASGenericDataServiceImpl.getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxType objects segment, where property matched, sorted.ASGenericDataServiceImpl.getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches, sortedIASGenericDataService.getGenericBoxTypesByProperty(String propertyName, Object value) Returns all GenericBoxType objects, where property with given name equals object.IASGenericDataService.getGenericBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all GenericBoxType objects, where property with given name equals object, sorted.IASGenericDataService.getGenericBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches.IASGenericDataService.getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxType objects segment, where property matches.IASGenericDataService.getGenericBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns GenericBoxType objects segment, where property matches, sorted.IASGenericDataService.getGenericBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all GenericBoxType objects, where property matches, sorted.ASGenericDataServiceImpl.importGenericBoxTypes(List<GenericBoxType> list) IASGenericDataService.importGenericBoxTypes(List<GenericBoxType> list) Imports multiple new GenericBoxType object.ASGenericDataServiceImpl.updateGenericBoxTypes(List<GenericBoxType> list) IASGenericDataService.updateGenericBoxTypes(List<GenericBoxType> list) Updates multiple GenericBoxType objects.Methods in net.anotheria.anosite.gen.asgenericdata.service with parameters of type GenericBoxTypeModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxType(GenericBoxType genericboxtype) IASGenericDataService.createGenericBoxType(GenericBoxType genericboxtype) Creates a new GenericBoxType object.voidASGenericDataServiceImpl.deleteGenericBoxType(GenericBoxType genericboxtype) voidIASGenericDataService.deleteGenericBoxType(GenericBoxType genericboxtype) Deletes a GenericBoxType object.ASGenericDataServiceImpl.importGenericBoxType(GenericBoxType genericboxtype) IASGenericDataService.importGenericBoxType(GenericBoxType genericboxtype) Imports a new GenericBoxType object.ASGenericDataServiceImpl.updateGenericBoxType(GenericBoxType genericboxtype) IASGenericDataService.updateGenericBoxType(GenericBoxType genericboxtype) Updates a GenericBoxType object.Method parameters in net.anotheria.anosite.gen.asgenericdata.service with type arguments of type GenericBoxTypeModifier and TypeMethodDescriptionASGenericDataServiceImpl.createGenericBoxTypes(List<GenericBoxType> list) IASGenericDataService.createGenericBoxTypes(List<GenericBoxType> list) Creates multiple new GenericBoxType objects.voidASGenericDataServiceImpl.deleteGenericBoxTypes(List<GenericBoxType> list) voidIASGenericDataService.deleteGenericBoxTypes(List<GenericBoxType> list) Deletes multiple GenericBoxType object.net.anotheria.util.xml.XMLNodeASGenericDataServiceImpl.exportGenericBoxTypesToXML(List<GenericBoxType> list) net.anotheria.util.xml.XMLNodeIASGenericDataService.exportGenericBoxTypesToXML(List<GenericBoxType> listGenericBoxTypes) Creates an xml element with selected contained data.ASGenericDataServiceImpl.importGenericBoxTypes(List<GenericBoxType> list) IASGenericDataService.importGenericBoxTypes(List<GenericBoxType> list) Imports multiple new GenericBoxType object.ASGenericDataServiceImpl.updateGenericBoxTypes(List<GenericBoxType> list) IASGenericDataService.updateGenericBoxTypes(List<GenericBoxType> list) Updates multiple GenericBoxType objects.