Interface CommerceChannelAccountEntryRelService

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

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

    • addCommerceChannelAccountEntryRel

      CommerceChannelAccountEntryRel addCommerceChannelAccountEntryRel(long accountEntryId, String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceChannelAccountEntryRel

      void deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceChannelAccountEntryRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceChannelAccountEntryRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceChannelAccountEntryRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceChannelAccountEntryRel getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceChannelAccountEntryRels

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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long commerceChannelId, String name, int type, int start, int end)
    • getCommerceChannelAccountEntryRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(String className, long classPK, long commerceChannelId, int type)
    • getCommerceChannelAccountEntryRelsCount

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

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceChannelAccountEntryRelsCount(long commerceChannelId, String name, int type)
    • getOSGiServiceIdentifier

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

      CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException