Uses of Class
net.anotheria.anosite.gen.aswebdata.service.ASWebDataServiceException
Packages that use ASWebDataServiceException
-
Uses of ASWebDataServiceException in net.anotheria.anosite.gen.aswebdata.service
Subclasses of ASWebDataServiceException in net.anotheria.anosite.gen.aswebdata.serviceModifier and TypeClassDescriptionclassException for gets over non existing id in IASWebDataService, document: AttributeclassException for gets over non existing id in IASWebDataService, document: BoxclassException for gets over non existing id in IASWebDataService, document: PagexMethods in net.anotheria.anosite.gen.aswebdata.service that throw ASWebDataServiceExceptionModifier and TypeMethodDescriptionvoidIASWebDataService.copyMultilingualAttributesInAllBoxs(String sourceLanguage, String targetLanguage) In all documents of type Box copies all multilingual fields from sourceLanguage to targetLanguage.voidIASWebDataService.copyMultilingualAttributesInAllObjects(String sourceLanguage, String targetLanguage) Copies all multilingual fields from sourceLanguage to targetLanguage in all data objects (documents, vo) which are part of this module and managed by this service.voidIASWebDataService.copyMultilingualAttributesInAllPagexs(String sourceLanguage, String targetLanguage) In all documents of type Pagex copies all multilingual fields from sourceLanguage to targetLanguage.IASWebDataService.createAttribute(Attribute attribute) Creates a new Attribute object.IASWebDataService.createAttributes(List<Attribute> list) Creates multiple new Attribute objects.Creates a new Box object.IASWebDataService.createBoxs(List<Box> list) Creates multiple new Box objects.IASWebDataService.createPagex(Pagex pagex) Creates a new Pagex object.IASWebDataService.createPagexs(List<Pagex> list) Creates multiple new Pagex objects.voidIASWebDataService.deleteAttribute(String id) Deletes a Attribute object by id.voidIASWebDataService.deleteAttribute(Attribute attribute) Deletes a Attribute object.voidIASWebDataService.deleteAttributes(List<Attribute> list) Deletes multiple Attribute object.voidDeletes a Box object by id.voidDeletes a Box object.voidIASWebDataService.deleteBoxs(List<Box> list) Deletes multiple Box object.voidIASWebDataService.deletePagex(String id) Deletes a Pagex object by id.voidIASWebDataService.deletePagex(Pagex pagex) Deletes a Pagex object.voidIASWebDataService.deletePagexs(List<Pagex> list) Deletes multiple Pagex object.voidASWebDataServiceImpl.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) voidIASWebDataService.executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultIASWebDataService.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.QueryResultIASWebDataService.executeQueryOnAttributes(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASWebDataService.executeQueryOnBoxs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultIASWebDataService.executeQueryOnPagexs(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeIASWebDataService.exportAttributesToXML(String[] languages, List<Attribute> listAttributes) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASWebDataService.exportAttributesToXML(List<Attribute> listAttributes) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeIASWebDataService.exportBoxsToXML(String[] languages, List<Box> listBoxs) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASWebDataService.exportBoxsToXML(List<Box> listBoxs) Creates an xml element with selected contained data.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.net.anotheria.util.xml.XMLNodeIASWebDataService.exportToXML()creates an xml element with all contained data.net.anotheria.util.xml.XMLNodeIASWebDataService.exportToXML(String[] languages) creates an xml element with all contained data but only selected languages in multilingual attributes.voidASWebDataServiceImpl.fetchAttribute(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASWebDataService.fetchAttribute(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Attribute document.voidASWebDataServiceImpl.fetchBox(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASWebDataService.fetchBox(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Box document.voidASWebDataServiceImpl.fetchPagex(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) voidIASWebDataService.fetchPagex(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Pagex document.IASWebDataService.getAttribute(String id) Returns the Attribute object with the specified id.IASWebDataService.getAttributes()Returns all Attributes objects stored.IASWebDataService.getAttributes(net.anotheria.util.slicer.Segment aSegment) Returns Attributes objects segment.IASWebDataService.getAttributes(net.anotheria.util.sorter.SortType sortType) Returns all Attributes objects sorted by given sortType.IASWebDataService.getAttributesByProperty(String propertyName, Object value) Returns all Attribute objects, where property with given name equals object.IASWebDataService.getAttributesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Attribute objects, where property with given name equals object, sorted.IASWebDataService.getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Attribute objects, where property matches.IASWebDataService.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Attribute objects segment, where property matches.IASWebDataService.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Attribute objects segment, where property matches, sorted.IASWebDataService.getAttributesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Attribute objects, where property matches, sorted.intIASWebDataService.getAttributesCount()Returns all Attributes count.Returns the Box object with the specified id.IASWebDataService.getBoxs()Returns all Boxs objects stored.IASWebDataService.getBoxs(net.anotheria.util.slicer.Segment aSegment) Returns Boxs objects segment.IASWebDataService.getBoxs(net.anotheria.util.sorter.SortType sortType) Returns all Boxs objects sorted by given sortType.IASWebDataService.getBoxsByProperty(String propertyName, Object value) Returns all Box objects, where property with given name equals object.IASWebDataService.getBoxsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Box objects, where property with given name equals object, sorted.IASWebDataService.getBoxsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Box objects, where property matches.IASWebDataService.getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Box objects segment, where property matches.IASWebDataService.getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Box objects segment, where property matches, sorted.IASWebDataService.getBoxsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Box objects, where property matches, sorted.intIASWebDataService.getBoxsCount()Returns all Boxs count.Returns the Pagex object with the specified id.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.IASWebDataService.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.intIASWebDataService.getPagexsCount()Returns all Pagexs count.IASWebDataService.importAttribute(Attribute attribute) Imports a new Attribute object.IASWebDataService.importAttributes(List<Attribute> list) Imports multiple new Attribute object.Imports a new Box object.IASWebDataService.importBoxs(List<Box> list) Imports multiple new Box object.IASWebDataService.importPagex(Pagex pagex) Imports a new Pagex object.IASWebDataService.importPagexs(List<Pagex> list) Imports multiple new Pagex object.IASWebDataService.updateAttribute(Attribute attribute) Updates a Attribute object.IASWebDataService.updateAttributes(List<Attribute> list) Updates multiple Attribute objects.Updates a Box object.IASWebDataService.updateBoxs(List<Box> list) Updates multiple Box objects.IASWebDataService.updatePagex(Pagex pagex) Updates a Pagex object.IASWebDataService.updatePagexs(List<Pagex> list) Updates multiple Pagex objects.