org.opencms.workplace
Class CmsWorkplaceUserInfoManager

java.lang.Object
  extended by org.opencms.workplace.CmsWorkplaceUserInfoManager

public final class CmsWorkplaceUserInfoManager
extends java.lang.Object

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.

Since:
6.5.6
Version:
$Revision: 1.6 $
Author:
Michael Moossen

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

CmsWorkplaceUserInfoManager

public CmsWorkplaceUserInfoManager()
Default constructor.

Method Detail

addBlock

public void addBlock(CmsWorkplaceUserInfoBlock block)
Adds the given block.

Parameters:
block - the block to add

getBlocks

public java.util.List getBlocks()
Returns a list of all configured additional information blocks.

Returns:
a list of CmsWorkplaceUserInfoBlock objects