public interface INewsLetterArchivePortletDAO
extends fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Integer> |
findSendingsInPortlet(int nPortletId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns all the sendings associated with a given portlet.
|
void |
insertSending(int nPortletId,
int nSendingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Associates a new sending to a given portlet.
|
void |
removeSending(int nPortletId,
int nSendingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
De-associate a sending from a given portlet.
|
void insertSending(int nPortletId,
int nSendingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPortletId - the identifier of the portlet.nSendingId - the identifier of the sending.plugin - the pluginvoid removeSending(int nPortletId,
int nSendingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPortletId - the identifier of the portlet.plugin - the pluginnSendingId - the identifier of the sending.ArrayList<Integer> findSendingsInPortlet(int nPortletId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPortletId - the identifier of the portlet.plugin - the pluginCopyright © 2019 City of Paris. All rights reserved.