Class CSDiagramEntryServiceWrapper

java.lang.Object
com.liferay.commerce.shop.by.diagram.service.CSDiagramEntryServiceWrapper
All Implemented Interfaces:
CSDiagramEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryService>

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

    • CSDiagramEntryServiceWrapper

      public CSDiagramEntryServiceWrapper()
    • CSDiagramEntryServiceWrapper

      public CSDiagramEntryServiceWrapper(CSDiagramEntryService csDiagramEntryService)
  • Method Details

    • addCSDiagramEntry

      public CSDiagramEntry addCSDiagramEntry(long cpDefinitionId, long cpInstanceId, long cProductId, boolean diagram, int quantity, String sequence, String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCSDiagramEntry in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCSDiagramEntries

      public void deleteCSDiagramEntries(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCSDiagramEntries in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCSDiagramEntry

      public void deleteCSDiagramEntry(CSDiagramEntry csDiagramEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCSDiagramEntry in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCSDiagramEntry

      public CSDiagramEntry fetchCSDiagramEntry(long cpDefinitionId, String sequence) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCSDiagramEntry in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCProductCSDiagramEntries

      public List<CSDiagramEntry> getCProductCSDiagramEntries(long cProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCProductCSDiagramEntries in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCProductCSDiagramEntriesCount

      public int getCProductCSDiagramEntriesCount(long cProductId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCProductCSDiagramEntriesCount in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCSDiagramEntries

      public List<CSDiagramEntry> getCSDiagramEntries(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCSDiagramEntries in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCSDiagramEntriesCount

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

      public CSDiagramEntry getCSDiagramEntry(long csDiagramEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCSDiagramEntry in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCSDiagramEntry

      public CSDiagramEntry getCSDiagramEntry(long cpDefinitionId, String sequence) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCSDiagramEntry in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public CSDiagramEntry updateCSDiagramEntry(long csDiagramEntryId, long cpInstanceId, long cProductId, boolean diagram, int quantity, String sequence, String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCSDiagramEntry in interface CSDiagramEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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