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