Uses of Interface
net.anotheria.anosite.gen.aslayoutdata.data.PageLayout
-
Packages that use PageLayout Package Description net.anotheria.anosite.gen.aslayoutdata.action net.anotheria.anosite.gen.aslayoutdata.data net.anotheria.anosite.gen.aslayoutdata.service -
-
Uses of PageLayout in net.anotheria.anosite.gen.aslayoutdata.action
Methods in net.anotheria.anosite.gen.aslayoutdata.action with parameters of type PageLayout Modifier and Type Method Description protected 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 PageLayout Modifier and Type Class Description classPageLayoutDocumentMethods in net.anotheria.anosite.gen.aslayoutdata.data that return PageLayout Modifier and Type Method Description PageLayoutPageLayoutBuilder. build()static PageLayoutPageLayoutFactory. createPageLayout()static PageLayoutPageLayoutFactory. createPageLayout(java.lang.String anId)For internal use only!static PageLayoutPageLayoutFactory. createPageLayout(PageLayout template)static PageLayoutPageLayoutFactory. createPageLayoutForImport(java.lang.String anId)static PageLayoutPageLayoutXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.aslayoutdata.data with parameters of type PageLayout Modifier and Type Method Description intPageLayoutDocument. 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, java.lang.String... languages) -
Uses of PageLayout in net.anotheria.anosite.gen.aslayoutdata.service
Methods in net.anotheria.anosite.gen.aslayoutdata.service that return PageLayout Modifier and Type Method Description PageLayoutASLayoutDataServiceImpl. createPageLayout(PageLayout pagelayout)PageLayoutIASLayoutDataService. createPageLayout(PageLayout pagelayout)Creates a new PageLayout object.PageLayoutASLayoutDataServiceImpl. getPageLayout(java.lang.String id)PageLayoutIASLayoutDataService. getPageLayout(java.lang.String id)Returns the PageLayout object with the specified id.PageLayoutASLayoutDataServiceImpl. importPageLayout(PageLayout pagelayout)PageLayoutIASLayoutDataService. importPageLayout(PageLayout pagelayout)Imports a new PageLayout object.PageLayoutASLayoutDataServiceImpl. updatePageLayout(PageLayout pagelayout)PageLayoutIASLayoutDataService. updatePageLayout(PageLayout pagelayout)Updates a PageLayout object.Methods in net.anotheria.anosite.gen.aslayoutdata.service that return types with arguments of type PageLayout Modifier and Type Method Description java.util.List<PageLayout>ASLayoutDataServiceImpl. createPageLayouts(java.util.List<PageLayout> list)java.util.List<PageLayout>IASLayoutDataService. createPageLayouts(java.util.List<PageLayout> list)Creates multiple new PageLayout objects.java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayouts()java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayouts(java.util.List<java.lang.String> ids)Returns the PageLayout objects with the specified ids.java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayouts(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the PageLayout objects with the specified ids, sorted by given sorttype.java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayouts(net.anotheria.util.slicer.Segment aSegment)Returns PageLayout objects segment.java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayouts(net.anotheria.util.sorter.SortType sortType)java.util.List<PageLayout>IASLayoutDataService. getPageLayouts()Returns all PageLayouts objects stored.java.util.List<PageLayout>IASLayoutDataService. getPageLayouts(net.anotheria.util.slicer.Segment aSegment)Returns PageLayouts objects segment.java.util.List<PageLayout>IASLayoutDataService. getPageLayouts(net.anotheria.util.sorter.SortType sortType)Returns all PageLayouts objects sorted by given sortType.java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayoutsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayoutsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayoutsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageLayout objects, where property matches.java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayoutsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns PageLayout objects segment, where property matched.java.util.List<PageLayout>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.java.util.List<PageLayout>ASLayoutDataServiceImpl. getPageLayoutsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageLayout objects, where property matches, sortedjava.util.List<PageLayout>IASLayoutDataService. getPageLayoutsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all PageLayout objects, where property with given name equals object.java.util.List<PageLayout>IASLayoutDataService. getPageLayoutsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all PageLayout objects, where property with given name equals object, sorted.java.util.List<PageLayout>IASLayoutDataService. getPageLayoutsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageLayout objects, where property matches.java.util.List<PageLayout>IASLayoutDataService. getPageLayoutsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns PageLayout objects segment, where property matches.java.util.List<PageLayout>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.java.util.List<PageLayout>IASLayoutDataService. getPageLayoutsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageLayout objects, where property matches, sorted.java.util.List<PageLayout>ASLayoutDataServiceImpl. importPageLayouts(java.util.List<PageLayout> list)java.util.List<PageLayout>IASLayoutDataService. importPageLayouts(java.util.List<PageLayout> list)Imports multiple new PageLayout object.java.util.List<PageLayout>ASLayoutDataServiceImpl. updatePageLayouts(java.util.List<PageLayout> list)java.util.List<PageLayout>IASLayoutDataService. updatePageLayouts(java.util.List<PageLayout> list)Updates multiple PageLayout objects.Methods in net.anotheria.anosite.gen.aslayoutdata.service with parameters of type PageLayout Modifier and Type Method Description PageLayoutASLayoutDataServiceImpl. createPageLayout(PageLayout pagelayout)PageLayoutIASLayoutDataService. createPageLayout(PageLayout pagelayout)Creates a new PageLayout object.voidASLayoutDataServiceImpl. deletePageLayout(PageLayout pagelayout)voidIASLayoutDataService. deletePageLayout(PageLayout pagelayout)Deletes a PageLayout object.PageLayoutASLayoutDataServiceImpl. importPageLayout(PageLayout pagelayout)PageLayoutIASLayoutDataService. importPageLayout(PageLayout pagelayout)Imports a new PageLayout object.PageLayoutASLayoutDataServiceImpl. updatePageLayout(PageLayout pagelayout)PageLayoutIASLayoutDataService. updatePageLayout(PageLayout pagelayout)Updates a PageLayout object.Method parameters in net.anotheria.anosite.gen.aslayoutdata.service with type arguments of type PageLayout Modifier and Type Method Description java.util.List<PageLayout>ASLayoutDataServiceImpl. createPageLayouts(java.util.List<PageLayout> list)java.util.List<PageLayout>IASLayoutDataService. createPageLayouts(java.util.List<PageLayout> list)Creates multiple new PageLayout objects.voidASLayoutDataServiceImpl. deletePageLayouts(java.util.List<PageLayout> list)voidIASLayoutDataService. deletePageLayouts(java.util.List<PageLayout> list)Deletes multiple PageLayout object.net.anotheria.util.xml.XMLNodeASLayoutDataServiceImpl. exportPageLayoutsToXML(java.util.List<PageLayout> list)net.anotheria.util.xml.XMLNodeIASLayoutDataService. exportPageLayoutsToXML(java.util.List<PageLayout> listPageLayouts)Creates an xml element with selected contained data.java.util.List<PageLayout>ASLayoutDataServiceImpl. importPageLayouts(java.util.List<PageLayout> list)java.util.List<PageLayout>IASLayoutDataService. importPageLayouts(java.util.List<PageLayout> list)Imports multiple new PageLayout object.java.util.List<PageLayout>ASLayoutDataServiceImpl. updatePageLayouts(java.util.List<PageLayout> list)java.util.List<PageLayout>IASLayoutDataService. updatePageLayouts(java.util.List<PageLayout> list)Updates multiple PageLayout objects.
-