Class CommerceTaxCategoryMappingServiceUtil

java.lang.Object
com.liferay.commerce.tax.service.CommerceTaxCategoryMappingServiceUtil

public class CommerceTaxCategoryMappingServiceUtil extends Object
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 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

      public static String 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

      public static CommerceTaxCategoryMappingService getService()