|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.dashboard.DashboardComponent
public abstract class DashboardComponent
Dashboard Component
Constructor Summary | |
---|---|
DashboardComponent()
|
Method Summary | |
---|---|
int |
compareTo(DashboardComponent o)
Compare component order |
abstract java.lang.String |
getDashboardData(AdminUser user)
Gets dashboard data for a given user |
java.lang.String |
getName()
Returns the Name |
int |
getOrder()
Returns the Order |
Plugin |
getPlugin()
Returns the Plugin |
java.lang.String |
getRight()
Returns the Right |
int |
getZone()
Returns the Zone |
boolean |
isEnabled()
Tells if the component is enabled |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setOrder(int nOrder)
Sets the Order |
void |
setPlugin(Plugin plugin)
Sets the Plugin |
void |
setRight(java.lang.String strRight)
Sets the Right |
void |
setZone(int nZone)
Sets the Zone |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DashboardComponent()
Method Detail |
---|
public abstract java.lang.String getDashboardData(AdminUser user)
user
- The user
public java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getRight()
public void setRight(java.lang.String strRight)
strRight
- The Rightpublic int getZone()
public void setZone(int nZone)
nZone
- The Zonepublic int getOrder()
public void setOrder(int nOrder)
nOrder
- The Orderpublic Plugin getPlugin()
public void setPlugin(Plugin plugin)
plugin
- The pluginpublic int compareTo(DashboardComponent o)
compareTo
in interface java.lang.Comparable<DashboardComponent>
o
- The component to compare to
public boolean isEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |