|
||||||||||
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 | |
---|---|
java.lang.String |
getDescription()
Returns the Description |
java.util.Collection<MailingListUsersFilter> |
getFilters()
Returns filters of the mailing list |
int |
getId()
Returns the Id |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getWorkgroup()
Returns the Workgroup |
static void |
init()
Initialize the rule |
void |
setDescription(java.lang.String strDescription)
Sets the Description |
void |
setId(int nId)
Sets the Id |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setWorkgroup(java.lang.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 java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The Descriptionpublic java.lang.String getWorkgroup()
public void setWorkgroup(java.lang.String strWorkgroup)
strWorkgroup
- The Workgrouppublic java.util.Collection<MailingListUsersFilter> getFilters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |