|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.newsletter.handler.NewsletterEntryHandler
public class NewsletterEntryHandler
Created by The eXo Platform SAS Author : eXoPlatform chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com May 21, 2009
| Constructor Summary | |
|---|---|
NewsletterEntryHandler(java.lang.String workspace)
Instantiates a new newsletter entry handler. |
|
NewsletterEntryHandler(java.lang.String repository,
java.lang.String workspace)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
delete(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName,
java.util.List<java.lang.String> listIds)
Delete. |
java.lang.String |
getContent(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
javax.jcr.Node webContent)
Gets the content. |
java.lang.String |
getContent(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName,
java.lang.String newsletterName)
Gets the content. |
java.util.List<NewsletterManagerConfig> |
getNewsletterEntriesBySubscription(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName)
Gets the newsletter entries by subscription. |
NewsletterManagerConfig |
getNewsletterEntry(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName,
java.lang.String newsletterName)
Gets the newsletter entry. |
NewsletterManagerConfig |
getNewsletterEntryByPath(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String path)
Gets the newsletter entry by path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NewsletterEntryHandler(java.lang.String repository,
java.lang.String workspace)
repository - the repositoryworkspace - the workspacepublic NewsletterEntryHandler(java.lang.String workspace)
workspace - the workspace| Method Detail |
|---|
public void delete(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName,
java.util.List<java.lang.String> listIds)
portalName - the portal namecategoryName - the category namesubscriptionName - the subscription namelistIds - the list ids
public java.util.List<NewsletterManagerConfig> getNewsletterEntriesBySubscription(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName)
throws java.lang.Exception
portalName - the portal namecategoryName - the category namesubscriptionName - the subscription name
java.lang.Exception - the exception
public NewsletterManagerConfig getNewsletterEntry(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName,
java.lang.String newsletterName)
throws java.lang.Exception
portalName - the portal namecategoryName - the category namesubscriptionName - the subscription namenewsletterName - the newsletter name
java.lang.Exception - the exception
public NewsletterManagerConfig getNewsletterEntryByPath(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String path)
throws java.lang.Exception
path - the path
java.lang.Exception - the exception
public java.lang.String getContent(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName,
java.lang.String categoryName,
java.lang.String subscriptionName,
java.lang.String newsletterName)
throws java.lang.Exception
portalName - the portal namecategoryName - the category namesubscriptionName - the subscription namenewsletterName - the newsletter name
java.lang.Exception - the exception
public java.lang.String getContent(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
javax.jcr.Node webContent)
throws java.lang.Exception
webContent - the web content
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||