Class UserNotificationDeliveryLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.UserNotificationDeliveryLocalServiceBaseImpl
com.liferay.portal.service.impl.UserNotificationDeliveryLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.UserNotificationDeliveryLocalService

public class UserNotificationDeliveryLocalServiceImpl extends UserNotificationDeliveryLocalServiceBaseImpl
Author:
Jonathan Lee
  • Constructor Details

    • UserNotificationDeliveryLocalServiceImpl

      public UserNotificationDeliveryLocalServiceImpl()
  • Method Details

    • addUserNotificationDelivery

      public com.liferay.portal.kernel.model.UserNotificationDelivery addUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteUserNotificationDeliveries

      public void deleteUserNotificationDeliveries(long userId)
    • deleteUserNotificationDelivery

      public void deleteUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType)
    • fetchUserNotificationDelivery

      public com.liferay.portal.kernel.model.UserNotificationDelivery fetchUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType)
    • getUserNotificationDelivery

      public com.liferay.portal.kernel.model.UserNotificationDelivery getUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateUserNotificationDelivery

      public com.liferay.portal.kernel.model.UserNotificationDelivery updateUserNotificationDelivery(long userNotificationDeliveryId, boolean deliver)