|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDashboardComponent
IDashboardComponent
Method Summary | |
---|---|
String |
getDashboardData(AdminUser user,
javax.servlet.http.HttpServletRequest request)
Gets dashboard data for a given user |
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 |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getDashboardData(AdminUser user, javax.servlet.http.HttpServletRequest request)
user
- The userrequest
- HttpServletRequest
String 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |