Class AssetVocabularyGroupRelServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetVocabularyGroupRelServiceBaseImpl
All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetVocabularyGroupRelService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
AssetVocabularyGroupRelServiceImpl

public abstract class AssetVocabularyGroupRelServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.asset.kernel.service.AssetVocabularyGroupRelService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the asset vocabulary group rel 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 AssetVocabularyGroupRelServiceImpl.

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

    • assetVocabularyGroupRelLocalService

      @BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService.class) protected com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService assetVocabularyGroupRelLocalService
    • assetVocabularyGroupRelService

      @BeanReference(type=com.liferay.asset.kernel.service.AssetVocabularyGroupRelService.class) protected com.liferay.asset.kernel.service.AssetVocabularyGroupRelService assetVocabularyGroupRelService
    • assetVocabularyGroupRelPersistence

      @BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence assetVocabularyGroupRelPersistence
    • counterLocalService

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

    • AssetVocabularyGroupRelServiceBaseImpl

      public AssetVocabularyGroupRelServiceBaseImpl()
  • Method Details

    • getAssetVocabularyGroupRelLocalService

      public com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService getAssetVocabularyGroupRelLocalService()
      Returns the asset vocabulary group rel local service.
      Returns:
      the asset vocabulary group rel local service
    • setAssetVocabularyGroupRelLocalService

      public void setAssetVocabularyGroupRelLocalService(com.liferay.asset.kernel.service.AssetVocabularyGroupRelLocalService assetVocabularyGroupRelLocalService)
      Sets the asset vocabulary group rel local service.
      Parameters:
      assetVocabularyGroupRelLocalService - the asset vocabulary group rel local service
    • getAssetVocabularyGroupRelService

      public com.liferay.asset.kernel.service.AssetVocabularyGroupRelService getAssetVocabularyGroupRelService()
      Returns the asset vocabulary group rel remote service.
      Returns:
      the asset vocabulary group rel remote service
    • setAssetVocabularyGroupRelService

      public void setAssetVocabularyGroupRelService(com.liferay.asset.kernel.service.AssetVocabularyGroupRelService assetVocabularyGroupRelService)
      Sets the asset vocabulary group rel remote service.
      Parameters:
      assetVocabularyGroupRelService - the asset vocabulary group rel remote service
    • getAssetVocabularyGroupRelPersistence

      public com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence getAssetVocabularyGroupRelPersistence()
      Returns the asset vocabulary group rel persistence.
      Returns:
      the asset vocabulary group rel persistence
    • setAssetVocabularyGroupRelPersistence

      public void setAssetVocabularyGroupRelPersistence(com.liferay.asset.kernel.service.persistence.AssetVocabularyGroupRelPersistence assetVocabularyGroupRelPersistence)
      Sets the asset vocabulary group rel persistence.
      Parameters:
      assetVocabularyGroupRelPersistence - the asset vocabulary group rel 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.asset.kernel.service.AssetVocabularyGroupRelService
      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