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.UserNotificationDeliveryaddUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) voiddeleteUserNotificationDeliveries(long userId) voiddeleteUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType) com.liferay.portal.kernel.model.UserNotificationDeliveryfetchUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType) com.liferay.portal.kernel.model.UserNotificationDeliverygetUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) com.liferay.portal.kernel.model.UserNotificationDeliveryupdateUserNotificationDelivery(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, updateUserNotificationDeliveryMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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)
-