public class UserNotificationEventLocalServiceImpl extends UserNotificationEventLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, userFinder, userLocalService, userNotificationEventLocalService, userNotificationEventPersistence, userPersistence, userService| Constructor and Description |
|---|
UserNotificationEventLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.UserNotificationEvent |
addUserNotificationEvent(long userId,
boolean actionRequired,
com.liferay.portal.kernel.notifications.NotificationEvent notificationEvent) |
com.liferay.portal.model.UserNotificationEvent |
addUserNotificationEvent(long userId,
com.liferay.portal.kernel.notifications.NotificationEvent notificationEvent) |
com.liferay.portal.model.UserNotificationEvent |
addUserNotificationEvent(long userId,
java.lang.String type,
long timestamp,
int deliveryType,
long deliverBy,
java.lang.String payload,
boolean actionRequired,
boolean archived,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portal.model.UserNotificationEvent |
addUserNotificationEvent(long userId,
java.lang.String type,
long timestamp,
int deliveryType,
long deliverBy,
java.lang.String payload,
boolean archived,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portal.model.UserNotificationEvent |
addUserNotificationEvent(long userId,
java.lang.String type,
long timestamp,
long deliverBy,
java.lang.String payload,
boolean archived,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated.
|
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
addUserNotificationEvents(long userId,
java.util.Collection<com.liferay.portal.kernel.notifications.NotificationEvent> notificationEvents) |
void |
deleteUserNotificationEvent(java.lang.String uuid,
long companyId) |
void |
deleteUserNotificationEvents(java.util.Collection<java.lang.String> uuids,
long companyId) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean archived) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean archived,
int start,
int end) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived,
int start,
int end) |
int |
getArchivedUserNotificationEventsCount(long userId,
boolean archived) |
int |
getArchivedUserNotificationEventsCount(long userId,
boolean actionRequired,
boolean archived) |
int |
getArchivedUserNotificationEventsCount(long userId,
int deliveryType,
boolean archived) |
int |
getArchivedUserNotificationEventsCount(long userId,
int deliveryType,
boolean actionRequired,
boolean archived) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered,
int start,
int end) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
int start,
int end) |
int |
getDeliveredUserNotificationEventsCount(long userId,
boolean delivered) |
int |
getDeliveredUserNotificationEventsCount(long userId,
boolean delivered,
boolean actionRequired) |
int |
getDeliveredUserNotificationEventsCount(long userId,
int deliveryType,
boolean delivered) |
int |
getDeliveredUserNotificationEventsCount(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getUserNotificationEvents(long userId) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getUserNotificationEvents(long userId,
boolean archived)
Deprecated.
As of 6.2.0
getArchivedUserNotificationEvents(long,
boolean) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
Deprecated.
|
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getUserNotificationEvents(long userId,
int deliveryType) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getUserNotificationEvents(long userId,
int start,
int end) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
getUserNotificationEvents(long userId,
int deliveryType,
int start,
int end) |
int |
getUserNotificationEventsCount(long userId) |
int |
getUserNotificationEventsCount(long userId,
boolean archived)
Deprecated.
|
int |
getUserNotificationEventsCount(long userId,
int deliveryType) |
protected void |
sendPushNotification(com.liferay.portal.kernel.notifications.NotificationEvent notificationEvent) |
com.liferay.portal.model.UserNotificationEvent |
sendUserNotificationEvents(long userId,
java.lang.String portletId,
int deliveryType,
boolean actionRequired,
com.liferay.portal.kernel.json.JSONObject notificationEventJSONObject) |
com.liferay.portal.model.UserNotificationEvent |
sendUserNotificationEvents(long userId,
java.lang.String portletId,
int deliveryType,
com.liferay.portal.kernel.json.JSONObject notificationEventJSONObject) |
com.liferay.portal.model.UserNotificationEvent |
updateUserNotificationEvent(java.lang.String uuid,
long companyId,
boolean archive) |
java.util.List<com.liferay.portal.model.UserNotificationEvent> |
updateUserNotificationEvents(java.util.Collection<java.lang.String> uuids,
long companyId,
boolean archive) |
addUserNotificationEvent, afterPropertiesSet, createUserNotificationEvent, deletePersistedModel, deleteUserNotificationEvent, deleteUserNotificationEvent, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserNotificationEvent, fetchUserNotificationEventByUuidAndCompanyId, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getUserFinder, getUserLocalService, getUserNotificationEvent, getUserNotificationEventByUuidAndCompanyId, getUserNotificationEventLocalService, getUserNotificationEventPersistence, getUserNotificationEvents, getUserNotificationEventsCount, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setUserFinder, setUserLocalService, setUserNotificationEventLocalService, setUserNotificationEventPersistence, setUserPersistence, setUserService, updateUserNotificationEventpublic UserNotificationEventLocalServiceImpl()
public com.liferay.portal.model.UserNotificationEvent addUserNotificationEvent(long userId,
boolean actionRequired,
com.liferay.portal.kernel.notifications.NotificationEvent notificationEvent)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.UserNotificationEvent addUserNotificationEvent(long userId,
com.liferay.portal.kernel.notifications.NotificationEvent notificationEvent)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.UserNotificationEvent addUserNotificationEvent(long userId,
java.lang.String type,
long timestamp,
int deliveryType,
long deliverBy,
java.lang.String payload,
boolean actionRequired,
boolean archived,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.UserNotificationEvent addUserNotificationEvent(long userId,
java.lang.String type,
long timestamp,
int deliveryType,
long deliverBy,
java.lang.String payload,
boolean archived,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public com.liferay.portal.model.UserNotificationEvent addUserNotificationEvent(long userId,
java.lang.String type,
long timestamp,
long deliverBy,
java.lang.String payload,
boolean archived,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
addUserNotificationEvent(long, String,
long, int, long, String, boolean, ServiceContext)com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.model.UserNotificationEvent> addUserNotificationEvents(long userId,
java.util.Collection<com.liferay.portal.kernel.notifications.NotificationEvent> notificationEvents)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteUserNotificationEvent(java.lang.String uuid,
long companyId)
public void deleteUserNotificationEvents(java.util.Collection<java.lang.String> uuids,
long companyId)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean archived)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived,
int start,
int end)
public int getArchivedUserNotificationEventsCount(long userId,
boolean archived)
public int getArchivedUserNotificationEventsCount(long userId,
boolean actionRequired,
boolean archived)
public int getArchivedUserNotificationEventsCount(long userId,
int deliveryType,
boolean archived)
public int getArchivedUserNotificationEventsCount(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered,
int start,
int end)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
int start,
int end)
public int getDeliveredUserNotificationEventsCount(long userId,
boolean delivered)
public int getDeliveredUserNotificationEventsCount(long userId,
boolean delivered,
boolean actionRequired)
public int getDeliveredUserNotificationEventsCount(long userId,
int deliveryType,
boolean delivered)
public int getDeliveredUserNotificationEventsCount(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getUserNotificationEvents(long userId)
@Deprecated
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getUserNotificationEvents(long userId,
boolean archived)
getArchivedUserNotificationEvents(long,
boolean)@Deprecated
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
getArchivedUserNotificationEvents(long,
boolean, int, int)public java.util.List<com.liferay.portal.model.UserNotificationEvent> getUserNotificationEvents(long userId,
int deliveryType)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getUserNotificationEvents(long userId,
int start,
int end)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> getUserNotificationEvents(long userId,
int deliveryType,
int start,
int end)
public int getUserNotificationEventsCount(long userId)
@Deprecated
public int getUserNotificationEventsCount(long userId,
boolean archived)
getArchivedUserNotificationEventsCount(long, boolean)public int getUserNotificationEventsCount(long userId,
int deliveryType)
public com.liferay.portal.model.UserNotificationEvent sendUserNotificationEvents(long userId,
java.lang.String portletId,
int deliveryType,
boolean actionRequired,
com.liferay.portal.kernel.json.JSONObject notificationEventJSONObject)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.UserNotificationEvent sendUserNotificationEvents(long userId,
java.lang.String portletId,
int deliveryType,
com.liferay.portal.kernel.json.JSONObject notificationEventJSONObject)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.UserNotificationEvent updateUserNotificationEvent(java.lang.String uuid,
long companyId,
boolean archive)
public java.util.List<com.liferay.portal.model.UserNotificationEvent> updateUserNotificationEvents(java.util.Collection<java.lang.String> uuids,
long companyId,
boolean archive)
protected void sendPushNotification(com.liferay.portal.kernel.notifications.NotificationEvent notificationEvent)