Package lumis.service.newsletter
Class NewsletterManager
- java.lang.Object
-
- lumis.service.newsletter.NewsletterManager
-
- All Implemented Interfaces:
INewsletterManager
public class NewsletterManager extends Object implements INewsletterManager
- Since:
- 4.0.8
- Version:
- $Revision: 20857 $ $Date: 2017-12-27 13:27:30 -0200 (Wed, 27 Dec 2017) $
-
-
Constructor Summary
Constructors Constructor Description NewsletterManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeSchedules(SessionConfig sessionConfig, ITransaction scheduleTransaction)
String
getCategoryContent(SessionConfig sessionConfig, String categoryId, Date startDateTime, Locale locale, ITransaction transaction)
-
-
-
Method Detail
-
executeSchedules
public void executeSchedules(SessionConfig sessionConfig, ITransaction scheduleTransaction) throws ManagerException, PortalException
- Specified by:
executeSchedules
in interfaceINewsletterManager
- Throws:
ManagerException
PortalException
-
getCategoryContent
public String getCategoryContent(SessionConfig sessionConfig, String categoryId, Date startDateTime, Locale locale, ITransaction transaction) throws ManagerException, PortalException
- Throws:
ManagerException
PortalException
-
-