|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.admin.web.delegate.AdminPersonalWebDelegate
public class AdminPersonalWebDelegate
Method Summary | |
---|---|
WAComponent |
discardComponent(String componentName)
Deletes from the user's personal space the instantiation of the requested component |
String |
getComponentLabel(WAComponent component)
Gets the WAComponent label |
static AdminPersonalWebDelegate |
getInstance(UserDetail user,
UserPreferences userPreference,
LookWebDelegate lookDelegate)
Easy way to instance the look service provider. |
Collection<WAComponent> |
getNotUsedComponents()
Gets all components that can be handled in personnal space but not used yet. |
Collection<ComponentInst> |
getUsedComponents()
Gets used components instanciated in the user personal space. |
Collection<AbstractTool> |
getUsedTools()
Gets used tools in the user personal space. |
ComponentInst |
useComponent(String componentName)
Instantiates the requested component in the user's personal space |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getComponentLabel(WAComponent component)
component
-
public Collection<WAComponent> getNotUsedComponents()
public Collection<ComponentInst> getUsedComponents()
public Collection<AbstractTool> getUsedTools()
public ComponentInst useComponent(String componentName) throws Exception
componentName
- the WAComponent name
Exception
public WAComponent discardComponent(String componentName) throws Exception
componentName
- the WAComponent name
Exception
public static AdminPersonalWebDelegate getInstance(UserDetail user, UserPreferences userPreference, LookWebDelegate lookDelegate)
user
- userPreference
- lookDelegate
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |