|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.mailinglist.MailingList
public class MailingList
This class represents a mailing list composed by admin users. All members of those mailing lists are dynamically retreived by filters based on roles and workgroups.
Constructor Summary | |
---|---|
MailingList()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the Description |
Collection<MailingListUsersFilter> |
getFilters()
Returns filters of the mailing list |
int |
getId()
Returns the Id |
String |
getName()
Returns the Name |
String |
getWorkgroup()
Returns the Workgroup |
static void |
init()
Initialize the rule |
void |
setDescription(String strDescription)
Sets the Description |
void |
setId(int nId)
Sets the Id |
void |
setName(String strName)
Sets the Name |
void |
setWorkgroup(String strWorkgroup)
Sets the Workgroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailingList()
Method Detail |
---|
public static void init()
public int getId()
public void setId(int nId)
nId
- The Idpublic String getName()
public void setName(String strName)
strName
- The Namepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic String getWorkgroup()
public void setWorkgroup(String strWorkgroup)
strWorkgroup
- The Workgrouppublic Collection<MailingListUsersFilter> getFilters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |