Class CounterLocalServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.counter.service.base.CounterLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.counter.kernel.service.CounterLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService
Direct Known Subclasses:
CounterLocalServiceImpl

public abstract class CounterLocalServiceBaseImpl extends com.liferay.portal.kernel.service.BaseLocalServiceImpl implements com.liferay.counter.kernel.service.CounterLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the counter local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in CounterLocalServiceImpl.

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

    • counterLocalService

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

      @BeanReference(type=com.liferay.counter.kernel.service.persistence.CounterFinder.class) protected com.liferay.counter.kernel.service.persistence.CounterFinder counterFinder
  • Constructor Details

    • CounterLocalServiceBaseImpl

      public CounterLocalServiceBaseImpl()
  • Method Details

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

      public com.liferay.counter.kernel.service.persistence.CounterFinder getCounterFinder()
      Returns the counter finder.
      Returns:
      the counter finder
    • setCounterFinder

      public void setCounterFinder(com.liferay.counter.kernel.service.persistence.CounterFinder counterFinder)
      Sets the counter finder.
      Parameters:
      counterFinder - the counter finder
    • afterPropertiesSet

      public void afterPropertiesSet()
    • destroy

      public void destroy()
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.counter.kernel.service.CounterLocalService
      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()