Uses of Class
net.anotheria.anosite.gen.aslayoutdata.service.ASLayoutDataServiceException
Packages that use ASLayoutDataServiceException
-
Uses of ASLayoutDataServiceException in net.anotheria.anosite.gen.aslayoutdata.service
Modifier and TypeClassDescriptionclassException for gets over non existing id in IASLayoutDataService, document: PageLayoutclassException for gets over non existing id in IASLayoutDataService, document: PageStyleMethods in net.anotheria.anosite.gen.aslayoutdata.service that throw ASLayoutDataServiceExceptionModifier and TypeMethodDescriptionIASLayoutDataService.createPageLayout(PageLayout pagelayout) Creates a new PageLayout object.IASLayoutDataService.createPageLayouts(List<PageLayout> list) Creates multiple new PageLayout objects.IASLayoutDataService.createPageStyle(PageStyle pagestyle) Creates a new PageStyle object.IASLayoutDataService.createPageStyles(List<PageStyle> list) Creates multiple new PageStyle objects.voidIASLayoutDataService.deletePageLayout(String id) Deletes a PageLayout object by id.voidIASLayoutDataService.deletePageLayout(PageLayout pagelayout) Deletes a PageLayout object.voidIASLayoutDataService.deletePageLayouts(List<PageLayout> list) Deletes multiple PageLayout object.voidIASLayoutDataService.deletePageStyle(String id) Deletes a PageStyle object by id.voidIASLayoutDataService.deletePageStyle(PageStyle pagestyle) Deletes a PageStyle object.voidIASLayoutDataService.deletePageStyles(List<PageStyle> list) Deletes multiple PageStyle object.voidASLayoutDataServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASLayoutDataService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASLayoutDataService.executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on all data objects (documents, vo) which are part of this module and managed by this service.net.anotheria.anodoc.query2.QueryResultIASLayoutDataService.executeQueryOnPageLayouts(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASLayoutDataService.executeQueryOnPageStyles(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASLayoutDataService.exportPageLayoutsToXML(List<PageLayout> listPageLayouts) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASLayoutDataService.exportPageStylesToXML(List<PageStyle> listPageStyles) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASLayoutDataService.exportToXML()creates an xml element with all contained data.voidASLayoutDataServiceImpl.fetchPageLayout(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASLayoutDataService.fetchPageLayout(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PageLayout document.voidASLayoutDataServiceImpl.fetchPageStyle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASLayoutDataService.fetchPageStyle(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PageStyle document.IASLayoutDataService.getPageLayout(String id) Returns the PageLayout object with the specified id.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.IASLayoutDataService.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.intIASLayoutDataService.getPageLayoutsCount()Returns all PageLayouts count.IASLayoutDataService.getPageStyle(String id) Returns the PageStyle object with the specified id.IASLayoutDataService.getPageStyles()Returns all PageStyles objects stored.IASLayoutDataService.getPageStyles(net.anotheria.util.slicer.Segment aSegment) Returns PageStyles objects segment.IASLayoutDataService.getPageStyles(net.anotheria.util.sorter.SortType sortType) Returns all PageStyles objects sorted by given sortType.IASLayoutDataService.getPageStylesByProperty(String propertyName, Object value) Returns all PageStyle objects, where property with given name equals object.IASLayoutDataService.getPageStylesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PageStyle objects, where property with given name equals object, sorted.IASLayoutDataService.getPageStylesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageStyle objects, where property matches.IASLayoutDataService.getPageStylesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageStyle objects segment, where property matches.IASLayoutDataService.getPageStylesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageStyle objects segment, where property matches, sorted.IASLayoutDataService.getPageStylesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageStyle objects, where property matches, sorted.intIASLayoutDataService.getPageStylesCount()Returns all PageStyles count.IASLayoutDataService.importPageLayout(PageLayout pagelayout) Imports a new PageLayout object.IASLayoutDataService.importPageLayouts(List<PageLayout> list) Imports multiple new PageLayout object.IASLayoutDataService.importPageStyle(PageStyle pagestyle) Imports a new PageStyle object.IASLayoutDataService.importPageStyles(List<PageStyle> list) Imports multiple new PageStyle object.IASLayoutDataService.updatePageLayout(PageLayout pagelayout) Updates a PageLayout object.IASLayoutDataService.updatePageLayouts(List<PageLayout> list) Updates multiple PageLayout objects.IASLayoutDataService.updatePageStyle(PageStyle pagestyle) Updates a PageStyle object.IASLayoutDataService.updatePageStyles(List<PageStyle> list) Updates multiple PageStyle objects.