|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.result.StringMapResult
org.torweg.pulse.component.statistics.user.UserStatisticsControllerResult
public class UserStatisticsControllerResult
The JAXB-enabled result of the UserStatisticsController.
| Constructor Summary | |
|---|---|
protected |
UserStatisticsControllerResult()
Default constructor. |
|
UserStatisticsControllerResult(UserStatisticsControllerConfiguration conf)
Creates a new UserStatisticsControllerResult with the given
UserStatisticsControllerConfiguration. |
| Method Summary | |
|---|---|
UserStatisticsControllerConfiguration |
getConfiguration()
Returns the UserStatisticsControllerConfiguration. |
java.util.Map<java.lang.String,java.lang.Long> |
getMonthTotals()
Return the monthly totals. |
java.lang.Long |
getTotal()
Return the total. |
java.util.Map<java.lang.Integer,java.lang.Long> |
getYearTotals()
Return the year totals. |
void |
setMonthTotals(java.util.Map<java.lang.String,java.lang.Long> map)
Sets the monthly totals. |
void |
setTotal(java.lang.Long t)
Sets the total. |
void |
setYearTotals(java.util.Map<java.lang.Integer,java.lang.Long> totals)
Sets the year totals. |
| Methods inherited from class org.torweg.pulse.result.StringMapResult |
|---|
put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected UserStatisticsControllerResult()
public UserStatisticsControllerResult(UserStatisticsControllerConfiguration conf)
UserStatisticsControllerResult with the given
UserStatisticsControllerConfiguration.
conf - the UserStatisticsControllerConfiguration| Method Detail |
|---|
public final void setTotal(java.lang.Long t)
t - the totalpublic final java.lang.Long getTotal()
public final void setYearTotals(java.util.Map<java.lang.Integer,java.lang.Long> totals)
totals - the totalspublic final java.util.Map<java.lang.Integer,java.lang.Long> getYearTotals()
public final void setMonthTotals(java.util.Map<java.lang.String,java.lang.Long> map)
map - the totalspublic final java.util.Map<java.lang.String,java.lang.Long> getMonthTotals()
public final UserStatisticsControllerConfiguration getConfiguration()
UserStatisticsControllerConfiguration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||