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 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

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.UserNotificationEventService
      Returns:
      the OSGi service identifier
    • getModelClass

      protected Class<?> getModelClass()
    • getModelClassName

      protected String getModelClassName()
    • runSQL

      protected void runSQL(String sql)
      Performs a SQL query.
      Parameters:
      sql - the sql query