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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in UserNotificationEventServiceImpl
.
UserNotificationEventServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.UserNotificationEventLocalService |
userNotificationEventLocalService |
protected com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence |
userNotificationEventPersistence |
protected com.liferay.portal.kernel.service.UserNotificationEventService |
userNotificationEventService |
Constructor and Description |
---|
UserNotificationEventServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.service.UserNotificationEventLocalService |
getUserNotificationEventLocalService()
Returns the user notification event local service.
|
com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence |
getUserNotificationEventPersistence()
Returns the user notification event persistence.
|
com.liferay.portal.kernel.service.UserNotificationEventService |
getUserNotificationEventService()
Returns the user notification event remote service.
|
protected void |
runSQL(String sql)
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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.UserNotificationEventLocalService.class) protected com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService
@BeanReference(type=com.liferay.portal.kernel.service.UserNotificationEventService.class) protected com.liferay.portal.kernel.service.UserNotificationEventService userNotificationEventService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public UserNotificationEventServiceBaseImpl()
public com.liferay.portal.kernel.service.UserNotificationEventLocalService getUserNotificationEventLocalService()
public void setUserNotificationEventLocalService(com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService)
userNotificationEventLocalService
- the user notification event local servicepublic com.liferay.portal.kernel.service.UserNotificationEventService getUserNotificationEventService()
public void setUserNotificationEventService(com.liferay.portal.kernel.service.UserNotificationEventService userNotificationEventService)
userNotificationEventService
- the user notification event remote servicepublic com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence getUserNotificationEventPersistence()
public void setUserNotificationEventPersistence(com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence)
userNotificationEventPersistence
- the user notification event persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.UserNotificationEventService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query