Author: julien(a)jboss.com
Date: 2007-06-12 05:59:57 -0400 (Tue, 12 Jun 2007)
New Revision: 7406
Modified:
trunk/core/src/main/org/jboss/portal/core/model/CustomizationManager.java
Log:
minor javadoc
Modified: trunk/core/src/main/org/jboss/portal/core/model/CustomizationManager.java
===================================================================
--- trunk/core/src/main/org/jboss/portal/core/model/CustomizationManager.java 2007-06-12
04:52:45 UTC (rev 7405)
+++ trunk/core/src/main/org/jboss/portal/core/model/CustomizationManager.java 2007-06-12
09:59:57 UTC (rev 7406)
@@ -37,7 +37,7 @@
public interface CustomizationManager
{
/**
- * Return a top level named portlet instance.
+ * Returns a top level named portlet instance.
*
* @param window the window of the portlet instance
* @return the target instance or null if it cannot be found
@@ -46,7 +46,7 @@
Instance getInstance(Window window) throws IllegalArgumentException;
/**
- * Return a contextualized portlet instance for the specified user id. If the window
is in the context
+ * Returns a contextualized portlet instance for the specified user id. If the window
is in the context
* of a dashboard then the portlet instance is further customized for that specific
window.
*
* @param window the window of the portlet instance
@@ -66,7 +66,7 @@
Portal getDashboard(User user) throws IllegalArgumentException;
/**
- * Return true if the portal object is in a dashboard context for the specified user.
+ * Returns true if the portal object is in a dashboard context for the specified
user.
*
* @param object
* @return
@@ -74,6 +74,8 @@
boolean isDashboard(PortalObject object, User user);
/**
+ * Destroys the dashboard of a specified user.
+ *
* @param userId
*/
void destroyDashboard(String userId);
Show replies by date