@Service public class StatisticsPortletServiceImpl extends Object implements StatisticsPortletService
IStatisticsPortletService| Constructor and Description |
|---|
StatisticsPortletServiceImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
getCreations(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
CreationsView view)
Get creations.
|
StatisticsForm |
getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get form.
|
net.sf.json.JSONObject |
getVisits(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
VisitsView view)
Get visits.
|
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 StatisticsWindowSettings getWindowSettings(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) throws javax.portlet.PortletException
getWindowSettings in interface StatisticsPortletServiceportalControllerContext - portal controller contextjavax.portlet.PortletExceptionpublic void saveWindowSettings(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
StatisticsWindowSettings windowSettings)
throws javax.portlet.PortletException
saveWindowSettings in interface StatisticsPortletServiceportalControllerContext - portal controller contextwindowSettings - window settingsjavax.portlet.PortletExceptionpublic StatisticsForm getForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) throws javax.portlet.PortletException
getForm in interface StatisticsPortletServiceportalControllerContext - portal controller contextjavax.portlet.PortletExceptionpublic net.sf.json.JSONObject getCreations(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
CreationsView view)
throws javax.portlet.PortletException
getCreations in interface StatisticsPortletServiceportalControllerContext - portal controller contextview - creations viewjavax.portlet.PortletExceptionpublic net.sf.json.JSONObject getVisits(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
VisitsView view)
throws javax.portlet.PortletException
getVisits in interface StatisticsPortletServiceportalControllerContext - portal controller contextview - visits viewjavax.portlet.PortletExceptionCopyright © 2020 OSIVIA. All rights reserved.