|
|
|
|
|
||||||||||
| 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.view.AbstractStatisticsViewControllerResult<T>
T - the type of AbstractStatisticsViewControllerResultData of
the AbstractStatisticsViewControllerResultpublic abstract class AbstractStatisticsViewControllerResult<T extends AbstractStatisticsViewControllerResultData>
A basic JAXB-enabled class representing a basic result as being generated by
an AbstractStatisticsViewController, which is to be used for
extending.
| Nested Class Summary | |
|---|---|
protected static class |
AbstractStatisticsViewControllerResult.ResultError
Maps an error type string to an error message string. |
| Constructor Summary | |
|---|---|
AbstractStatisticsViewControllerResult()
|
|
| Method Summary | |
|---|---|
AbstractStatisticsViewControllerConfiguration |
getConfiguration()
Returns the AbstractStatisticsViewControllerConfiguration of the
AbstractStatisticsViewControllerResult. |
AbstractStatisticsViewControllerResult.ResultError |
getError()
Returns the ResultError. |
T |
getResultData()
Returns the AbstractStatisticsViewControllerResultData of the
AbstractStatisticsViewControllerResult. |
protected void |
setConfiguration(AbstractStatisticsViewControllerConfiguration conf)
Sets the AbstractStatisticsViewControllerConfiguration for the
AbstractStatisticsViewControllerResult. |
protected void |
setError(AbstractStatisticsViewControllerResult.ResultError resultError)
Sets the given ResultError. |
protected void |
setResultData(T resultData)
Sets the AbstractStatisticsViewControllerResultData for the
AbstractStatisticsViewControllerResult. |
| 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 |
|---|
public AbstractStatisticsViewControllerResult()
| Method Detail |
|---|
protected final void setConfiguration(AbstractStatisticsViewControllerConfiguration conf)
AbstractStatisticsViewControllerConfiguration for the
AbstractStatisticsViewControllerResult.
conf - the AbstractStatisticsViewControllerConfigurationpublic final AbstractStatisticsViewControllerConfiguration getConfiguration()
AbstractStatisticsViewControllerConfiguration of the
AbstractStatisticsViewControllerResult.
AbstractStatisticsViewControllerConfigurationprotected final void setResultData(T resultData)
AbstractStatisticsViewControllerResultData for the
AbstractStatisticsViewControllerResult.
resultData - the AbstractStatisticsViewControllerResultDatapublic final T getResultData()
AbstractStatisticsViewControllerResultData of the
AbstractStatisticsViewControllerResult.
AbstractStatisticsViewControllerResultDatapublic final AbstractStatisticsViewControllerResult.ResultError getError()
ResultError.
protected final void setError(AbstractStatisticsViewControllerResult.ResultError resultError)
ResultError.
resultError - the error to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||