public interface IASWebDataService
extends net.anotheria.asg.service.ASGService
| Modifier and Type | Method and Description |
|---|---|
void |
copyMultilingualAttributesInAllBoxs(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type Box copies all multilingual fields from sourceLanguage to targetLanguage.
|
void |
copyMultilingualAttributesInAllObjects(java.lang.String sourceLanguage,
java.lang.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.
|
void |
copyMultilingualAttributesInAllPagexs(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
In all documents of type Pagex copies all multilingual fields from sourceLanguage to targetLanguage.
|
Attribute |
createAttribute(Attribute attribute)
Creates a new Attribute object.
|
java.util.List<Attribute> |
createAttributes(java.util.List<Attribute> list)
Creates multiple new Attribute objects.
|
Box |
createBox(Box box)
Creates a new Box object.
|
java.util.List<Box> |
createBoxs(java.util.List<Box> list)
Creates multiple new Box objects.
|
Pagex |
createPagex(Pagex pagex)
Creates a new Pagex object.
|
java.util.List<Pagex> |
createPagexs(java.util.List<Pagex> list)
Creates multiple new Pagex objects.
|
void |
deleteAttribute(Attribute attribute)
Deletes a Attribute object.
|
void |
deleteAttribute(java.lang.String id)
Deletes a Attribute object by id.
|
void |
deleteAttributes(java.util.List<Attribute> list)
Deletes multiple Attribute object.
|
void |
deleteBox(Box box)
Deletes a Box object.
|
void |
deleteBox(java.lang.String id)
Deletes a Box object by id.
|
void |
deleteBoxs(java.util.List<Box> list)
Deletes multiple Box object.
|
void |
deletePagex(Pagex pagex)
Deletes a Pagex object.
|
void |
deletePagex(java.lang.String id)
Deletes a Pagex object by id.
|
void |
deletePagexs(java.util.List<Pagex> list)
Deletes multiple Pagex object.
|
void |
executeParsingForDocument(DocumentName documentName,
org.codehaus.jettison.json.JSONObject data)
Save transferred document by its own type.
|
net.anotheria.anodoc.query2.QueryResult |
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.QueryResult |
executeQueryOnAttributes(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnBoxs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnPagexs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query.
|
net.anotheria.util.xml.XMLNode |
exportAttributesToXML(java.util.List<Attribute> listAttributes)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportAttributesToXML(java.lang.String[] languages,
java.util.List<Attribute> listAttributes)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportBoxsToXML(java.util.List<Box> listBoxs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportBoxsToXML(java.lang.String[] languages,
java.util.List<Box> listBoxs)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportPagexsToXML(java.util.List<Pagex> listPagexs)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportPagexsToXML(java.lang.String[] languages,
java.util.List<Pagex> listPagexs)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportToXML()
creates an xml element with all contained data.
|
net.anotheria.util.xml.XMLNode |
exportToXML(java.lang.String[] languages)
creates an xml element with all contained data but only selected languages in multilingual attributes.
|
void |
fetchAttribute(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Attribute document.
|
void |
fetchBox(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Box document.
|
void |
fetchPagex(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
Create json object list dependencies for this Pagex document.
|
Attribute |
getAttribute(java.lang.String id)
Returns the Attribute object with the specified id.
|
java.util.List<Attribute> |
getAttributes()
Returns all Attributes objects stored.
|
java.util.List<Attribute> |
getAttributes(net.anotheria.util.slicer.Segment aSegment)
Returns Attributes objects segment.
|
java.util.List<Attribute> |
getAttributes(net.anotheria.util.sorter.SortType sortType)
Returns all Attributes objects sorted by given sortType.
|
java.util.List<Attribute> |
getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Attribute objects, where property matches.
|
java.util.List<Attribute> |
getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Attribute objects segment, where property matches.
|
java.util.List<Attribute> |
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.
|
java.util.List<Attribute> |
getAttributesByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Attribute objects, where property matches, sorted.
|
java.util.List<Attribute> |
getAttributesByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Attribute objects, where property with given name equals object.
|
java.util.List<Attribute> |
getAttributesByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Attribute objects, where property with given name equals object, sorted.
|
int |
getAttributesCount()
Returns all Attributes count.
|
Box |
getBox(java.lang.String id)
Returns the Box object with the specified id.
|
java.util.List<Box> |
getBoxs()
Returns all Boxs objects stored.
|
java.util.List<Box> |
getBoxs(net.anotheria.util.slicer.Segment aSegment)
Returns Boxs objects segment.
|
java.util.List<Box> |
getBoxs(net.anotheria.util.sorter.SortType sortType)
Returns all Boxs objects sorted by given sortType.
|
java.util.List<Box> |
getBoxsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Box objects, where property matches.
|
java.util.List<Box> |
getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Box objects segment, where property matches.
|
java.util.List<Box> |
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.
|
java.util.List<Box> |
getBoxsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Box objects, where property matches, sorted.
|
java.util.List<Box> |
getBoxsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Box objects, where property with given name equals object.
|
java.util.List<Box> |
getBoxsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Box objects, where property with given name equals object, sorted.
|
int |
getBoxsCount()
Returns all Boxs count.
|
Pagex |
getPagex(java.lang.String id)
Returns the Pagex object with the specified id.
|
java.util.List<Pagex> |
getPagexs()
Returns all Pagexs objects stored.
|
java.util.List<Pagex> |
getPagexs(net.anotheria.util.slicer.Segment aSegment)
Returns Pagexs objects segment.
|
java.util.List<Pagex> |
getPagexs(net.anotheria.util.sorter.SortType sortType)
Returns all Pagexs objects sorted by given sortType.
|
java.util.List<Pagex> |
getPagexsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Pagex objects, where property matches.
|
java.util.List<Pagex> |
getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment,
net.anotheria.anodoc.query2.QueryProperty... aProperty)
Returns Pagex objects segment, where property matches.
|
java.util.List<Pagex> |
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.
|
java.util.List<Pagex> |
getPagexsByProperty(net.anotheria.util.sorter.SortType sortType,
net.anotheria.anodoc.query2.QueryProperty... property)
Returns all Pagex objects, where property matches, sorted.
|
java.util.List<Pagex> |
getPagexsByProperty(java.lang.String propertyName,
java.lang.Object value)
Returns all Pagex objects, where property with given name equals object.
|
java.util.List<Pagex> |
getPagexsByProperty(java.lang.String propertyName,
java.lang.Object value,
net.anotheria.util.sorter.SortType sortType)
Returns all Pagex objects, where property with given name equals object, sorted.
|
int |
getPagexsCount()
Returns all Pagexs count.
|
Attribute |
importAttribute(Attribute attribute)
Imports a new Attribute object.
|
java.util.List<Attribute> |
importAttributes(java.util.List<Attribute> list)
Imports multiple new Attribute object.
|
Box |
importBox(Box box)
Imports a new Box object.
|
java.util.List<Box> |
importBoxs(java.util.List<Box> list)
Imports multiple new Box object.
|
Pagex |
importPagex(Pagex pagex)
Imports a new Pagex object.
|
java.util.List<Pagex> |
importPagexs(java.util.List<Pagex> list)
Imports multiple new Pagex object.
|
Attribute |
updateAttribute(Attribute attribute)
Updates a Attribute object.
|
java.util.List<Attribute> |
updateAttributes(java.util.List<Attribute> list)
Updates multiple Attribute objects.
|
Box |
updateBox(Box box)
Updates a Box object.
|
java.util.List<Box> |
updateBoxs(java.util.List<Box> list)
Updates multiple Box objects.
|
Pagex |
updatePagex(Pagex pagex)
Updates a Pagex object.
|
java.util.List<Pagex> |
updatePagexs(java.util.List<Pagex> list)
Updates multiple Pagex objects.
|
java.util.List<Pagex> getPagexs() throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexs(net.anotheria.util.sorter.SortType sortType) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deletePagex(java.lang.String id)
throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deletePagex(Pagex pagex) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deletePagexs(java.util.List<Pagex> list) throws ASWebDataServiceException
ASWebDataServiceExceptionPagex getPagex(java.lang.String id) throws ASWebDataServiceException
ASWebDataServiceExceptionPagex importPagex(Pagex pagex) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> importPagexs(java.util.List<Pagex> list) throws ASWebDataServiceException
ASWebDataServiceExceptionPagex createPagex(Pagex pagex) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> createPagexs(java.util.List<Pagex> list) throws ASWebDataServiceException
ASWebDataServiceExceptionPagex updatePagex(Pagex pagex) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> updatePagexs(java.util.List<Pagex> list) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnPagexs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASWebDataServiceException
ASWebDataServiceExceptionint getPagexsCount()
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexs(net.anotheria.util.slicer.Segment aSegment) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Pagex> getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid copyMultilingualAttributesInAllPagexs(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportPagexsToXML(java.util.List<Pagex> listPagexs) throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportPagexsToXML(java.lang.String[] languages,
java.util.List<Pagex> listPagexs)
throws ASWebDataServiceException
ASWebDataServiceExceptionvoid fetchPagex(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxs() throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxs(net.anotheria.util.sorter.SortType sortType) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deleteBox(java.lang.String id)
throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deleteBox(Box box) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deleteBoxs(java.util.List<Box> list) throws ASWebDataServiceException
ASWebDataServiceExceptionBox getBox(java.lang.String id) throws ASWebDataServiceException
ASWebDataServiceExceptionBox importBox(Box box) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> importBoxs(java.util.List<Box> list) throws ASWebDataServiceException
ASWebDataServiceExceptionBox createBox(Box box) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> createBoxs(java.util.List<Box> list) throws ASWebDataServiceException
ASWebDataServiceExceptionBox updateBox(Box box) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> updateBoxs(java.util.List<Box> list) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxsByProperty(java.lang.String propertyName, java.lang.Object value) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnBoxs(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASWebDataServiceException
ASWebDataServiceExceptionint getBoxsCount()
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxs(net.anotheria.util.slicer.Segment aSegment) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Box> getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid copyMultilingualAttributesInAllBoxs(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportBoxsToXML(java.util.List<Box> listBoxs) throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportBoxsToXML(java.lang.String[] languages,
java.util.List<Box> listBoxs)
throws ASWebDataServiceException
ASWebDataServiceExceptionvoid fetchBox(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributes() throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributes(net.anotheria.util.sorter.SortType sortType) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deleteAttribute(java.lang.String id)
throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deleteAttribute(Attribute attribute) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid deleteAttributes(java.util.List<Attribute> list) throws ASWebDataServiceException
ASWebDataServiceExceptionAttribute getAttribute(java.lang.String id) throws ASWebDataServiceException
ASWebDataServiceExceptionAttribute importAttribute(Attribute attribute) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> importAttributes(java.util.List<Attribute> list) throws ASWebDataServiceException
ASWebDataServiceExceptionAttribute createAttribute(Attribute attribute) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> createAttributes(java.util.List<Attribute> list) throws ASWebDataServiceException
ASWebDataServiceExceptionAttribute updateAttribute(Attribute attribute) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> updateAttributes(java.util.List<Attribute> list) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributesByProperty(java.lang.String propertyName, java.lang.Object value) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType) throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnAttributes(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASWebDataServiceException
ASWebDataServiceExceptionint getAttributesCount()
throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributes(net.anotheria.util.slicer.Segment aSegment) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASWebDataServiceException
ASWebDataServiceExceptionjava.util.List<Attribute> getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportAttributesToXML(java.util.List<Attribute> listAttributes) throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportAttributesToXML(java.lang.String[] languages,
java.util.List<Attribute> listAttributes)
throws ASWebDataServiceException
ASWebDataServiceExceptionvoid fetchAttribute(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASWebDataServiceException
ASWebDataServiceExceptionvoid executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASWebDataServiceException
ASWebDataServiceExceptionvoid copyMultilingualAttributesInAllObjects(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportToXML()
throws ASWebDataServiceException
ASWebDataServiceExceptionnet.anotheria.util.xml.XMLNode exportToXML(java.lang.String[] languages)
throws ASWebDataServiceException
ASWebDataServiceExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.