Package com.liferay.commerce.tax.service
Class CommerceTaxCategoryMappingServiceUtil
java.lang.Object
com.liferay.commerce.tax.service.CommerceTaxCategoryMappingServiceUtil
Provides the remote service utility for CommerceTaxCategoryMapping. This utility wraps
com.liferay.commerce.tax.service.impl.CommerceTaxCategoryMappingServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. 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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommerceTaxCategoryMapping
addCommerceTaxCategoryMapping
(String externalReferenceCode, long groupId, long commerceTaxMethodId, long cpTaxCategoryId) static void
deleteCommerceTaxCategoryMapping
(long commerceTaxCategoryMappingId) static CommerceTaxCategoryMapping
fetchCommerceTaxCategoryMapping
(long commerceTaxCategoryMappingId) static int
getCommerceTaxCategoryMappingCount
(long groupId, long commerceTaxMethodId) static List<CommerceTaxCategoryMapping>
getCommerceTaxCategoryMappings
(long groupId, long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxCategoryMapping> orderByComparator) static String
Returns the OSGi service identifier.static CommerceTaxCategoryMapping
updateExternalReferenceCode
(long commerceTaxCategoryMappingId, String externalReferenceCode)
-
Constructor Details
-
CommerceTaxCategoryMappingServiceUtil
public CommerceTaxCategoryMappingServiceUtil()
-
-
Method Details
-
addCommerceTaxCategoryMapping
public static 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
public static void deleteCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTaxCategoryMapping
public static CommerceTaxCategoryMapping fetchCommerceTaxCategoryMapping(long commerceTaxCategoryMappingId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxCategoryMappingCount
public static int getCommerceTaxCategoryMappingCount(long groupId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxCategoryMappings
public static 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
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateExternalReferenceCode
public static CommerceTaxCategoryMapping updateExternalReferenceCode(long commerceTaxCategoryMappingId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-