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) int
countCPTaxCategoriesByCompanyId
(long companyId, String keyword) void
deleteCPTaxCategory
(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) int
getCPTaxCategoriesCount
(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) void
setWrappedService
(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:
addCPTaxCategory
in 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:
countCPTaxCategoriesByCompanyId
in interfaceCPTaxCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPTaxCategory
public void deleteCPTaxCategory(long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPTaxCategory
in 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:
findCPTaxCategoriesByCompanyId
in interfaceCPTaxCategoryService
- 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 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:
getCPTaxCategories
in interfaceCPTaxCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPTaxCategoriesCount
public int getCPTaxCategoriesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPTaxCategoriesCount
in interfaceCPTaxCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPTaxCategory
public CPTaxCategory getCPTaxCategory(long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPTaxCategory
in interfaceCPTaxCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
searchCPTaxCategories
in 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:
updateCPTaxCategory
in interfaceCPTaxCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPTaxCategoryService>
-