|
||||||||||
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.UserApprovalPortlet
public class UserApprovalPortlet
LdapNavigationPortlet is used for Directory Server Navigation.
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 |
APPROVE_USER
Parameter name for User(s) Approve button |
static java.lang.String |
LDAP_CONFIG_ERROR
Parameter name for Ldap not configured |
static java.lang.String |
LDAP_CONFIG_INFO
Parameter name for Ldap Configuration Info |
static java.lang.String |
LDAP_CONFIGURED
Parameter name for Ldap not Configured Info |
static java.lang.String |
LDAP_NOT_CONFIGURED
Parameter name for Ldap not Configured Info |
static java.lang.String |
LDAP_USER_LIST
Parameter name for Ldap not Configured Info |
static java.lang.String |
LDAP_WEB_TOOL_URL
Parameter name for IBM Tivoli Directory Server Web Admin tool |
static java.lang.String |
USER_APPROVAL
Parameter name for Business function attribute |
static java.lang.String |
VIEW_BEAN
Bean name for the view mode request |
static java.lang.String |
VIEW_JSP
JSP file name to be rendered on the view mode |
Fields inherited from class com.ibm.ccd.ui.portlets.BasePortlet |
---|
alertDataSource, log |
Constructor Summary | |
---|---|
UserApprovalPortlet()
|
Method Summary | |
---|---|
void |
actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent event)
|
void |
approveSelectedUsers(org.apache.jetspeed.portlet.PortletRequest request)
approveSelectedUsers: Does the Approval and Disapproval of User(s) |
void |
doView(org.apache.jetspeed.portlet.PortletRequest request,
org.apache.jetspeed.portlet.PortletResponse response)
|
void |
init(org.apache.jetspeed.portlet.PortletConfig portletConfig)
|
void |
initConcrete(org.apache.jetspeed.portlet.PortletSettings arg)
|
protected void |
setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
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 VIEW_BEAN
public static final java.lang.String USER_APPROVAL
public static java.lang.String LDAP_WEB_TOOL_URL
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
public static final java.lang.String LDAP_USER_LIST
public static final java.lang.String APPROVE_USER
Constructor Detail |
---|
public UserApprovalPortlet()
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)
public void approveSelectedUsers(org.apache.jetspeed.portlet.PortletRequest request) throws java.lang.Exception
request
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |