Interface CommerceDiscountAccountRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceDiscountAccountRelServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceDiscountAccountRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceDiscountAccountRel. 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 TypeMethodDescriptionaddCommerceDiscountAccountRel
(long commerceDiscountId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommerceDiscountAccountRel
(long commerceDiscountAccountRelId) void
deleteCommerceDiscountAccountRelsByCommerceDiscountId
(long commerceDiscountId) fetchCommerceDiscountAccountRel
(long commerceAccountId, long commerceDiscountId) getCommerceDiscountAccountRel
(long commerceDiscountAccountRelId) getCommerceDiscountAccountRels
(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) getCommerceDiscountAccountRels
(long commerceDiscountId, String name, int start, int end) int
getCommerceDiscountAccountRelsCount
(long commerceDiscountId) int
getCommerceDiscountAccountRelsCount
(long commerceDiscountId, String name) Returns the OSGi service identifier.
-
Method Details
-
addCommerceDiscountAccountRel
CommerceDiscountAccountRel addCommerceDiscountAccountRel(long commerceDiscountId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountAccountRel
void deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountAccountRelsByCommerceDiscountId
void deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceDiscountAccountRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceDiscountAccountRel fetchCommerceDiscountAccountRel(long commerceAccountId, long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceDiscountAccountRel getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, String name, int start, int end) -
getCommerceDiscountAccountRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceDiscountAccountRelsCount(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceDiscountAccountRelsCount(long commerceDiscountId, String name) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-