com.liferay.portal.service.impl
Class UserNotificationDeliveryLocalServiceImpl
java.lang.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
|
Method Summary |
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)
|
| Methods inherited from class com.liferay.portal.service.base.UserNotificationDeliveryLocalServiceBaseImpl |
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, 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 |
UserNotificationDeliveryLocalServiceImpl
public UserNotificationDeliveryLocalServiceImpl()
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)