public class UserNotificationEventLocalServiceImpl extends UserNotificationEventLocalServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, resourceLocalService, userLocalService, userNotificationEventLocalService, userNotificationEventPersistence, userPersistence, userService| Constructor and Description |
|---|
UserNotificationEventLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.notifications.model.UserNotificationEvent |
addUserNotificationEvent(long userNotificationEventId,
long userId,
long timeStamp,
boolean actionRequired,
boolean delivered,
boolean archived) |
List<com.liferay.notifications.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end) |
int |
getArchivedUserNotificationEventsCount(long userId,
boolean actionRequired,
boolean archived) |
List<com.liferay.notifications.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end) |
int |
getDeliveredUserNotificationEventsCount(long userId,
boolean delivered,
boolean actionRequired) |
com.liferay.notifications.model.UserNotificationEvent |
getNotificationEventByUserNotificationEventId(long userNotificationEventId) |
List<com.liferay.notifications.model.UserNotificationEvent> |
getUserNotificationEvents(long userId,
boolean actionRequired,
int start,
int end) |
int |
getUserNotificationEventsCount(long userId,
boolean actionRequired) |
com.liferay.notifications.model.UserNotificationEvent |
updateUserNotificationEvent(long notificationEventId,
long timeStamp,
boolean actionRequired,
boolean delivered,
boolean archived) |
protected void |
validate(long userNotificationEventId) |
addUserNotificationEvent, afterPropertiesSet, createUserNotificationEvent, deleteUserNotificationEvent, deleteUserNotificationEvent, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserNotificationEvent, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserLocalService, getUserNotificationEvent, getUserNotificationEventLocalService, getUserNotificationEventPersistence, getUserNotificationEvents, getUserNotificationEventsCount, getUserPersistence, getUserService, invokeMethod, runSQL, setBeanIdentifier, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setResourceLocalService, setUserLocalService, setUserNotificationEventLocalService, setUserNotificationEventPersistence, setUserPersistence, setUserService, updateUserNotificationEventpublic UserNotificationEventLocalServiceImpl()
public com.liferay.notifications.model.UserNotificationEvent addUserNotificationEvent(long userNotificationEventId,
long userId,
long timeStamp,
boolean actionRequired,
boolean delivered,
boolean archived)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic List<com.liferay.notifications.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId, boolean actionRequired, boolean archived, int start, int end) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic int getArchivedUserNotificationEventsCount(long userId,
boolean actionRequired,
boolean archived)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic List<com.liferay.notifications.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId, boolean delivered, boolean actionRequired, int start, int end) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic int getDeliveredUserNotificationEventsCount(long userId,
boolean delivered,
boolean actionRequired)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.notifications.model.UserNotificationEvent getNotificationEventByUserNotificationEventId(long userNotificationEventId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic List<com.liferay.notifications.model.UserNotificationEvent> getUserNotificationEvents(long userId, boolean actionRequired, int start, int end) throws com.liferay.portal.kernel.exception.PortalException, com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic int getUserNotificationEventsCount(long userId,
boolean actionRequired)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.notifications.model.UserNotificationEvent updateUserNotificationEvent(long notificationEventId,
long timeStamp,
boolean actionRequired,
boolean delivered,
boolean archived)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void validate(long userNotificationEventId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionCopyright © 2019. All Rights Reserved.