com.liferay.portlet.announcements.service.impl
Class AnnouncementsDeliveryLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, AnnouncementsDeliveryLocalService
public class AnnouncementsDeliveryLocalServiceImpl
- extends AnnouncementsDeliveryLocalServiceBaseImpl
| Methods inherited from class com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl |
addAnnouncementsDelivery, afterPropertiesSet, createAnnouncementsDelivery, deleteAnnouncementsDelivery, deleteAnnouncementsDelivery, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAnnouncementsDelivery, getActionableDynamicQuery, getAnnouncementsDeliveries, getAnnouncementsDeliveriesCount, getAnnouncementsDelivery, getAnnouncementsDeliveryLocalService, getAnnouncementsDeliveryPersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setAnnouncementsDeliveryLocalService, setAnnouncementsDeliveryPersistence, setCounterLocalService, setUserFinder, setUserLocalService, setUserPersistence, 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
- Throws:
PortalException
deleteDeliveries
public void deleteDeliveries(long userId)
deleteDelivery
public void deleteDelivery(AnnouncementsDelivery delivery)
deleteDelivery
public void deleteDelivery(long deliveryId)
throws PortalException
- Throws:
PortalException
deleteDelivery
public void deleteDelivery(long userId,
String type)
getDelivery
public AnnouncementsDelivery getDelivery(long deliveryId)
throws PortalException
- Throws:
PortalException
getUserDeliveries
public List<AnnouncementsDelivery> getUserDeliveries(long userId)
throws PortalException
- Throws:
PortalException
getUserDelivery
public AnnouncementsDelivery getUserDelivery(long userId,
String type)
throws PortalException
- Throws:
PortalException
updateDelivery
public AnnouncementsDelivery updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
throws PortalException
- Throws:
PortalException