Class CPDefinitionLinkServiceWrapper

java.lang.Object
com.liferay.commerce.product.service.CPDefinitionLinkServiceWrapper
All Implemented Interfaces:
CPDefinitionLinkService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CPDefinitionLinkService>

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

    • CPDefinitionLinkServiceWrapper

      public CPDefinitionLinkServiceWrapper()
    • CPDefinitionLinkServiceWrapper

      public CPDefinitionLinkServiceWrapper(CPDefinitionLinkService cpDefinitionLinkService)
  • Method Details

    • addCPDefinitionLink

      public CPDefinitionLink addCPDefinitionLink(long cpDefinitionId, long cProductId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, double priority, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCPDefinitionLink in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPDefinitionLink

      public void deleteCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCPDefinitionLink in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPDefinitionLink

      public CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCPDefinitionLink in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPDefinitionLink

      public CPDefinitionLink fetchCPDefinitionLink(long cpDefinitionId, long cProductId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCPDefinitionLink in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLink

      public CPDefinitionLink getCPDefinitionLink(long cpDefinitionLinkId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLink in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      public List<CPDefinitionLink> getCPDefinitionLinks(long cpDefinitionId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionLink> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinksCount

      public int getCPDefinitionLinksCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinksCount in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinksCount

      public int getCPDefinitionLinksCount(long cpDefinitionId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinksCount in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinksCount

      public int getCPDefinitionLinksCount(long cpDefinitionId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinksCount in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinksCount

      public int getCPDefinitionLinksCount(long cpDefinitionId, String type, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinitionLinksCount in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public CPDefinitionLink updateCPDefinitionLink(long cpDefinitionLinkId, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, double priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCPDefinitionLink in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCPDefinitionLinks

      public void updateCPDefinitionLinks(long cpDefinitionId, long[] cpDefinitionIds2, String type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCPDefinitionLinks in interface CPDefinitionLinkService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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