| Package | Description |
|---|---|
| org.osivia.services.statistics.portlet.model | |
| org.osivia.services.statistics.portlet.service |
| Modifier and Type | Field and Description |
|---|---|
static VisitsView |
VisitsView.DEFAULT
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
VisitsView |
StatisticsForm.getVisitsView()
Getter for visitsView.
|
static VisitsView |
VisitsView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitsView[] |
VisitsView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<VisitsView> |
StatisticsForm.getVisitsViews()
Getter for visitsViews.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsForm.setVisitsView(VisitsView visitsView)
Setter for visitsView.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
StatisticsPortletService.getVisits(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
VisitsView view)
Get visits.
|
net.sf.json.JSONObject |
StatisticsPortletServiceImpl.getVisits(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
VisitsView view)
Get visits.
|
Copyright © 2021 OSIVIA. All rights reserved.