Class COREntryRelServiceWrapper

java.lang.Object
com.liferay.commerce.order.rule.service.COREntryRelServiceWrapper
All Implemented Interfaces:
COREntryRelService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>

public class COREntryRelServiceWrapper extends Object implements COREntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
Provides a wrapper for COREntryRelService.
See Also:
Generated:
  • Constructor Details

    • COREntryRelServiceWrapper

      public COREntryRelServiceWrapper()
    • COREntryRelServiceWrapper

      public COREntryRelServiceWrapper(COREntryRelService corEntryRelService)
  • Method Details

    • addCOREntryRel

      public COREntryRel addCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCOREntryRel in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCOREntryRel

      public void deleteCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCOREntryRel in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCOREntryRels

      public void deleteCOREntryRels(String className, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCOREntryRels in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCOREntryRelsByCOREntryId

      public void deleteCOREntryRelsByCOREntryId(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCOREntryRelsByCOREntryId in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCOREntryRel

      public COREntryRel fetchCOREntryRel(String className, long classPK, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCOREntryRel in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryCOREntryRels

      public List<COREntryRel> getAccountEntryCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryCOREntryRels in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryCOREntryRelsCount

      public int getAccountEntryCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntryCOREntryRelsCount in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupCOREntryRels

      public List<COREntryRel> getAccountGroupCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountGroupCOREntryRels in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountGroupCOREntryRelsCount

      public int getAccountGroupCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountGroupCOREntryRelsCount in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceChannelCOREntryRels

      public List<COREntryRel> getCommerceChannelCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceChannelCOREntryRels in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceChannelCOREntryRelsCount

      public int getCommerceChannelCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceChannelCOREntryRelsCount in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCOREntryRels

      public List<COREntryRel> getCommerceOrderTypeCOREntryRels(long corEntryId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderTypeCOREntryRels in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderTypeCOREntryRelsCount

      public int getCommerceOrderTypeCOREntryRelsCount(long corEntryId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceOrderTypeCOREntryRelsCount in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRel

      public COREntryRel getCOREntryRel(long corEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntryRel in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRels

      public List<COREntryRel> getCOREntryRels(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntryRels in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRels

      public List<COREntryRel> getCOREntryRels(long corEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<COREntryRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntryRels in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntryRelsCount

      public int getCOREntryRelsCount(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntryRelsCount in interface COREntryRelService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface COREntryRelService
      Returns:
      the OSGi service identifier
    • getWrappedService

      public COREntryRelService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>
    • setWrappedService

      public void setWrappedService(COREntryRelService corEntryRelService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<COREntryRelService>