Interface IASSiteDataService
- All Superinterfaces:
net.anotheria.asg.service.ASGService,net.anotheria.anoprise.metafactory.Service
- All Known Implementing Classes:
ASSiteDataServiceImpl
public interface IASSiteDataService
extends net.anotheria.asg.service.ASGService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyMultilingualAttributesInAllNaviItems(String sourceLanguage, String targetLanguage) In all documents of type NaviItem copies all multilingual fields from sourceLanguage to targetLanguage.voidcopyMultilingualAttributesInAllObjects(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.voidcopyMultilingualAttributesInAllSites(String sourceLanguage, String targetLanguage) In all documents of type Site copies all multilingual fields from sourceLanguage to targetLanguage.createEntryPoint(EntryPoint entrypoint) Creates a new EntryPoint object.createEntryPoints(List<EntryPoint> list) Creates multiple new EntryPoint objects.createMediaLink(MediaLink medialink) Creates a new MediaLink object.createMediaLinks(List<MediaLink> list) Creates multiple new MediaLink objects.createNaviItem(NaviItem naviitem) Creates a new NaviItem object.createNaviItems(List<NaviItem> list) Creates multiple new NaviItem objects.createPageAlias(PageAlias pagealias) Creates a new PageAlias object.createPageAliass(List<PageAlias> list) Creates multiple new PageAlias objects.createPageTemplate(PageTemplate pagetemplate) Creates a new PageTemplate object.createPageTemplates(List<PageTemplate> list) Creates multiple new PageTemplate objects.createRedirectUrl(RedirectUrl redirecturl) Creates a new RedirectUrl object.createRedirectUrls(List<RedirectUrl> list) Creates multiple new RedirectUrl objects.createScript(Script script) Creates a new Script object.createScripts(List<Script> list) Creates multiple new Script objects.createSite(Site site) Creates a new Site object.createSites(List<Site> list) Creates multiple new Site objects.voidDeletes a EntryPoint object by id.voiddeleteEntryPoint(EntryPoint entrypoint) Deletes a EntryPoint object.voiddeleteEntryPoints(List<EntryPoint> list) Deletes multiple EntryPoint object.voidDeletes a MediaLink object by id.voiddeleteMediaLink(MediaLink medialink) Deletes a MediaLink object.voiddeleteMediaLinks(List<MediaLink> list) Deletes multiple MediaLink object.voiddeleteNaviItem(String id) Deletes a NaviItem object by id.voiddeleteNaviItem(NaviItem naviitem) Deletes a NaviItem object.voiddeleteNaviItems(List<NaviItem> list) Deletes multiple NaviItem object.voidDeletes a PageAlias object by id.voiddeletePageAlias(PageAlias pagealias) Deletes a PageAlias object.voiddeletePageAliass(List<PageAlias> list) Deletes multiple PageAlias object.voidDeletes a PageTemplate object by id.voiddeletePageTemplate(PageTemplate pagetemplate) Deletes a PageTemplate object.voiddeletePageTemplates(List<PageTemplate> list) Deletes multiple PageTemplate object.voidDeletes a RedirectUrl object by id.voiddeleteRedirectUrl(RedirectUrl redirecturl) Deletes a RedirectUrl object.voiddeleteRedirectUrls(List<RedirectUrl> list) Deletes multiple RedirectUrl object.voiddeleteScript(String id) Deletes a Script object by id.voiddeleteScript(Script script) Deletes a Script object.voiddeleteScripts(List<Script> list) Deletes multiple Script object.voiddeleteSite(String id) Deletes a Site object by id.voiddeleteSite(Site site) Deletes a Site object.voiddeleteSites(List<Site> list) Deletes multiple Site object.voidexecuteParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) Save transferred document by its own type.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnAllObjects(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.QueryResultexecuteQueryOnEntryPoints(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnMediaLinks(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnNaviItems(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnPageAliass(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnPageTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnRedirectUrls(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnScripts(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.anodoc.query2.QueryResultexecuteQueryOnSites(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query.net.anotheria.util.xml.XMLNodeexportEntryPointsToXML(String[] languages, List<EntryPoint> listEntryPoints) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportEntryPointsToXML(List<EntryPoint> listEntryPoints) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportMediaLinksToXML(List<MediaLink> listMediaLinks) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportNaviItemsToXML(String[] languages, List<NaviItem> listNaviItems) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportNaviItemsToXML(List<NaviItem> listNaviItems) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportPageAliassToXML(String[] languages, List<PageAlias> listPageAliass) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportPageAliassToXML(List<PageAlias> listPageAliass) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportPageTemplatesToXML(List<PageTemplate> listPageTemplates) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportRedirectUrlsToXML(String[] languages, List<RedirectUrl> listRedirectUrls) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportRedirectUrlsToXML(List<RedirectUrl> listRedirectUrls) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportScriptsToXML(List<Script> listScripts) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodeexportSitesToXML(String[] languages, List<Site> listSites) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportSitesToXML(List<Site> listSites) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodecreates an xml element with all contained data.net.anotheria.util.xml.XMLNodeexportToXML(String[] languages) creates an xml element with all contained data but only selected languages in multilingual attributes.voidfetchEntryPoint(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this EntryPoint document.voidfetchMediaLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this MediaLink document.voidfetchNaviItem(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this NaviItem document.voidfetchPageAlias(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PageAlias document.voidfetchPageTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this PageTemplate document.voidfetchRedirectUrl(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this RedirectUrl document.voidfetchScript(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) Create json object list dependencies for this Script document.voidCreate json object list dependencies for this Site document.getEntryPoint(String id) Returns the EntryPoint object with the specified id.Returns all EntryPoints objects stored.getEntryPoints(net.anotheria.util.slicer.Segment aSegment) Returns EntryPoints objects segment.getEntryPoints(net.anotheria.util.sorter.SortType sortType) Returns all EntryPoints objects sorted by given sortType.getEntryPointsByProperty(String propertyName, Object value) Returns all EntryPoint objects, where property with given name equals object.getEntryPointsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all EntryPoint objects, where property with given name equals object, sorted.getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns EntryPoint objects segment, where property matches.getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns EntryPoint objects segment, where property matches, sorted.getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches, sorted.intReturns all EntryPoints count.getMediaLink(String id) Returns the MediaLink object with the specified id.Returns all MediaLinks objects stored.getMediaLinks(net.anotheria.util.slicer.Segment aSegment) Returns MediaLinks objects segment.getMediaLinks(net.anotheria.util.sorter.SortType sortType) Returns all MediaLinks objects sorted by given sortType.getMediaLinksByProperty(String propertyName, Object value) Returns all MediaLink objects, where property with given name equals object.getMediaLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all MediaLink objects, where property with given name equals object, sorted.getMediaLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all MediaLink objects, where property matches.getMediaLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns MediaLink objects segment, where property matches.getMediaLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns MediaLink objects segment, where property matches, sorted.getMediaLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all MediaLink objects, where property matches, sorted.intReturns all MediaLinks count.getNaviItem(String id) Returns the NaviItem object with the specified id.Returns all NaviItems objects stored.getNaviItems(net.anotheria.util.slicer.Segment aSegment) Returns NaviItems objects segment.getNaviItems(net.anotheria.util.sorter.SortType sortType) Returns all NaviItems objects sorted by given sortType.getNaviItemsByProperty(String propertyName, Object value) Returns all NaviItem objects, where property with given name equals object.getNaviItemsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all NaviItem objects, where property with given name equals object, sorted.getNaviItemsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all NaviItem objects, where property matches.getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns NaviItem objects segment, where property matches.getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns NaviItem objects segment, where property matches, sorted.getNaviItemsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all NaviItem objects, where property matches, sorted.intReturns all NaviItems count.getPageAlias(String id) Returns the PageAlias object with the specified id.Returns all PageAliass objects stored.getPageAliass(net.anotheria.util.slicer.Segment aSegment) Returns PageAliass objects segment.getPageAliass(net.anotheria.util.sorter.SortType sortType) Returns all PageAliass objects sorted by given sortType.getPageAliassByProperty(String propertyName, Object value) Returns all PageAlias objects, where property with given name equals object.getPageAliassByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PageAlias objects, where property with given name equals object, sorted.getPageAliassByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageAlias objects, where property matches.getPageAliassByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageAlias objects segment, where property matches.getPageAliassByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageAlias objects segment, where property matches, sorted.getPageAliassByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageAlias objects, where property matches, sorted.intReturns all PageAliass count.Returns the PageTemplate object with the specified id.Returns all PageTemplates objects stored.getPageTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PageTemplates objects segment.getPageTemplates(net.anotheria.util.sorter.SortType sortType) Returns all PageTemplates objects sorted by given sortType.getPageTemplatesByProperty(String propertyName, Object value) Returns all PageTemplate objects, where property with given name equals object.getPageTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all PageTemplate objects, where property with given name equals object, sorted.getPageTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageTemplate objects, where property matches.getPageTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageTemplate objects segment, where property matches.getPageTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns PageTemplate objects segment, where property matches, sorted.getPageTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageTemplate objects, where property matches, sorted.intReturns all PageTemplates count.getRedirectUrl(String id) Returns the RedirectUrl object with the specified id.Returns all RedirectUrls objects stored.getRedirectUrls(net.anotheria.util.slicer.Segment aSegment) Returns RedirectUrls objects segment.getRedirectUrls(net.anotheria.util.sorter.SortType sortType) Returns all RedirectUrls objects sorted by given sortType.getRedirectUrlsByProperty(String propertyName, Object value) Returns all RedirectUrl objects, where property with given name equals object.getRedirectUrlsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all RedirectUrl objects, where property with given name equals object, sorted.getRedirectUrlsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all RedirectUrl objects, where property matches.getRedirectUrlsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns RedirectUrl objects segment, where property matches.getRedirectUrlsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns RedirectUrl objects segment, where property matches, sorted.getRedirectUrlsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all RedirectUrl objects, where property matches, sorted.intReturns all RedirectUrls count.Returns the Script object with the specified id.Returns all Scripts objects stored.getScripts(net.anotheria.util.slicer.Segment aSegment) Returns Scripts objects segment.getScripts(net.anotheria.util.sorter.SortType sortType) Returns all Scripts objects sorted by given sortType.getScriptsByProperty(String propertyName, Object value) Returns all Script objects, where property with given name equals object.getScriptsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Script objects, where property with given name equals object, sorted.getScriptsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches.getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Script objects segment, where property matches.getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Script objects segment, where property matches, sorted.getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches, sorted.intReturns all Scripts count.Returns the Site object with the specified id.getSites()Returns all Sites objects stored.getSites(net.anotheria.util.slicer.Segment aSegment) Returns Sites objects segment.getSites(net.anotheria.util.sorter.SortType sortType) Returns all Sites objects sorted by given sortType.getSitesByProperty(String propertyName, Object value) Returns all Site objects, where property with given name equals object.getSitesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Site objects, where property with given name equals object, sorted.getSitesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches.getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Site objects segment, where property matches.getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Site objects segment, where property matches, sorted.getSitesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches, sorted.intReturns all Sites count.importEntryPoint(EntryPoint entrypoint) Imports a new EntryPoint object.importEntryPoints(List<EntryPoint> list) Imports multiple new EntryPoint object.importMediaLink(MediaLink medialink) Imports a new MediaLink object.importMediaLinks(List<MediaLink> list) Imports multiple new MediaLink object.importNaviItem(NaviItem naviitem) Imports a new NaviItem object.importNaviItems(List<NaviItem> list) Imports multiple new NaviItem object.importPageAlias(PageAlias pagealias) Imports a new PageAlias object.importPageAliass(List<PageAlias> list) Imports multiple new PageAlias object.importPageTemplate(PageTemplate pagetemplate) Imports a new PageTemplate object.importPageTemplates(List<PageTemplate> list) Imports multiple new PageTemplate object.importRedirectUrl(RedirectUrl redirecturl) Imports a new RedirectUrl object.importRedirectUrls(List<RedirectUrl> list) Imports multiple new RedirectUrl object.importScript(Script script) Imports a new Script object.importScripts(List<Script> list) Imports multiple new Script object.importSite(Site site) Imports a new Site object.importSites(List<Site> list) Imports multiple new Site object.updateEntryPoint(EntryPoint entrypoint) Updates a EntryPoint object.updateEntryPoints(List<EntryPoint> list) Updates multiple EntryPoint objects.updateMediaLink(MediaLink medialink) Updates a MediaLink object.updateMediaLinks(List<MediaLink> list) Updates multiple MediaLink objects.updateNaviItem(NaviItem naviitem) Updates a NaviItem object.updateNaviItems(List<NaviItem> list) Updates multiple NaviItem objects.updatePageAlias(PageAlias pagealias) Updates a PageAlias object.updatePageAliass(List<PageAlias> list) Updates multiple PageAlias objects.updatePageTemplate(PageTemplate pagetemplate) Updates a PageTemplate object.updatePageTemplates(List<PageTemplate> list) Updates multiple PageTemplate objects.updateRedirectUrl(RedirectUrl redirecturl) Updates a RedirectUrl object.updateRedirectUrls(List<RedirectUrl> list) Updates multiple RedirectUrl objects.updateScript(Script script) Updates a Script object.updateScripts(List<Script> list) Updates multiple Script objects.updateSite(Site site) Updates a Site object.updateSites(List<Site> list) Updates multiple Site objects.Methods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListener
-
Method Details
-
getPageTemplates
Returns all PageTemplates objects stored.- Throws:
ASSiteDataServiceException
-
getPageTemplates
List<PageTemplate> getPageTemplates(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all PageTemplates objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deletePageTemplate
Deletes a PageTemplate object by id.- Throws:
ASSiteDataServiceException
-
deletePageTemplate
Deletes a PageTemplate object.- Throws:
ASSiteDataServiceException
-
deletePageTemplates
Deletes multiple PageTemplate object.- Throws:
ASSiteDataServiceException
-
getPageTemplate
Returns the PageTemplate object with the specified id.- Throws:
ASSiteDataServiceException
-
importPageTemplate
Imports a new PageTemplate object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importPageTemplates
Imports multiple new PageTemplate object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createPageTemplate
Creates a new PageTemplate object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createPageTemplates
Creates multiple new PageTemplate objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updatePageTemplate
Updates a PageTemplate object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updatePageTemplates
Updates multiple PageTemplate objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getPageTemplatesByProperty
List<PageTemplate> getPageTemplatesByProperty(String propertyName, Object value) throws ASSiteDataServiceException Returns all PageTemplate objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getPageTemplatesByProperty
List<PageTemplate> getPageTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all PageTemplate objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnPageTemplates
net.anotheria.anodoc.query2.QueryResult executeQueryOnPageTemplates(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query.- Throws:
ASSiteDataServiceException
-
getPageTemplatesByProperty
List<PageTemplate> getPageTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all PageTemplate objects, where property matches.- Throws:
ASSiteDataServiceException
-
getPageTemplatesByProperty
List<PageTemplate> getPageTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all PageTemplate objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getPageTemplatesCount
Returns all PageTemplates count.- Throws:
ASSiteDataServiceException
-
getPageTemplates
List<PageTemplate> getPageTemplates(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException Returns PageTemplates objects segment.- Throws:
ASSiteDataServiceException
-
getPageTemplatesByProperty
List<PageTemplate> getPageTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns PageTemplate objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getPageTemplatesByProperty
List<PageTemplate> getPageTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns PageTemplate objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
exportPageTemplatesToXML
net.anotheria.util.xml.XMLNode exportPageTemplatesToXML(List<PageTemplate> listPageTemplates) throws ASSiteDataServiceException Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
fetchPageTemplate
void fetchPageTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Create json object list dependencies for this PageTemplate document.- Throws:
ASSiteDataServiceException
-
getMediaLinks
Returns all MediaLinks objects stored.- Throws:
ASSiteDataServiceException
-
getMediaLinks
List<MediaLink> getMediaLinks(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all MediaLinks objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deleteMediaLink
Deletes a MediaLink object by id.- Throws:
ASSiteDataServiceException
-
deleteMediaLink
Deletes a MediaLink object.- Throws:
ASSiteDataServiceException
-
deleteMediaLinks
Deletes multiple MediaLink object.- Throws:
ASSiteDataServiceException
-
getMediaLink
Returns the MediaLink object with the specified id.- Throws:
ASSiteDataServiceException
-
importMediaLink
Imports a new MediaLink object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importMediaLinks
Imports multiple new MediaLink object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createMediaLink
Creates a new MediaLink object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createMediaLinks
Creates multiple new MediaLink objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateMediaLink
Updates a MediaLink object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateMediaLinks
Updates multiple MediaLink objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getMediaLinksByProperty
List<MediaLink> getMediaLinksByProperty(String propertyName, Object value) throws ASSiteDataServiceException Returns all MediaLink objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getMediaLinksByProperty
List<MediaLink> getMediaLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all MediaLink objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnMediaLinks
net.anotheria.anodoc.query2.QueryResult executeQueryOnMediaLinks(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query.- Throws:
ASSiteDataServiceException
-
getMediaLinksByProperty
List<MediaLink> getMediaLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all MediaLink objects, where property matches.- Throws:
ASSiteDataServiceException
-
getMediaLinksByProperty
List<MediaLink> getMediaLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all MediaLink objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getMediaLinksCount
Returns all MediaLinks count.- Throws:
ASSiteDataServiceException
-
getMediaLinks
List<MediaLink> getMediaLinks(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException Returns MediaLinks objects segment.- Throws:
ASSiteDataServiceException
-
getMediaLinksByProperty
List<MediaLink> getMediaLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns MediaLink objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getMediaLinksByProperty
List<MediaLink> getMediaLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns MediaLink objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
exportMediaLinksToXML
net.anotheria.util.xml.XMLNode exportMediaLinksToXML(List<MediaLink> listMediaLinks) throws ASSiteDataServiceException Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
fetchMediaLink
void fetchMediaLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Create json object list dependencies for this MediaLink document.- Throws:
ASSiteDataServiceException
-
getScripts
Returns all Scripts objects stored.- Throws:
ASSiteDataServiceException
-
getScripts
List<Script> getScripts(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all Scripts objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deleteScript
Deletes a Script object by id.- Throws:
ASSiteDataServiceException
-
deleteScript
Deletes a Script object.- Throws:
ASSiteDataServiceException
-
deleteScripts
Deletes multiple Script object.- Throws:
ASSiteDataServiceException
-
getScript
Returns the Script object with the specified id.- Throws:
ASSiteDataServiceException
-
importScript
Imports a new Script object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importScripts
Imports multiple new Script object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createScript
Creates a new Script object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createScripts
Creates multiple new Script objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateScript
Updates a Script object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateScripts
Updates multiple Script objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getScriptsByProperty
List<Script> getScriptsByProperty(String propertyName, Object value) throws ASSiteDataServiceException Returns all Script objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getScriptsByProperty
List<Script> getScriptsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all Script objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnScripts
net.anotheria.anodoc.query2.QueryResult executeQueryOnScripts(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query.- Throws:
ASSiteDataServiceException
-
getScriptsByProperty
List<Script> getScriptsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all Script objects, where property matches.- Throws:
ASSiteDataServiceException
-
getScriptsByProperty
List<Script> getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all Script objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getScriptsCount
Returns all Scripts count.- Throws:
ASSiteDataServiceException
-
getScripts
List<Script> getScripts(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException Returns Scripts objects segment.- Throws:
ASSiteDataServiceException
-
getScriptsByProperty
List<Script> getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns Script objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getScriptsByProperty
List<Script> getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns Script objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
exportScriptsToXML
net.anotheria.util.xml.XMLNode exportScriptsToXML(List<Script> listScripts) throws ASSiteDataServiceException Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
fetchScript
void fetchScript(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Create json object list dependencies for this Script document.- Throws:
ASSiteDataServiceException
-
getSites
Returns all Sites objects stored.- Throws:
ASSiteDataServiceException
-
getSites
Returns all Sites objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deleteSite
Deletes a Site object by id.- Throws:
ASSiteDataServiceException
-
deleteSite
Deletes a Site object.- Throws:
ASSiteDataServiceException
-
deleteSites
Deletes multiple Site object.- Throws:
ASSiteDataServiceException
-
getSite
Returns the Site object with the specified id.- Throws:
ASSiteDataServiceException
-
importSite
Imports a new Site object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importSites
Imports multiple new Site object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createSite
Creates a new Site object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createSites
Creates multiple new Site objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateSite
Updates a Site object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateSites
Updates multiple Site objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getSitesByProperty
Returns all Site objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getSitesByProperty
List<Site> getSitesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all Site objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnSites
net.anotheria.anodoc.query2.QueryResult executeQueryOnSites(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query.- Throws:
ASSiteDataServiceException
-
getSitesByProperty
List<Site> getSitesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all Site objects, where property matches.- Throws:
ASSiteDataServiceException
-
getSitesByProperty
List<Site> getSitesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all Site objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getSitesCount
Returns all Sites count.- Throws:
ASSiteDataServiceException
-
getSites
Returns Sites objects segment.- Throws:
ASSiteDataServiceException
-
getSitesByProperty
List<Site> getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns Site objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getSitesByProperty
List<Site> getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns Site objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
copyMultilingualAttributesInAllSites
void copyMultilingualAttributesInAllSites(String sourceLanguage, String targetLanguage) throws ASSiteDataServiceException In all documents of type Site copies all multilingual fields from sourceLanguage to targetLanguage.- Throws:
ASSiteDataServiceException
-
exportSitesToXML
net.anotheria.util.xml.XMLNode exportSitesToXML(List<Site> listSites) throws ASSiteDataServiceException Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
exportSitesToXML
net.anotheria.util.xml.XMLNode exportSitesToXML(String[] languages, List<Site> listSites) throws ASSiteDataServiceException creates an xml element with selected contained data but only selected languages in multilingual attributes- Throws:
ASSiteDataServiceException
-
fetchSite
void fetchSite(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Create json object list dependencies for this Site document.- Throws:
ASSiteDataServiceException
-
getEntryPoints
Returns all EntryPoints objects stored.- Throws:
ASSiteDataServiceException
-
getEntryPoints
List<EntryPoint> getEntryPoints(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all EntryPoints objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deleteEntryPoint
Deletes a EntryPoint object by id.- Throws:
ASSiteDataServiceException
-
deleteEntryPoint
Deletes a EntryPoint object.- Throws:
ASSiteDataServiceException
-
deleteEntryPoints
Deletes multiple EntryPoint object.- Throws:
ASSiteDataServiceException
-
getEntryPoint
Returns the EntryPoint object with the specified id.- Throws:
ASSiteDataServiceException
-
importEntryPoint
Imports a new EntryPoint object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importEntryPoints
Imports multiple new EntryPoint object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createEntryPoint
Creates a new EntryPoint object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createEntryPoints
Creates multiple new EntryPoint objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateEntryPoint
Updates a EntryPoint object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateEntryPoints
Updates multiple EntryPoint objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getEntryPointsByProperty
List<EntryPoint> getEntryPointsByProperty(String propertyName, Object value) throws ASSiteDataServiceException Returns all EntryPoint objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getEntryPointsByProperty
List<EntryPoint> getEntryPointsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all EntryPoint objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnEntryPoints
net.anotheria.anodoc.query2.QueryResult executeQueryOnEntryPoints(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query.- Throws:
ASSiteDataServiceException
-
getEntryPointsByProperty
List<EntryPoint> getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all EntryPoint objects, where property matches.- Throws:
ASSiteDataServiceException
-
getEntryPointsByProperty
List<EntryPoint> getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all EntryPoint objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getEntryPointsCount
Returns all EntryPoints count.- Throws:
ASSiteDataServiceException
-
getEntryPoints
List<EntryPoint> getEntryPoints(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException Returns EntryPoints objects segment.- Throws:
ASSiteDataServiceException
-
getEntryPointsByProperty
List<EntryPoint> getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns EntryPoint objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getEntryPointsByProperty
List<EntryPoint> getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns EntryPoint objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
exportEntryPointsToXML
net.anotheria.util.xml.XMLNode exportEntryPointsToXML(List<EntryPoint> listEntryPoints) throws ASSiteDataServiceException Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
exportEntryPointsToXML
net.anotheria.util.xml.XMLNode exportEntryPointsToXML(String[] languages, List<EntryPoint> listEntryPoints) throws ASSiteDataServiceException creates an xml element with selected contained data but only selected languages in multilingual attributes- Throws:
ASSiteDataServiceException
-
fetchEntryPoint
void fetchEntryPoint(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Create json object list dependencies for this EntryPoint document.- Throws:
ASSiteDataServiceException
-
getPageAliass
Returns all PageAliass objects stored.- Throws:
ASSiteDataServiceException
-
getPageAliass
List<PageAlias> getPageAliass(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all PageAliass objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deletePageAlias
Deletes a PageAlias object by id.- Throws:
ASSiteDataServiceException
-
deletePageAlias
Deletes a PageAlias object.- Throws:
ASSiteDataServiceException
-
deletePageAliass
Deletes multiple PageAlias object.- Throws:
ASSiteDataServiceException
-
getPageAlias
Returns the PageAlias object with the specified id.- Throws:
ASSiteDataServiceException
-
importPageAlias
Imports a new PageAlias object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importPageAliass
Imports multiple new PageAlias object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createPageAlias
Creates a new PageAlias object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createPageAliass
Creates multiple new PageAlias objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updatePageAlias
Updates a PageAlias object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updatePageAliass
Updates multiple PageAlias objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getPageAliassByProperty
List<PageAlias> getPageAliassByProperty(String propertyName, Object value) throws ASSiteDataServiceException Returns all PageAlias objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getPageAliassByProperty
List<PageAlias> getPageAliassByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all PageAlias objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnPageAliass
net.anotheria.anodoc.query2.QueryResult executeQueryOnPageAliass(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query.- Throws:
ASSiteDataServiceException
-
getPageAliassByProperty
List<PageAlias> getPageAliassByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all PageAlias objects, where property matches.- Throws:
ASSiteDataServiceException
-
getPageAliassByProperty
List<PageAlias> getPageAliassByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all PageAlias objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getPageAliassCount
Returns all PageAliass count.- Throws:
ASSiteDataServiceException
-
getPageAliass
List<PageAlias> getPageAliass(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException Returns PageAliass objects segment.- Throws:
ASSiteDataServiceException
-
getPageAliassByProperty
List<PageAlias> getPageAliassByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns PageAlias objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getPageAliassByProperty
List<PageAlias> getPageAliassByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns PageAlias objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
exportPageAliassToXML
net.anotheria.util.xml.XMLNode exportPageAliassToXML(List<PageAlias> listPageAliass) throws ASSiteDataServiceException Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
exportPageAliassToXML
net.anotheria.util.xml.XMLNode exportPageAliassToXML(String[] languages, List<PageAlias> listPageAliass) throws ASSiteDataServiceException creates an xml element with selected contained data but only selected languages in multilingual attributes- Throws:
ASSiteDataServiceException
-
fetchPageAlias
void fetchPageAlias(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Create json object list dependencies for this PageAlias document.- Throws:
ASSiteDataServiceException
-
getRedirectUrls
Returns all RedirectUrls objects stored.- Throws:
ASSiteDataServiceException
-
getRedirectUrls
List<RedirectUrl> getRedirectUrls(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all RedirectUrls objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deleteRedirectUrl
Deletes a RedirectUrl object by id.- Throws:
ASSiteDataServiceException
-
deleteRedirectUrl
Deletes a RedirectUrl object.- Throws:
ASSiteDataServiceException
-
deleteRedirectUrls
Deletes multiple RedirectUrl object.- Throws:
ASSiteDataServiceException
-
getRedirectUrl
Returns the RedirectUrl object with the specified id.- Throws:
ASSiteDataServiceException
-
importRedirectUrl
Imports a new RedirectUrl object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importRedirectUrls
Imports multiple new RedirectUrl object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createRedirectUrl
Creates a new RedirectUrl object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createRedirectUrls
Creates multiple new RedirectUrl objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateRedirectUrl
Updates a RedirectUrl object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateRedirectUrls
Updates multiple RedirectUrl objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getRedirectUrlsByProperty
List<RedirectUrl> getRedirectUrlsByProperty(String propertyName, Object value) throws ASSiteDataServiceException Returns all RedirectUrl objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getRedirectUrlsByProperty
List<RedirectUrl> getRedirectUrlsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException Returns all RedirectUrl objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnRedirectUrls
net.anotheria.anodoc.query2.QueryResult executeQueryOnRedirectUrls(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query.- Throws:
ASSiteDataServiceException
-
getRedirectUrlsByProperty
List<RedirectUrl> getRedirectUrlsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all RedirectUrl objects, where property matches.- Throws:
ASSiteDataServiceException
-
getRedirectUrlsByProperty
List<RedirectUrl> getRedirectUrlsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException Returns all RedirectUrl objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getRedirectUrlsCount
Returns all RedirectUrls count.- Throws:
ASSiteDataServiceException
-
getRedirectUrls
List<RedirectUrl> getRedirectUrls(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException Returns RedirectUrls objects segment.- Throws:
ASSiteDataServiceException
-
getRedirectUrlsByProperty
List<RedirectUrl> getRedirectUrlsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns RedirectUrl objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getRedirectUrlsByProperty
List<RedirectUrl> getRedirectUrlsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException Returns RedirectUrl objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
exportRedirectUrlsToXML
net.anotheria.util.xml.XMLNode exportRedirectUrlsToXML(List<RedirectUrl> listRedirectUrls) throws ASSiteDataServiceException Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
exportRedirectUrlsToXML
net.anotheria.util.xml.XMLNode exportRedirectUrlsToXML(String[] languages, List<RedirectUrl> listRedirectUrls) throws ASSiteDataServiceException creates an xml element with selected contained data but only selected languages in multilingual attributes- Throws:
ASSiteDataServiceException
-
fetchRedirectUrl
void fetchRedirectUrl(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Create json object list dependencies for this RedirectUrl document.- Throws:
ASSiteDataServiceException
-
copyMultilingualAttributesInAllObjects
void copyMultilingualAttributesInAllObjects(String sourceLanguage, String targetLanguage) throws ASSiteDataServiceException 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.- Throws:
ASSiteDataServiceException
-
executeQueryOnAllObjects
net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceException Executes a query on all data objects (documents, vo) which are part of this module and managed by this service.- Throws:
ASSiteDataServiceException
-
exportToXML
creates an xml element with all contained data.- Throws:
ASSiteDataServiceException
-
exportToXML
creates an xml element with all contained data but only selected languages in multilingual attributes.- Throws:
ASSiteDataServiceException
-