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