Class CSDiagramPinServiceWrapper

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

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

    • CSDiagramPinServiceWrapper

      public CSDiagramPinServiceWrapper()
    • CSDiagramPinServiceWrapper

      public CSDiagramPinServiceWrapper(CSDiagramPinService csDiagramPinService)
  • Method Details

    • addCSDiagramPin

      public CSDiagramPin addCSDiagramPin(long cpDefinitionId, double positionX, double positionY, String sequence) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCSDiagramPin in interface CSDiagramPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCSDiagramPin

      public void deleteCSDiagramPin(CSDiagramPin csDiagramPin) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCSDiagramPin in interface CSDiagramPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCSDiagramPins

      public void deleteCSDiagramPins(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCSDiagramPins in interface CSDiagramPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCSDiagramPin

      public CSDiagramPin fetchCSDiagramPin(long csDiagramPinId)
      Specified by:
      fetchCSDiagramPin in interface CSDiagramPinService
    • getCSDiagramPin

      public CSDiagramPin getCSDiagramPin(long csDiagramPinId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCSDiagramPin in interface CSDiagramPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCSDiagramPins

      public List<CSDiagramPin> getCSDiagramPins(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCSDiagramPins in interface CSDiagramPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCSDiagramPinsCount

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

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

      public CSDiagramPin updateCSDiagramPin(long csDiagramPinId, double positionX, double positionY, String sequence) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCSDiagramPin in interface CSDiagramPinService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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