Package com.liferay.commerce.tax.service
Interface CommerceTaxCategoryMappingService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceTaxCategoryMappingServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceTaxCategoryMappingService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceTaxCategoryMapping. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
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.updateExternalReferenceCode
(long commerceTaxCategoryMappingId, String externalReferenceCode)
-
Method Details
-
addCommerceTaxCategoryMapping
CommerceTaxCategoryMapping addCommerceTaxCategoryMapping(String externalReferenceCode, long groupId, long commerceTaxMethodId, long cpTaxCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTaxCategoryMapping
void deleteCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTaxCategoryMapping
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceTaxCategoryMapping fetchCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxCategoryMappingCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceTaxCategoryMappingCount(long groupId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxCategoryMappings
@Transactional(propagation=SUPPORTS, readOnly=true) 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateExternalReferenceCode
CommerceTaxCategoryMapping updateExternalReferenceCode(long commerceTaxCategoryMappingId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-