Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
          extended by com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, AnnouncementsDeliveryLocalService

public class AnnouncementsDeliveryLocalServiceImpl
extends AnnouncementsDeliveryLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
announcementsDeliveryLocalService, announcementsDeliveryPersistence, announcementsDeliveryService, announcementsEntryFinder, announcementsEntryLocalService, announcementsEntryPersistence, announcementsEntryService, announcementsFlagLocalService, announcementsFlagPersistence, announcementsFlagService, counterLocalService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
AnnouncementsDeliveryLocalServiceImpl()
           
 
Method Summary
 AnnouncementsDelivery addUserDelivery(long userId, String type)
           
 void deleteDeliveries(long userId)
           
 void deleteDelivery(AnnouncementsDelivery delivery)
           
 void deleteDelivery(long deliveryId)
           
 void deleteDelivery(long userId, String type)
           
 AnnouncementsDelivery getDelivery(long deliveryId)
           
 List<AnnouncementsDelivery> getUserDeliveries(long userId)
           
 AnnouncementsDelivery getUserDelivery(long userId, String type)
           
 AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
 
Methods inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
addAnnouncementsDelivery, afterPropertiesSet, createAnnouncementsDelivery, deleteAnnouncementsDelivery, deleteAnnouncementsDelivery, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchAnnouncementsDelivery, getAnnouncementsDeliveries, getAnnouncementsDeliveriesCount, getAnnouncementsDelivery, getAnnouncementsDeliveryLocalService, getAnnouncementsDeliveryPersistence, getAnnouncementsDeliveryService, getAnnouncementsEntryFinder, getAnnouncementsEntryLocalService, getAnnouncementsEntryPersistence, getAnnouncementsEntryService, getAnnouncementsFlagLocalService, getAnnouncementsFlagPersistence, getAnnouncementsFlagService, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAnnouncementsDeliveryLocalService, setAnnouncementsDeliveryPersistence, setAnnouncementsDeliveryService, setAnnouncementsEntryFinder, setAnnouncementsEntryLocalService, setAnnouncementsEntryPersistence, setAnnouncementsEntryService, setAnnouncementsFlagLocalService, setAnnouncementsFlagPersistence, setAnnouncementsFlagService, setBeanIdentifier, setCounterLocalService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAnnouncementsDelivery, updateAnnouncementsDelivery
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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

addUserDelivery

public AnnouncementsDelivery addUserDelivery(long userId,
                                             String type)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

deleteDeliveries

public void deleteDeliveries(long userId)
                      throws SystemException
Throws:
SystemException

deleteDelivery

public void deleteDelivery(AnnouncementsDelivery delivery)
                    throws SystemException
Throws:
SystemException

deleteDelivery

public void deleteDelivery(long deliveryId)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

deleteDelivery

public void deleteDelivery(long userId,
                           String type)
                    throws SystemException
Throws:
SystemException

getDelivery

public AnnouncementsDelivery getDelivery(long deliveryId)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getUserDeliveries

public List<AnnouncementsDelivery> getUserDeliveries(long userId)
                                              throws PortalException,
                                                     SystemException
Throws:
PortalException
SystemException

getUserDelivery

public AnnouncementsDelivery getUserDelivery(long userId,
                                             String type)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

updateDelivery

public AnnouncementsDelivery updateDelivery(long userId,
                                            String type,
                                            boolean email,
                                            boolean sms,
                                            boolean website)
                                     throws PortalException,
                                            SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3