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

Packages that use MailingList
fr.paris.lutece.portal.business.mailinglist   
fr.paris.lutece.portal.service.mailinglist   
 

Uses of MailingList in fr.paris.lutece.portal.business.mailinglist
 

Methods in fr.paris.lutece.portal.business.mailinglist that return MailingList
static MailingList MailingListHome.create(MailingList mailingList)
          Creation of an instance of mailingList
static MailingList MailingListHome.findByPrimaryKey(int nKey)
          Returns an instance of a mailingList whose identifier is specified in parameter
 MailingList IMailingListDAO.load(int nKey)
          load the data of the right from the table
 MailingList MailingListDAO.load(int nId)
          Load the data of the mailingList from the table
static MailingList MailingListHome.update(MailingList mailingList)
          Update of the mailingList which is specified in parameter
 

Methods in fr.paris.lutece.portal.business.mailinglist that return types with arguments of type MailingList
static Collection<MailingList> MailingListHome.findAll()
          Loads the data of all the mailingLists and returns them in form of a collection
static Collection<MailingList> MailingListHome.findByWorkgroup(String strWorkgroup)
          Find all mailing lists visible by a workgroup
static List<MailingList> MailingListHome.findsByFilter(MailingListFilter filter)
          Find by filter.
 Collection<MailingList> IMailingListDAO.selectAll()
          Loads the data of all the mailingLists and returns them in form of a collection
 Collection<MailingList> MailingListDAO.selectAll()
          Load the data of all the mailingLists and returns them in form of a collection
 List<MailingList> IMailingListDAO.selectByFilter(MailingListFilter filter)
          Select by filter.
 List<MailingList> MailingListDAO.selectByFilter(MailingListFilter filter)
          Select by filter.
 Collection<MailingList> IMailingListDAO.selectByWorkgroup(String strWorkgroup)
          Returns all mailing lists having a scope restricted to a given workgroup
 Collection<MailingList> MailingListDAO.selectByWorkgroup(String strWorkgroup)
          Returns all mailing lists having a scope restricted to a given workgroup
 

Methods in fr.paris.lutece.portal.business.mailinglist with parameters of type MailingList
static MailingList MailingListHome.create(MailingList mailingList)
          Creation of an instance of mailingList
 void IMailingListDAO.insert(MailingList mailingList)
          Insert a new record in the table.
 void MailingListDAO.insert(MailingList mailingList)
          Insert a new record in the table.
 void MailingListDAO.selectMailingListUsersFilters(MailingList mailinglist)
          Load the data of all the mailingListUsersFilters and returns them in form of a collection
 void IMailingListDAO.store(MailingList mailingList)
          Update the record in the table
 void MailingListDAO.store(MailingList mailingList)
          Update the record in the table
static MailingList MailingListHome.update(MailingList mailingList)
          Update of the mailingList which is specified in parameter
 

Uses of MailingList in fr.paris.lutece.portal.service.mailinglist
 

Methods in fr.paris.lutece.portal.service.mailinglist that return types with arguments of type MailingList
static Collection<MailingList> AdminMailingListService.getUserMailingLists(AdminUser user)
          Returns a list of all mailing list visible by the user
static List<MailingList> AdminMailingListService.getUserMailingListsByFilter(AdminUser user, MailingListFilter filter)
          Gets the user mailing lists by filter.
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.