com.ibm.ccd.ui.portlets.user
Class UserRegistrationPortlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
              extended by org.apache.jetspeed.portlet.Portlet
                  extended by org.apache.jetspeed.portlet.PortletAdapter
                      extended by com.ibm.ccd.ui.portlets.BasePortlet
                          extended by com.ibm.ccd.ui.portlets.user.UserRegistrationPortlet
All Implemented Interfaces:
com.ibm.websphere.servlet.cache.CacheableServlet, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.jetspeed.portlet.event.ActionListener, org.apache.jetspeed.portlet.PortletSessionListener

Deprecated. Use SelfCare Portlet provided by Websphere Portal instead.

public class UserRegistrationPortlet
extends BasePortlet
implements org.apache.jetspeed.portlet.event.ActionListener

User Registration Portlet which does New User Registration Functionality.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.jetspeed.portlet.Portlet
org.apache.jetspeed.portlet.Portlet.Mode, org.apache.jetspeed.portlet.Portlet.ModeModifier
 
Field Summary
static java.lang.String COMPANY
          Deprecated. Parameter name to get company
static java.lang.String CONFIRM_PASSWORD
          Deprecated. Parameter name to get Confirm Password
static java.lang.String EMAIL
          Deprecated. Parameter name to get eMail
static java.lang.String FORM_ACTION
          Deprecated. Action name for the orderId entry form
static java.lang.String GLN
          Deprecated. Parameter name to get GLN value
static java.lang.String HELP_JSP
          Deprecated. JSP file name to be rendered on the help mode
static java.lang.String LDAP_CONFIG_ERROR
          Deprecated. Parameter name for Ldap not configured
static java.lang.String LDAP_CONFIG_INFO
          Deprecated. Parameter name for Ldap Configuration Info
static java.lang.String LDAP_CONFIGURED
          Deprecated. Parameter name for Ldap not Configured Info
static java.lang.String LDAP_NOT_CONFIGURED
          Deprecated. Parameter name for Ldap not Configured Info
static java.lang.String PASSWORD
          Deprecated. Parameter name to get Password
static java.lang.String REGISTER_USER
          Deprecated. Parameter name for general Register button
static java.lang.String SESSION_BEAN
          Deprecated. Bean name for the portlet session
static java.lang.String USER_BEAN
          Deprecated. Bean name for the Capturing user details in the Registration field.
static int USER_GLN_LENGTH
          Deprecated. Parameter name for User GLN length
static java.lang.String USER_REGISTRATION
          Deprecated. Parameter name for Business function attribute
static java.lang.String USERNAME
          Deprecated. Parameter name to get User Name
static java.lang.String VIEW_BEAN
          Deprecated. Bean name for the view mode request
static java.lang.String VIEW_JSP
          Deprecated. JSP file name to be rendered on the view mode
 
Fields inherited from class com.ibm.ccd.ui.portlets.BasePortlet
alertDataSource, log
 
Constructor Summary
UserRegistrationPortlet()
          Deprecated.  
 
