public class CommerceTaxFixedRateAddressRelServiceUtil
extends java.lang.Object
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.CommerceTaxFixedRateAddressRelService| Constructor and Description |
|---|
CommerceTaxFixedRateAddressRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceTaxFixedRateAddressRel |
addCommerceTaxFixedRateAddressRel(long groupId,
long commerceTaxMethodId,
long cpTaxCategoryId,
long countryId,
long regionId,
java.lang.String zip,
double rate) |
static CommerceTaxFixedRateAddressRel |
addCommerceTaxFixedRateAddressRel(long commerceTaxMethodId,
long cpTaxCategoryId,
long countryId,
long regionId,
java.lang.String zip,
double rate,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
static void |
deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) |
static CommerceTaxFixedRateAddressRel |
fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) |
static java.util.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 java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceTaxFixedRateAddressRelService |
getService() |
static CommerceTaxFixedRateAddressRel |
updateCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId,
long countryId,
long regionId,
java.lang.String zip,
double rate) |
public CommerceTaxFixedRateAddressRelServiceUtil()
public static CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(long groupId, long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, java.lang.String zip, double rate) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated public static CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long cpTaxCategoryId, long countryId, long regionId, java.lang.String zip, double rate, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceTaxFixedRateAddressRel fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.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
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getCommerceTaxMethodFixedRateAddressRelsCount(long groupId,
long commerceTaxMethodId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommerceTaxFixedRateAddressRel updateCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId, long countryId, long regionId, java.lang.String zip, double rate) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceTaxFixedRateAddressRelService getService()