@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface UserNotificationEventService extends BaseService
UserNotificationEventServiceUtil
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
UserNotificationEvent |
getUserNotificationEvent(long userNotificationEventId) |
UserNotificationEvent |
updateUserNotificationEvent(String uuid,
long companyId,
boolean archive) |
String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws PortalException
PortalException
UserNotificationEvent updateUserNotificationEvent(String uuid, long companyId, boolean archive) throws PortalException
PortalException