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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCSDiagramPin
(long cpDefinitionId, double positionX, double positionY, String sequence) void
deleteCSDiagramPin
(CSDiagramPin csDiagramPin) void
deleteCSDiagramPins
(long cpDefinitionId) fetchCSDiagramPin
(long csDiagramPinId) getCSDiagramPin
(long csDiagramPinId) getCSDiagramPins
(long cpDefinitionId, int start, int end) int
getCSDiagramPinsCount
(long cpDefinitionId) Returns the OSGi service identifier.void
setWrappedService
(CSDiagramPinService csDiagramPinService) updateCSDiagramPin
(long csDiagramPinId, double positionX, double positionY, String sequence)
-
Constructor Details
-
CSDiagramPinServiceWrapper
public CSDiagramPinServiceWrapper() -
CSDiagramPinServiceWrapper
-
-
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 interfaceCSDiagramPinService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramPin
public void deleteCSDiagramPin(CSDiagramPin csDiagramPin) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCSDiagramPin
in interfaceCSDiagramPinService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramPins
public void deleteCSDiagramPins(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCSDiagramPins
in interfaceCSDiagramPinService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCSDiagramPin
- Specified by:
fetchCSDiagramPin
in interfaceCSDiagramPinService
-
getCSDiagramPin
public CSDiagramPin getCSDiagramPin(long csDiagramPinId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramPin
in interfaceCSDiagramPinService
- 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 interfaceCSDiagramPinService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramPinsCount
public int getCSDiagramPinsCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCSDiagramPinsCount
in interfaceCSDiagramPinService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCSDiagramPinService
- 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 interfaceCSDiagramPinService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CSDiagramPinService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CSDiagramPinService>
-