Interface CommerceOrderTypeRelService

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

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

    • addCommerceOrderTypeRel

      CommerceOrderTypeRel addCommerceOrderTypeRel(String className, long classPK, long commerceOrderTypeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceOrderTypeRel

      CommerceOrderTypeRel deleteCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceOrderTypeRels

      void deleteCommerceOrderTypeRels(String className, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCommerceChannelRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceOrderTypeRel> getCommerceOrderTypeCommerceChannelRels(long commerceOrderTypeId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCommerceChannelRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeCommerceChannelRelsCount(long commerceOrderTypeId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceOrderTypeRel getCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceOrderTypeRel> getCommerceOrderTypeRels(String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceOrderTypeRelsCount(String className, long classPK) 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