com.liferay.portal.service.impl
Class UserNotificationDeliveryLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.UserNotificationDeliveryLocalServiceBaseImpl
com.liferay.portal.service.impl.UserNotificationDeliveryLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, UserNotificationDeliveryLocalService
public class UserNotificationDeliveryLocalServiceImpl
- extends UserNotificationDeliveryLocalServiceBaseImpl
|
Method Summary |
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)
|
UserNotificationDelivery |
fetchUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
|
UserNotificationDelivery |
getUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserNotificationDeliveryLocalServiceImpl
public UserNotificationDeliveryLocalServiceImpl()
addUserNotificationDelivery
public UserNotificationDelivery addUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver)
throws PortalException
- Throws:
PortalException
deleteUserNotificationDeliveries
public void deleteUserNotificationDeliveries(long userId)
deleteUserNotificationDelivery
public void deleteUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
fetchUserNotificationDelivery
public UserNotificationDelivery fetchUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
getUserNotificationDelivery
public UserNotificationDelivery getUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver)
throws PortalException
- Throws:
PortalException
updateUserNotificationDelivery
public UserNotificationDelivery updateUserNotificationDelivery(long userNotificationDeliveryId,
boolean deliver)