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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCPTaxCategory(String externalReferenceCode, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) intcountCPTaxCategoriesByCompanyId(long companyId, String keyword) voiddeleteCPTaxCategory(long cpTaxCategoryId) findCPTaxCategoriesByCompanyId(long companyId, String keyword, int start, int end) getCPTaxCategories(long companyId) getCPTaxCategories(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPTaxCategory> orderByComparator) intgetCPTaxCategoriesCount(long companyId) getCPTaxCategory(long cpTaxCategoryId) Returns the OSGi service identifier.com.liferay.portal.kernel.search.BaseModelSearchResult<CPTaxCategory>searchCPTaxCategories(long companyId, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) voidsetWrappedService(CPTaxCategoryService cpTaxCategoryService) updateCPTaxCategory(String externalReferenceCode, long cpTaxCategoryId, Map<Locale, String> nameMap, Map<Locale, String> descriptionMap)
-
Constructor Details
-
CPTaxCategoryServiceWrapper
public CPTaxCategoryServiceWrapper() -
CPTaxCategoryServiceWrapper
-
-
Method Details
-
addCPTaxCategory
public CPTaxCategory addCPTaxCategory(String externalReferenceCode, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCPTaxCategoryin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
countCPTaxCategoriesByCompanyId
public int countCPTaxCategoriesByCompanyId(long companyId, String keyword) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
countCPTaxCategoriesByCompanyIdin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPTaxCategory
public void deleteCPTaxCategory(long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPTaxCategoryin interfaceCPTaxCategoryService- 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:
findCPTaxCategoriesByCompanyIdin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPTaxCategories
public List<CPTaxCategory> getCPTaxCategories(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPTaxCategoriesin interfaceCPTaxCategoryService- 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:
getCPTaxCategoriesin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPTaxCategoriesCount
public int getCPTaxCategoriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPTaxCategoriesCountin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPTaxCategory
public CPTaxCategory getCPTaxCategory(long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPTaxCategoryin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCPTaxCategoryService- 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:
searchCPTaxCategoriesin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCPTaxCategory
public CPTaxCategory updateCPTaxCategory(String externalReferenceCode, long cpTaxCategoryId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> descriptionMap) - Specified by:
updateCPTaxCategoryin interfaceCPTaxCategoryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>
-