Interface CommerceDiscountCommerceAccountGroupRelService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
CommerceDiscountCommerceAccountGroupRelServiceWrapper

@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface CommerceDiscountCommerceAccountGroupRelService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceDiscountCommerceAccountGroupRel. 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 Details

    • addCommerceDiscountCommerceAccountGroupRel

      CommerceDiscountCommerceAccountGroupRel addCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId, long commerceAccountGroupId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceDiscountCommerceAccountGroupRel

      void deleteCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceDiscountCommerceAccountGroupRelsByCommerceDiscountId

      void deleteCommerceDiscountCommerceAccountGroupRelsByCommerceDiscountId(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceDiscountCommerceAccountGroupRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceDiscountCommerceAccountGroupRel fetchCommerceDiscountCommerceAccountGroupRel(long commerceDiscountId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceDiscountCommerceAccountGroupRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceDiscountCommerceAccountGroupRel getCommerceDiscountCommerceAccountGroupRel(long commerceDiscountCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceDiscountCommerceAccountGroupRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceDiscountCommerceAccountGroupRel> getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountCommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceDiscountCommerceAccountGroupRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceDiscountCommerceAccountGroupRel> getCommerceDiscountCommerceAccountGroupRels(long commerceDiscountId, String name, int start, int end)
    • getCommerceDiscountCommerceAccountGroupRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceDiscountCommerceAccountGroupRelsCount(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceDiscountCommerceAccountGroupRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceDiscountCommerceAccountGroupRelsCount(long commerceDiscountId, String name)
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier