|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MailingListDAO.load(int nId)
Load the data of the mailingList from the table |
MailingList |
IMailingListDAO.load(int nKey)
load the data of the right 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 java.util.Collection<MailingList> |
MailingListHome.findAll()
Loads the data of all the mailingLists and returns them in form of a collection |
static java.util.Collection<MailingList> |
MailingListHome.findByWorkgroup(java.lang.String strWorkgroup)
Find all mailing lists visible by a workgroup |
java.util.Collection<MailingList> |
MailingListDAO.selectAll()
Load the data of all the mailingLists and returns them in form of a collection |
java.util.Collection<MailingList> |
IMailingListDAO.selectAll()
Loads the data of all the mailingLists and returns them in form of a collection |
java.util.Collection<MailingList> |
MailingListDAO.selectByWorkgroup(java.lang.String strWorkgroup)
Returns all mailing lists having a scope restricted to a given workgroup |
java.util.Collection<MailingList> |
IMailingListDAO.selectByWorkgroup(java.lang.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 |
MailingListDAO.insert(MailingList mailingList)
Insert a new record in the table. |
void |
IMailingListDAO.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 |
MailingListDAO.store(MailingList mailingList)
Update the record in the table |
void |
IMailingListDAO.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 java.util.Collection<MailingList> |
AdminMailingListService.getUserMailingLists(AdminUser user)
Returns a list of all mailing list visible by the user |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |