Interface CommerceTaxFixedRateAddressRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceTaxFixedRateAddressRelServiceWrapper
@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
Provides the remote service interface for CommerceTaxFixedRateAddressRel. 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:
-
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)void
deleteCommerceTaxFixedRateAddressRel
(long commerceTaxFixedRateAddressRelId) fetchCommerceTaxFixedRateAddressRel
(long commerceTaxFixedRateAddressRelId) getCommerceTaxMethodFixedRateAddressRels
(long groupId, long commerceTaxMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTaxFixedRateAddressRel> orderByComparator) int
getCommerceTaxMethodFixedRateAddressRelsCount
(long groupId, long commerceTaxMethodId) Returns the OSGi service identifier.updateCommerceTaxFixedRateAddressRel
(long commerceTaxFixedRateAddressRelId, long countryId, long regionId, String zip, double rate)
-
Method Details
-
addCommerceTaxFixedRateAddressRel
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 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
void deleteCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceTaxFixedRateAddressRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceTaxFixedRateAddressRel fetchCommerceTaxFixedRateAddressRel(long commerceTaxFixedRateAddressRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTaxMethodFixedRateAddressRels
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceTaxMethodFixedRateAddressRelsCount(long groupId, long commerceTaxMethodId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCommerceTaxFixedRateAddressRel
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
-