Class ASSiteDataServiceImpl
java.lang.Object
net.anotheria.asg.service.AbstractASGService
net.anotheria.anosite.gen.shared.service.BasicService
net.anotheria.anosite.gen.shared.service.BasicCMSService
net.anotheria.anosite.gen.assitedata.service.ASSiteDataServiceImpl
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.Service,IASSiteDataService,net.anotheria.asg.service.ASGService,net.anotheria.asg.util.listener.IModuleListener
public class ASSiteDataServiceImpl
extends BasicCMSService
implements IASSiteDataService, net.anotheria.asg.util.listener.IModuleListener
-
Field Summary
Fields inherited from class net.anotheria.anosite.gen.shared.service.BasicCMSService
MY_OWNER_ID, serviceFields inherited from class net.anotheria.anosite.gen.shared.service.BasicService
log -
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 servicevoidcopyMultilingualAttributesInAllSites(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 servicenet.anotheria.anodoc.query2.QueryResultexecuteQueryOnEntryPoints(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on EntryPointsnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnMediaLinks(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on MediaLinksnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnNaviItems(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on NaviItemsnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnPageAliass(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PageAliassnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnPageTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PageTemplatesnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnRedirectUrls(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on RedirectUrlsnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnScripts(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on Scriptsnet.anotheria.anodoc.query2.QueryResultexecuteQueryOnSites(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on Sitesnet.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportEntryPointsToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportEntryPointsToXML(String[] languages, List<EntryPoint> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportEntryPointsToXML(List<EntryPoint> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportMediaLinksToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportMediaLinksToXML(String[] languages, List<MediaLink> list) net.anotheria.util.xml.XMLNodeexportMediaLinksToXML(List<MediaLink> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportNaviItemsToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportNaviItemsToXML(String[] languages, List<NaviItem> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportNaviItemsToXML(List<NaviItem> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportPageAliassToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportPageAliassToXML(String[] languages, List<PageAlias> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportPageAliassToXML(List<PageAlias> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportPageTemplatesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportPageTemplatesToXML(String[] languages, List<PageTemplate> list) net.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportRedirectUrlsToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportRedirectUrlsToXML(String[] languages, List<RedirectUrl> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeCreates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportScriptsToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportScriptsToXML(String[] languages, List<Script> list) net.anotheria.util.xml.XMLNodeexportScriptsToXML(List<Script> list) Creates an xml element with selected contained data.net.anotheria.util.xml.XMLNodenet.anotheria.util.xml.XMLNodeexportSitesToXML(String[] languages) net.anotheria.util.xml.XMLNodeexportSitesToXML(String[] languages, List<Site> list) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeexportSitesToXML(List<Site> list) 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(List<String> ids) Returns the EntryPoint objects with the specified ids.getEntryPoints(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the EntryPoint objects with the specified ids, sorted by given sorttype.getEntryPoints(net.anotheria.util.slicer.Segment aSegment) Returns EntryPoint 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... property) Returns EntryPoint objects segment, where property matched.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 matched, sorted.getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches, sortedintReturns EntryPoint objects count.getMediaLink(String id) Returns the MediaLink object with the specified id.Returns all MediaLinks objects stored.getMediaLinks(List<String> ids) Returns the MediaLink objects with the specified ids.getMediaLinks(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the MediaLink objects with the specified ids, sorted by given sorttype.getMediaLinks(net.anotheria.util.slicer.Segment aSegment) Returns MediaLink 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... property) Returns MediaLink objects segment, where property matched.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 matched, sorted.getMediaLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all MediaLink objects, where property matches, sortedintReturns MediaLink objects count.getNaviItem(String id) Returns the NaviItem object with the specified id.Returns all NaviItems objects stored.getNaviItems(List<String> ids) Returns the NaviItem objects with the specified ids.getNaviItems(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the NaviItem objects with the specified ids, sorted by given sorttype.getNaviItems(net.anotheria.util.slicer.Segment aSegment) Returns NaviItem 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... property) Returns NaviItem objects segment, where property matched.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 matched, sorted.getNaviItemsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all NaviItem objects, where property matches, sortedintReturns NaviItem objects count.getPageAlias(String id) Returns the PageAlias object with the specified id.Returns all PageAliass objects stored.getPageAliass(List<String> ids) Returns the PageAlias objects with the specified ids.getPageAliass(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PageAlias objects with the specified ids, sorted by given sorttype.getPageAliass(net.anotheria.util.slicer.Segment aSegment) Returns PageAlias 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... property) Returns PageAlias objects segment, where property matched.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 matched, sorted.getPageAliassByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageAlias objects, where property matches, sortedintReturns PageAlias objects count.Returns the PageTemplate object with the specified id.Returns all PageTemplates objects stored.getPageTemplates(List<String> ids) Returns the PageTemplate objects with the specified ids.getPageTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PageTemplate objects with the specified ids, sorted by given sorttype.getPageTemplates(net.anotheria.util.slicer.Segment aSegment) Returns PageTemplate 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... property) Returns PageTemplate objects segment, where property matched.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 matched, sorted.getPageTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageTemplate objects, where property matches, sortedintReturns PageTemplate objects count.getRedirectUrl(String id) Returns the RedirectUrl object with the specified id.Returns all RedirectUrls objects stored.getRedirectUrls(List<String> ids) Returns the RedirectUrl objects with the specified ids.getRedirectUrls(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the RedirectUrl objects with the specified ids, sorted by given sorttype.getRedirectUrls(net.anotheria.util.slicer.Segment aSegment) Returns RedirectUrl 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... property) Returns RedirectUrl objects segment, where property matched.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 matched, sorted.getRedirectUrlsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all RedirectUrl objects, where property matches, sortedintReturns RedirectUrl objects count.Returns the Script object with the specified id.Returns all Scripts objects stored.getScripts(List<String> ids) Returns the Script objects with the specified ids.getScripts(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the Script objects with the specified ids, sorted by given sorttype.getScripts(net.anotheria.util.slicer.Segment aSegment) Returns Script 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... property) Returns Script objects segment, where property matched.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 matched, sorted.getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches, sortedintReturns Script objects count.Returns the Site object with the specified id.getSites()Returns all Sites objects stored.Returns the Site objects with the specified ids.Returns the Site objects with the specified ids, sorted by given sorttype.getSites(net.anotheria.util.slicer.Segment aSegment) Returns Site 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... property) Returns Site objects segment, where property matched.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 matched, sorted.getSitesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches, sortedintReturns Site objects 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.voidmoduleLoaded(net.anotheria.anodoc.data.Module module) 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 class net.anotheria.anosite.gen.shared.service.BasicCMSService
addModuleListener, getModule, updateModuleMethods inherited from class net.anotheria.anosite.gen.shared.service.BasicService
getAnoAccessApplicationDataService, getAnoAccessConfigurationService, getASActionService, getASBrandService, getASCustomActionService, getASCustomDataService, getASExperimentService, getASFeatureService, getASFederatedDataService, getASGenericActionService, getASGenericDataService, getASLayoutDataService, getASResourceDataService, getASSiteConfigService, getASSiteDataService, getASUserDataService, getASWebDataService, getASWizardDataService, getImagesServiceMethods inherited from class net.anotheria.asg.service.AbstractASGService
addServiceListener, fireObjectCreatedEvent, fireObjectDeletedEvent, fireObjectImportedEvent, fireObjectUpdatedEvent, firePersistenceChangedEvent, hasServiceListeners, removeServiceListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anotheria.asg.service.ASGService
addServiceListener, hasServiceListeners, removeServiceListener
-
Method Details
-
moduleLoaded
public void moduleLoaded(net.anotheria.anodoc.data.Module module) - Specified by:
moduleLoadedin interfacenet.anotheria.asg.util.listener.IModuleListener
-
getPageTemplates
Description copied from interface:IASSiteDataServiceReturns all PageTemplates objects stored.- Specified by:
getPageTemplatesin interfaceIASSiteDataService
-
getPageTemplates
Description copied from interface:IASSiteDataServiceReturns all PageTemplates objects sorted by given sortType.- Specified by:
getPageTemplatesin interfaceIASSiteDataService
-
getPageTemplates
Returns the PageTemplate objects with the specified ids. -
getPageTemplates
public List<PageTemplate> getPageTemplates(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the PageTemplate objects with the specified ids, sorted by given sorttype. -
deletePageTemplate
Description copied from interface:IASSiteDataServiceDeletes a PageTemplate object.- Specified by:
deletePageTemplatein interfaceIASSiteDataService
-
deletePageTemplate
Description copied from interface:IASSiteDataServiceDeletes a PageTemplate object by id.- Specified by:
deletePageTemplatein interfaceIASSiteDataService
-
deletePageTemplates
Description copied from interface:IASSiteDataServiceDeletes multiple PageTemplate object.- Specified by:
deletePageTemplatesin interfaceIASSiteDataService
-
getPageTemplate
Description copied from interface:IASSiteDataServiceReturns the PageTemplate object with the specified id.- Specified by:
getPageTemplatein interfaceIASSiteDataService
-
importPageTemplate
Description copied from interface:IASSiteDataServiceImports a new PageTemplate object. Returns the created version.- Specified by:
importPageTemplatein interfaceIASSiteDataService
-
importPageTemplates
Description copied from interface:IASSiteDataServiceImports multiple new PageTemplate object. Returns the created versions.- Specified by:
importPageTemplatesin interfaceIASSiteDataService
-
createPageTemplate
Description copied from interface:IASSiteDataServiceCreates a new PageTemplate object. Returns the created version.- Specified by:
createPageTemplatein interfaceIASSiteDataService
-
createPageTemplates
Description copied from interface:IASSiteDataServiceCreates multiple new PageTemplate objects. Returns the created versions.- Specified by:
createPageTemplatesin interfaceIASSiteDataService
-
updatePageTemplate
Description copied from interface:IASSiteDataServiceUpdates a PageTemplate object. Returns the updated version.- Specified by:
updatePageTemplatein interfaceIASSiteDataService
-
updatePageTemplates
Description copied from interface:IASSiteDataServiceUpdates multiple PageTemplate objects. Returns the updated versions.- Specified by:
updatePageTemplatesin interfaceIASSiteDataService
-
getPageTemplatesByProperty
Description copied from interface:IASSiteDataServiceReturns all PageTemplate objects, where property with given name equals object.- Specified by:
getPageTemplatesByPropertyin interfaceIASSiteDataService
-
getPageTemplatesByProperty
public List<PageTemplate> getPageTemplatesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASSiteDataServiceReturns all PageTemplate objects, where property with given name equals object, sorted.- Specified by:
getPageTemplatesByPropertyin interfaceIASSiteDataService
-
executeQueryOnPageTemplates
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPageTemplates(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PageTemplates- Specified by:
executeQueryOnPageTemplatesin interfaceIASSiteDataService
-
getPageTemplatesByProperty
public List<PageTemplate> getPageTemplatesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageTemplate objects, where property matches.- Specified by:
getPageTemplatesByPropertyin interfaceIASSiteDataService
-
getPageTemplatesByProperty
public List<PageTemplate> getPageTemplatesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageTemplate objects, where property matches, sorted- Specified by:
getPageTemplatesByPropertyin interfaceIASSiteDataService
-
getPageTemplatesCount
public int getPageTemplatesCount()Returns PageTemplate objects count.- Specified by:
getPageTemplatesCountin interfaceIASSiteDataService
-
getPageTemplates
Returns PageTemplate objects segment.- Specified by:
getPageTemplatesin interfaceIASSiteDataService
-
getPageTemplatesByProperty
public List<PageTemplate> getPageTemplatesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PageTemplate objects segment, where property matched.- Specified by:
getPageTemplatesByPropertyin interfaceIASSiteDataService
-
getPageTemplatesByProperty
public 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 matched, sorted.- Specified by:
getPageTemplatesByPropertyin interfaceIASSiteDataService
-
fetchPageTemplate
public void fetchPageTemplate(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Description copied from interface:IASSiteDataServiceCreate json object list dependencies for this PageTemplate document.- Specified by:
fetchPageTemplatein interfaceIASSiteDataService- Throws:
ASSiteDataServiceException
-
getMediaLinks
Description copied from interface:IASSiteDataServiceReturns all MediaLinks objects stored.- Specified by:
getMediaLinksin interfaceIASSiteDataService
-
getMediaLinks
Description copied from interface:IASSiteDataServiceReturns all MediaLinks objects sorted by given sortType.- Specified by:
getMediaLinksin interfaceIASSiteDataService
-
getMediaLinks
Returns the MediaLink objects with the specified ids. -
getMediaLinks
Returns the MediaLink objects with the specified ids, sorted by given sorttype. -
deleteMediaLink
Description copied from interface:IASSiteDataServiceDeletes a MediaLink object.- Specified by:
deleteMediaLinkin interfaceIASSiteDataService
-
deleteMediaLink
Description copied from interface:IASSiteDataServiceDeletes a MediaLink object by id.- Specified by:
deleteMediaLinkin interfaceIASSiteDataService
-
deleteMediaLinks
Description copied from interface:IASSiteDataServiceDeletes multiple MediaLink object.- Specified by:
deleteMediaLinksin interfaceIASSiteDataService
-
getMediaLink
Description copied from interface:IASSiteDataServiceReturns the MediaLink object with the specified id.- Specified by:
getMediaLinkin interfaceIASSiteDataService
-
importMediaLink
Description copied from interface:IASSiteDataServiceImports a new MediaLink object. Returns the created version.- Specified by:
importMediaLinkin interfaceIASSiteDataService
-
importMediaLinks
Description copied from interface:IASSiteDataServiceImports multiple new MediaLink object. Returns the created versions.- Specified by:
importMediaLinksin interfaceIASSiteDataService
-
createMediaLink
Description copied from interface:IASSiteDataServiceCreates a new MediaLink object. Returns the created version.- Specified by:
createMediaLinkin interfaceIASSiteDataService
-
createMediaLinks
Description copied from interface:IASSiteDataServiceCreates multiple new MediaLink objects. Returns the created versions.- Specified by:
createMediaLinksin interfaceIASSiteDataService
-
updateMediaLink
Description copied from interface:IASSiteDataServiceUpdates a MediaLink object. Returns the updated version.- Specified by:
updateMediaLinkin interfaceIASSiteDataService
-
updateMediaLinks
Description copied from interface:IASSiteDataServiceUpdates multiple MediaLink objects. Returns the updated versions.- Specified by:
updateMediaLinksin interfaceIASSiteDataService
-
getMediaLinksByProperty
Description copied from interface:IASSiteDataServiceReturns all MediaLink objects, where property with given name equals object.- Specified by:
getMediaLinksByPropertyin interfaceIASSiteDataService
-
getMediaLinksByProperty
public List<MediaLink> getMediaLinksByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASSiteDataServiceReturns all MediaLink objects, where property with given name equals object, sorted.- Specified by:
getMediaLinksByPropertyin interfaceIASSiteDataService
-
executeQueryOnMediaLinks
public net.anotheria.anodoc.query2.QueryResult executeQueryOnMediaLinks(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on MediaLinks- Specified by:
executeQueryOnMediaLinksin interfaceIASSiteDataService
-
getMediaLinksByProperty
public List<MediaLink> getMediaLinksByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all MediaLink objects, where property matches.- Specified by:
getMediaLinksByPropertyin interfaceIASSiteDataService
-
getMediaLinksByProperty
public List<MediaLink> getMediaLinksByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all MediaLink objects, where property matches, sorted- Specified by:
getMediaLinksByPropertyin interfaceIASSiteDataService
-
getMediaLinksCount
public int getMediaLinksCount()Returns MediaLink objects count.- Specified by:
getMediaLinksCountin interfaceIASSiteDataService
-
getMediaLinks
Returns MediaLink objects segment.- Specified by:
getMediaLinksin interfaceIASSiteDataService
-
getMediaLinksByProperty
public List<MediaLink> getMediaLinksByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns MediaLink objects segment, where property matched.- Specified by:
getMediaLinksByPropertyin interfaceIASSiteDataService
-
getMediaLinksByProperty
public 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 matched, sorted.- Specified by:
getMediaLinksByPropertyin interfaceIASSiteDataService
-
fetchMediaLink
public void fetchMediaLink(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Description copied from interface:IASSiteDataServiceCreate json object list dependencies for this MediaLink document.- Specified by:
fetchMediaLinkin interfaceIASSiteDataService- Throws:
ASSiteDataServiceException
-
getScripts
Description copied from interface:IASSiteDataServiceReturns all Scripts objects stored.- Specified by:
getScriptsin interfaceIASSiteDataService
-
getScripts
Description copied from interface:IASSiteDataServiceReturns all Scripts objects sorted by given sortType.- Specified by:
getScriptsin interfaceIASSiteDataService
-
getScripts
Returns the Script objects with the specified ids. -
getScripts
Returns the Script objects with the specified ids, sorted by given sorttype. -
deleteScript
Description copied from interface:IASSiteDataServiceDeletes a Script object.- Specified by:
deleteScriptin interfaceIASSiteDataService
-
deleteScript
Description copied from interface:IASSiteDataServiceDeletes a Script object by id.- Specified by:
deleteScriptin interfaceIASSiteDataService
-
deleteScripts
Description copied from interface:IASSiteDataServiceDeletes multiple Script object.- Specified by:
deleteScriptsin interfaceIASSiteDataService
-
getScript
Description copied from interface:IASSiteDataServiceReturns the Script object with the specified id.- Specified by:
getScriptin interfaceIASSiteDataService
-
importScript
Description copied from interface:IASSiteDataServiceImports a new Script object. Returns the created version.- Specified by:
importScriptin interfaceIASSiteDataService
-
importScripts
Description copied from interface:IASSiteDataServiceImports multiple new Script object. Returns the created versions.- Specified by:
importScriptsin interfaceIASSiteDataService
-
createScript
Description copied from interface:IASSiteDataServiceCreates a new Script object. Returns the created version.- Specified by:
createScriptin interfaceIASSiteDataService
-
createScripts
Description copied from interface:IASSiteDataServiceCreates multiple new Script objects. Returns the created versions.- Specified by:
createScriptsin interfaceIASSiteDataService
-
updateScript
Description copied from interface:IASSiteDataServiceUpdates a Script object. Returns the updated version.- Specified by:
updateScriptin interfaceIASSiteDataService
-
updateScripts
Description copied from interface:IASSiteDataServiceUpdates multiple Script objects. Returns the updated versions.- Specified by:
updateScriptsin interfaceIASSiteDataService
-
getScriptsByProperty
Description copied from interface:IASSiteDataServiceReturns all Script objects, where property with given name equals object.- Specified by:
getScriptsByPropertyin interfaceIASSiteDataService
-
getScriptsByProperty
public List<Script> getScriptsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASSiteDataServiceReturns all Script objects, where property with given name equals object, sorted.- Specified by:
getScriptsByPropertyin interfaceIASSiteDataService
-
executeQueryOnScripts
public net.anotheria.anodoc.query2.QueryResult executeQueryOnScripts(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on Scripts- Specified by:
executeQueryOnScriptsin interfaceIASSiteDataService
-
getScriptsByProperty
Returns all Script objects, where property matches.- Specified by:
getScriptsByPropertyin interfaceIASSiteDataService
-
getScriptsByProperty
public List<Script> getScriptsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Script objects, where property matches, sorted- Specified by:
getScriptsByPropertyin interfaceIASSiteDataService
-
getScriptsCount
public int getScriptsCount()Returns Script objects count.- Specified by:
getScriptsCountin interfaceIASSiteDataService
-
getScripts
Returns Script objects segment.- Specified by:
getScriptsin interfaceIASSiteDataService
-
getScriptsByProperty
public List<Script> getScriptsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Script objects segment, where property matched.- Specified by:
getScriptsByPropertyin interfaceIASSiteDataService
-
getScriptsByProperty
public 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 matched, sorted.- Specified by:
getScriptsByPropertyin interfaceIASSiteDataService
-
fetchScript
public void fetchScript(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Description copied from interface:IASSiteDataServiceCreate json object list dependencies for this Script document.- Specified by:
fetchScriptin interfaceIASSiteDataService- Throws:
ASSiteDataServiceException
-
getSites
Description copied from interface:IASSiteDataServiceReturns all Sites objects stored.- Specified by:
getSitesin interfaceIASSiteDataService
-
getSites
Description copied from interface:IASSiteDataServiceReturns all Sites objects sorted by given sortType.- Specified by:
getSitesin interfaceIASSiteDataService
-
getSites
Returns the Site objects with the specified ids. -
getSites
Returns the Site objects with the specified ids, sorted by given sorttype. -
deleteSite
Description copied from interface:IASSiteDataServiceDeletes a Site object.- Specified by:
deleteSitein interfaceIASSiteDataService
-
deleteSite
Description copied from interface:IASSiteDataServiceDeletes a Site object by id.- Specified by:
deleteSitein interfaceIASSiteDataService
-
deleteSites
Description copied from interface:IASSiteDataServiceDeletes multiple Site object.- Specified by:
deleteSitesin interfaceIASSiteDataService
-
getSite
Description copied from interface:IASSiteDataServiceReturns the Site object with the specified id.- Specified by:
getSitein interfaceIASSiteDataService
-
importSite
Description copied from interface:IASSiteDataServiceImports a new Site object. Returns the created version.- Specified by:
importSitein interfaceIASSiteDataService
-
importSites
Description copied from interface:IASSiteDataServiceImports multiple new Site object. Returns the created versions.- Specified by:
importSitesin interfaceIASSiteDataService
-
createSite
Description copied from interface:IASSiteDataServiceCreates a new Site object. Returns the created version.- Specified by:
createSitein interfaceIASSiteDataService
-
createSites
Description copied from interface:IASSiteDataServiceCreates multiple new Site objects. Returns the created versions.- Specified by:
createSitesin interfaceIASSiteDataService
-
updateSite
Description copied from interface:IASSiteDataServiceUpdates a Site object. Returns the updated version.- Specified by:
updateSitein interfaceIASSiteDataService
-
updateSites
Description copied from interface:IASSiteDataServiceUpdates multiple Site objects. Returns the updated versions.- Specified by:
updateSitesin interfaceIASSiteDataService
-
getSitesByProperty
Description copied from interface:IASSiteDataServiceReturns all Site objects, where property with given name equals object.- Specified by:
getSitesByPropertyin interfaceIASSiteDataService
-
getSitesByProperty
public List<Site> getSitesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASSiteDataServiceReturns all Site objects, where property with given name equals object, sorted.- Specified by:
getSitesByPropertyin interfaceIASSiteDataService
-
executeQueryOnSites
public net.anotheria.anodoc.query2.QueryResult executeQueryOnSites(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on Sites- Specified by:
executeQueryOnSitesin interfaceIASSiteDataService
-
getSitesByProperty
Returns all Site objects, where property matches.- Specified by:
getSitesByPropertyin interfaceIASSiteDataService
-
getSitesByProperty
public List<Site> getSitesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Site objects, where property matches, sorted- Specified by:
getSitesByPropertyin interfaceIASSiteDataService
-
getSitesCount
public int getSitesCount()Returns Site objects count.- Specified by:
getSitesCountin interfaceIASSiteDataService
-
getSites
Returns Site objects segment.- Specified by:
getSitesin interfaceIASSiteDataService
-
getSitesByProperty
public List<Site> getSitesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Site objects segment, where property matched.- Specified by:
getSitesByPropertyin interfaceIASSiteDataService
-
getSitesByProperty
public 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 matched, sorted.- Specified by:
getSitesByPropertyin interfaceIASSiteDataService
-
fetchSite
public void fetchSite(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Description copied from interface:IASSiteDataServiceCreate json object list dependencies for this Site document.- Specified by:
fetchSitein interfaceIASSiteDataService- Throws:
ASSiteDataServiceException
-
copyMultilingualAttributesInAllSites
Description copied from interface:IASSiteDataServiceIn all documents of type Site copies all multilingual fields from sourceLanguage to targetLanguage.- Specified by:
copyMultilingualAttributesInAllSitesin interfaceIASSiteDataService
-
getEntryPoints
Description copied from interface:IASSiteDataServiceReturns all EntryPoints objects stored.- Specified by:
getEntryPointsin interfaceIASSiteDataService
-
getEntryPoints
Description copied from interface:IASSiteDataServiceReturns all EntryPoints objects sorted by given sortType.- Specified by:
getEntryPointsin interfaceIASSiteDataService
-
getEntryPoints
Returns the EntryPoint objects with the specified ids. -
getEntryPoints
public List<EntryPoint> getEntryPoints(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the EntryPoint objects with the specified ids, sorted by given sorttype. -
deleteEntryPoint
Description copied from interface:IASSiteDataServiceDeletes a EntryPoint object.- Specified by:
deleteEntryPointin interfaceIASSiteDataService
-
deleteEntryPoint
Description copied from interface:IASSiteDataServiceDeletes a EntryPoint object by id.- Specified by:
deleteEntryPointin interfaceIASSiteDataService
-
deleteEntryPoints
Description copied from interface:IASSiteDataServiceDeletes multiple EntryPoint object.- Specified by:
deleteEntryPointsin interfaceIASSiteDataService
-
getEntryPoint
Description copied from interface:IASSiteDataServiceReturns the EntryPoint object with the specified id.- Specified by:
getEntryPointin interfaceIASSiteDataService
-
importEntryPoint
Description copied from interface:IASSiteDataServiceImports a new EntryPoint object. Returns the created version.- Specified by:
importEntryPointin interfaceIASSiteDataService
-
importEntryPoints
Description copied from interface:IASSiteDataServiceImports multiple new EntryPoint object. Returns the created versions.- Specified by:
importEntryPointsin interfaceIASSiteDataService
-
createEntryPoint
Description copied from interface:IASSiteDataServiceCreates a new EntryPoint object. Returns the created version.- Specified by:
createEntryPointin interfaceIASSiteDataService
-
createEntryPoints
Description copied from interface:IASSiteDataServiceCreates multiple new EntryPoint objects. Returns the created versions.- Specified by:
createEntryPointsin interfaceIASSiteDataService
-
updateEntryPoint
Description copied from interface:IASSiteDataServiceUpdates a EntryPoint object. Returns the updated version.- Specified by:
updateEntryPointin interfaceIASSiteDataService
-
updateEntryPoints
Description copied from interface:IASSiteDataServiceUpdates multiple EntryPoint objects. Returns the updated versions.- Specified by:
updateEntryPointsin interfaceIASSiteDataService
-
getEntryPointsByProperty
Description copied from interface:IASSiteDataServiceReturns all EntryPoint objects, where property with given name equals object.- Specified by:
getEntryPointsByPropertyin interfaceIASSiteDataService
-
getEntryPointsByProperty
public List<EntryPoint> getEntryPointsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASSiteDataServiceReturns all EntryPoint objects, where property with given name equals object, sorted.- Specified by:
getEntryPointsByPropertyin interfaceIASSiteDataService
-
executeQueryOnEntryPoints
public net.anotheria.anodoc.query2.QueryResult executeQueryOnEntryPoints(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on EntryPoints- Specified by:
executeQueryOnEntryPointsin interfaceIASSiteDataService
-
getEntryPointsByProperty
public List<EntryPoint> getEntryPointsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches.- Specified by:
getEntryPointsByPropertyin interfaceIASSiteDataService
-
getEntryPointsByProperty
public List<EntryPoint> getEntryPointsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all EntryPoint objects, where property matches, sorted- Specified by:
getEntryPointsByPropertyin interfaceIASSiteDataService
-
getEntryPointsCount
public int getEntryPointsCount()Returns EntryPoint objects count.- Specified by:
getEntryPointsCountin interfaceIASSiteDataService
-
getEntryPoints
Returns EntryPoint objects segment.- Specified by:
getEntryPointsin interfaceIASSiteDataService
-
getEntryPointsByProperty
public List<EntryPoint> getEntryPointsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns EntryPoint objects segment, where property matched.- Specified by:
getEntryPointsByPropertyin interfaceIASSiteDataService
-
getEntryPointsByProperty
public 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 matched, sorted.- Specified by:
getEntryPointsByPropertyin interfaceIASSiteDataService
-
fetchEntryPoint
public void fetchEntryPoint(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Description copied from interface:IASSiteDataServiceCreate json object list dependencies for this EntryPoint document.- Specified by:
fetchEntryPointin interfaceIASSiteDataService- Throws:
ASSiteDataServiceException
-
getPageAliass
Description copied from interface:IASSiteDataServiceReturns all PageAliass objects stored.- Specified by:
getPageAliassin interfaceIASSiteDataService
-
getPageAliass
Description copied from interface:IASSiteDataServiceReturns all PageAliass objects sorted by given sortType.- Specified by:
getPageAliassin interfaceIASSiteDataService
-
getPageAliass
Returns the PageAlias objects with the specified ids. -
getPageAliass
Returns the PageAlias objects with the specified ids, sorted by given sorttype. -
deletePageAlias
Description copied from interface:IASSiteDataServiceDeletes a PageAlias object.- Specified by:
deletePageAliasin interfaceIASSiteDataService
-
deletePageAlias
Description copied from interface:IASSiteDataServiceDeletes a PageAlias object by id.- Specified by:
deletePageAliasin interfaceIASSiteDataService
-
deletePageAliass
Description copied from interface:IASSiteDataServiceDeletes multiple PageAlias object.- Specified by:
deletePageAliassin interfaceIASSiteDataService
-
getPageAlias
Description copied from interface:IASSiteDataServiceReturns the PageAlias object with the specified id.- Specified by:
getPageAliasin interfaceIASSiteDataService
-
importPageAlias
Description copied from interface:IASSiteDataServiceImports a new PageAlias object. Returns the created version.- Specified by:
importPageAliasin interfaceIASSiteDataService
-
importPageAliass
Description copied from interface:IASSiteDataServiceImports multiple new PageAlias object. Returns the created versions.- Specified by:
importPageAliassin interfaceIASSiteDataService
-
createPageAlias
Description copied from interface:IASSiteDataServiceCreates a new PageAlias object. Returns the created version.- Specified by:
createPageAliasin interfaceIASSiteDataService
-
createPageAliass
Description copied from interface:IASSiteDataServiceCreates multiple new PageAlias objects. Returns the created versions.- Specified by:
createPageAliassin interfaceIASSiteDataService
-
updatePageAlias
Description copied from interface:IASSiteDataServiceUpdates a PageAlias object. Returns the updated version.- Specified by:
updatePageAliasin interfaceIASSiteDataService
-
updatePageAliass
Description copied from interface:IASSiteDataServiceUpdates multiple PageAlias objects. Returns the updated versions.- Specified by:
updatePageAliassin interfaceIASSiteDataService
-
getPageAliassByProperty
Description copied from interface:IASSiteDataServiceReturns all PageAlias objects, where property with given name equals object.- Specified by:
getPageAliassByPropertyin interfaceIASSiteDataService
-
getPageAliassByProperty
public List<PageAlias> getPageAliassByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASSiteDataServiceReturns all PageAlias objects, where property with given name equals object, sorted.- Specified by:
getPageAliassByPropertyin interfaceIASSiteDataService
-
executeQueryOnPageAliass
public net.anotheria.anodoc.query2.QueryResult executeQueryOnPageAliass(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on PageAliass- Specified by:
executeQueryOnPageAliassin interfaceIASSiteDataService
-
getPageAliassByProperty
public List<PageAlias> getPageAliassByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageAlias objects, where property matches.- Specified by:
getPageAliassByPropertyin interfaceIASSiteDataService
-
getPageAliassByProperty
public List<PageAlias> getPageAliassByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all PageAlias objects, where property matches, sorted- Specified by:
getPageAliassByPropertyin interfaceIASSiteDataService
-
getPageAliassCount
public int getPageAliassCount()Returns PageAlias objects count.- Specified by:
getPageAliassCountin interfaceIASSiteDataService
-
getPageAliass
Returns PageAlias objects segment.- Specified by:
getPageAliassin interfaceIASSiteDataService
-
getPageAliassByProperty
public List<PageAlias> getPageAliassByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns PageAlias objects segment, where property matched.- Specified by:
getPageAliassByPropertyin interfaceIASSiteDataService
-
getPageAliassByProperty
public 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 matched, sorted.- Specified by:
getPageAliassByPropertyin interfaceIASSiteDataService
-
fetchPageAlias
public void fetchPageAlias(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Description copied from interface:IASSiteDataServiceCreate json object list dependencies for this PageAlias document.- Specified by:
fetchPageAliasin interfaceIASSiteDataService- Throws:
ASSiteDataServiceException
-
getRedirectUrls
Description copied from interface:IASSiteDataServiceReturns all RedirectUrls objects stored.- Specified by:
getRedirectUrlsin interfaceIASSiteDataService
-
getRedirectUrls
Description copied from interface:IASSiteDataServiceReturns all RedirectUrls objects sorted by given sortType.- Specified by:
getRedirectUrlsin interfaceIASSiteDataService
-
getRedirectUrls
Returns the RedirectUrl objects with the specified ids. -
getRedirectUrls
public List<RedirectUrl> getRedirectUrls(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the RedirectUrl objects with the specified ids, sorted by given sorttype. -
deleteRedirectUrl
Description copied from interface:IASSiteDataServiceDeletes a RedirectUrl object.- Specified by:
deleteRedirectUrlin interfaceIASSiteDataService
-
deleteRedirectUrl
Description copied from interface:IASSiteDataServiceDeletes a RedirectUrl object by id.- Specified by:
deleteRedirectUrlin interfaceIASSiteDataService
-
deleteRedirectUrls
Description copied from interface:IASSiteDataServiceDeletes multiple RedirectUrl object.- Specified by:
deleteRedirectUrlsin interfaceIASSiteDataService
-
getRedirectUrl
Description copied from interface:IASSiteDataServiceReturns the RedirectUrl object with the specified id.- Specified by:
getRedirectUrlin interfaceIASSiteDataService
-
importRedirectUrl
Description copied from interface:IASSiteDataServiceImports a new RedirectUrl object. Returns the created version.- Specified by:
importRedirectUrlin interfaceIASSiteDataService
-
importRedirectUrls
Description copied from interface:IASSiteDataServiceImports multiple new RedirectUrl object. Returns the created versions.- Specified by:
importRedirectUrlsin interfaceIASSiteDataService
-
createRedirectUrl
Description copied from interface:IASSiteDataServiceCreates a new RedirectUrl object. Returns the created version.- Specified by:
createRedirectUrlin interfaceIASSiteDataService
-
createRedirectUrls
Description copied from interface:IASSiteDataServiceCreates multiple new RedirectUrl objects. Returns the created versions.- Specified by:
createRedirectUrlsin interfaceIASSiteDataService
-
updateRedirectUrl
Description copied from interface:IASSiteDataServiceUpdates a RedirectUrl object. Returns the updated version.- Specified by:
updateRedirectUrlin interfaceIASSiteDataService
-
updateRedirectUrls
Description copied from interface:IASSiteDataServiceUpdates multiple RedirectUrl objects. Returns the updated versions.- Specified by:
updateRedirectUrlsin interfaceIASSiteDataService
-
getRedirectUrlsByProperty
Description copied from interface:IASSiteDataServiceReturns all RedirectUrl objects, where property with given name equals object.- Specified by:
getRedirectUrlsByPropertyin interfaceIASSiteDataService
-
getRedirectUrlsByProperty
public List<RedirectUrl> getRedirectUrlsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Description copied from interface:IASSiteDataServiceReturns all RedirectUrl objects, where property with given name equals object, sorted.- Specified by:
getRedirectUrlsByPropertyin interfaceIASSiteDataService
-
executeQueryOnRedirectUrls
public net.anotheria.anodoc.query2.QueryResult executeQueryOnRedirectUrls(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on RedirectUrls- Specified by:
executeQueryOnRedirectUrlsin interfaceIASSiteDataService
-
getRedirectUrlsByProperty
public List<RedirectUrl> getRedirectUrlsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all RedirectUrl objects, where property matches.- Specified by:
getRedirectUrlsByPropertyin interfaceIASSiteDataService
-
getRedirectUrlsByProperty
public List<RedirectUrl> getRedirectUrlsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all RedirectUrl objects, where property matches, sorted- Specified by:
getRedirectUrlsByPropertyin interfaceIASSiteDataService
-
getRedirectUrlsCount
public int getRedirectUrlsCount()Returns RedirectUrl objects count.- Specified by:
getRedirectUrlsCountin interfaceIASSiteDataService
-
getRedirectUrls
Returns RedirectUrl objects segment.- Specified by:
getRedirectUrlsin interfaceIASSiteDataService
-
getRedirectUrlsByProperty
public List<RedirectUrl> getRedirectUrlsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns RedirectUrl objects segment, where property matched.- Specified by:
getRedirectUrlsByPropertyin interfaceIASSiteDataService
-
getRedirectUrlsByProperty
public 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 matched, sorted.- Specified by:
getRedirectUrlsByPropertyin interfaceIASSiteDataService
-
fetchRedirectUrl
public void fetchRedirectUrl(String id, Set<String> addedDocuments, org.codehaus.jettison.json.JSONArray data) throws ASSiteDataServiceException Description copied from interface:IASSiteDataServiceCreate json object list dependencies for this RedirectUrl document.- Specified by:
fetchRedirectUrlin interfaceIASSiteDataService- Throws:
ASSiteDataServiceException
-
copyMultilingualAttributesInAllObjects
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- Specified by:
copyMultilingualAttributesInAllObjectsin interfaceIASSiteDataService
-
executeQueryOnAllObjects
public net.anotheria.anodoc.query2.QueryResult executeQueryOnAllObjects(net.anotheria.anodoc.query2.DocumentQuery query) Executes a query on all data objects (documents, vo) which are part of this module and managed by this service- Specified by:
executeQueryOnAllObjectsin interfaceIASSiteDataService
-
exportPageTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPageTemplatesToXML() -
exportPageTemplatesToXML
Description copied from interface:IASSiteDataServiceCreates an xml element with selected contained data.- Specified by:
exportPageTemplatesToXMLin interfaceIASSiteDataService
-
exportPageTemplatesToXML
-
exportPageTemplatesToXML
public net.anotheria.util.xml.XMLNode exportPageTemplatesToXML(String[] languages, List<PageTemplate> list) -
exportMediaLinksToXML
public net.anotheria.util.xml.XMLNode exportMediaLinksToXML() -
exportMediaLinksToXML
Description copied from interface:IASSiteDataServiceCreates an xml element with selected contained data.- Specified by:
exportMediaLinksToXMLin interfaceIASSiteDataService
-
exportMediaLinksToXML
-
exportMediaLinksToXML
-
exportScriptsToXML
public net.anotheria.util.xml.XMLNode exportScriptsToXML() -
exportScriptsToXML
Description copied from interface:IASSiteDataServiceCreates an xml element with selected contained data.- Specified by:
exportScriptsToXMLin interfaceIASSiteDataService
-
exportScriptsToXML
-
exportScriptsToXML
-
exportSitesToXML
public net.anotheria.util.xml.XMLNode exportSitesToXML() -
exportSitesToXML
Description copied from interface:IASSiteDataServiceCreates an xml element with selected contained data.- Specified by:
exportSitesToXMLin interfaceIASSiteDataService
-
exportSitesToXML
-
exportSitesToXML
Description copied from interface:IASSiteDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportSitesToXMLin interfaceIASSiteDataService
-
exportEntryPointsToXML
public net.anotheria.util.xml.XMLNode exportEntryPointsToXML() -
exportEntryPointsToXML
Description copied from interface:IASSiteDataServiceCreates an xml element with selected contained data.- Specified by:
exportEntryPointsToXMLin interfaceIASSiteDataService
-
exportEntryPointsToXML
-
exportEntryPointsToXML
public net.anotheria.util.xml.XMLNode exportEntryPointsToXML(String[] languages, List<EntryPoint> list) Description copied from interface:IASSiteDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportEntryPointsToXMLin interfaceIASSiteDataService
-
exportPageAliassToXML
public net.anotheria.util.xml.XMLNode exportPageAliassToXML() -
exportPageAliassToXML
Description copied from interface:IASSiteDataServiceCreates an xml element with selected contained data.- Specified by:
exportPageAliassToXMLin interfaceIASSiteDataService
-
exportPageAliassToXML
-
exportPageAliassToXML
public net.anotheria.util.xml.XMLNode exportPageAliassToXML(String[] languages, List<PageAlias> list) Description copied from interface:IASSiteDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportPageAliassToXMLin interfaceIASSiteDataService
-
exportRedirectUrlsToXML
public net.anotheria.util.xml.XMLNode exportRedirectUrlsToXML() -
exportRedirectUrlsToXML
Description copied from interface:IASSiteDataServiceCreates an xml element with selected contained data.- Specified by:
exportRedirectUrlsToXMLin interfaceIASSiteDataService
-
exportRedirectUrlsToXML
-
exportRedirectUrlsToXML
public net.anotheria.util.xml.XMLNode exportRedirectUrlsToXML(String[] languages, List<RedirectUrl> list) Description copied from interface:IASSiteDataServicecreates an xml element with selected contained data but only selected languages in multilingual attributes- Specified by:
exportRedirectUrlsToXMLin interfaceIASSiteDataService
-
exportToXML
public net.anotheria.util.xml.XMLNode exportToXML()Description copied from interface:IASSiteDataServicecreates an xml element with all contained data.- Specified by:
exportToXMLin interfaceIASSiteDataService
-
exportToXML
Description copied from interface:IASSiteDataServicecreates an xml element with all contained data but only selected languages in multilingual attributes.- Specified by:
exportToXMLin interfaceIASSiteDataService
-