public interface IDashboardComponent extends Comparable<IDashboardComponent>, Localizable
Modifier and Type | Method and Description |
---|---|
String |
getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user
|
String |
getDescription()
Returns a localized description
|
String |
getName()
Returns the Name
|
int |
getOrder()
Returns the Order
|
Plugin |
getPlugin()
Returns the Plugin
|
String |
getRight()
Returns the Right
|
int |
getZone()
Returns the Zone
|
boolean |
isEnabled()
Tells if the component is enabled
|
void |
setName(String strName)
Sets the Name
|
void |
setOrder(int nOrder)
Sets the Order
|
void |
setPlugin(Plugin plugin)
Sets the Plugin
|
void |
setRight(String strRight)
Sets the Right
|
void |
setZone(int nZone)
Sets the Zone
|
compareTo
setLocale
String getDashboardData(AdminUser user, javax.servlet.http.HttpServletRequest request)
user
- The userrequest
- HttpServletRequestString getName()
void setName(String strName)
strName
- The NameString getRight()
void setRight(String strRight)
strRight
- The Rightint getZone()
void setZone(int nZone)
nZone
- The Zoneint getOrder()
void setOrder(int nOrder)
nOrder
- The OrderPlugin getPlugin()
void setPlugin(Plugin plugin)
plugin
- The pluginboolean isEnabled()
String getDescription()
Copyright © 2020 City of Paris. All rights reserved.