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.CounterLocalServiceprotected com.liferay.portal.kernel.service.UserNotificationEventLocalServiceprotected com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistenceprotected com.liferay.portal.kernel.service.UserNotificationEventServiceFields 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 TypeMethodDescriptionvoidvoiddestroy()com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.protected Class<?>protected StringReturns the OSGi service identifier.com.liferay.portal.kernel.service.UserNotificationEventLocalServiceReturns the user notification event local service.com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistenceReturns the user notification event persistence.com.liferay.portal.kernel.service.UserNotificationEventServiceReturns the user notification event remote service.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetUserNotificationEventLocalService(com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService) Sets the user notification event local service.voidsetUserNotificationEventPersistence(com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence) Sets the user notification event persistence.voidsetUserNotificationEventService(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, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.service.UserNotificationEventService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-