Method Summary
 void actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent event)
          Deprecated.  
 void doView(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
          Deprecated.  
 void init(org.apache.jetspeed.portlet.PortletConfig portletConfig)
          Deprecated.  
 void initConcrete(org.apache.jetspeed.portlet.PortletSettings arg)
          Deprecated.  
protected  void setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          Deprecated. setBusinessFunction: All Portlets should override this method to set the business function in session variable() (SESSION_BUS_FUNCT)
 
Methods inherited from class com.ibm.ccd.ui.portlets.BasePortlet
addTransaction, addTransaction, createCommand, createCommand, createContext, doHelp, getMessageMap, getReqParamArray, getTextLabel, getTextMessages, getWPSContext, handleException
 
Methods inherited from class org.apache.jetspeed.portlet.PortletAdapter
destroy, destroyConcrete, doConfigure, doEdit, getLastModified, getPortletConfig, getPortletLog, getVariable, login, logout, removeVariable, service, setVariable
 
Methods inherited from class org.apache.jetspeed.portlet.Portlet
destroy, doGet, doPost, doPut, getId, getInitParameter, getInitParameterNames, getLastModified, getPortletSettings, getServletContext, getServletInfo, init, service
 
Methods inherited from class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
getSharingPolicy, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doTrace
 
Methods inherited from class javax.servlet.GenericServlet
getServletConfig, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_JSP

public static final java.lang.String VIEW_JSP
Deprecated. 
JSP file name to be rendered on the view mode

See Also:
Constant Field Values

HELP_JSP

public static final java.lang.String HELP_JSP
Deprecated. 
JSP file name to be rendered on the help mode

See Also:
Constant Field Values

VIEW_BEAN

public static final java.lang.String VIEW_BEAN
Deprecated. 
Bean name for the view mode request

See Also:
Constant Field Values

SESSION_BEAN

public static final java.lang.String SESSION_BEAN
Deprecated. 
Bean name for the portlet session

See Also:
Constant Field Values

FORM_ACTION

public static final java.lang.String FORM_ACTION
Deprecated. 
Action name for the orderId entry form

See Also:
Constant Field Values

USER_BEAN

public static final java.lang.String USER_BEAN
Deprecated. 
Bean name for the Capturing user details in the Registration field.

See Also:
Constant Field Values

GLN

public static final java.lang.String GLN
Deprecated. 
Parameter name to get GLN value

See Also:
Constant Field Values

USERNAME

public static final java.lang.String USERNAME
Deprecated. 
Parameter name to get User Name

See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
Deprecated. 
Parameter name to get Password

See Also:
Constant Field Values

CONFIRM_PASSWORD

public static final java.lang.String CONFIRM_PASSWORD
Deprecated. 
Parameter name to get Confirm Password

See Also:
Constant Field Values

COMPANY

public static final java.lang.String COMPANY
Deprecated. 
Parameter name to get company

See Also:
Constant Field Values

EMAIL

public static final java.lang.String EMAIL
Deprecated. 
Parameter name to get eMail

See Also:
Constant Field Values

REGISTER_USER

public static final java.lang.String REGISTER_USER
Deprecated. 
Parameter name for general Register button

See Also:
Constant Field Values

USER_REGISTRATION

public static final java.lang.String USER_REGISTRATION
Deprecated. 
Parameter name for Business function attribute

See Also:
Constant Field Values

USER_GLN_LENGTH

public static final int USER_GLN_LENGTH
Deprecated. 
Parameter name for User GLN length

See Also:
Constant Field Values

LDAP_CONFIG_ERROR

public static final java.lang.String LDAP_CONFIG_ERROR
Deprecated. 
Parameter name for Ldap not configured

See Also:
Constant Field Values

LDAP_CONFIG_INFO

public static final java.lang.String LDAP_CONFIG_INFO
Deprecated. 
Parameter name for Ldap Configuration Info

See Also:
Constant Field Values

LDAP_NOT_CONFIGURED

public static final java.lang.String LDAP_NOT_CONFIGURED
Deprecated. 
Parameter name for Ldap not Configured Info

See Also:
Constant Field Values

LDAP_CONFIGURED

public static final java.lang.String LDAP_CONFIGURED
Deprecated. 
Parameter name for Ldap not Configured Info

See Also:
Constant Field Values
Constructor Detail

UserRegistrationPortlet

public UserRegistrationPortlet()
Deprecated. 
Method Detail

init

public void init(org.apache.jetspeed.portlet.PortletConfig portletConfig)
          throws org.apache.jetspeed.portlet.UnavailableException
Deprecated. 
Overrides:
init in class BasePortlet
Throws:
org.apache.jetspeed.portlet.UnavailableException
See Also:
Portlet.init(PortletConfig)

initConcrete

public void initConcrete(org.apache.jetspeed.portlet.PortletSettings arg)
                  throws org.apache.jetspeed.portlet.UnavailableException
Deprecated. 
Overrides:
initConcrete in class org.apache.jetspeed.portlet.PortletAdapter
Throws:
org.apache.jetspeed.portlet.UnavailableException
See Also:
Portlet.init(PortletConfig)

setBusinessFunction

protected void setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
Deprecated. 
Description copied from class: BasePortlet
setBusinessFunction: All Portlets should override this method to set the business function in session variable() (SESSION_BUS_FUNCT)

Specified by:
setBusinessFunction in class BasePortlet
See Also:
BasePortlet.setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest)

doView

public void doView(org.apache.jetspeed.portlet.PortletRequest request,
                   org.apache.jetspeed.portlet.PortletResponse response)
            throws org.apache.jetspeed.portlet.PortletException,
                   java.io.IOException
Deprecated. 
Overrides:
doView in class org.apache.jetspeed.portlet.PortletAdapter
Throws:
org.apache.jetspeed.portlet.PortletException
java.io.IOException
See Also:
PortletAdapter.doView(PortletRequest, PortletResponse)

actionPerformed

public void actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent event)
                     throws org.apache.jetspeed.portlet.PortletException
Deprecated. 
Specified by:
actionPerformed in interface org.apache.jetspeed.portlet.event.ActionListener
Throws:
org.apache.jetspeed.portlet.PortletException
See Also:
ActionListener.actionPerformed(ActionEvent)