|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NewsletterSubscriptionConfig | |
|---|---|
| org.exoplatform.services.wcm.newsletter | |
| org.exoplatform.services.wcm.newsletter.handler | |
| Uses of NewsletterSubscriptionConfig in org.exoplatform.services.wcm.newsletter |
|---|
| Methods in org.exoplatform.services.wcm.newsletter that return types with arguments of type NewsletterSubscriptionConfig | |
|---|---|
java.util.List<NewsletterSubscriptionConfig> |
NewsletterCategoryConfig.getSubscriptions()
Gets the subscriptions. |
| Method parameters in org.exoplatform.services.wcm.newsletter with type arguments of type NewsletterSubscriptionConfig | |
|---|---|
void |
NewsletterCategoryConfig.setSubscriptions(java.util.List<NewsletterSubscriptionConfig> subscriptions)
Sets the subscriptions. |
| Uses of NewsletterSubscriptionConfig in org.exoplatform.services.wcm.newsletter.handler |
|---|
| Methods in org.exoplatform.services.wcm.newsletter.handler that return NewsletterSubscriptionConfig | |
|---|---|
NewsletterSubscriptionConfig |
NewsletterSubscriptionHandler.getSubscriptionsByName(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subCriptionName)
Gets the subscriptions by name. |
| Methods in org.exoplatform.services.wcm.newsletter.handler that return types with arguments of type NewsletterSubscriptionConfig | |
|---|---|
java.util.List<NewsletterSubscriptionConfig> |
NewsletterSubscriptionHandler.getSubscriptionByRedactor(java.lang.String portalName,
java.lang.String categoryName,
java.lang.String userName,
org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider)
|
java.util.List<NewsletterSubscriptionConfig> |
NewsletterSubscriptionHandler.getSubscriptionIdsByPublicUser(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String userEmail)
Gets the subscription ids by public user. |
java.util.List<NewsletterSubscriptionConfig> |
NewsletterSubscriptionHandler.getSubscriptionsByCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName)
Gets the subscriptions by category. |
| Methods in org.exoplatform.services.wcm.newsletter.handler with parameters of type NewsletterSubscriptionConfig | |
|---|---|
void |
NewsletterSubscriptionHandler.add(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
NewsletterSubscriptionConfig subscription)
Adds the. |
void |
NewsletterSubscriptionHandler.delete(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
NewsletterSubscriptionConfig subscription)
Delete. |
void |
NewsletterSubscriptionHandler.edit(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
NewsletterSubscriptionConfig subscription)
Edits the. |
java.util.List<java.lang.String> |
NewsletterSubscriptionHandler.updatePermissionForSubscriptionNode(javax.jcr.Node subscriptionNode,
NewsletterSubscriptionConfig subscriptionConfig,
boolean isAddNew)
Update permission for category node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||