Class CPTaxCategoryServiceWrapper

java.lang.Object
com.liferay.commerce.product.service.CPTaxCategoryServiceWrapper
All Implemented Interfaces:
CPTaxCategoryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>

public class CPTaxCategoryServiceWrapper extends Object implements CPTaxCategoryService, com.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>
Provides a wrapper for CPTaxCategoryService.
See Also:
Generated:
  • Constructor Details

    • CPTaxCategoryServiceWrapper

      public CPTaxCategoryServiceWrapper()
    • CPTaxCategoryServiceWrapper

      public CPTaxCategoryServiceWrapper(CPTaxCategoryService cpTaxCategoryService)
  • Method Details

    • addCPTaxCategory

      public CPTaxCategory addCPTaxCategory(String externalReferenceCode, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCPTaxCategory in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • countCPTaxCategoriesByCompanyId

      public int countCPTaxCategoriesByCompanyId(long companyId, String keyword) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      countCPTaxCategoriesByCompanyId in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPTaxCategory

      public void deleteCPTaxCategory(long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCPTaxCategory in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • findCPTaxCategoriesByCompanyId

      public List<CPTaxCategory> findCPTaxCategoriesByCompanyId(long companyId, String keyword, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      findCPTaxCategoriesByCompanyId in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPTaxCategories

      public List<CPTaxCategory> getCPTaxCategories(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPTaxCategories in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPTaxCategories

      public List<CPTaxCategory> getCPTaxCategories(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPTaxCategories in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPTaxCategoriesCount

      public int getCPTaxCategoriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPTaxCategoriesCount in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPTaxCategory

      public CPTaxCategory getCPTaxCategory(long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPTaxCategory in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface CPTaxCategoryService
      Returns:
      the OSGi service identifier
    • searchCPTaxCategories

      public com.liferay.portal.kernel.search.BaseModelSearchResult<CPTaxCategory> searchCPTaxCategories(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchCPTaxCategories in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCPTaxCategory

      public CPTaxCategory updateCPTaxCategory(String externalReferenceCode, long cpTaxCategoryId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCPTaxCategory in interface CPTaxCategoryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public CPTaxCategoryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>
    • setWrappedService

      public void setWrappedService(CPTaxCategoryService cpTaxCategoryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>