Interface CommerceDiscountOrderTypeRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceDiscountOrderTypeRelServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceDiscountOrderTypeRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceDiscountOrderTypeRel. 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 TypeMethodDescriptionaddCommerceDiscountOrderTypeRel
(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommerceDiscountOrderTypeRel
(long commerceDiscountOrderTypeRelId) fetchCommerceDiscountOrderTypeRel
(long commerceDiscountId, long commerceOrderTypeId) getCommerceDiscountOrderTypeRel
(long commerceDiscountOrderTypeRelId) getCommerceDiscountOrderTypeRels
(long commerceDiscountId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) int
getCommerceDiscountOrderTypeRelsCount
(long commerceDiscountId, String name) Returns the OSGi service identifier.
-
Method Details
-
addCommerceDiscountOrderTypeRel
CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountOrderTypeRel
void deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceDiscountOrderTypeRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId, String name) 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
-