|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.newsletter.NewsletterManagerService
public class NewsletterManagerService
Created by The eXo Platform SAS Author : eXoPlatform chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com May 21, 2009
| Constructor Summary | |
|---|---|
NewsletterManagerService(org.exoplatform.container.xml.InitParams initParams,
DMSConfiguration dmsConfiguration,
org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.services.mail.MailService mailService)
Instantiates a new newsletter manager service. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAllBannedUser()
|
NewsletterCategoryHandler |
getCategoryHandler()
Gets the category handler. |
NewsletterEntryHandler |
getEntryHandler()
Gets the entry handler. |
NewsletterManageUserHandler |
getManageUserHandler()
Gets the manage user handler. |
NewsletterPublicUserHandler |
getPublicUserHandler()
Gets the public user handler. |
java.lang.String |
getRepositoryName()
Gets the repository name. |
NewsletterSubscriptionHandler |
getSubscriptionHandler()
Gets the subscription handler. |
NewsletterTemplateHandler |
getTemplateHandler()
Gets the template handler. |
java.lang.String |
getWorkspaceName()
Gets the workspace name. |
boolean |
isUpdateNewsletter()
Gets value of the isUpdateNewsletter. |
void |
sendNewsletter()
Send newsletter. |
void |
sendVerificationMail(java.lang.String email)
Send verification mail. |
void |
setIsUpdateNewsletter(boolean isUpdateNewsletter)
Sets value for the isUpdateNewsletter variable. |
void |
setRepositoryName(java.lang.String repositoryName)
Sets the repository name. |
void |
setWorkspaceName(java.lang.String workspaceName)
Sets the workspace name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewsletterManagerService(org.exoplatform.container.xml.InitParams initParams,
DMSConfiguration dmsConfiguration,
org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.services.mail.MailService mailService)
initParams - the init paramsdmsConfiguration - the dms configuration| Method Detail |
|---|
public NewsletterCategoryHandler getCategoryHandler()
public NewsletterSubscriptionHandler getSubscriptionHandler()
public NewsletterEntryHandler getEntryHandler()
public NewsletterTemplateHandler getTemplateHandler()
public java.util.List<java.lang.String> getAllBannedUser()
throws java.lang.Exception
java.lang.Exceptionpublic NewsletterManageUserHandler getManageUserHandler()
public NewsletterPublicUserHandler getPublicUserHandler()
public void sendNewsletter()
throws java.lang.Exception
java.lang.Exception - the exception
public void sendVerificationMail(java.lang.String email)
throws javax.jcr.RepositoryException,
org.exoplatform.services.jcr.config.RepositoryConfigurationException
email - the email
javax.jcr.RepositoryException - the repository exception
org.exoplatform.services.jcr.config.RepositoryConfigurationException - the repository configuration exceptionpublic java.lang.String getRepositoryName()
public void setRepositoryName(java.lang.String repositoryName)
repositoryName - the new repository namepublic java.lang.String getWorkspaceName()
public void setWorkspaceName(java.lang.String workspaceName)
workspaceName - the new workspace namepublic boolean isUpdateNewsletter()
public void setIsUpdateNewsletter(boolean isUpdateNewsletter)
isUpdateNewsletter - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||