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 CSDiagramPin
addCSDiagramPin
(long cpDefinitionId, double positionX, double positionY, String sequence) static void
deleteCSDiagramPin
(CSDiagramPin csDiagramPin) static void
deleteCSDiagramPins
(long cpDefinitionId) static CSDiagramPin
fetchCSDiagramPin
(long csDiagramPinId) static CSDiagramPin
getCSDiagramPin
(long csDiagramPinId) static List<CSDiagramPin>
getCSDiagramPins
(long cpDefinitionId, int start, int end) static int
getCSDiagramPinsCount
(long cpDefinitionId) static String
Returns the OSGi service identifier.static CSDiagramPinService
static CSDiagramPin
updateCSDiagramPin
(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
-