@Repository public class StatisticsPortletRepositoryImpl extends Object implements StatisticsPortletRepository
StatisticsPortletRepository| Constructor and Description |
|---|
StatisticsPortletRepositoryImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer[]> |
getDocumentsCountsByPeriods(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
StatisticsWindowSettings windowSettings)
Get documents counts by periods.
|
String |
getSpacePath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get space path.
|
StatisticsWindowSettings |
getWindowSettings(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get window settings.
|
void |
saveWindowSettings(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
StatisticsWindowSettings windowSettings)
Save window settings.
|
public StatisticsPortletRepositoryImpl()
public StatisticsWindowSettings getWindowSettings(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) throws javax.portlet.PortletException
getWindowSettings in interface StatisticsPortletRepositoryportalControllerContext - portal controller contextjavax.portlet.PortletExceptionpublic void saveWindowSettings(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
StatisticsWindowSettings windowSettings)
throws javax.portlet.PortletException
saveWindowSettings in interface StatisticsPortletRepositoryportalControllerContext - portal controller contextwindowSettings - window settingsjavax.portlet.PortletExceptionpublic Map<String,Integer[]> getDocumentsCountsByPeriods(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, StatisticsWindowSettings windowSettings) throws javax.portlet.PortletException
getDocumentsCountsByPeriods in interface StatisticsPortletRepositoryportalControllerContext - portal controller contextwindowSettings - statistics configurationjavax.portlet.PortletExceptionpublic String getSpacePath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) throws javax.portlet.PortletException
getSpacePath in interface StatisticsPortletRepositoryportalControllerContext - portal controller contextjavax.portlet.PortletExceptionCopyright © 2019 OSIVIA. All rights reserved.