Interface CommercePriceListAccountRelService

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

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

    • addCommercePriceListAccountRel

      CommercePriceListAccountRel addCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommercePriceListAccountRel

      void deleteCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommercePriceListAccountRelsByCommercePriceListId

      void deleteCommercePriceListAccountRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommercePriceListAccountRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListAccountRel fetchCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListAccountRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListAccountRel getCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListAccountRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListAccountRels

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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, String name, int start, int end)
    • getCommercePriceListAccountRelsCount

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

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

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