Package com.liferay.portal.service.impl
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
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.UserNotificationDeliveryLocalServiceBaseImpl
counterLocalService, userNotificationDeliveryLocalService, userNotificationDeliveryPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.UserNotificationDelivery
addUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) void
deleteUserNotificationDeliveries
(long userId) void
deleteUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType) com.liferay.portal.kernel.model.UserNotificationDelivery
fetchUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType) com.liferay.portal.kernel.model.UserNotificationDelivery
getUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) com.liferay.portal.kernel.model.UserNotificationDelivery
updateUserNotificationDelivery
(long userNotificationDeliveryId, boolean deliver) Methods inherited from class com.liferay.portal.service.base.UserNotificationDeliveryLocalServiceBaseImpl
addUserNotificationDelivery, afterPropertiesSet, createPersistedModel, createUserNotificationDelivery, deletePersistedModel, deleteUserNotificationDelivery, deleteUserNotificationDelivery, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserNotificationDelivery, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserNotificationDeliveries, getUserNotificationDeliveriesCount, getUserNotificationDelivery, getUserNotificationDeliveryLocalService, getUserNotificationDeliveryPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setUserNotificationDeliveryLocalService, setUserNotificationDeliveryPersistence, updateUserNotificationDelivery
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
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)
-