| Package | Description |
|---|---|
| net.anotheria.anosite.gen.aslayoutdata.action | |
| net.anotheria.anosite.gen.aslayoutdata.data | |
| net.anotheria.anosite.gen.aslayoutdata.service |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasePageLayoutAction.addFieldExplanations(javax.servlet.http.HttpServletRequest req,
PageLayout pagelayout) |
protected void |
BasePageLayoutAction.canUpdatePageLayouts(PageLayout pagelayout,
javax.servlet.http.HttpServletRequest req)
Checking UpdateCapability rights
|
protected void |
BasePageLayoutAction.checkPageLayouts(PageLayout pagelayout,
javax.servlet.http.HttpServletRequest req)
Executing auto-unlocking check....
|
protected void |
BasePageLayoutAction.lockPageLayouts(PageLayout pagelayout,
javax.servlet.http.HttpServletRequest req)
Executing locking.
|
protected PageLayoutListItemBean |
ShowPageLayoutsAction.makePageLayoutListItemBean(PageLayout pagelayout) |
protected void |
BasePageLayoutAction.unLockPageLayouts(PageLayout pagelayout,
javax.servlet.http.HttpServletRequest req,
boolean unlockByTimeoout)
Executing unlocking.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageLayoutDocument |
| Modifier and Type | Method and Description |
|---|---|
PageLayout |
PageLayoutBuilder.build() |
static PageLayout |
PageLayoutFactory.createPageLayout() |
static PageLayout |
PageLayoutFactory.createPageLayout(PageLayout template) |
static PageLayout |
PageLayoutFactory.createPageLayout(java.lang.String anId)
For internal use only!
|
static PageLayout |
PageLayoutFactory.createPageLayoutForImport(java.lang.String anId) |
static PageLayout |
PageLayoutXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) |
| Modifier and Type | Method and Description |
|---|---|
int |
PageLayoutDocument.compareTo(PageLayout comparable) |
static PageLayout |
PageLayoutFactory.createPageLayout(PageLayout template) |
static net.anotheria.util.xml.XMLNode |
PageLayoutXMLHelper.toXML(PageLayout object) |
static net.anotheria.util.xml.XMLNode |
PageLayoutXMLHelper.toXML(PageLayout object,
java.lang.String... languages) |
| Modifier and Type | Method and Description |
|---|---|
PageLayout |
IASLayoutDataService.createPageLayout(PageLayout pagelayout)
Creates a new PageLayout object.
|
PageLayout |
ASLayoutDataServiceImpl.createPageLayout(PageLayout pagelayout) |
PageLayout |
IASLayoutDataService.getPageLayout(java.lang.String id)
Returns the PageLayout object with the specified id.
|
PageLayout |
ASLayoutDataServiceImpl.getPageLayout(java.lang.String id) |
PageLayout |
IASLayoutDataService.importPageLayout(PageLayout pagelayout)
Imports a new PageLayout object.
|
PageLayout |
ASLayoutDataServiceImpl.importPageLayout(PageLayout pagelayout) |
PageLayout |
IASLayoutDataService.updatePageLayout(PageLayout pagelayout)
Updates a PageLayout object.
|
PageLayout |
ASLayoutDataServiceImpl.updatePageLayout(PageLayout pagelayout) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PageLayout> |
IASLayoutDataService.createPageLayouts(java.util.List<PageLayout> list)
Creates multiple new PageLayout objects.
|
java.util.List<PageLayout> |
ASLayoutDataServiceImpl.createPageLayouts(java.util.List<PageLayout> list) |
java.util.List<PageLayout> |
IASLayoutDataService.getPageLayouts()
Returns all PageLayouts objects stored.
|
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> |
IASLayoutDataService.getPageLayouts(net.anotheria.util.slicer.Segment aSegment)
Returns PageLayouts objects segment.
|
java.util.List<PageLayout> |
ASLayoutDataServiceImpl.getPageLayouts(net.anotheria.util.slicer.Segment aSegment)
Returns PageLayout 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.getPageLayouts(net.anotheria.util.sorter.SortType sortType) |
java.util.List<PageLayout> |
IASLayoutDataService.getPageLayoutsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all PageLayout objects, where property matches.
|
java.util.List<PageLayout> |
ASLayoutDataServiceImpl.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> |
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> |
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> |
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> |
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.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> |
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> |
ASLayoutDataServiceImpl.getPageLayoutsByProperty(java.lang.String propertyName,
java.lang.Object value) |
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> |
ASLayoutDataServiceImpl.getPageLayoutsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType) |
java.util.List<PageLayout> |
IASLayoutDataService.importPageLayouts(java.util.List<PageLayout> list)
Imports multiple new PageLayout object.
|
java.util.List<PageLayout> |
ASLayoutDataServiceImpl.importPageLayouts(java.util.List<PageLayout> list) |
java.util.List<PageLayout> |
IASLayoutDataService.updatePageLayouts(java.util.List<PageLayout> list)
Updates multiple PageLayout objects.
|
java.util.List<PageLayout> |
ASLayoutDataServiceImpl.updatePageLayouts(java.util.List<PageLayout> list) |
| Modifier and Type | Method and Description |
|---|---|
PageLayout |
IASLayoutDataService.createPageLayout(PageLayout pagelayout)
Creates a new PageLayout object.
|
PageLayout |
ASLayoutDataServiceImpl.createPageLayout(PageLayout pagelayout) |
void |
IASLayoutDataService.deletePageLayout(PageLayout pagelayout)
Deletes a PageLayout object.
|
void |
ASLayoutDataServiceImpl.deletePageLayout(PageLayout pagelayout) |
PageLayout |
IASLayoutDataService.importPageLayout(PageLayout pagelayout)
Imports a new PageLayout object.
|
PageLayout |
ASLayoutDataServiceImpl.importPageLayout(PageLayout pagelayout) |
PageLayout |
IASLayoutDataService.updatePageLayout(PageLayout pagelayout)
Updates a PageLayout object.
|
PageLayout |
ASLayoutDataServiceImpl.updatePageLayout(PageLayout pagelayout) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PageLayout> |
IASLayoutDataService.createPageLayouts(java.util.List<PageLayout> list)
Creates multiple new PageLayout objects.
|
java.util.List<PageLayout> |
ASLayoutDataServiceImpl.createPageLayouts(java.util.List<PageLayout> list) |
void |
IASLayoutDataService.deletePageLayouts(java.util.List<PageLayout> list)
Deletes multiple PageLayout object.
|
void |
ASLayoutDataServiceImpl.deletePageLayouts(java.util.List<PageLayout> list) |
net.anotheria.util.xml.XMLNode |
IASLayoutDataService.exportPageLayoutsToXML(java.util.List<PageLayout> listPageLayouts)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
ASLayoutDataServiceImpl.exportPageLayoutsToXML(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.importPageLayouts(java.util.List<PageLayout> list) |
java.util.List<PageLayout> |
IASLayoutDataService.updatePageLayouts(java.util.List<PageLayout> list)
Updates multiple PageLayout objects.
|
java.util.List<PageLayout> |
ASLayoutDataServiceImpl.updatePageLayouts(java.util.List<PageLayout> list) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.