Package com.liferay.portal.service.impl
Class UserNotificationEventServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.UserNotificationEventServiceBaseImpl
com.liferay.portal.service.impl.UserNotificationEventServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.UserNotificationEventService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.UserNotificationEventServiceBaseImpl
counterLocalService, userNotificationEventLocalService, userNotificationEventPersistence, userNotificationEventService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.UserNotificationEvent
getUserNotificationEvent
(long userNotificationEventId) com.liferay.portal.kernel.model.UserNotificationEvent
updateUserNotificationEvent
(String uuid, long companyId, boolean archive) Methods inherited from class com.liferay.portal.service.base.UserNotificationEventServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getUserNotificationEventLocalService, getUserNotificationEventPersistence, getUserNotificationEventService, runSQL, setCounterLocalService, setUserNotificationEventLocalService, setUserNotificationEventPersistence, setUserNotificationEventService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
UserNotificationEventServiceImpl
public UserNotificationEventServiceImpl()
-
-
Method Details
-
getUserNotificationEvent
public com.liferay.portal.kernel.model.UserNotificationEvent getUserNotificationEvent(long userNotificationEventId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateUserNotificationEvent
public com.liferay.portal.kernel.model.UserNotificationEvent updateUserNotificationEvent(String uuid, long companyId, boolean archive) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-