public class ASWebDataServiceImpl extends BasicCMSService implements IASWebDataService, net.anotheria.asg.util.listener.IModuleListener
MY_OWNER_ID, servicelog| 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 on Attributes
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnBoxs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on Boxs
|
net.anotheria.anodoc.query2.QueryResult |
executeQueryOnPagexs(net.anotheria.anodoc.query2.DocumentQuery query)
Executes a query on Pagexs
|
net.anotheria.util.xml.XMLNode |
exportAttributesToXML() |
net.anotheria.util.xml.XMLNode |
exportAttributesToXML(java.util.List<Attribute> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportAttributesToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportAttributesToXML(java.lang.String[] languages,
java.util.List<Attribute> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportBoxsToXML() |
net.anotheria.util.xml.XMLNode |
exportBoxsToXML(java.util.List<Box> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportBoxsToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportBoxsToXML(java.lang.String[] languages,
java.util.List<Box> list)
creates an xml element with selected contained data but only selected languages in multilingual attributes
|
net.anotheria.util.xml.XMLNode |
exportPagexsToXML() |
net.anotheria.util.xml.XMLNode |
exportPagexsToXML(java.util.List<Pagex> list)
Creates an xml element with selected contained data.
|
net.anotheria.util.xml.XMLNode |
exportPagexsToXML(java.lang.String[] languages) |
net.anotheria.util.xml.XMLNode |
exportPagexsToXML(java.lang.String[] languages,
java.util.List<Pagex> list)
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(java.util.List<java.lang.String> ids)
Returns the Attribute objects with the specified ids.
|
java.util.List<Attribute> |
getAttributes(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the Attribute objects with the specified ids, sorted by given sorttype.
|
java.util.List<Attribute> |
getAttributes(net.anotheria.util.slicer.Segment aSegment)
Returns Attribute 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... property)
Returns Attribute objects segment, where property matched.
|
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 matched, 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 Attribute objects 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(java.util.List<java.lang.String> ids)
Returns the Box objects with the specified ids.
|
java.util.List<Box> |
getBoxs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the Box objects with the specified ids, sorted by given sorttype.
|
java.util.List<Box> |
getBoxs(net.anotheria.util.slicer.Segment aSegment)
Returns Box 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... property)
Returns Box objects segment, where property matched.
|
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 matched, 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 Box objects 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(java.util.List<java.lang.String> ids)
Returns the Pagex objects with the specified ids.
|
java.util.List<Pagex> |
getPagexs(java.util.List<java.lang.String> ids,
net.anotheria.util.sorter.SortType sortType)
Returns the Pagex objects with the specified ids, sorted by given sorttype.
|
java.util.List<Pagex> |
getPagexs(net.anotheria.util.slicer.Segment aSegment)
Returns Pagex 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... property)
Returns Pagex objects segment, where property matched.
|
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 matched, 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 Pagex objects 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.
|
void |
moduleLoaded(net.anotheria.anodoc.data.Module module) |
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.
|
addModuleListener, getModule, updateModulegetAnoAccessApplicationDataService, getAnoAccessConfigurationService, getASActionService, getASBrandService, getASCustomActionService, getASCustomDataService, getASExperimentService, getASFeatureService, getASFederatedDataService, getASGenericActionService, getASGenericDataService, getASLayoutDataService, getASResourceDataService, getASSiteConfigService, getASSiteDataService, getASUserDataService, getASWebDataService, getASWizardDataService, getImagesServiceaddServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerpublic void moduleLoaded(net.anotheria.anodoc.data.Module module)
moduleLoaded in interface net.anotheria.asg.util.listener.IModuleListenerpublic java.util.List<Pagex> getPagexs()
IASWebDataServicegetPagexs in interface IASWebDataServicepublic java.util.List<Pagex> getPagexs(net.anotheria.util.sorter.SortType sortType)
IASWebDataServicegetPagexs in interface IASWebDataServicepublic java.util.List<Pagex> getPagexs(java.util.List<java.lang.String> ids)
public java.util.List<Pagex> getPagexs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deletePagex(Pagex pagex)
IASWebDataServicedeletePagex in interface IASWebDataServicepublic void deletePagex(java.lang.String id)
IASWebDataServicedeletePagex in interface IASWebDataServicepublic void deletePagexs(java.util.List<Pagex> list)
IASWebDataServicedeletePagexs in interface IASWebDataServicepublic Pagex getPagex(java.lang.String id)
IASWebDataServicegetPagex in interface IASWebDataServicepublic Pagex importPagex(Pagex pagex)
IASWebDataServiceimportPagex in interface IASWebDataServicepublic java.util.List<Pagex> importPagexs(java.util.List<Pagex> list)
IASWebDataServiceimportPagexs in interface IASWebDataServicepublic Pagex createPagex(Pagex pagex)
IASWebDataServicecreatePagex in interface IASWebDataServicepublic java.util.List<Pagex> createPagexs(java.util.List<Pagex> list)
IASWebDataServicecreatePagexs in interface IASWebDataServicepublic Pagex updatePagex(Pagex pagex)
IASWebDataServiceupdatePagex in interface IASWebDataServicepublic java.util.List<Pagex> updatePagexs(java.util.List<Pagex> list)
IASWebDataServiceupdatePagexs in interface IASWebDataServicepublic java.util.List<Pagex> getPagexsByProperty(java.lang.String propertyName, java.lang.Object value)
IASWebDataServicegetPagexsByProperty in interface IASWebDataServicepublic java.util.List<Pagex> getPagexsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASWebDataServicegetPagexsByProperty in interface IASWebDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnPagexs(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnPagexs in interface IASWebDataServicepublic java.util.List<Pagex> getPagexsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getPagexsByProperty in interface IASWebDataServicepublic java.util.List<Pagex> getPagexsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getPagexsByProperty in interface IASWebDataServicepublic int getPagexsCount()
getPagexsCount in interface IASWebDataServicepublic java.util.List<Pagex> getPagexs(net.anotheria.util.slicer.Segment aSegment)
getPagexs in interface IASWebDataServicepublic java.util.List<Pagex> getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getPagexsByProperty in interface IASWebDataServicepublic java.util.List<Pagex> getPagexsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getPagexsByProperty in interface IASWebDataServicepublic void fetchPagex(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASWebDataServiceException
IASWebDataServicefetchPagex in interface IASWebDataServiceASWebDataServiceExceptionpublic void copyMultilingualAttributesInAllPagexs(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASWebDataServicecopyMultilingualAttributesInAllPagexs in interface IASWebDataServicepublic java.util.List<Box> getBoxs()
IASWebDataServicegetBoxs in interface IASWebDataServicepublic java.util.List<Box> getBoxs(net.anotheria.util.sorter.SortType sortType)
IASWebDataServicegetBoxs in interface IASWebDataServicepublic java.util.List<Box> getBoxs(java.util.List<java.lang.String> ids)
public java.util.List<Box> getBoxs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteBox(Box box)
IASWebDataServicedeleteBox in interface IASWebDataServicepublic void deleteBox(java.lang.String id)
IASWebDataServicedeleteBox in interface IASWebDataServicepublic void deleteBoxs(java.util.List<Box> list)
IASWebDataServicedeleteBoxs in interface IASWebDataServicepublic Box getBox(java.lang.String id)
IASWebDataServicegetBox in interface IASWebDataServicepublic Box importBox(Box box)
IASWebDataServiceimportBox in interface IASWebDataServicepublic java.util.List<Box> importBoxs(java.util.List<Box> list)
IASWebDataServiceimportBoxs in interface IASWebDataServicepublic Box createBox(Box box)
IASWebDataServicecreateBox in interface IASWebDataServicepublic java.util.List<Box> createBoxs(java.util.List<Box> list)
IASWebDataServicecreateBoxs in interface IASWebDataServicepublic Box updateBox(Box box)
IASWebDataServiceupdateBox in interface IASWebDataServicepublic java.util.List<Box> updateBoxs(java.util.List<Box> list)
IASWebDataServiceupdateBoxs in interface IASWebDataServicepublic java.util.List<Box> getBoxsByProperty(java.lang.String propertyName, java.lang.Object value)
IASWebDataServicegetBoxsByProperty in interface IASWebDataServicepublic java.util.List<Box> getBoxsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASWebDataServicegetBoxsByProperty in interface IASWebDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnBoxs(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnBoxs in interface IASWebDataServicepublic java.util.List<Box> getBoxsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getBoxsByProperty in interface IASWebDataServicepublic java.util.List<Box> getBoxsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getBoxsByProperty in interface IASWebDataServicepublic int getBoxsCount()
getBoxsCount in interface IASWebDataServicepublic java.util.List<Box> getBoxs(net.anotheria.util.slicer.Segment aSegment)
getBoxs in interface IASWebDataServicepublic java.util.List<Box> getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getBoxsByProperty in interface IASWebDataServicepublic java.util.List<Box> getBoxsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getBoxsByProperty in interface IASWebDataServicepublic void fetchBox(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASWebDataServiceException
IASWebDataServicefetchBox in interface IASWebDataServiceASWebDataServiceExceptionpublic void copyMultilingualAttributesInAllBoxs(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
IASWebDataServicecopyMultilingualAttributesInAllBoxs in interface IASWebDataServicepublic java.util.List<Attribute> getAttributes()
IASWebDataServicegetAttributes in interface IASWebDataServicepublic java.util.List<Attribute> getAttributes(net.anotheria.util.sorter.SortType sortType)
IASWebDataServicegetAttributes in interface IASWebDataServicepublic java.util.List<Attribute> getAttributes(java.util.List<java.lang.String> ids)
public java.util.List<Attribute> getAttributes(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)
public void deleteAttribute(Attribute attribute)
IASWebDataServicedeleteAttribute in interface IASWebDataServicepublic void deleteAttribute(java.lang.String id)
IASWebDataServicedeleteAttribute in interface IASWebDataServicepublic void deleteAttributes(java.util.List<Attribute> list)
IASWebDataServicedeleteAttributes in interface IASWebDataServicepublic Attribute getAttribute(java.lang.String id)
IASWebDataServicegetAttribute in interface IASWebDataServicepublic Attribute importAttribute(Attribute attribute)
IASWebDataServiceimportAttribute in interface IASWebDataServicepublic java.util.List<Attribute> importAttributes(java.util.List<Attribute> list)
IASWebDataServiceimportAttributes in interface IASWebDataServicepublic Attribute createAttribute(Attribute attribute)
IASWebDataServicecreateAttribute in interface IASWebDataServicepublic java.util.List<Attribute> createAttributes(java.util.List<Attribute> list)
IASWebDataServicecreateAttributes in interface IASWebDataServicepublic Attribute updateAttribute(Attribute attribute)
IASWebDataServiceupdateAttribute in interface IASWebDataServicepublic java.util.List<Attribute> updateAttributes(java.util.List<Attribute> list)
IASWebDataServiceupdateAttributes in interface IASWebDataServicepublic java.util.List<Attribute> getAttributesByProperty(java.lang.String propertyName, java.lang.Object value)
IASWebDataServicegetAttributesByProperty in interface IASWebDataServicepublic java.util.List<Attribute> getAttributesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)
IASWebDataServicegetAttributesByProperty in interface IASWebDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnAttributes(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnAttributes in interface IASWebDataServicepublic java.util.List<Attribute> getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)
getAttributesByProperty in interface IASWebDataServicepublic java.util.List<Attribute> getAttributesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)
getAttributesByProperty in interface IASWebDataServicepublic int getAttributesCount()
getAttributesCount in interface IASWebDataServicepublic java.util.List<Attribute> getAttributes(net.anotheria.util.slicer.Segment aSegment)
getAttributes in interface IASWebDataServicepublic java.util.List<Attribute> getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)
getAttributesByProperty in interface IASWebDataServicepublic java.util.List<Attribute> getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)
getAttributesByProperty in interface IASWebDataServicepublic void fetchAttribute(java.lang.String id,
java.util.Set<java.lang.String> addedDocuments,
org.codehaus.jettison.json.JSONArray data)
throws ASWebDataServiceException
IASWebDataServicefetchAttribute in interface IASWebDataServiceASWebDataServiceExceptionpublic void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASWebDataServiceException
IASWebDataServiceexecuteParsingForDocument in interface IASWebDataServiceASWebDataServiceExceptionpublic void copyMultilingualAttributesInAllObjects(java.lang.String sourceLanguage,
java.lang.String targetLanguage)
copyMultilingualAttributesInAllObjects in interface IASWebDataServicepublic net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query)
executeQueryOnAllObjects in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportPagexsToXML()
public net.anotheria.util.xml.XMLNode exportPagexsToXML(java.util.List<Pagex> list)
IASWebDataServiceexportPagexsToXML in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportPagexsToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportPagexsToXML(java.lang.String[] languages,
java.util.List<Pagex> list)
IASWebDataServiceexportPagexsToXML in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportBoxsToXML()
public net.anotheria.util.xml.XMLNode exportBoxsToXML(java.util.List<Box> list)
IASWebDataServiceexportBoxsToXML in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportBoxsToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportBoxsToXML(java.lang.String[] languages,
java.util.List<Box> list)
IASWebDataServiceexportBoxsToXML in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportAttributesToXML()
public net.anotheria.util.xml.XMLNode exportAttributesToXML(java.util.List<Attribute> list)
IASWebDataServiceexportAttributesToXML in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportAttributesToXML(java.lang.String[] languages)
public net.anotheria.util.xml.XMLNode exportAttributesToXML(java.lang.String[] languages,
java.util.List<Attribute> list)
IASWebDataServiceexportAttributesToXML in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportToXML()
IASWebDataServiceexportToXML in interface IASWebDataServicepublic net.anotheria.util.xml.XMLNode exportToXML(java.lang.String[] languages)
IASWebDataServiceexportToXML in interface IASWebDataServiceCopyright © 2012-2023 anotheria.net. All Rights Reserved.