|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.workgroup.AdminWorkgroupFilter
public class AdminWorkgroupFilter
This class describes a workgroup used by the administration
Constructor Summary | |
---|---|
AdminWorkgroupFilter()
Constructor |
Method Summary | |
---|---|
String |
getDescription()
Returns the workgroup's description |
String |
getKey()
Gets the workgroup key |
String |
getUrlAttributes()
Build url attributes |
String |
getWorkgroup()
Gets the workgroup key |
void |
init()
Initialize each component of the object |
boolean |
setAdminWorkgroupFilter(javax.servlet.http.HttpServletRequest request)
Set the value of the AdminWorkgroupFilter |
void |
setDescription(String strDescription)
Sets the workgroup's description |
void |
setKey(String strKey)
Sets the workgroup key |
void |
setUrlAttributes(UrlItem url)
Build url attributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminWorkgroupFilter()
Method Detail |
---|
public void init()
public String getKey()
public void setKey(String strKey)
strKey
- The Keypublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The workgroup's descriptionpublic String getWorkgroup()
public boolean setAdminWorkgroupFilter(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
public void setUrlAttributes(UrlItem url)
url
- The url itempublic String getUrlAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |