|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sri.emo.wizard.wizardgateway.WizardGatewayHandler
public abstract class WizardGatewayHandler
| Field Summary | |
|---|---|
protected Controller |
owner
The parent controller. |
| Constructor Summary | |
|---|---|
WizardGatewayHandler(Controller myOwner,
WizDefinitionRepository myRepository)
Constructor for a wizard gateway handler that takes a reference to the controller and the Repository interface |
|
| Method Summary | |
|---|---|
protected Controller |
getOwner()
Method that grabs the owning controller. |
protected WizDefinitionRepository |
getRepository()
Method that grabs the repository we are to use for accessing wizard definition objects. |
protected WizDefinition |
getWizDef(ExpressoRequest request)
Retrieve the wizard definition based upon the parameters in the controller request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Controller owner
| Constructor Detail |
|---|
public WizardGatewayHandler(Controller myOwner,
WizDefinitionRepository myRepository)
myOwner - ControllermyRepository - The repository to use for data access methods.| Method Detail |
|---|
protected WizDefinition getWizDef(ExpressoRequest request)
throws DBException
request - ControllerRequest the ControllerRequest object.
DBException - if we are unable to locate it in the database.protected Controller getOwner()
protected WizDefinitionRepository getRepository()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||