Package com.liferay.commerce.tax.service
Class CommerceTaxCategoryMappingServiceWrapper
java.lang.Object
com.liferay.commerce.tax.service.CommerceTaxCategoryMappingServiceWrapper
- All Implemented Interfaces:
CommerceTaxCategoryMappingService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxCategoryMappingService>
public class CommerceTaxCategoryMappingServiceWrapper
extends Object
implements CommerceTaxCategoryMappingService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxCategoryMappingService>
Provides a wrapper for
CommerceTaxCategoryMappingService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceTaxCategoryMappingServiceWrapper
(CommerceTaxCategoryMappingService commerceTaxCategoryMappingService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceTaxCategoryMapping
(String externalReferenceCode, long groupId, long commerceTaxMethodId, long cpTaxCategoryId) void
deleteCommerceTaxCategoryMapping
(long commerceTaxCategoryMappingId) fetchCommerceTaxCategoryMapping
(long commerceTaxCategoryMappingId) int
getCommerceTaxCategoryMappingCount
(long groupId, long commerceTaxMethodId) getCommerceTaxCategoryMappings
(long groupId, long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxCategoryMapping> orderByComparator) Returns the OSGi service identifier.void
setWrappedService
(CommerceTaxCategoryMappingService commerceTaxCategoryMappingService) updateExternalReferenceCode
(long commerceTaxCategoryMappingId, String externalReferenceCode)
-
Constructor Details
-
CommerceTaxCategoryMappingServiceWrapper
public CommerceTaxCategoryMappingServiceWrapper() -
CommerceTaxCategoryMappingServiceWrapper
public CommerceTaxCategoryMappingServiceWrapper(CommerceTaxCategoryMappingService commerceTaxCategoryMappingService)
-
-
Method Details
-
addCommerceTaxCategoryMapping
public CommerceTaxCategoryMapping addCommerceTaxCategoryMapping(String externalReferenceCode, long groupId, long commerceTaxMethodId, long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceTaxCategoryMapping
in interfaceCommerceTaxCategoryMappingService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTaxCategoryMapping
public void deleteCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTaxCategoryMapping
in interfaceCommerceTaxCategoryMappingService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTaxCategoryMapping
public CommerceTaxCategoryMapping fetchCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceTaxCategoryMapping
in interfaceCommerceTaxCategoryMappingService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxCategoryMappingCount
public int getCommerceTaxCategoryMappingCount(long groupId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTaxCategoryMappingCount
in interfaceCommerceTaxCategoryMappingService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxCategoryMappings
public List<CommerceTaxCategoryMapping> getCommerceTaxCategoryMappings(long groupId, long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxCategoryMapping> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTaxCategoryMappings
in interfaceCommerceTaxCategoryMappingService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceTaxCategoryMappingService
- Returns:
- the OSGi service identifier
-
updateExternalReferenceCode
public CommerceTaxCategoryMapping updateExternalReferenceCode(long commerceTaxCategoryMappingId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateExternalReferenceCode
in interfaceCommerceTaxCategoryMappingService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxCategoryMappingService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxCategoryMappingService>
-