|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
org.apache.jetspeed.portlet.Portlet
org.apache.jetspeed.portlet.PortletAdapter
com.ibm.ccd.ui.portlets.BasePortlet
com.ibm.ccd.ui.portlets.user.UserRegistrationPortlet
public class UserRegistrationPortlet
User Registration Portlet which does New User Registration Functionality.
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 |
---|
public static final java.lang.String VIEW_JSP
public static final java.lang.String HELP_JSP
public static final java.lang.String VIEW_BEAN
public static final java.lang.String SESSION_BEAN
public static final java.lang.String FORM_ACTION
public static final java.lang.String USER_BEAN
public static final java.lang.String GLN
public static final java.lang.String USERNAME
public static final java.lang.String PASSWORD
public static final java.lang.String CONFIRM_PASSWORD
public static final java.lang.String COMPANY
public static final java.lang.String EMAIL
public static final java.lang.String REGISTER_USER
public static final java.lang.String USER_REGISTRATION
public static final int USER_GLN_LENGTH
public static final java.lang.String LDAP_CONFIG_ERROR
public static final java.lang.String LDAP_CONFIG_INFO
public static final java.lang.String LDAP_NOT_CONFIGURED
public static final java.lang.String LDAP_CONFIGURED
Constructor Detail |
---|
public UserRegistrationPortlet()
Method Detail |
---|
public void init(org.apache.jetspeed.portlet.PortletConfig portletConfig) throws org.apache.jetspeed.portlet.UnavailableException
init
in class BasePortlet
org.apache.jetspeed.portlet.UnavailableException
Portlet.init(PortletConfig)
public void initConcrete(org.apache.jetspeed.portlet.PortletSettings arg) throws org.apache.jetspeed.portlet.UnavailableException
initConcrete
in class org.apache.jetspeed.portlet.PortletAdapter
org.apache.jetspeed.portlet.UnavailableException
Portlet.init(PortletConfig)
protected void setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
BasePortlet
setBusinessFunction
in class BasePortlet
BasePortlet.setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest)
public void doView(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response) throws org.apache.jetspeed.portlet.PortletException, java.io.IOException
doView
in class org.apache.jetspeed.portlet.PortletAdapter
org.apache.jetspeed.portlet.PortletException
java.io.IOException
PortletAdapter.doView(PortletRequest, PortletResponse)
public void actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent event) throws org.apache.jetspeed.portlet.PortletException
actionPerformed
in interface org.apache.jetspeed.portlet.event.ActionListener
org.apache.jetspeed.portlet.PortletException
ActionListener.actionPerformed(ActionEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |