|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.peasCore.AbstractComponentSessionController
com.stratelia.silverpeas.pdcPeas.control.PdcSearchUserWrapperSessionController
public class PdcSearchUserWrapperSessionController
A simple wrapper to the userpanel.
Field Summary |
---|
Fields inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
CHARACTER_ENCODING, context |
Constructor Summary | |
---|---|
PdcSearchUserWrapperSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl,
com.stratelia.silverpeas.peasCore.ComponentContext componentContext)
Standard Session Controller Constructeur |
Method Summary | |
---|---|
String |
getElementId()
Returns the HTML input where the selected user id must be set. |
String |
getElementName()
Returns the HTML input where the selected user name must be set. |
String |
getFormName()
Returns the HTML form name whose user element must be set. |
com.stratelia.silverpeas.pdc.control.Pdc |
getPdc()
|
List |
getSelectedUsers()
Returns the selected user (if any). |
void |
getUserSelection()
Reads the selection made with the user panel. |
void |
initPdcSearchUser()
Init the user panel. |
void |
setElementId(String elementId)
Set the HTML input where the selected user id must be set. |
void |
setElementName(String elementName)
Set the HTML input where the selected user name must be set. |
void |
setFormName(String formName)
Set the HTML form name whose user element must be set. |
void |
setSelectedUserIds(String selectedUserIds)
Set the selected user (if any). |
Methods inherited from class com.stratelia.silverpeas.peasCore.AbstractComponentSessionController |
---|
addClipboardSelection, clipboardPasteDone, close, getAlertUser, getClipboardCount, getClipboardErrorMessage, getClipboardExceptionError, getClipboardName, getClipboardObjects, getClipboardSelectedObjects, getClipboardSize, getComponentAccessController, getComponentId, getComponentLabel, getComponentName, getComponentParameters, getComponentParameterValue, getComponentParameterValue, getComponentRootName, getComponentUrl, getFavoriteSpace, getGenericPanel, getHighestSilverpeasUserRole, getIcon, getLanguage, getLastResults, getLook, getMultilang, getOrganisationController, getPersonalization, getRSSUrl, getSelection, getServerNameAndPort, getSettings, getSilverpeasUserRoles, getSpaceId, getSpaceLabel, getString, getSubscriptionContext, getUrlEncodedParameter, getUserAccessLevel, getUserAvailComponentIds, getUserAvailSpaceIds, getUserDetail, getUserDetail, getUserId, getUserManageableGroupIds, getUserManageableSpaceIds, getUserRoleLevel, getUserRoles, isAppInMaintenance, isGroupManager, isPasswordChangeAllowed, isSpaceInMaintenance, removeClipboardElement, setAppModeMaintenance, setClipboardError, setClipboardSelectedElement, setComponentRootName, setFavoriteSpaceToMainSessionController, setGenericPanel, setIconFileName, setLastResults, setMultilangFileName, setResourceFileName, setSpaceModeMaintenance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdcSearchUserWrapperSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl, com.stratelia.silverpeas.peasCore.ComponentContext componentContext)
mainSessionCtrl
- The full work session.componentContext
- The context of this component session.Method Detail |
---|
public com.stratelia.silverpeas.pdc.control.Pdc getPdc()
public String getFormName()
public String getElementId()
public String getElementName()
public List getSelectedUsers()
public void setFormName(String formName)
public void setElementId(String elementId)
public void setElementName(String elementName)
public void setSelectedUserIds(String selectedUserIds)
public void initPdcSearchUser()
public void getUserSelection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |