Class AnnouncementsDeliveryServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryServiceBaseImpl
All Implemented Interfaces:
com.liferay.announcements.kernel.service.AnnouncementsDeliveryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
AnnouncementsDeliveryServiceImpl

public abstract class AnnouncementsDeliveryServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.announcements.kernel.service.AnnouncementsDeliveryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the announcements delivery 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 AnnouncementsDeliveryServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

    • announcementsDeliveryLocalService

      @BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService.class) protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
    • announcementsDeliveryService

      @BeanReference(type=com.liferay.announcements.kernel.service.AnnouncementsDeliveryService.class) protected com.liferay.announcements.kernel.service.AnnouncementsDeliveryService announcementsDeliveryService
    • announcementsDeliveryPersistence

      @BeanReference(type=com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence.class) protected com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
    • counterLocalService

      @BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
  • Constructor Details

    • AnnouncementsDeliveryServiceBaseImpl

      public AnnouncementsDeliveryServiceBaseImpl()
  • Method Details

    • getAnnouncementsDeliveryLocalService

      public com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
      Returns the announcements delivery local service.
      Returns:
      the announcements delivery local service
    • setAnnouncementsDeliveryLocalService

      public void setAnnouncementsDeliveryLocalService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
      Sets the announcements delivery local service.
      Parameters:
      announcementsDeliveryLocalService - the announcements delivery local service
    • getAnnouncementsDeliveryService

      public com.liferay.announcements.kernel.service.AnnouncementsDeliveryService getAnnouncementsDeliveryService()
      Returns the announcements delivery remote service.
      Returns:
      the announcements delivery remote service
    • setAnnouncementsDeliveryService

      public void setAnnouncementsDeliveryService(com.liferay.announcements.kernel.service.AnnouncementsDeliveryService announcementsDeliveryService)
      Sets the announcements delivery remote service.
      Parameters:
      announcementsDeliveryService - the announcements delivery remote service
    • getAnnouncementsDeliveryPersistence

      public com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
      Returns the announcements delivery persistence.
      Returns:
      the announcements delivery persistence
    • setAnnouncementsDeliveryPersistence

      public void setAnnouncementsDeliveryPersistence(com.liferay.announcements.kernel.service.persistence.AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
      Sets the announcements delivery persistence.
      Parameters:
      announcementsDeliveryPersistence - the announcements delivery 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.announcements.kernel.service.AnnouncementsDeliveryService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      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