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) voiddeleteCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) fetchCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) intgetCommerceTaxCategoryMappingCount(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.voidsetWrappedService(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:
addCommerceTaxCategoryMappingin interfaceCommerceTaxCategoryMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTaxCategoryMapping
public void deleteCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceTaxCategoryMappingin interfaceCommerceTaxCategoryMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTaxCategoryMapping
public CommerceTaxCategoryMapping fetchCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceTaxCategoryMappingin 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:
getCommerceTaxCategoryMappingCountin 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:
getCommerceTaxCategoryMappingsin interfaceCommerceTaxCategoryMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceTaxCategoryMappingService- Returns:
- the OSGi service identifier
-
updateExternalReferenceCode
public CommerceTaxCategoryMapping updateExternalReferenceCode(long commerceTaxCategoryMappingId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateExternalReferenceCodein interfaceCommerceTaxCategoryMappingService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxCategoryMappingService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTaxCategoryMappingService>
-