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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyMultilingualAttributesInAllNaviItems(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.EntryPointcreateEntryPoint(EntryPoint entrypoint)Creates a new EntryPoint object.List<EntryPoint>createEntryPoints(List<EntryPoint> list)Creates multiple new EntryPoint objects.MediaLinkcreateMediaLink(MediaLink medialink)Creates a new MediaLink object.List<MediaLink>createMediaLinks(List<MediaLink> list)Creates multiple new MediaLink objects.NaviItemcreateNaviItem(NaviItem naviitem)Creates a new NaviItem object.List<NaviItem>createNaviItems(List<NaviItem> list)Creates multiple new NaviItem objects.PageAliascreatePageAlias(PageAlias pagealias)Creates a new PageAlias object.List<PageAlias>createPageAliass(List<PageAlias> list)Creates multiple new PageAlias objects.PageTemplatecreatePageTemplate(PageTemplate pagetemplate)Creates a new PageTemplate object.List<PageTemplate>createPageTemplates(List<PageTemplate> list)Creates multiple new PageTemplate objects.RedirectUrlcreateRedirectUrl(RedirectUrl redirecturl)Creates a new RedirectUrl object.List<RedirectUrl>createRedirectUrls(List<RedirectUrl> list)Creates multiple new RedirectUrl objects.ScriptcreateScript(Script script)Creates a new Script object.List<Script>createScripts(List<Script> list)Creates multiple new Script objects.SitecreateSite(Site site)Creates a new Site object.List<Site>createSites(List<Site> list)Creates multiple new Site objects.voiddeleteEntryPoint(String id)Deletes a EntryPoint object by id.voiddeleteEntryPoint(EntryPoint entrypoint)Deletes a EntryPoint object.voiddeleteEntryPoints(List<EntryPoint> list)Deletes multiple EntryPoint object.voiddeleteMediaLink(String id)Deletes 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.voiddeletePageAlias(String id)Deletes a PageAlias object by id.voiddeletePageAlias(PageAlias pagealias)Deletes a PageAlias object.voiddeletePageAliass(List<PageAlias> list)Deletes multiple PageAlias object.voiddeletePageTemplate(String id)Deletes a PageTemplate object by id.voiddeletePageTemplate(PageTemplate pagetemplate)Deletes a PageTemplate object.voiddeletePageTemplates(List<PageTemplate> list)Deletes multiple PageTemplate object.voiddeleteRedirectUrl(String id)Deletes 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.XMLNodeexportToXML()creates 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.voidfetchSite(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data)Create json object list dependencies for this Site document.EntryPointgetEntryPoint(String id)Returns the EntryPoint object with the specified id.List<EntryPoint>getEntryPoints()Returns all EntryPoints objects stored.List<EntryPoint>getEntryPoints(net.anotheria.util.slicer.Segment aSegment)Returns EntryPoints objects segment.List<EntryPoint>getEntryPoints(net.anotheria.util.sorter.SortType sortType)Returns all EntryPoints objects sorted by given sortType.List<EntryPoint>getEntryPointsByProperty(String propertyName, Object value)Returns all EntryPoint objects, where property with given name equals object.List<EntryPoint>getEntryPointsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all EntryPoint objects, where property with given name equals object, sorted.List<EntryPoint>getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all EntryPoint objects, where property matches.List<EntryPoint>getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns EntryPoint objects segment, where property matches.List<EntryPoint>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.List<EntryPoint>getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all EntryPoint objects, where property matches, sorted.intgetEntryPointsCount()Returns all EntryPoints count.MediaLinkgetMediaLink(String id)Returns the MediaLink object with the specified id.List<MediaLink>getMediaLinks()Returns all MediaLinks objects stored.List<MediaLink>getMediaLinks(net.anotheria.util.slicer.Segment aSegment)Returns MediaLinks objects segment.List<MediaLink>getMediaLinks(net.anotheria.util.sorter.SortType sortType)Returns all MediaLinks objects sorted by given sortType.List<MediaLink>getMediaLinksByProperty(String propertyName, Object value)Returns all MediaLink objects, where property with given name equals object.List<MediaLink>getMediaLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all MediaLink objects, where property with given name equals object, sorted.List<MediaLink>getMediaLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all MediaLink objects, where property matches.List<MediaLink>getMediaLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns MediaLink objects segment, where property matches.List<MediaLink>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.List<MediaLink>getMediaLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all MediaLink objects, where property matches, sorted.intgetMediaLinksCount()Returns all MediaLinks count.NaviItemgetNaviItem(String id)Returns the NaviItem object with the specified id.List<NaviItem>getNaviItems()Returns all NaviItems objects stored.List<NaviItem>getNaviItems(net.anotheria.util.slicer.Segment aSegment)Returns NaviItems objects segment.List<NaviItem>getNaviItems(net.anotheria.util.sorter.SortType sortType)Returns all NaviItems objects sorted by given sortType.List<NaviItem>getNaviItemsByProperty(String propertyName, Object value)Returns all NaviItem objects, where property with given name equals object.List<NaviItem>getNaviItemsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all NaviItem objects, where property with given name equals object, sorted.List<NaviItem>getNaviItemsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all NaviItem objects, where property matches.List<NaviItem>getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns NaviItem objects segment, where property matches.List<NaviItem>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.List<NaviItem>getNaviItemsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all NaviItem objects, where property matches, sorted.intgetNaviItemsCount()Returns all NaviItems count.PageAliasgetPageAlias(String id)Returns the PageAlias object with the specified id.List<PageAlias>getPageAliass()Returns all PageAliass objects stored.List<PageAlias>getPageAliass(net.anotheria.util.slicer.Segment aSegment)Returns PageAliass objects segment.List<PageAlias>getPageAliass(net.anotheria.util.sorter.SortType sortType)Returns all PageAliass objects sorted by given sortType.List<PageAlias>getPageAliassByProperty(String propertyName, Object value)Returns all PageAlias objects, where property with given name equals object.List<PageAlias>getPageAliassByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all PageAlias objects, where property with given name equals object, sorted.List<PageAlias>getPageAliassByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageAlias objects, where property matches.List<PageAlias>getPageAliassByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns PageAlias objects segment, where property matches.List<PageAlias>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.List<PageAlias>getPageAliassByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageAlias objects, where property matches, sorted.intgetPageAliassCount()Returns all PageAliass count.PageTemplategetPageTemplate(String id)Returns the PageTemplate object with the specified id.List<PageTemplate>getPageTemplates()Returns all PageTemplates objects stored.List<PageTemplate>getPageTemplates(net.anotheria.util.slicer.Segment aSegment)Returns PageTemplates objects segment.List<PageTemplate>getPageTemplates(net.anotheria.util.sorter.SortType sortType)Returns all PageTemplates objects sorted by given sortType.List<PageTemplate>getPageTemplatesByProperty(String propertyName, Object value)Returns all PageTemplate objects, where property with given name equals object.List<PageTemplate>getPageTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all PageTemplate objects, where property with given name equals object, sorted.List<PageTemplate>getPageTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageTemplate objects, where property matches.List<PageTemplate>getPageTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns PageTemplate objects segment, where property matches.List<PageTemplate>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.List<PageTemplate>getPageTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all PageTemplate objects, where property matches, sorted.intgetPageTemplatesCount()Returns all PageTemplates count.RedirectUrlgetRedirectUrl(String id)Returns the RedirectUrl object with the specified id.List<RedirectUrl>getRedirectUrls()Returns all RedirectUrls objects stored.List<RedirectUrl>getRedirectUrls(net.anotheria.util.slicer.Segment aSegment)Returns RedirectUrls objects segment.List<RedirectUrl>getRedirectUrls(net.anotheria.util.sorter.SortType sortType)Returns all RedirectUrls objects sorted by given sortType.List<RedirectUrl>getRedirectUrlsByProperty(String propertyName, Object value)Returns all RedirectUrl objects, where property with given name equals object.List<RedirectUrl>getRedirectUrlsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all RedirectUrl objects, where property with given name equals object, sorted.List<RedirectUrl>getRedirectUrlsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all RedirectUrl objects, where property matches.List<RedirectUrl>getRedirectUrlsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns RedirectUrl objects segment, where property matches.List<RedirectUrl>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.List<RedirectUrl>getRedirectUrlsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all RedirectUrl objects, where property matches, sorted.intgetRedirectUrlsCount()Returns all RedirectUrls count.ScriptgetScript(String id)Returns the Script object with the specified id.List<Script>getScripts()Returns all Scripts objects stored.List<Script>getScripts(net.anotheria.util.slicer.Segment aSegment)Returns Scripts objects segment.List<Script>getScripts(net.anotheria.util.sorter.SortType sortType)Returns all Scripts objects sorted by given sortType.List<Script>getScriptsByProperty(String propertyName, Object value)Returns all Script objects, where property with given name equals object.List<Script>getScriptsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all Script objects, where property with given name equals object, sorted.List<Script>getScriptsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Script objects, where property matches.List<Script>getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Script objects segment, where property matches.List<Script>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.List<Script>getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Script objects, where property matches, sorted.intgetScriptsCount()Returns all Scripts count.SitegetSite(String id)Returns the Site object with the specified id.List<Site>getSites()Returns all Sites objects stored.List<Site>getSites(net.anotheria.util.slicer.Segment aSegment)Returns Sites objects segment.List<Site>getSites(net.anotheria.util.sorter.SortType sortType)Returns all Sites objects sorted by given sortType.List<Site>getSitesByProperty(String propertyName, Object value)Returns all Site objects, where property with given name equals object.List<Site>getSitesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType)Returns all Site objects, where property with given name equals object, sorted.List<Site>getSitesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Site objects, where property matches.List<Site>getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Site objects segment, where property matches.List<Site>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.List<Site>getSitesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Site objects, where property matches, sorted.intgetSitesCount()Returns all Sites count.EntryPointimportEntryPoint(EntryPoint entrypoint)Imports a new EntryPoint object.List<EntryPoint>importEntryPoints(List<EntryPoint> list)Imports multiple new EntryPoint object.MediaLinkimportMediaLink(MediaLink medialink)Imports a new MediaLink object.List<MediaLink>importMediaLinks(List<MediaLink> list)Imports multiple new MediaLink object.NaviItemimportNaviItem(NaviItem naviitem)Imports a new NaviItem object.List<NaviItem>importNaviItems(List<NaviItem> list)Imports multiple new NaviItem object.PageAliasimportPageAlias(PageAlias pagealias)Imports a new PageAlias object.List<PageAlias>importPageAliass(List<PageAlias> list)Imports multiple new PageAlias object.PageTemplateimportPageTemplate(PageTemplate pagetemplate)Imports a new PageTemplate object.List<PageTemplate>importPageTemplates(List<PageTemplate> list)Imports multiple new PageTemplate object.RedirectUrlimportRedirectUrl(RedirectUrl redirecturl)Imports a new RedirectUrl object.List<RedirectUrl>importRedirectUrls(List<RedirectUrl> list)Imports multiple new RedirectUrl object.ScriptimportScript(Script script)Imports a new Script object.List<Script>importScripts(List<Script> list)Imports multiple new Script object.SiteimportSite(Site site)Imports a new Site object.List<Site>importSites(List<Site> list)Imports multiple new Site object.EntryPointupdateEntryPoint(EntryPoint entrypoint)Updates a EntryPoint object.List<EntryPoint>updateEntryPoints(List<EntryPoint> list)Updates multiple EntryPoint objects.MediaLinkupdateMediaLink(MediaLink medialink)Updates a MediaLink object.List<MediaLink>updateMediaLinks(List<MediaLink> list)Updates multiple MediaLink objects.NaviItemupdateNaviItem(NaviItem naviitem)Updates a NaviItem object.List<NaviItem>updateNaviItems(List<NaviItem> list)Updates multiple NaviItem objects.PageAliasupdatePageAlias(PageAlias pagealias)Updates a PageAlias object.List<PageAlias>updatePageAliass(List<PageAlias> list)Updates multiple PageAlias objects.PageTemplateupdatePageTemplate(PageTemplate pagetemplate)Updates a PageTemplate object.List<PageTemplate>updatePageTemplates(List<PageTemplate> list)Updates multiple PageTemplate objects.RedirectUrlupdateRedirectUrl(RedirectUrl redirecturl)Updates a RedirectUrl object.List<RedirectUrl>updateRedirectUrls(List<RedirectUrl> list)Updates multiple RedirectUrl objects.ScriptupdateScript(Script script)Updates a Script object.List<Script>updateScripts(List<Script> list)Updates multiple Script objects.SiteupdateSite(Site site)Updates a Site object.List<Site>updateSites(List<Site> list)Updates multiple Site objects.
-
-
-
Method Detail
-
getPageTemplates
List<PageTemplate> getPageTemplates() throws ASSiteDataServiceException
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
void deletePageTemplate(String id) throws ASSiteDataServiceException
Deletes a PageTemplate object by id.- Throws:
ASSiteDataServiceException
-
deletePageTemplate
void deletePageTemplate(PageTemplate pagetemplate) throws ASSiteDataServiceException
Deletes a PageTemplate object.- Throws:
ASSiteDataServiceException
-
deletePageTemplates
void deletePageTemplates(List<PageTemplate> list) throws ASSiteDataServiceException
Deletes multiple PageTemplate object.- Throws:
ASSiteDataServiceException
-
getPageTemplate
PageTemplate getPageTemplate(String id) throws ASSiteDataServiceException
Returns the PageTemplate object with the specified id.- Throws:
ASSiteDataServiceException
-
importPageTemplate
PageTemplate importPageTemplate(PageTemplate pagetemplate) throws ASSiteDataServiceException
Imports a new PageTemplate object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importPageTemplates
List<PageTemplate> importPageTemplates(List<PageTemplate> list) throws ASSiteDataServiceException
Imports multiple new PageTemplate object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createPageTemplate
PageTemplate createPageTemplate(PageTemplate pagetemplate) throws ASSiteDataServiceException
Creates a new PageTemplate object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createPageTemplates
List<PageTemplate> createPageTemplates(List<PageTemplate> list) throws ASSiteDataServiceException
Creates multiple new PageTemplate objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updatePageTemplate
PageTemplate updatePageTemplate(PageTemplate pagetemplate) throws ASSiteDataServiceException
Updates a PageTemplate object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updatePageTemplates
List<PageTemplate> updatePageTemplates(List<PageTemplate> list) throws ASSiteDataServiceException
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 ASSiteDataServiceExceptionExecutes 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
int getPageTemplatesCount() throws ASSiteDataServiceExceptionReturns 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
List<MediaLink> getMediaLinks() throws ASSiteDataServiceException
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
void deleteMediaLink(String id) throws ASSiteDataServiceException
Deletes a MediaLink object by id.- Throws:
ASSiteDataServiceException
-
deleteMediaLink
void deleteMediaLink(MediaLink medialink) throws ASSiteDataServiceException
Deletes a MediaLink object.- Throws:
ASSiteDataServiceException
-
deleteMediaLinks
void deleteMediaLinks(List<MediaLink> list) throws ASSiteDataServiceException
Deletes multiple MediaLink object.- Throws:
ASSiteDataServiceException
-
getMediaLink
MediaLink getMediaLink(String id) throws ASSiteDataServiceException
Returns the MediaLink object with the specified id.- Throws:
ASSiteDataServiceException
-
importMediaLink
MediaLink importMediaLink(MediaLink medialink) throws ASSiteDataServiceException
Imports a new MediaLink object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importMediaLinks
List<MediaLink> importMediaLinks(List<MediaLink> list) throws ASSiteDataServiceException
Imports multiple new MediaLink object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createMediaLink
MediaLink createMediaLink(MediaLink medialink) throws ASSiteDataServiceException
Creates a new MediaLink object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createMediaLinks
List<MediaLink> createMediaLinks(List<MediaLink> list) throws ASSiteDataServiceException
Creates multiple new MediaLink objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateMediaLink
MediaLink updateMediaLink(MediaLink medialink) throws ASSiteDataServiceException
Updates a MediaLink object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateMediaLinks
List<MediaLink> updateMediaLinks(List<MediaLink> list) throws ASSiteDataServiceException
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 ASSiteDataServiceExceptionExecutes 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
int getMediaLinksCount() throws ASSiteDataServiceExceptionReturns 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
List<Script> getScripts() throws ASSiteDataServiceException
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
void deleteScript(String id) throws ASSiteDataServiceException
Deletes a Script object by id.- Throws:
ASSiteDataServiceException
-
deleteScript
void deleteScript(Script script) throws ASSiteDataServiceException
Deletes a Script object.- Throws:
ASSiteDataServiceException
-
deleteScripts
void deleteScripts(List<Script> list) throws ASSiteDataServiceException
Deletes multiple Script object.- Throws:
ASSiteDataServiceException
-
getScript
Script getScript(String id) throws ASSiteDataServiceException
Returns the Script object with the specified id.- Throws:
ASSiteDataServiceException
-
importScript
Script importScript(Script script) throws ASSiteDataServiceException
Imports a new Script object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importScripts
List<Script> importScripts(List<Script> list) throws ASSiteDataServiceException
Imports multiple new Script object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createScript
Script createScript(Script script) throws ASSiteDataServiceException
Creates a new Script object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createScripts
List<Script> createScripts(List<Script> list) throws ASSiteDataServiceException
Creates multiple new Script objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateScript
Script updateScript(Script script) throws ASSiteDataServiceException
Updates a Script object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateScripts
List<Script> updateScripts(List<Script> list) throws ASSiteDataServiceException
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 ASSiteDataServiceExceptionExecutes 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
int getScriptsCount() throws ASSiteDataServiceExceptionReturns 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
List<Site> getSites() throws ASSiteDataServiceException
Returns all Sites objects stored.- Throws:
ASSiteDataServiceException
-
getSites
List<Site> getSites(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException
Returns all Sites objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deleteSite
void deleteSite(String id) throws ASSiteDataServiceException
Deletes a Site object by id.- Throws:
ASSiteDataServiceException
-
deleteSite
void deleteSite(Site site) throws ASSiteDataServiceException
Deletes a Site object.- Throws:
ASSiteDataServiceException
-
deleteSites
void deleteSites(List<Site> list) throws ASSiteDataServiceException
Deletes multiple Site object.- Throws:
ASSiteDataServiceException
-
getSite
Site getSite(String id) throws ASSiteDataServiceException
Returns the Site object with the specified id.- Throws:
ASSiteDataServiceException
-
importSite
Site importSite(Site site) throws ASSiteDataServiceException
Imports a new Site object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importSites
List<Site> importSites(List<Site> list) throws ASSiteDataServiceException
Imports multiple new Site object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createSite
Site createSite(Site site) throws ASSiteDataServiceException
Creates a new Site object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createSites
List<Site> createSites(List<Site> list) throws ASSiteDataServiceException
Creates multiple new Site objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateSite
Site updateSite(Site site) throws ASSiteDataServiceException
Updates a Site object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateSites
List<Site> updateSites(List<Site> list) throws ASSiteDataServiceException
Updates multiple Site objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getSitesByProperty
List<Site> getSitesByProperty(String propertyName, Object value) throws ASSiteDataServiceException
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 ASSiteDataServiceExceptionExecutes 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
int getSitesCount() throws ASSiteDataServiceExceptionReturns all Sites count.- Throws:
ASSiteDataServiceException
-
getSites
List<Site> getSites(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException
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
-
getNaviItems
List<NaviItem> getNaviItems() throws ASSiteDataServiceException
Returns all NaviItems objects stored.- Throws:
ASSiteDataServiceException
-
getNaviItems
List<NaviItem> getNaviItems(net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException
Returns all NaviItems objects sorted by given sortType.- Throws:
ASSiteDataServiceException
-
deleteNaviItem
void deleteNaviItem(String id) throws ASSiteDataServiceException
Deletes a NaviItem object by id.- Throws:
ASSiteDataServiceException
-
deleteNaviItem
void deleteNaviItem(NaviItem naviitem) throws ASSiteDataServiceException
Deletes a NaviItem object.- Throws:
ASSiteDataServiceException
-
deleteNaviItems
void deleteNaviItems(List<NaviItem> list) throws ASSiteDataServiceException
Deletes multiple NaviItem object.- Throws:
ASSiteDataServiceException
-
getNaviItem
NaviItem getNaviItem(String id) throws ASSiteDataServiceException
Returns the NaviItem object with the specified id.- Throws:
ASSiteDataServiceException
-
importNaviItem
NaviItem importNaviItem(NaviItem naviitem) throws ASSiteDataServiceException
Imports a new NaviItem object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importNaviItems
List<NaviItem> importNaviItems(List<NaviItem> list) throws ASSiteDataServiceException
Imports multiple new NaviItem object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createNaviItem
NaviItem createNaviItem(NaviItem naviitem) throws ASSiteDataServiceException
Creates a new NaviItem object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createNaviItems
List<NaviItem> createNaviItems(List<NaviItem> list) throws ASSiteDataServiceException
Creates multiple new NaviItem objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateNaviItem
NaviItem updateNaviItem(NaviItem naviitem) throws ASSiteDataServiceException
Updates a NaviItem object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateNaviItems
List<NaviItem> updateNaviItems(List<NaviItem> list) throws ASSiteDataServiceException
Updates multiple NaviItem objects. Returns the updated versions.- Throws:
ASSiteDataServiceException
-
getNaviItemsByProperty
List<NaviItem> getNaviItemsByProperty(String propertyName, Object value) throws ASSiteDataServiceException
Returns all NaviItem objects, where property with given name equals object.- Throws:
ASSiteDataServiceException
-
getNaviItemsByProperty
List<NaviItem> getNaviItemsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) throws ASSiteDataServiceException
Returns all NaviItem objects, where property with given name equals object, sorted.- Throws:
ASSiteDataServiceException
-
executeQueryOnNaviItems
net.anotheria.anodoc.query2.QueryResult executeQueryOnNaviItems(net.anotheria.anodoc.query2.DocumentQuery query) throws ASSiteDataServiceExceptionExecutes a query.- Throws:
ASSiteDataServiceException
-
getNaviItemsByProperty
List<NaviItem> getNaviItemsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException
Returns all NaviItem objects, where property matches.- Throws:
ASSiteDataServiceException
-
getNaviItemsByProperty
List<NaviItem> getNaviItemsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) throws ASSiteDataServiceException
Returns all NaviItem objects, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
getNaviItemsCount
int getNaviItemsCount() throws ASSiteDataServiceExceptionReturns all NaviItems count.- Throws:
ASSiteDataServiceException
-
getNaviItems
List<NaviItem> getNaviItems(net.anotheria.util.slicer.Segment aSegment) throws ASSiteDataServiceException
Returns NaviItems objects segment.- Throws:
ASSiteDataServiceException
-
getNaviItemsByProperty
List<NaviItem> getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException
Returns NaviItem objects segment, where property matches.- Throws:
ASSiteDataServiceException
-
getNaviItemsByProperty
List<NaviItem> getNaviItemsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) throws ASSiteDataServiceException
Returns NaviItem objects segment, where property matches, sorted.- Throws:
ASSiteDataServiceException
-
copyMultilingualAttributesInAllNaviItems
void copyMultilingualAttributesInAllNaviItems(String sourceLanguage, String targetLanguage) throws ASSiteDataServiceException
In all documents of type NaviItem copies all multilingual fields from sourceLanguage to targetLanguage.- Throws:
ASSiteDataServiceException
-
exportNaviItemsToXML
net.anotheria.util.xml.XMLNode exportNaviItemsToXML(List<NaviItem> listNaviItems) throws ASSiteDataServiceException
Creates an xml element with selected contained data.- Throws:
ASSiteDataServiceException
-
exportNaviItemsToXML
net.anotheria.util.xml.XMLNode exportNaviItemsToXML(String[] languages, List<NaviItem> listNaviItems) throws ASSiteDataServiceException
creates an xml element with selected contained data but only selected languages in multilingual attributes- Throws:
ASSiteDataServiceException
-
fetchNaviItem
void fetchNaviItem(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException
Create json object list dependencies for this NaviItem document.- Throws:
ASSiteDataServiceException
-
getEntryPoints
List<EntryPoint> getEntryPoints() throws ASSiteDataServiceException
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
void deleteEntryPoint(String id) throws ASSiteDataServiceException
Deletes a EntryPoint object by id.- Throws:
ASSiteDataServiceException
-
deleteEntryPoint
void deleteEntryPoint(EntryPoint entrypoint) throws ASSiteDataServiceException
Deletes a EntryPoint object.- Throws:
ASSiteDataServiceException
-
deleteEntryPoints
void deleteEntryPoints(List<EntryPoint> list) throws ASSiteDataServiceException
Deletes multiple EntryPoint object.- Throws:
ASSiteDataServiceException
-
getEntryPoint
EntryPoint getEntryPoint(String id) throws ASSiteDataServiceException
Returns the EntryPoint object with the specified id.- Throws:
ASSiteDataServiceException
-
importEntryPoint
EntryPoint importEntryPoint(EntryPoint entrypoint) throws ASSiteDataServiceException
Imports a new EntryPoint object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importEntryPoints
List<EntryPoint> importEntryPoints(List<EntryPoint> list) throws ASSiteDataServiceException
Imports multiple new EntryPoint object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createEntryPoint
EntryPoint createEntryPoint(EntryPoint entrypoint) throws ASSiteDataServiceException
Creates a new EntryPoint object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createEntryPoints
List<EntryPoint> createEntryPoints(List<EntryPoint> list) throws ASSiteDataServiceException
Creates multiple new EntryPoint objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateEntryPoint
EntryPoint updateEntryPoint(EntryPoint entrypoint) throws ASSiteDataServiceException
Updates a EntryPoint object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateEntryPoints
List<EntryPoint> updateEntryPoints(List<EntryPoint> list) throws ASSiteDataServiceException
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 ASSiteDataServiceExceptionExecutes 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
int getEntryPointsCount() throws ASSiteDataServiceExceptionReturns 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
List<PageAlias> getPageAliass() throws ASSiteDataServiceException
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
void deletePageAlias(String id) throws ASSiteDataServiceException
Deletes a PageAlias object by id.- Throws:
ASSiteDataServiceException
-
deletePageAlias
void deletePageAlias(PageAlias pagealias) throws ASSiteDataServiceException
Deletes a PageAlias object.- Throws:
ASSiteDataServiceException
-
deletePageAliass
void deletePageAliass(List<PageAlias> list) throws ASSiteDataServiceException
Deletes multiple PageAlias object.- Throws:
ASSiteDataServiceException
-
getPageAlias
PageAlias getPageAlias(String id) throws ASSiteDataServiceException
Returns the PageAlias object with the specified id.- Throws:
ASSiteDataServiceException
-
importPageAlias
PageAlias importPageAlias(PageAlias pagealias) throws ASSiteDataServiceException
Imports a new PageAlias object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importPageAliass
List<PageAlias> importPageAliass(List<PageAlias> list) throws ASSiteDataServiceException
Imports multiple new PageAlias object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createPageAlias
PageAlias createPageAlias(PageAlias pagealias) throws ASSiteDataServiceException
Creates a new PageAlias object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createPageAliass
List<PageAlias> createPageAliass(List<PageAlias> list) throws ASSiteDataServiceException
Creates multiple new PageAlias objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updatePageAlias
PageAlias updatePageAlias(PageAlias pagealias) throws ASSiteDataServiceException
Updates a PageAlias object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updatePageAliass
List<PageAlias> updatePageAliass(List<PageAlias> list) throws ASSiteDataServiceException
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 ASSiteDataServiceExceptionExecutes 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
int getPageAliassCount() throws ASSiteDataServiceExceptionReturns 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
List<RedirectUrl> getRedirectUrls() throws ASSiteDataServiceException
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
void deleteRedirectUrl(String id) throws ASSiteDataServiceException
Deletes a RedirectUrl object by id.- Throws:
ASSiteDataServiceException
-
deleteRedirectUrl
void deleteRedirectUrl(RedirectUrl redirecturl) throws ASSiteDataServiceException
Deletes a RedirectUrl object.- Throws:
ASSiteDataServiceException
-
deleteRedirectUrls
void deleteRedirectUrls(List<RedirectUrl> list) throws ASSiteDataServiceException
Deletes multiple RedirectUrl object.- Throws:
ASSiteDataServiceException
-
getRedirectUrl
RedirectUrl getRedirectUrl(String id) throws ASSiteDataServiceException
Returns the RedirectUrl object with the specified id.- Throws:
ASSiteDataServiceException
-
importRedirectUrl
RedirectUrl importRedirectUrl(RedirectUrl redirecturl) throws ASSiteDataServiceException
Imports a new RedirectUrl object. Returns the created version.- Throws:
ASSiteDataServiceException
-
importRedirectUrls
List<RedirectUrl> importRedirectUrls(List<RedirectUrl> list) throws ASSiteDataServiceException
Imports multiple new RedirectUrl object. Returns the created versions.- Throws:
ASSiteDataServiceException
-
createRedirectUrl
RedirectUrl createRedirectUrl(RedirectUrl redirecturl) throws ASSiteDataServiceException
Creates a new RedirectUrl object. Returns the created version.- Throws:
ASSiteDataServiceException
-
createRedirectUrls
List<RedirectUrl> createRedirectUrls(List<RedirectUrl> list) throws ASSiteDataServiceException
Creates multiple new RedirectUrl objects. Returns the created versions.- Throws:
ASSiteDataServiceException
-
updateRedirectUrl
RedirectUrl updateRedirectUrl(RedirectUrl redirecturl) throws ASSiteDataServiceException
Updates a RedirectUrl object. Returns the updated version.- Throws:
ASSiteDataServiceException
-
updateRedirectUrls
List<RedirectUrl> updateRedirectUrls(List<RedirectUrl> list) throws ASSiteDataServiceException
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 ASSiteDataServiceExceptionExecutes 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
int getRedirectUrlsCount() throws ASSiteDataServiceExceptionReturns 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
-
executeParsingForDocument
void executeParsingForDocument(DocumentName documentName, org.codehaus.jettison.json.JSONObject data) throws ASSiteDataServiceException
Save transferred document by its own type.- 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 ASSiteDataServiceExceptionExecutes a query on all data objects (documents, vo) which are part of this module and managed by this service.- Throws:
ASSiteDataServiceException
-
exportToXML
net.anotheria.util.xml.XMLNode exportToXML() throws ASSiteDataServiceExceptioncreates an xml element with all contained data.- Throws:
ASSiteDataServiceException
-
exportToXML
net.anotheria.util.xml.XMLNode exportToXML(String[] languages) throws ASSiteDataServiceException
creates an xml element with all contained data but only selected languages in multilingual attributes.- Throws:
ASSiteDataServiceException
-
-