Class AssetCategoryServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.asset.service.base.AssetCategoryServiceBaseImpl
All Implemented Interfaces:
com.liferay.asset.kernel.service.AssetCategoryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
Direct Known Subclasses:
AssetCategoryServiceImpl

public abstract class AssetCategoryServiceBaseImpl extends com.liferay.portal.kernel.service.BaseServiceImpl implements com.liferay.asset.kernel.service.AssetCategoryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the asset category 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 AssetCategoryServiceImpl.

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

    Fields
    Modifier and Type
    Field
    Description
    protected com.liferay.asset.kernel.service.AssetCategoryLocalService
     
    protected com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence
     
    protected com.liferay.asset.kernel.service.AssetCategoryService
     
    protected com.liferay.counter.kernel.service.CounterLocalService
     

    Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    com.liferay.asset.kernel.service.AssetCategoryLocalService
    Returns the asset category local service.
    com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence
    Returns the asset category persistence.
    com.liferay.asset.kernel.service.AssetCategoryService
    Returns the asset category remote service.
    com.liferay.counter.kernel.service.CounterLocalService
    Returns the counter local service.
    protected Class<?>
     
    protected String
     
    Returns the OSGi service identifier.
    protected void
    Performs a SQL query.
    void
    setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
    Sets the asset category local service.
    void
    setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
    Sets the asset category persistence.
    void
    setAssetCategoryService(com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService)
    Sets the asset category remote service.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.

    Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl

    getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.asset.kernel.service.AssetCategoryService

    addCategory, addCategory, addCategory, deleteCategories, deleteCategory, fetchCategory, fetchCategoryByExternalReferenceCode, getAssetCategoryByExternalReferenceCode, getCategories, getCategories, getCategoriesCount, getCategory, getCategoryPath, getChildCategories, getChildCategories, getChildCategoriesCount, getVocabularyCategories, getVocabularyCategories, getVocabularyCategories, getVocabularyCategories, getVocabularyCategoriesCount, getVocabularyCategoriesCount, getVocabularyCategoriesCount, getVocabularyCategoriesDisplay, getVocabularyCategoriesDisplay, getVocabularyRootCategories, getVocabularyRootCategoriesCount, moveCategory, search, search, search, searchCategoriesDisplay, searchCategoriesDisplay, searchCategoriesDisplay, searchCategoriesDisplay, searchCategoriesDisplay, searchCategoriesDisplay, updateCategory
  • Field Details

    • assetCategoryLocalService

      @BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryLocalService.class) protected com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService
    • assetCategoryService

      @BeanReference(type=com.liferay.asset.kernel.service.AssetCategoryService.class) protected com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService
    • assetCategoryPersistence

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

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

    • AssetCategoryServiceBaseImpl

      public AssetCategoryServiceBaseImpl()
  • Method Details

    • getAssetCategoryLocalService

      public com.liferay.asset.kernel.service.AssetCategoryLocalService getAssetCategoryLocalService()
      Returns the asset category local service.
      Returns:
      the asset category local service
    • setAssetCategoryLocalService

      public void setAssetCategoryLocalService(com.liferay.asset.kernel.service.AssetCategoryLocalService assetCategoryLocalService)
      Sets the asset category local service.
      Parameters:
      assetCategoryLocalService - the asset category local service
    • getAssetCategoryService

      public com.liferay.asset.kernel.service.AssetCategoryService getAssetCategoryService()
      Returns the asset category remote service.
      Returns:
      the asset category remote service
    • setAssetCategoryService

      public void setAssetCategoryService(com.liferay.asset.kernel.service.AssetCategoryService assetCategoryService)
      Sets the asset category remote service.
      Parameters:
      assetCategoryService - the asset category remote service
    • getAssetCategoryPersistence

      public com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence getAssetCategoryPersistence()
      Returns the asset category persistence.
      Returns:
      the asset category persistence
    • setAssetCategoryPersistence

      public void setAssetCategoryPersistence(com.liferay.asset.kernel.service.persistence.AssetCategoryPersistence assetCategoryPersistence)
      Sets the asset category persistence.
      Parameters:
      assetCategoryPersistence - the asset category 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.AssetCategoryService
      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