Interface CommercePriceListDiscountRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommercePriceListDiscountRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePriceListDiscountRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommercePriceListDiscountRel. 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 TypeMethodDescriptionaddCommercePriceListDiscountRel
(long commercePriceListId, long commerceDiscountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommercePriceListDiscountRel
(long commercePriceListDiscountRelId) fetchCommercePriceListDiscountRel
(long commercePriceListId, long commerceDiscountId) getCommercePriceListDiscountRel
(long commercePriceListDiscountRelId) getCommercePriceListDiscountRels
(long commercePriceListId) getCommercePriceListDiscountRels
(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator) int
getCommercePriceListDiscountRelsCount
(long commercePriceListId) Returns the OSGi service identifier.
-
Method Details
-
addCommercePriceListDiscountRel
CommercePriceListDiscountRel addCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListDiscountRel
void deleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListDiscountRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListDiscountRel fetchCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListDiscountRel getCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePriceListDiscountRelsCount(long commercePriceListId) 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
-