Uses of Interface
net.anotheria.anosite.gen.aswebdata.data.Box
Packages that use Box
Package
Description
-
Uses of Box in net.anotheria.anosite.gen.aswebdata.action
Methods in net.anotheria.anosite.gen.aswebdata.action with parameters of type BoxModifier and TypeMethodDescriptionprotected voidBaseBoxAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Box box) protected voidBaseBoxAction.canUpdateBoxs(Box box, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidExecuting auto-unlocking check....protected voidExecuting locking.protected BoxListItemBeanShowBoxsAction.makeBoxListItemBean(Box box) protected voidBaseBoxAction.unLockBoxs(Box box, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of Box in net.anotheria.anosite.gen.aswebdata.data
Classes in net.anotheria.anosite.gen.aswebdata.data that implement BoxMethods in net.anotheria.anosite.gen.aswebdata.data that return BoxModifier and TypeMethodDescriptionBoxBuilder.build()static BoxBoxFactory.createBox()static BoxFor internal use only!static Boxstatic BoxBoxFactory.createBoxForImport(String anId) static BoxBoxXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.aswebdata.data with parameters of type Box -
Uses of Box in net.anotheria.anosite.gen.aswebdata.service
Methods in net.anotheria.anosite.gen.aswebdata.service that return BoxModifier and TypeMethodDescriptionCreates a new Box object.Returns the Box object with the specified id.Imports a new Box object.Updates a Box object.Methods in net.anotheria.anosite.gen.aswebdata.service that return types with arguments of type BoxModifier and TypeMethodDescriptionASWebDataServiceImpl.createBoxs(List<Box> list) IASWebDataService.createBoxs(List<Box> list) Creates multiple new Box objects.ASWebDataServiceImpl.getBoxs()Returns the Box objects with the specified ids.Returns the Box objects with the specified ids, sorted by given sorttype.ASWebDataServiceImpl.getBoxs(net.anotheria.util.slicer.Segment aSegment) Returns Box objects segment.ASWebDataServiceImpl.getBoxs(net.anotheria.util.sorter.SortType sortType) IASWebDataService.getBoxs()Returns all Boxs objects stored.IASWebDataService.getBoxs(net.anotheria.util.slicer.Segment aSegment) Returns Boxs objects segment.IASWebDataService.getBoxs(net.anotheria.util.sorter.SortType sortType) Returns all Boxs objects sorted by given sortType.ASWebDataServiceImpl.getBoxsByProperty(String propertyName, Object value) ASWebDataServiceImpl.getBoxsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASWebDataServiceImpl.getBoxsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Box objects, where property matches.ASWebDataServiceImpl.getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Box objects segment, where property matched.ASWebDataServiceImpl.getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Box objects segment, where property matched, sorted.ASWebDataServiceImpl.getBoxsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Box objects, where property matches, sortedIASWebDataService.getBoxsByProperty(String propertyName, Object value) Returns all Box objects, where property with given name equals object.IASWebDataService.getBoxsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Box objects, where property with given name equals object, sorted.IASWebDataService.getBoxsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Box objects, where property matches.IASWebDataService.getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Box objects segment, where property matches.IASWebDataService.getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Box objects segment, where property matches, sorted.IASWebDataService.getBoxsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Box objects, where property matches, sorted.ASWebDataServiceImpl.importBoxs(List<Box> list) IASWebDataService.importBoxs(List<Box> list) Imports multiple new Box object.ASWebDataServiceImpl.updateBoxs(List<Box> list) IASWebDataService.updateBoxs(List<Box> list) Updates multiple Box objects.Methods in net.anotheria.anosite.gen.aswebdata.service with parameters of type BoxModifier and TypeMethodDescriptionCreates a new Box object.voidvoidDeletes a Box object.Imports a new Box object.Updates a Box object.Method parameters in net.anotheria.anosite.gen.aswebdata.service with type arguments of type BoxModifier and TypeMethodDescriptionASWebDataServiceImpl.createBoxs(List<Box> list) IASWebDataService.createBoxs(List<Box> list) Creates multiple new Box objects.voidASWebDataServiceImpl.deleteBoxs(List<Box> list) voidIASWebDataService.deleteBoxs(List<Box> list) Deletes multiple Box object.net.anotheria.util.xml.XMLNodeASWebDataServiceImpl.exportBoxsToXML(String[] languages, List<Box> list) net.anotheria.util.xml.XMLNodeASWebDataServiceImpl.exportBoxsToXML(List<Box> list) net.anotheria.util.xml.XMLNodeIASWebDataService.exportBoxsToXML(String[] languages, List<Box> listBoxs) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASWebDataService.exportBoxsToXML(List<Box> listBoxs) Creates an xml element with selected contained data.ASWebDataServiceImpl.importBoxs(List<Box> list) IASWebDataService.importBoxs(List<Box> list) Imports multiple new Box object.ASWebDataServiceImpl.updateBoxs(List<Box> list) IASWebDataService.updateBoxs(List<Box> list) Updates multiple Box objects.