Interface CommerceTermEntryRelService

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

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

    • addCommerceTermEntryRel

      CommerceTermEntryRel addCommerceTermEntryRel(String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceTermEntryRel

      void deleteCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceTermEntryRels

      void deleteCommerceTermEntryRels(String className, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceTermEntryRelsByCommerceTermEntryId

      void deleteCommerceTermEntryRelsByCommerceTermEntryId(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceTermEntryRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceTermEntryRel fetchCommerceTermEntryRel(String className, long classPK, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCommerceTermEntryRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceTermEntryRel> getCommerceOrderTypeCommerceTermEntryRels(long commerceTermEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCommerceTermEntryRelsCount

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

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceTermEntryRel getCommerceTermEntryRel(long commerceTermEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceTermEntryRels

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

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

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceTermEntryRelsCount(long commerceTermEntryId) 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