Uses of Interface
net.anotheria.anosite.gen.aswebdata.data.Pagex
Packages that use Pagex
Package
Description
-
Uses of Pagex in net.anotheria.anosite.gen.aswebdata.action
Methods in net.anotheria.anosite.gen.aswebdata.action with parameters of type PagexModifier and TypeMethodDescriptionprotected voidBasePagexAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Pagex pagex) protected voidBasePagexAction.canUpdatePagexs(Pagex pagex, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBasePagexAction.checkPagexs(Pagex pagex, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBasePagexAction.lockPagexs(Pagex pagex, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected PagexListItemBeanShowPagexsAction.makePagexListItemBean(Pagex pagex) protected voidBasePagexAction.unLockPagexs(Pagex pagex, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of Pagex in net.anotheria.anosite.gen.aswebdata.data
Classes in net.anotheria.anosite.gen.aswebdata.data that implement PagexMethods in net.anotheria.anosite.gen.aswebdata.data that return PagexModifier and TypeMethodDescriptionPagexBuilder.build()static PagexPagexFactory.createPagex()static PagexPagexFactory.createPagex(String anId) For internal use only!static PagexPagexFactory.createPagex(Pagex template) static PagexPagexFactory.createPagexForImport(String anId) static PagexPagexXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.aswebdata.data with parameters of type PagexModifier and TypeMethodDescriptionintstatic PagexPagexFactory.createPagex(Pagex template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of Pagex in net.anotheria.anosite.gen.aswebdata.service
Methods in net.anotheria.anosite.gen.aswebdata.service that return PagexModifier and TypeMethodDescriptionASWebDataServiceImpl.createPagex(Pagex pagex) IASWebDataService.createPagex(Pagex pagex) Creates a new Pagex object.Returns the Pagex object with the specified id.ASWebDataServiceImpl.importPagex(Pagex pagex) IASWebDataService.importPagex(Pagex pagex) Imports a new Pagex object.ASWebDataServiceImpl.updatePagex(Pagex pagex) IASWebDataService.updatePagex(Pagex pagex) Updates a Pagex object.Methods in net.anotheria.anosite.gen.aswebdata.service that return types with arguments of type PagexModifier and TypeMethodDescriptionASWebDataServiceImpl.createPagexs(List<Pagex> list) IASWebDataService.createPagexs(List<Pagex> list) Creates multiple new Pagex objects.ASWebDataServiceImpl.getPagexs()Returns the Pagex objects with the specified ids.Returns the Pagex objects with the specified ids, sorted by given sorttype.ASWebDataServiceImpl.getPagexs(net.anotheria.util.slicer.Segment aSegment) Returns Pagex objects segment.ASWebDataServiceImpl.getPagexs(net.anotheria.util.sorter.SortType sortType) IASWebDataService.getPagexs()Returns all Pagexs objects stored.IASWebDataService.getPagexs(net.anotheria.util.slicer.Segment aSegment) Returns Pagexs objects segment.IASWebDataService.getPagexs(net.anotheria.util.sorter.SortType sortType) Returns all Pagexs objects sorted by given sortType.ASWebDataServiceImpl.getPagexsByProperty(String propertyName, Object value) ASWebDataServiceImpl.getPagexsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASWebDataServiceImpl.getPagexsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Pagex objects, where property matches.ASWebDataServiceImpl.getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Pagex objects segment, where property matched.ASWebDataServiceImpl.getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Pagex objects segment, where property matched, sorted.ASWebDataServiceImpl.getPagexsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Pagex objects, where property matches, sortedIASWebDataService.getPagexsByProperty(String propertyName, Object value) Returns all Pagex objects, where property with given name equals object.IASWebDataService.getPagexsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Pagex objects, where property with given name equals object, sorted.IASWebDataService.getPagexsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Pagex objects, where property matches.IASWebDataService.getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Pagex objects segment, where property matches.IASWebDataService.getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Pagex objects segment, where property matches, sorted.IASWebDataService.getPagexsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Pagex objects, where property matches, sorted.ASWebDataServiceImpl.importPagexs(List<Pagex> list) IASWebDataService.importPagexs(List<Pagex> list) Imports multiple new Pagex object.ASWebDataServiceImpl.updatePagexs(List<Pagex> list) IASWebDataService.updatePagexs(List<Pagex> list) Updates multiple Pagex objects.Methods in net.anotheria.anosite.gen.aswebdata.service with parameters of type PagexModifier and TypeMethodDescriptionASWebDataServiceImpl.createPagex(Pagex pagex) IASWebDataService.createPagex(Pagex pagex) Creates a new Pagex object.voidASWebDataServiceImpl.deletePagex(Pagex pagex) voidIASWebDataService.deletePagex(Pagex pagex) Deletes a Pagex object.ASWebDataServiceImpl.importPagex(Pagex pagex) IASWebDataService.importPagex(Pagex pagex) Imports a new Pagex object.ASWebDataServiceImpl.updatePagex(Pagex pagex) IASWebDataService.updatePagex(Pagex pagex) Updates a Pagex object.Method parameters in net.anotheria.anosite.gen.aswebdata.service with type arguments of type PagexModifier and TypeMethodDescriptionASWebDataServiceImpl.createPagexs(List<Pagex> list) IASWebDataService.createPagexs(List<Pagex> list) Creates multiple new Pagex objects.voidASWebDataServiceImpl.deletePagexs(List<Pagex> list) voidIASWebDataService.deletePagexs(List<Pagex> list) Deletes multiple Pagex object.net.anotheria.util.xml.XMLNodeASWebDataServiceImpl.exportPagexsToXML(String[] languages, List<Pagex> list) net.anotheria.util.xml.XMLNodeASWebDataServiceImpl.exportPagexsToXML(List<Pagex> list) net.anotheria.util.xml.XMLNodeIASWebDataService.exportPagexsToXML(String[] languages, List<Pagex> listPagexs) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASWebDataService.exportPagexsToXML(List<Pagex> listPagexs) Creates an xml element with selected contained data.ASWebDataServiceImpl.importPagexs(List<Pagex> list) IASWebDataService.importPagexs(List<Pagex> list) Imports multiple new Pagex object.ASWebDataServiceImpl.updatePagexs(List<Pagex> list) IASWebDataService.updatePagexs(List<Pagex> list) Updates multiple Pagex objects.