|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomizationManager
Integration logic between portal objects, instances and users.
Method Summary | |
---|---|
void |
destroyDashboard(java.lang.String userId)
Destroys the dashboard of a specified user. |
Portal |
getDashboard(User user)
Returns the dashboard of a specific user. |
Instance |
getInstance(Window window)
Returns a top level named portlet instance. |
Instance |
getInstance(Window window,
User user)
Returns a contextualized portlet instance for the specified user id. |
boolean |
isDashboard(PortalObject object,
User user)
Returns true if the portal object is in a dashboard context for the specified user. |
Method Detail |
---|
Instance getInstance(Window window) throws java.lang.IllegalArgumentException
window
- the window of the portlet instance
java.lang.IllegalArgumentException
- if the window is nullInstance getInstance(Window window, User user) throws java.lang.IllegalArgumentException
window
- the window of the portlet instanceuser
- the user that can be null
java.lang.IllegalArgumentException
- if the window is nullPortal getDashboard(User user) throws java.lang.IllegalArgumentException
user
-
java.lang.IllegalArgumentException
boolean isDashboard(PortalObject object, User user)
object
-
void destroyDashboard(java.lang.String userId)
userId
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |