|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.workplace.CmsWorkplaceUserInfoManager
public final class CmsWorkplaceUserInfoManager
Manages the configuration of the additional information of users.
This class reads the settings from the "opencms-workplace.xml" and stores them in member variables. For each setting one or more get methods are provided.
| Constructor Summary | |
|---|---|
CmsWorkplaceUserInfoManager()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addBlock(CmsWorkplaceUserInfoBlock block)
Adds the given block. |
java.util.List |
getBlocks()
Returns a list of all configured additional information blocks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsWorkplaceUserInfoManager()
| Method Detail |
|---|
public void addBlock(CmsWorkplaceUserInfoBlock block)
block - the block to addpublic java.util.List getBlocks()
CmsWorkplaceUserInfoBlock objects
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||