Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.directory.ui.ejb
Class DirectoryUIManagerBean

java.lang.Object
  extended by org.nuxeo.ecm.directory.ui.ejb.DirectoryUIManagerBean
All Implemented Interfaces:
java.io.Serializable, DirectoryUIManager, DirectoryUIManagerLocal

public class DirectoryUIManagerBean
extends java.lang.Object
implements DirectoryUIManagerLocal

Directory ui manager bean

See Also:
Serialized Form

Constructor Summary
DirectoryUIManagerBean()
           
 
Method Summary
 DirectoryUI getDirectoryInfo(java.lang.String directoryName)
          Returns the ui info to use for given directory.
 java.util.List<java.lang.String> getDirectoryNames()
          Returns the list of directories that should be presented in UI.
 void initialize()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryUIManagerBean

public DirectoryUIManagerBean()
Method Detail

initialize

@PostConstruct
public void initialize()

remove

public void remove()

getDirectoryInfo

public DirectoryUI getDirectoryInfo(java.lang.String directoryName)
                             throws ClientException
Description copied from interface: DirectoryUIManager
Returns the ui info to use for given directory.

Specified by:
getDirectoryInfo in interface DirectoryUIManager
Throws:
ClientException

getDirectoryNames

public java.util.List<java.lang.String> getDirectoryNames()
                                                   throws ClientException
Description copied from interface: DirectoryUIManager
Returns the list of directories that should be presented in UI.

Specified by:
getDirectoryNames in interface DirectoryUIManager
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.