@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceTaxFixedRateAddressRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceTaxFixedRateAddressRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceTaxFixedRateAddressRel |
addCommerceTaxFixedRateAddressRel(long groupId,
long commerceTaxMethodId,
long cpTaxCategoryId,
long countryId,
long regionId,
java.lang.String zip,
double rate) |
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)
|
void |
deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) |
CommerceTaxFixedRateAddressRel |
fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) |
java.util.List<CommerceTaxFixedRateAddressRel> |
getCommerceTaxMethodFixedRateAddressRels(long groupId,
long commerceTaxMethodId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) |
int |
getCommerceTaxMethodFixedRateAddressRelsCount(long groupId,
long commerceTaxMethodId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceTaxFixedRateAddressRel |
updateCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId,
long countryId,
long regionId,
java.lang.String zip,
double rate) |
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 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.PortalExceptionvoid deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceTaxFixedRateAddressRel fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceTaxMethodFixedRateAddressRelsCount(long groupId,
long commerceTaxMethodId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
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.PortalException