|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.UserNotificationEventLocalServiceWrapper
@ProviderType public class UserNotificationEventLocalServiceWrapper
Provides a wrapper for UserNotificationEventLocalService.
UserNotificationEventLocalService| Constructor Summary | |
|---|---|
UserNotificationEventLocalServiceWrapper(UserNotificationEventLocalService userNotificationEventLocalService)
|
|
| Method Summary | ||
|---|---|---|
UserNotificationEvent |
addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent)
|
|
UserNotificationEvent |
addUserNotificationEvent(long userId,
NotificationEvent notificationEvent)
|
|
UserNotificationEvent |
addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean actionRequired,
boolean archived,
ServiceContext serviceContext)
|
|
UserNotificationEvent |
addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
|
|
UserNotificationEvent |
addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
Deprecated. As of 7.0.0 addUserNotificationEvent(long, String,
long, int, long, String, boolean, ServiceContext) |
|
UserNotificationEvent |
addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database. |
|
List<UserNotificationEvent> |
addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents)
|
|
UserNotificationEvent |
createUserNotificationEvent(long userNotificationEventId)
Creates a new user notification event with the primary key. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
UserNotificationEvent |
deleteUserNotificationEvent(long userNotificationEventId)
Deletes the user notification event with the primary key from the database. |
|
void |
deleteUserNotificationEvent(String uuid,
long companyId)
|
|
UserNotificationEvent |
deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database. |
|
void |
deleteUserNotificationEvents(Collection<String> uuids,
long companyId)
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
UserNotificationEvent |
fetchUserNotificationEvent(long userNotificationEventId)
|
|
UserNotificationEvent |
fetchUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
List<UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean archived)
|
|
List<UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived)
|
|
List<UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end)
|
|
List<UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
|
|
List<UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived)
|
|
List<UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
|
|
List<UserNotificationEvent> |
getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end)
|
|
List<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)
|
|
List<UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered)
|
|
List<UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired)
|
|
List<UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end)
|
|
List<UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
boolean delivered,
int start,
int end)
|
|
List<UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered)
|
|
List<UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
|
|
List<UserNotificationEvent> |
getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end)
|
|
List<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)
|
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
List<UserNotificationEvent> |
getTypeNotificationEvents(String type)
|
|
UserNotificationEvent |
getUserNotificationEvent(long userNotificationEventId)
Returns the user notification event with the primary key. |
|
UserNotificationEvent |
getUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company. |
|
List<UserNotificationEvent> |
getUserNotificationEvents(int start,
int end)
Returns a range of all the user notification events. |
|
List<UserNotificationEvent> |
getUserNotificationEvents(long userId)
|
|
List<UserNotificationEvent> |
getUserNotificationEvents(long userId,
boolean archived)
Deprecated. As of 6.2.0 getArchivedUserNotificationEvents(long,
boolean) |
|
List<UserNotificationEvent> |
getUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
Deprecated. As of 6.2.0 getArchivedUserNotificationEvents(long,
boolean, int, int) |
|
List<UserNotificationEvent> |
getUserNotificationEvents(long userId,
int deliveryType)
|
|
List<UserNotificationEvent> |
getUserNotificationEvents(long userId,
int start,
int end)
|
|
List<UserNotificationEvent> |
getUserNotificationEvents(long userId,
int deliveryType,
int start,
int end)
|
|
int |
getUserNotificationEventsCount()
Returns the number of user notification events. |
|
int |
getUserNotificationEventsCount(long userId)
|
|
int |
getUserNotificationEventsCount(long userId,
boolean archived)
Deprecated. As of 6.2.0 getArchivedUserNotificationEventsCount(long, boolean) |
|
int |
getUserNotificationEventsCount(long userId,
int deliveryType)
|
|
int |
getUserNotificationEventsCount(long userId,
String type,
int deliveryType,
boolean archived)
|
|
UserNotificationEventLocalService |
getWrappedService()
|
|
UserNotificationEvent |
sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject)
|
|
UserNotificationEvent |
sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject)
|
|
void |
setWrappedService(UserNotificationEventLocalService userNotificationEventLocalService)
|
|
UserNotificationEvent |
updateUserNotificationEvent(String uuid,
long companyId,
boolean archive)
|
|
UserNotificationEvent |
updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist. |
|
List<UserNotificationEvent> |
updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserNotificationEventLocalServiceWrapper(UserNotificationEventLocalService userNotificationEventLocalService)
| Method Detail |
|---|
public UserNotificationEvent addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent)
throws PortalException
addUserNotificationEvent in interface UserNotificationEventLocalServicePortalException
public UserNotificationEvent addUserNotificationEvent(long userId,
NotificationEvent notificationEvent)
throws PortalException
addUserNotificationEvent in interface UserNotificationEventLocalServicePortalException
@Deprecated
public UserNotificationEvent addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
throws PortalException
addUserNotificationEvent(long, String,
long, int, long, String, boolean, ServiceContext)
addUserNotificationEvent in interface UserNotificationEventLocalServicePortalException
public UserNotificationEvent addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean actionRequired,
boolean archived,
ServiceContext serviceContext)
throws PortalException
addUserNotificationEvent in interface UserNotificationEventLocalServicePortalException
public UserNotificationEvent addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
throws PortalException
addUserNotificationEvent in interface UserNotificationEventLocalServicePortalExceptionpublic UserNotificationEvent addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
addUserNotificationEvent in interface UserNotificationEventLocalServiceuserNotificationEvent - the user notification event
public List<UserNotificationEvent> addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents)
throws PortalException
addUserNotificationEvents in interface UserNotificationEventLocalServicePortalExceptionpublic UserNotificationEvent createUserNotificationEvent(long userNotificationEventId)
createUserNotificationEvent in interface UserNotificationEventLocalServiceuserNotificationEventId - the primary key for the new user notification event
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface UserNotificationEventLocalServicePortalExceptionpublic UserNotificationEvent deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
deleteUserNotificationEvent in interface UserNotificationEventLocalServiceuserNotificationEvent - the user notification event
public UserNotificationEvent deleteUserNotificationEvent(long userNotificationEventId)
throws PortalException
deleteUserNotificationEvent in interface UserNotificationEventLocalServiceuserNotificationEventId - the primary key of the user notification event
PortalException - if a user notification event with the primary key could not be found
public void deleteUserNotificationEvent(String uuid,
long companyId)
deleteUserNotificationEvent in interface UserNotificationEventLocalService
public void deleteUserNotificationEvents(Collection<String> uuids,
long companyId)
deleteUserNotificationEvents in interface UserNotificationEventLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface UserNotificationEventLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface UserNotificationEventLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserNotificationEventModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface UserNotificationEventLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserNotificationEventModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface UserNotificationEventLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface UserNotificationEventLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface UserNotificationEventLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public UserNotificationEvent fetchUserNotificationEvent(long userNotificationEventId)
fetchUserNotificationEvent in interface UserNotificationEventLocalService
public UserNotificationEvent fetchUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
fetchUserNotificationEventByUuidAndCompanyId in interface UserNotificationEventLocalServiceuuid - the user notification event's UUIDcompanyId - the primary key of the company
null if a matching user notification event could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean archived)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived,
int start,
int end)
getArchivedUserNotificationEvents in interface UserNotificationEventLocalService
public int getArchivedUserNotificationEventsCount(long userId,
boolean actionRequired,
boolean archived)
getArchivedUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getArchivedUserNotificationEventsCount(long userId,
boolean archived)
getArchivedUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getArchivedUserNotificationEventsCount(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
getArchivedUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getArchivedUserNotificationEventsCount(long userId,
int deliveryType,
boolean archived)
getArchivedUserNotificationEventsCount in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
boolean delivered,
int start,
int end)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
int start,
int end)
getDeliveredUserNotificationEvents in interface UserNotificationEventLocalService
public int getDeliveredUserNotificationEventsCount(long userId,
boolean delivered)
getDeliveredUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getDeliveredUserNotificationEventsCount(long userId,
boolean delivered,
boolean actionRequired)
getDeliveredUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getDeliveredUserNotificationEventsCount(long userId,
int deliveryType,
boolean delivered)
getDeliveredUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getDeliveredUserNotificationEventsCount(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
getDeliveredUserNotificationEventsCount in interface UserNotificationEventLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface UserNotificationEventLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserNotificationEventLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface UserNotificationEventLocalServicePortalExceptionpublic List<UserNotificationEvent> getTypeNotificationEvents(String type)
getTypeNotificationEvents in interface UserNotificationEventLocalService
public UserNotificationEvent getUserNotificationEvent(long userNotificationEventId)
throws PortalException
getUserNotificationEvent in interface UserNotificationEventLocalServiceuserNotificationEventId - the primary key of the user notification event
PortalException - if a user notification event with the primary key could not be found
public UserNotificationEvent getUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException
getUserNotificationEventByUuidAndCompanyId in interface UserNotificationEventLocalServiceuuid - the user notification event's UUIDcompanyId - the primary key of the company
PortalException - if a matching user notification event could not be found
public List<UserNotificationEvent> getUserNotificationEvents(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserNotificationEventModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getUserNotificationEvents in interface UserNotificationEventLocalServicestart - the lower bound of the range of user notification eventsend - the upper bound of the range of user notification events (not inclusive)
public List<UserNotificationEvent> getUserNotificationEvents(long userId)
getUserNotificationEvents in interface UserNotificationEventLocalService
@Deprecated
public List<UserNotificationEvent> getUserNotificationEvents(long userId,
boolean archived)
getArchivedUserNotificationEvents(long,
boolean)
getUserNotificationEvents in interface UserNotificationEventLocalService
@Deprecated
public List<UserNotificationEvent> getUserNotificationEvents(long userId,
boolean archived,
int start,
int end)
getArchivedUserNotificationEvents(long,
boolean, int, int)
getUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getUserNotificationEvents(long userId,
int deliveryType)
getUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getUserNotificationEvents(long userId,
int deliveryType,
int start,
int end)
getUserNotificationEvents in interface UserNotificationEventLocalService
public List<UserNotificationEvent> getUserNotificationEvents(long userId,
int start,
int end)
getUserNotificationEvents in interface UserNotificationEventLocalServicepublic int getUserNotificationEventsCount()
getUserNotificationEventsCount in interface UserNotificationEventLocalServicepublic int getUserNotificationEventsCount(long userId)
getUserNotificationEventsCount in interface UserNotificationEventLocalService
@Deprecated
public int getUserNotificationEventsCount(long userId,
boolean archived)
getArchivedUserNotificationEventsCount(long, boolean)
getUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getUserNotificationEventsCount(long userId,
int deliveryType)
getUserNotificationEventsCount in interface UserNotificationEventLocalService
public int getUserNotificationEventsCount(long userId,
String type,
int deliveryType,
boolean archived)
getUserNotificationEventsCount in interface UserNotificationEventLocalService
public UserNotificationEvent sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject)
throws PortalException
sendUserNotificationEvents in interface UserNotificationEventLocalServicePortalException
public UserNotificationEvent sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject)
throws PortalException
sendUserNotificationEvents in interface UserNotificationEventLocalServicePortalExceptionpublic UserNotificationEvent updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
updateUserNotificationEvent in interface UserNotificationEventLocalServiceuserNotificationEvent - the user notification event
public UserNotificationEvent updateUserNotificationEvent(String uuid,
long companyId,
boolean archive)
updateUserNotificationEvent in interface UserNotificationEventLocalService
public List<UserNotificationEvent> updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive)
updateUserNotificationEvents in interface UserNotificationEventLocalServicepublic UserNotificationEventLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<UserNotificationEventLocalService>public void setWrappedService(UserNotificationEventLocalService userNotificationEventLocalService)
setWrappedService in interface ServiceWrapper<UserNotificationEventLocalService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||