Uses of Interface
net.anotheria.anosite.gen.aslayoutdata.data.PageLayout
Packages that use PageLayout
Package
Description
-
Uses of PageLayout in net.anotheria.anosite.gen.aslayoutdata.action
Methods in net.anotheria.anosite.gen.aslayoutdata.action with parameters of type PageLayoutModifier and TypeMethodDescriptionprotected voidBasePageLayoutAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, PageLayout pagelayout) protected voidBasePageLayoutAction.canUpdatePageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBasePageLayoutAction.checkPageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBasePageLayoutAction.lockPageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected PageLayoutListItemBeanShowPageLayoutsAction.makePageLayoutListItemBean(PageLayout pagelayout) protected voidBasePageLayoutAction.unLockPageLayouts(PageLayout pagelayout, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of PageLayout in net.anotheria.anosite.gen.aslayoutdata.data
Classes in net.anotheria.anosite.gen.aslayoutdata.data that implement PageLayoutMethods in net.anotheria.anosite.gen.aslayoutdata.data that return PageLayoutModifier and TypeMethodDescriptionPageLayoutBuilder.build()static PageLayoutPageLayoutFactory.createPageLayout()static PageLayoutPageLayoutFactory.createPageLayout(String anId) For internal use only!static PageLayoutPageLayoutFactory.createPageLayout(PageLayout template) static PageLayoutPageLayoutFactory.createPageLayoutForImport(String anId) static PageLayoutPageLayoutXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.aslayoutdata.data with parameters of type PageLayoutModifier and TypeMethodDescriptionintPageLayoutDocument.compareTo(PageLayout comparable) static PageLayoutPageLayoutFactory.createPageLayout(PageLayout template) static net.anotheria.util.xml.XMLNodePageLayoutXMLHelper.toXML(PageLayout object) static net.anotheria.util.xml.XMLNodePageLayoutXMLHelper.toXML(PageLayout object, String... languages) -
Uses of PageLayout in net.anotheria.anosite.gen.aslayoutdata.service
Methods in net.anotheria.anosite.gen.aslayoutdata.service that return PageLayoutModifier and TypeMethodDescriptionASLayoutDataServiceImpl.createPageLayout(PageLayout pagelayout) IASLayoutDataService.createPageLayout(PageLayout pagelayout) Creates a new PageLayout object.ASLayoutDataServiceImpl.getPageLayout(String id) IASLayoutDataService.getPageLayout(String id) Returns the PageLayout object with the specified id.ASLayoutDataServiceImpl.importPageLayout(PageLayout pagelayout) IASLayoutDataService.importPageLayout(PageLayout pagelayout) Imports a new PageLayout object.ASLayoutDataServiceImpl.updatePageLayout(PageLayout pagelayout) IASLayoutDataService.updatePageLayout(PageLayout pagelayout) Updates a PageLayout object.Methods in net.anotheria.anosite.gen.aslayoutdata.service that return types with arguments of type PageLayoutModifier and TypeMethodDescriptionASLayoutDataServiceImpl.createPageLayouts(List<PageLayout> list) IASLayoutDataService.createPageLayouts(List<PageLayout> list) Creates multiple new PageLayout objects.ASLayoutDataServiceImpl.getPageLayouts()ASLayoutDataServiceImpl.getPageLayouts(List<String> ids) Returns the PageLayout objects with the specified ids.ASLayoutDataServiceImpl.getPageLayouts(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PageLayout objects with the specified ids, sorted by given sorttype.ASLayoutDataServiceImpl.getPageLayouts(net.anotheria.util.slicer.Segment aSegment) Returns PageLayout objects segment.ASLayoutDataServiceImpl.getPageLayouts(net.anotheria.util.sorter.SortType sortType) IASLayoutDataService.getPageLayouts()Returns all PageLayouts objects stored.IASLayoutDataService.getPageLayouts(net.anotheria.util.slicer.Segment aSegment) Returns PageLayouts objects segment.IASLayoutDataService.getPageLayouts(net.anotheria.util.sorter.SortType sortType) Returns all PageLayouts objects sorted by given sortType.ASLayoutDataServiceImpl.getPageLayoutsByProperty(String propertyName, Object value) ASLayoutDataServiceImpl.getPageLayoutsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASLayoutDataServiceImpl.getPageLayoutsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageLayout objects, where property matches.ASLayoutDataServiceImpl.getPageLayoutsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PageLayout objects segment, where property matched.ASLayoutDataServiceImpl.getPageLayoutsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageLayout objects segment, where property matched, sorted.ASLayoutDataServiceImpl.getPageLayoutsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageLayout objects, where property matches, sortedIASLayoutDataService.getPageLayoutsByProperty(String propertyName, Object value) Returns all PageLayout objects, where property with given name equals object.IASLayoutDataService.getPageLayoutsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PageLayout objects, where property with given name equals object, sorted.IASLayoutDataService.getPageLayoutsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageLayout objects, where property matches.IASLayoutDataService.getPageLayoutsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageLayout objects segment, where property matches.IASLayoutDataService.getPageLayoutsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageLayout objects segment, where property matches, sorted.IASLayoutDataService.getPageLayoutsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageLayout objects, where property matches, sorted.ASLayoutDataServiceImpl.importPageLayouts(List<PageLayout> list) IASLayoutDataService.importPageLayouts(List<PageLayout> list) Imports multiple new PageLayout object.ASLayoutDataServiceImpl.updatePageLayouts(List<PageLayout> list) IASLayoutDataService.updatePageLayouts(List<PageLayout> list) Updates multiple PageLayout objects.Methods in net.anotheria.anosite.gen.aslayoutdata.service with parameters of type PageLayoutModifier and TypeMethodDescriptionASLayoutDataServiceImpl.createPageLayout(PageLayout pagelayout) IASLayoutDataService.createPageLayout(PageLayout pagelayout) Creates a new PageLayout object.voidASLayoutDataServiceImpl.deletePageLayout(PageLayout pagelayout) voidIASLayoutDataService.deletePageLayout(PageLayout pagelayout) Deletes a PageLayout object.ASLayoutDataServiceImpl.importPageLayout(PageLayout pagelayout) IASLayoutDataService.importPageLayout(PageLayout pagelayout) Imports a new PageLayout object.ASLayoutDataServiceImpl.updatePageLayout(PageLayout pagelayout) IASLayoutDataService.updatePageLayout(PageLayout pagelayout) Updates a PageLayout object.Method parameters in net.anotheria.anosite.gen.aslayoutdata.service with type arguments of type PageLayoutModifier and TypeMethodDescriptionASLayoutDataServiceImpl.createPageLayouts(List<PageLayout> list) IASLayoutDataService.createPageLayouts(List<PageLayout> list) Creates multiple new PageLayout objects.voidASLayoutDataServiceImpl.deletePageLayouts(List<PageLayout> list) voidIASLayoutDataService.deletePageLayouts(List<PageLayout> list) Deletes multiple PageLayout object.net.anotheria.util.xml.XMLNodeASLayoutDataServiceImpl.exportPageLayoutsToXML(List<PageLayout> list) net.anotheria.util.xml.XMLNodeIASLayoutDataService.exportPageLayoutsToXML(List<PageLayout> listPageLayouts) Creates an xml element with selected contained data.ASLayoutDataServiceImpl.importPageLayouts(List<PageLayout> list) IASLayoutDataService.importPageLayouts(List<PageLayout> list) Imports multiple new PageLayout object.ASLayoutDataServiceImpl.updatePageLayouts(List<PageLayout> list) IASLayoutDataService.updatePageLayouts(List<PageLayout> list) Updates multiple PageLayout objects.