@ProviderType
public class CommerceTaxFixedRateAddressRelServiceUtil
extends java.lang.Object
com.liferay.commerce.tax.engine.fixed.service.impl.CommerceTaxFixedRateAddressRelServiceImpl and is the
primary 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,
com.liferay.commerce.tax.engine.fixed.service.base.CommerceTaxFixedRateAddressRelServiceBaseImpl,
com.liferay.commerce.tax.engine.fixed.service.impl.CommerceTaxFixedRateAddressRelServiceImpl| Constructor and Description |
|---|
CommerceTaxFixedRateAddressRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceTaxFixedRateAddressRel |
addCommerceTaxFixedRateAddressRel(long commerceTaxMethodId,
long cpTaxCategoryId,
long commerceCountryId,
long commerceRegionId,
java.lang.String zip,
double rate,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 commerceCountryId,
long commerceRegionId,
java.lang.String zip,
double rate) |
public CommerceTaxFixedRateAddressRelServiceUtil()
public static CommerceTaxFixedRateAddressRel addCommerceTaxFixedRateAddressRel(long commerceTaxMethodId, long cpTaxCategoryId, long commerceCountryId, long commerceRegionId, 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 commerceCountryId, long commerceRegionId, java.lang.String zip, double rate) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceTaxFixedRateAddressRelService getService()