|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThingsExceptionBundle | |
---|---|
things.thing | |
things.thinger.service.httptool |
Uses of ThingsExceptionBundle in things.thing |
---|
Methods in things.thing with parameters of type ThingsExceptionBundle | |
---|---|
static RESULT |
ResultManager.calculateResult(java.util.Collection<ResultDefinition> results,
ThingsExceptionBundle<ThingsException> exceptions)
Calculate the result based on the defined results and their settings. |
static RESULT |
ResultManager.calculateResult(java.util.List<RESULT> results,
ThingsExceptionBundle<ThingsException> exceptions)
Calculate the result based the inherit goodness of the individual results, as captured in Type. |
Uses of ThingsExceptionBundle in things.thinger.service.httptool |
---|
Methods in things.thinger.service.httptool with parameters of type ThingsExceptionBundle | |
---|---|
protected abstract ActionResult |
ActionIzer.doAction(java.lang.String action,
ThingsPropertyView localProperties,
java.util.HashMap<java.lang.String,ActionIzerItemValue> values,
ThingsExceptionBundle<ThingsException> exceptions)
Do the action. |
protected abstract void |
ActionIzer.manageErrors(ThingsExceptionBundle<ThingsException> exceptions,
ActionResult result)
Manage errors. |
protected abstract void |
ActionIzer.processUndeclaredParameters(ThingsPropertyView actualParameters,
ThingsPropertyView localProperties,
ThingsPropertyView saveParameter,
ThingsExceptionBundle<ThingsException> exceptions)
Allow the subclass to process undeclared parameters. |
protected abstract ActionResult |
ActionIzer.renderLoad(ThingsExceptionBundle<ThingsException> exceptions)
Render any message for a load. |
protected abstract ActionResult |
ActionIzer.renderSave(ThingsExceptionBundle<ThingsException> exceptions)
Render any message for a save. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |