|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.DLMUserPreferences.BaseState
org.jasig.portal.channels.DLMUserPreferences.ManageProfilesState
class ManageProfilesState
CUserPreferences state for managing profiles
Nested Class Summary | |
---|---|
protected class |
ManageProfilesState.CEditProfile
|
Field Summary | |
---|---|
(package private) static boolean |
ALLOW_NEW_PROFILE_BUTTON
|
(package private) static boolean |
ALLOW_SYSTEM_BROWSER_MAPPING
|
(package private) static boolean |
ALLOW_USER_PROFILES
|
private static java.lang.String |
bundleLocation
|
private static boolean |
DEFAULT_ALLOW_NEW_PROFILE_BUTTON
Default value for ALLOW_NEW_PROFILE_USER_BUTTON. |
private static boolean |
DEFAULT_ALLOW_SYSTEM_BROWSER_MAPPING
Default value for ALLOW_SYSTEM_BROWSER_MAPPING. |
private static boolean |
DEFAULT_ALLOW_USER_PROFILES
Default value for ALLOW_USER_PROFILES. |
private static org.apache.commons.logging.Log |
log
|
protected ChannelRuntimeData |
runtimeData
|
protected java.util.Hashtable |
systemExpandStates
|
protected java.util.Hashtable |
systemProfileList
|
(package private) IUserLayoutStore |
ulsdb
|
protected java.util.Hashtable |
userExpandStates
|
protected java.util.Hashtable |
userProfileList
|
Fields inherited from class org.jasig.portal.channels.DLMUserPreferences.BaseState |
---|
context, internalState |
Constructor Summary | |
---|---|
ManageProfilesState(CUserPreferences context)
|
Method Summary | |
---|---|
private IPerson |
getPerson()
|
private StylesheetSet |
getStylesheetSet()
|
protected java.util.Hashtable |
getSystemProfileList()
|
private IUserLayoutStore |
getUserLayoutStore()
|
protected java.util.Hashtable |
getUserProfileList()
|
void |
renderXML(org.xml.sax.ContentHandler out)
Ask channel to render its content. |
void |
setRuntimeData(ChannelRuntimeData rd)
Passes ChannelRuntimeData to the channel. |
Methods inherited from class org.jasig.portal.channels.DLMUserPreferences.BaseState |
---|
getRuntimeProperties, receiveEvent, setContext, setPortalControlStructures, setState, setStaticData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.commons.logging.Log log
private static final boolean DEFAULT_ALLOW_USER_PROFILES
private static final boolean DEFAULT_ALLOW_SYSTEM_BROWSER_MAPPING
private static final boolean DEFAULT_ALLOW_NEW_PROFILE_BUTTON
protected java.util.Hashtable userProfileList
protected java.util.Hashtable systemProfileList
protected java.util.Hashtable userExpandStates
protected java.util.Hashtable systemExpandStates
protected ChannelRuntimeData runtimeData
IUserLayoutStore ulsdb
private static final java.lang.String bundleLocation
static final boolean ALLOW_USER_PROFILES
static final boolean ALLOW_SYSTEM_BROWSER_MAPPING
static final boolean ALLOW_NEW_PROFILE_BUTTON
Constructor Detail |
---|
public ManageProfilesState(CUserPreferences context)
Method Detail |
---|
protected java.util.Hashtable getUserProfileList() throws PortalException
PortalException
protected java.util.Hashtable getSystemProfileList() throws PortalException
PortalException
public void setRuntimeData(ChannelRuntimeData rd) throws PortalException
IChannel
setRuntimeData
in interface IChannel
setRuntimeData
in class BaseState
rd
- channel runtime data
PortalException
ChannelRuntimeData
private IPerson getPerson()
private StylesheetSet getStylesheetSet()
private IUserLayoutStore getUserLayoutStore() throws PortalException
PortalException
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
IChannel
renderXML
in interface IChannel
renderXML
in class BaseState
out
- the SAX ContentHandler to output content to
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |