org.opencrx.kernel.portal.wizard
Class CreateProjectWizardController

java.lang.Object
  extended by org.openmdx.portal.servlet.AbstractWizardController
      extended by org.opencrx.kernel.portal.wizard.CreateProjectWizardController

public class CreateProjectWizardController
extends org.openmdx.portal.servlet.AbstractWizardController

CreateProjectWizardController


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openmdx.portal.servlet.AbstractWizardController
org.openmdx.portal.servlet.AbstractWizardController.FormParameter, org.openmdx.portal.servlet.AbstractWizardController.RequestParameter
 
Field Summary
 
Fields inherited from class org.openmdx.portal.servlet.AbstractWizardController
DEFAULT_CONTROLLER_ID
 
Constructor Summary
CreateProjectWizardController()
          Constructor.
 
Method Summary
 void close()
           
static ActivityTracker createProject(Segment activitySegment, String name, String description)
          Create project.
 void doCancel()
          Cancel action.
 void doOK(Map<String,Object> formFields)
          OK action.
 Map<String,Object> getFormFields()
          Get form values.
 org.openmdx.portal.servlet.ViewPort getViewPort(Writer out)
          Get viewPort.
 
Methods inherited from class org.openmdx.portal.servlet.AbstractWizardController
forward, getApp, getCodes, getCommand, getCurrentView, getExitAction, getFieldLabel, getFirstParameterValue, getForm, getForms, getObject, getObjectIdentity, getParameterValues, getPm, getProviderName, getRequest, getRequestId, getRequestParameter, getSegmentName, getServletPath, getServletPathPrefix, getSession, getTexts, getToolTip, getWizardName, handle, init, initFormFields, prepare, setApp, setCodes, setCurrentView, setExitAction, setForms, setObject, setObjectIdentity, setPm, setProviderName, setRequest, setRequestId, setSegmentName, setSession, setTexts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateProjectWizardController

public CreateProjectWizardController()
Constructor.

Method Detail

createProject

public static ActivityTracker createProject(Segment activitySegment,
                                            String name,
                                            String description)
                                     throws ServiceException
Create project.

Parameters:
activitySegment -
name -
description -
Returns:
Throws:
ServiceException

doOK

public void doOK(Map<String,Object> formFields)
          throws ServiceException
OK action.

Parameters:
formFields -
Throws:
ServiceException

doCancel

public void doCancel()
              throws ServiceException
Cancel action.

Throws:
ServiceException

getFormFields

public Map<String,Object> getFormFields()
Get form values.

Returns:

getViewPort

public org.openmdx.portal.servlet.ViewPort getViewPort(Writer out)
Get viewPort.

Parameters:
out -
Returns:

close

public void close()
           throws ServiceException
Overrides:
close in class org.openmdx.portal.servlet.AbstractWizardController
Throws:
ServiceException


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.