Package com.liferay.portal.service.base
Class UserNotificationEventServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.UserNotificationEventServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.UserNotificationEventService
- Direct Known Subclasses:
UserNotificationEventServiceImpl
public abstract class UserNotificationEventServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.UserNotificationEventService
Provides the base implementation for the user notification event remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in UserNotificationEventServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected com.liferay.portal.kernel.service.UserNotificationEventLocalService
protected com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
protected com.liferay.portal.kernel.service.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 TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.protected Class<?>
protected String
Returns the OSGi service identifier.com.liferay.portal.kernel.service.UserNotificationEventLocalService
Returns the user notification event local service.com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
Returns the user notification event persistence.com.liferay.portal.kernel.service.UserNotificationEventService
Returns the user notification event remote service.protected void
Performs a SQL query.void
setCounterLocalService
(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.void
setUserNotificationEventLocalService
(com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService) Sets the user notification event local service.void
setUserNotificationEventPersistence
(com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence) Sets the user notification event persistence.void
setUserNotificationEventService
(com.liferay.portal.kernel.service.UserNotificationEventService userNotificationEventService) Sets the user notification event remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.UserNotificationEventService
getUserNotificationEvent, updateUserNotificationEvent
-
Field Details
-
userNotificationEventLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserNotificationEventLocalService.class) protected com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService -
userNotificationEventService
@BeanReference(type=com.liferay.portal.kernel.service.UserNotificationEventService.class) protected com.liferay.portal.kernel.service.UserNotificationEventService userNotificationEventService -
userNotificationEventPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
UserNotificationEventServiceBaseImpl
public UserNotificationEventServiceBaseImpl()
-
-
Method Details
-
getUserNotificationEventLocalService
public com.liferay.portal.kernel.service.UserNotificationEventLocalService getUserNotificationEventLocalService()Returns the user notification event local service.- Returns:
- the user notification event local service
-
setUserNotificationEventLocalService
public void setUserNotificationEventLocalService(com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService) Sets the user notification event local service.- Parameters:
userNotificationEventLocalService
- the user notification event local service
-
getUserNotificationEventService
public com.liferay.portal.kernel.service.UserNotificationEventService getUserNotificationEventService()Returns the user notification event remote service.- Returns:
- the user notification event remote service
-
setUserNotificationEventService
public void setUserNotificationEventService(com.liferay.portal.kernel.service.UserNotificationEventService userNotificationEventService) Sets the user notification event remote service.- Parameters:
userNotificationEventService
- the user notification event remote service
-
getUserNotificationEventPersistence
public com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence getUserNotificationEventPersistence()Returns the user notification event persistence.- Returns:
- the user notification event persistence
-
setUserNotificationEventPersistence
public void setUserNotificationEventPersistence(com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence) Sets the user notification event persistence.- Parameters:
userNotificationEventPersistence
- the user notification event persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService
- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.UserNotificationEventService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-