|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.wizardgateway.WizardGatewayHandler com.sri.emo.wizard.wizardgateway.ListWizards
public class ListWizards
Lists all wizards available in the system that the person has 'read' permisison for. Also provides the appropriate links to manage/edit/delete the wizard.
Field Summary | |
---|---|
static String |
STATE_DESCRIPTION
The state description. |
static String |
STATE_NAME
The state name for listing the wizards. |
Fields inherited from class com.sri.emo.wizard.wizardgateway.WizardGatewayHandler |
---|
owner |
Constructor Summary | |
---|---|
ListWizards(Controller handlerOwner,
WizDefinitionRepository myRepository)
Constructs this particular state handler. |
Method Summary | |
---|---|
Transition |
getPermissionManagerTransition(RowSecuredDBObject obj)
Retrieve the permission transition for the row secured dbobject. |
void |
handleRequest(ExpressoRequest request,
ExpressoResponse response)
Called to handle the request. |
Methods inherited from class com.sri.emo.wizard.wizardgateway.WizardGatewayHandler |
---|
getOwner, getRepository, getWizDef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String STATE_NAME
public static final String STATE_DESCRIPTION
Constructor Detail |
---|
public ListWizards(Controller handlerOwner, WizDefinitionRepository myRepository)
handlerOwner
- Controller the controller that is the parent of this
state handler.myRepository
- WizDefinitionRepository the repository to use
for data access methods.Method Detail |
---|
public void handleRequest(ExpressoRequest request, ExpressoResponse response) throws DBException, ControllerException
handleRequest
in interface StateHandler
request
- ControllerRequest The Function's ControllerRequest
object.response
- ControllerResponse The Function's ControllerResponse
object.
DBException
- upon underlying database exception error.
ControllerException
- upon underlying ControllerException error.public Transition getPermissionManagerTransition(RowSecuredDBObject obj)
obj
- RowSecuredDBObject the object to get the transition for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |