Class CommerceTaxFixedRateAddressRelServiceUtil
java.lang.Object
com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelServiceUtil
Provides the remote service utility for CommerceTaxFixedRateAddressRel. This utility wraps
com.liferay.commerce.tax.engine.fixed.service.impl.CommerceTaxFixedRateAddressRelServiceImpl
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 TypeMethodDescriptionaddCommerceTaxFixedRateAddressRel
(long groupId, long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate) addCommerceTaxFixedRateAddressRel
(long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)static void
deleteCommerceTaxFixedRateAddressRel
(long commerceTaxFixedRateAddressRelId) fetchCommerceTaxFixedRateAddressRel
(long commerceTaxFixedRateAddressRelId) static List<CommerceTaxFixedRateAddressRel>
getCommerceTaxMethodFixedRateAddressRels
(long groupId, long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) static int
getCommerceTaxMethodFixedRateAddressRelsCount
(long groupId, long commerceTaxMethodId) static String
Returns the OSGi service identifier.updateCommerceTaxFixedRateAddressRel
(long commerceTaxFixedRateAddressRelId, long countryId, long regionId, String zip, double rate)
-
Constructor Details
-
CommerceTaxFixedRateAddressRelServiceUtil
public CommerceTaxFixedRateAddressRelServiceUtil()
-
-
Method Details
-
addCommerceTaxFixedRateAddressRel
public static CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(long groupId, long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceTaxFixedRateAddressRel
@Deprecated public static CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, String zip, double rate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Athanasius (7.3.x)- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceTaxFixedRateAddressRel
public static void deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTaxFixedRateAddressRel
public static CommerceTaxFixedRateAddressRel fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethodFixedRateAddressRels
public static List<CommerceTaxFixedRateAddressRel> getCommerceTaxMethodFixedRateAddressRels(long groupId, long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethodFixedRateAddressRelsCount
public static int getCommerceTaxMethodFixedRateAddressRelsCount(long groupId, long commerceTaxMethodId) 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
-
updateCommerceTaxFixedRateAddressRel
public static CommerceTaxFixedRateAddressRel updateCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId, long countryId, long regionId, String zip, double rate) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-