|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object eu.planets_project.services.view.ViewActionResult
public class ViewActionResult
This class replies with the result of performing the action on the view session.
Nested Class Summary | |
---|---|
static class |
ViewActionResult.ActionResult
Possible result types. |
Constructor Summary | |
---|---|
ViewActionResult(ViewActionResult.ActionResult actionResult,
java.util.List<Property> properties)
|
Method Summary | |
---|---|
ViewActionResult.ActionResult |
getActionResult()
|
java.util.List<Property> |
getProperties()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewActionResult(ViewActionResult.ActionResult actionResult, java.util.List<Property> properties)
actionResult
- The action resultproperties
- The propertiesMethod Detail |
---|
public ViewActionResult.ActionResult getActionResult()
public java.util.List<Property> getProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |