Class CSDiagramPinServiceUtil
java.lang.Object
com.liferay.commerce.shop.by.diagram.service.CSDiagramPinServiceUtil
Provides the remote service utility for CSDiagramPin. This utility wraps
com.liferay.commerce.shop.by.diagram.service.impl.CSDiagramPinServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CSDiagramPinaddCSDiagramPin(long cpDefinitionId, double positionX, double positionY, String sequence) static voiddeleteCSDiagramPin(CSDiagramPin csDiagramPin) static voiddeleteCSDiagramPins(long cpDefinitionId) static CSDiagramPinfetchCSDiagramPin(long csDiagramPinId) static CSDiagramPingetCSDiagramPin(long csDiagramPinId) static List<CSDiagramPin> getCSDiagramPins(long cpDefinitionId, int start, int end) static intgetCSDiagramPinsCount(long cpDefinitionId) static StringReturns the OSGi service identifier.static CSDiagramPinServicestatic CSDiagramPinupdateCSDiagramPin(long csDiagramPinId, double positionX, double positionY, String sequence)
-
Constructor Details
-
CSDiagramPinServiceUtil
public CSDiagramPinServiceUtil()
-
-
Method Details
-
addCSDiagramPin
public static CSDiagramPin addCSDiagramPin(long cpDefinitionId, double positionX, double positionY, String sequence) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramPin
public static void deleteCSDiagramPin(CSDiagramPin csDiagramPin) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCSDiagramPins
public static void deleteCSDiagramPins(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCSDiagramPin
-
getCSDiagramPin
public static CSDiagramPin getCSDiagramPin(long csDiagramPinId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramPins
public static List<CSDiagramPin> getCSDiagramPins(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramPinsCount
public static int getCSDiagramPinsCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCSDiagramPin
public static CSDiagramPin updateCSDiagramPin(long csDiagramPinId, double positionX, double positionY, String sequence) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-