fr.paris.lutece.portal.business.mailinglist
Class MailingList

java.lang.Object
  extended by fr.paris.lutece.portal.business.mailinglist.MailingList

public class MailingList
extends java.lang.Object

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

MailingList

public MailingList()
Method Detail

init

public static void init()
Initialize the rule


getId

public int getId()
Returns the Id

Returns:
The Id

setId

public void setId(int nId)
Sets the Id

Parameters:
nId - The Id

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

setName

public void setName(java.lang.String strName)
Sets the Name

Parameters:
strName - The Name

getDescription

public java.lang.String getDescription()
Returns the Description

Returns:
The Description

setDescription

public void setDescription(java.lang.String strDescription)
Sets the Description

Parameters:
strDescription - The Description

getWorkgroup

public java.lang.String getWorkgroup()
Returns the Workgroup

Returns:
The Workgroup

setWorkgroup

public void setWorkgroup(java.lang.String strWorkgroup)
Sets the Workgroup

Parameters:
strWorkgroup - The Workgroup

getFilters

public java.util.Collection<MailingListUsersFilter> getFilters()
Returns filters of the mailing list

Returns:
A collection of users filters


Copyright © 2009 Mairie de Paris. All Rights Reserved.