com.liferay.portlet.announcements.service.impl
Class AnnouncementsDeliveryLocalServiceImpl
java.lang.Object
com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryLocalServiceImpl
- All Implemented Interfaces:
- AnnouncementsDeliveryLocalService
public class AnnouncementsDeliveryLocalServiceImpl
- extends AnnouncementsDeliveryLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl |
announcementsDeliveryLocalService, announcementsDeliveryPersistence, announcementsDeliveryService, announcementsEntryFinder, announcementsEntryLocalService, announcementsEntryPersistence, announcementsEntryService, announcementsFlagLocalService, announcementsFlagPersistence, announcementsFlagService, counterLocalService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Methods inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl |
addAnnouncementsDelivery, createAnnouncementsDelivery, deleteAnnouncementsDelivery, deleteAnnouncementsDelivery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getAnnouncementsDeliveries, getAnnouncementsDeliveriesCount, getAnnouncementsDelivery, getAnnouncementsDeliveryLocalService, getAnnouncementsDeliveryPersistence, getAnnouncementsDeliveryService, getAnnouncementsEntryFinder, getAnnouncementsEntryLocalService, getAnnouncementsEntryPersistence, getAnnouncementsEntryService, getAnnouncementsFlagLocalService, getAnnouncementsFlagPersistence, getAnnouncementsFlagService, getCounterLocalService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAnnouncementsDeliveryLocalService, setAnnouncementsDeliveryPersistence, setAnnouncementsDeliveryService, setAnnouncementsEntryFinder, setAnnouncementsEntryLocalService, setAnnouncementsEntryPersistence, setAnnouncementsEntryService, setAnnouncementsFlagLocalService, setAnnouncementsFlagPersistence, setAnnouncementsFlagService, setCounterLocalService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAnnouncementsDelivery, updateAnnouncementsDelivery |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsDeliveryLocalServiceImpl
public AnnouncementsDeliveryLocalServiceImpl()
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(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