com.liferay.portlet.announcements.service.impl
Class AnnouncementsDeliveryLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
      extended by com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService

public class AnnouncementsDeliveryLocalServiceImpl
extends AnnouncementsDeliveryLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
announcementsDeliveryLocalService, announcementsDeliveryPersistence, announcementsDeliveryService, announcementsEntryFinder, announcementsEntryLocalService, announcementsEntryPersistence, announcementsEntryService, announcementsFlagLocalService, announcementsFlagPersistence, announcementsFlagService, counterLocalService, counterService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
AnnouncementsDeliveryLocalServiceImpl()
           
 
Method Summary
 void deleteDeliveries(long userId)
           
 void deleteDelivery(long deliveryId)
           
 void deleteDelivery(long userId, java.lang.String type)
           
 com.liferay.portlet.announcements.model.AnnouncementsDelivery getDelivery(long deliveryId)
           
 java.util.List<com.liferay.portlet.announcements.model.AnnouncementsDelivery> getUserDeliveries(long userId)
           
 com.liferay.portlet.announcements.model.AnnouncementsDelivery getUserDelivery(long userId, java.lang.String type)
           
 com.liferay.portlet.announcements.model.AnnouncementsDelivery updateDelivery(long userId, java.lang.String type, boolean email, boolean sms, boolean website)
           
 
Methods inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
addAnnouncementsDelivery, createAnnouncementsDelivery, deleteAnnouncementsDelivery, deleteAnnouncementsDelivery, dynamicQuery, dynamicQuery, getAnnouncementsDeliveries, getAnnouncementsDeliveriesCount, getAnnouncementsDelivery, getAnnouncementsDeliveryLocalService, getAnnouncementsDeliveryPersistence, getAnnouncementsDeliveryService, getAnnouncementsEntryFinder, getAnnouncementsEntryLocalService, getAnnouncementsEntryPersistence, getAnnouncementsEntryService, getAnnouncementsFlagLocalService, getAnnouncementsFlagPersistence, getAnnouncementsFlagService, getCounterLocalService, getCounterService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, setAnnouncementsDeliveryLocalService, setAnnouncementsDeliveryPersistence, setAnnouncementsDeliveryService, setAnnouncementsEntryFinder, setAnnouncementsEntryLocalService, setAnnouncementsEntryPersistence, setAnnouncementsEntryService, setAnnouncementsFlagLocalService, setAnnouncementsFlagPersistence, setAnnouncementsFlagService, setCounterLocalService, setCounterService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAnnouncementsDelivery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementsDeliveryLocalServiceImpl

public AnnouncementsDeliveryLocalServiceImpl()
Method Detail

deleteDeliveries

public void deleteDeliveries(long userId)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteDelivery

public void deleteDelivery(long deliveryId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteDelivery

public void deleteDelivery(long userId,
                           java.lang.String type)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery getDelivery(long deliveryId)
                                                                          throws com.liferay.portal.PortalException,
                                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserDeliveries

public java.util.List<com.liferay.portlet.announcements.model.AnnouncementsDelivery> getUserDeliveries(long userId)
                                                                                                throws com.liferay.portal.PortalException,
                                                                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery getUserDelivery(long userId,
                                                                                     java.lang.String type)
                                                                              throws com.liferay.portal.PortalException,
                                                                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateDelivery

public com.liferay.portlet.announcements.model.AnnouncementsDelivery updateDelivery(long userId,
                                                                                    java.lang.String type,
                                                                                    boolean email,
                                                                                    boolean sms,
                                                                                    boolean website)
                                                                             throws com.liferay.portal.PortalException,
                                                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException