| java.lang.Object org.theospi.portfolio.matrix.control.BaseScaffoldingCellController org.theospi.portfolio.matrix.control.EditScaffoldingCellController org.theospi.portfolio.matrix.control.WizardPageDefinitionController
WizardPageDefinitionController | public class WizardPageDefinitionController extends EditScaffoldingCellController implements CancelableController(Code) | | Created by IntelliJ IDEA.
User: John Ellis
Date: Jan 18, 2006
Time: 3:18:48 PM
To change this template use File | Settings | File Templates.
|
Method Summary | |
public Object | fillBackingObject(Object incomingModel, Map request, Map session, Map application) | protected String | getGuidanceEditPermission() | protected String | getGuidanceTitle() | protected String | getGuidanceViewPermission() | protected String | getStyleReturnView() | public ModelAndView | handleRequest(Object requestModel, Map request, Map session, Map application, Errors errors) | public boolean | isCancel(Map request) | protected boolean | isPageUsed(WizardPageDefinition pagedef) | protected boolean | isPublished(ScaffoldingCell scaffoldingCell) | protected void | prepareModelWithScaffoldingId(Map model, ScaffoldingCell scaffoldingCell) | public ModelAndView | processCancel(Map request, Map session, Map application, Object command, Errors errors) | public Map | referenceData(Map request, Object command, Errors errors) | protected void | saveScaffoldingCell(Map request, ScaffoldingCell scaffoldingCell) |
getGuidanceEditPermission | protected String getGuidanceEditPermission()(Code) | | |
getGuidanceViewPermission | protected String getGuidanceViewPermission()(Code) | | |
getStyleReturnView | protected String getStyleReturnView()(Code) | | |
handleRequest | public ModelAndView handleRequest(Object requestModel, Map request, Map session, Map application, Errors errors)(Code) | | |
isCancel | public boolean isCancel(Map request)(Code) | | |
isPageUsed | protected boolean isPageUsed(WizardPageDefinition pagedef)(Code) | | Determine if any completed wizard page has been 'used'
(containing reflections,feedback,evaluations and/or added form items)
|
prepareModelWithScaffoldingId | protected void prepareModelWithScaffoldingId(Map model, ScaffoldingCell scaffoldingCell)(Code) | | |
Methods inherited from org.theospi.portfolio.matrix.control.EditScaffoldingCellController | protected void clearAudienceSelectionVariables(Map session)(Code)(Java Doc) protected Collection getAdditionalFormDevices()(Code)(Java Doc) public AgentManager getAgentManager()(Code)(Java Doc) public AuthorizationFacade getAuthzManager()(Code)(Java Doc) protected Collection getAvailableForms(String siteId, String type)(Code)(Java Doc) protected List<DecoratedTaggingProvider> getDecoratedProviders(TaggableActivity activity)(Code)(Java Doc) protected Collection getEvaluationDevices()(Code)(Java Doc) protected List getEvaluators(WizardPageDefinition wpd)(Code)(Java Doc) protected Collection getFormsForSelect(String type)(Code)(Java Doc) protected String getGuidanceEditPermission()(Code)(Java Doc) protected String getGuidanceTitle()(Code)(Java Doc) protected String getGuidanceViewPermission()(Code)(Java Doc) protected List<TaggingHelperInfo> getHelperInfo(TaggableActivity activity)(Code)(Java Doc) protected Collection getReflectionDevices()(Code)(Java Doc) protected Collection getReviewDevices()(Code)(Java Doc) public ReviewManager getReviewManager()(Code)(Java Doc) protected Collection getSelectedAdditionalFormDevices(ScaffoldingCell sCell)(Code)(Java Doc) public StructuredArtifactDefinitionManager getStructuredArtifactDefinitionManager()(Code)(Java Doc) protected String getStyleReturnView()(Code)(Java Doc) public WizardActivityProducer getWizardActivityProducer()(Code)(Java Doc) public WizardManager getWizardManager()(Code)(Java Doc) protected Collection getWizardsForSelect(String type)(Code)(Java Doc) public WorksiteManager getWorksiteManager()(Code)(Java Doc) public ModelAndView handleRequest(Object requestModel, Map request, Map session, Map application, Errors errors)(Code)(Java Doc) protected boolean isPublished(ScaffoldingCell scaffoldingCell)(Code)(Java Doc) protected ModelAndView pageList(ScaffoldingCell scaffoldingCell, Map model, Map request, Map session)(Code)(Java Doc) protected Map parseParams(String params)(Code)(Java Doc) protected void prepareModelWithScaffoldingId(Map model, ScaffoldingCell scaffoldingCell)(Code)(Java Doc) public Map referenceData(Map request, Object command, Errors errors)(Code)(Java Doc) public void setAgentManager(AgentManager agentManager)(Code)(Java Doc) protected void setAudienceSelectionVariables(Map session, WizardPageDefinition wpd)(Code)(Java Doc) public void setAuthzManager(AuthorizationFacade authzManager)(Code)(Java Doc) public void setReviewManager(ReviewManager reviewManager)(Code)(Java Doc) public void setStructuredArtifactDefinitionManager(StructuredArtifactDefinitionManager structuredArtifactDefinitionManager)(Code)(Java Doc) public void setWizardActivityProducer(WizardActivityProducer wizardActivityProducer)(Code)(Java Doc) public void setWizardManager(WizardManager wizardManager)(Code)(Java Doc) public void setWorksiteManager(WorksiteManager worksiteManager)(Code)(Java Doc) protected ModelAndView sortList(ScaffoldingCell scaffoldingCell, Map model, Map request, Map session)(Code)(Java Doc) protected ModelAndView tagActivity(ScaffoldingCell scaffoldingCell, Map model, Map request, Map session)(Code)(Java Doc)
|
Fields inherited from org.theospi.portfolio.matrix.control.BaseScaffoldingCellController | final protected static String PROVIDERS_PARAM(Code)(Java Doc)
|
|
|