Package org.opencms.workplace
Class CmsWorkplaceUserInfoManager
java.lang.Object
org.opencms.workplace.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.
- Since:
- 6.5.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the given block.Returns a list of all configured additional information blocks.
-
Constructor Details
-
CmsWorkplaceUserInfoManager
public CmsWorkplaceUserInfoManager()Default constructor.
-
-
Method Details
-
addBlock
Adds the given block.- Parameters:
block
- the block to add
-
getBlocks
Returns a list of all configured additional information blocks.- Returns:
- a list of
CmsWorkplaceUserInfoBlock
objects
-