public interface INewsLetterSubscriptionPortletDAO
extends fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
| Modifier and Type | Method and Description |
|---|---|
Set<Integer> |
findSelectedNewsletters(int nPortletId)
Returns all the newsletters associated to a given portlet.
|
void |
insertSubscription(int nPortletId,
int nNewsletterId)
Associates a new subscription to a given portlet.
|
void |
removeSubscription(int nPortletId,
int nSubscriptionId)
De-associate a subscription from a given portlet.
|
void insertSubscription(int nPortletId,
int nNewsletterId)
nPortletId - the identifier of the portlet.nNewsletterId - the identifier of the newslettervoid removeSubscription(int nPortletId,
int nSubscriptionId)
nPortletId - the identifier of the portlet.nSubscriptionId - the identifier of the subscription.Copyright © 2019 City of Paris. All rights reserved.