public interface IMyDashboardComponent extends Comparable<IMyDashboardComponent>
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentDescription(Locale locale)
Get the description of the component
|
String |
getComponentId()
Gets the id of the dashboard component.
|
String |
getDashboardData(javax.servlet.http.HttpServletRequest request)
Gets dash board data for the current user
|
boolean |
isAvailable(fr.paris.lutece.portal.service.security.LuteceUser user)
Check if the dashboard is available or not for a given Lutece User
|
compareToString getDashboardData(javax.servlet.http.HttpServletRequest request)
request - HttpServletRequestString getComponentId()
String getComponentDescription(Locale locale)
locale - The locale to display the description inboolean isAvailable(fr.paris.lutece.portal.service.security.LuteceUser user)
user - The userCopyright © 2016 City of Paris. All rights reserved.