public class UserNotificationDeliveryLocalServiceImpl extends UserNotificationDeliveryLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, userFinder, userLocalService, userNotificationDeliveryLocalService, userNotificationDeliveryPersistence, userPersistence| Constructor and Description |
|---|
UserNotificationDeliveryLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.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) |
addUserNotificationDelivery, afterPropertiesSet, createUserNotificationDelivery, deletePersistedModel, deleteUserNotificationDelivery, deleteUserNotificationDelivery, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserNotificationDelivery, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserFinder, getUserLocalService, getUserNotificationDeliveries, getUserNotificationDeliveriesCount, getUserNotificationDelivery, getUserNotificationDeliveryLocalService, getUserNotificationDeliveryPersistence, getUserPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setUserFinder, setUserLocalService, setUserNotificationDeliveryLocalService, setUserNotificationDeliveryPersistence, setUserPersistence, updateUserNotificationDeliverypublic UserNotificationDeliveryLocalServiceImpl()
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
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteUserNotificationDeliveries(long userId)
public void deleteUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
public com.liferay.portal.kernel.model.UserNotificationDelivery fetchUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
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
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.UserNotificationDelivery updateUserNotificationDelivery(long userNotificationDeliveryId,
boolean deliver)