Interface SitemapService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
SitemapServiceLocal
public interface SitemapService extends Service
Service for accessing sitemaps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SitemapItemContentVOgetContent(SitemapItemType type, Long id)Returns the content of an itemSitemapIndexDatagetIndexData()Returns the sitemap index dataStringgetLastModifiedInMillis()Returns the last modification timestamp for the sitemap of the current configurationSitemapDatagetSitemapData()Returns a sitemap data
-
-
-
Method Detail
-
getContent
SitemapItemContentVO getContent(SitemapItemType type, Long id) throws FrameworkException
Returns the content of an item- Throws:
FrameworkException
-
getIndexData
SitemapIndexData getIndexData() throws FrameworkException
Returns the sitemap index data- Throws:
FrameworkException
-
getLastModifiedInMillis
String getLastModifiedInMillis() throws FrameworkException
Returns the last modification timestamp for the sitemap of the current configuration- Throws:
FrameworkException
-
getSitemapData
SitemapData getSitemapData() throws FrameworkException
Returns a sitemap data- Throws:
FrameworkException
-
-