public class CSDiagramPinServiceUtil
extends java.lang.Object
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.CSDiagramPinService
Constructor and Description |
---|
CSDiagramPinServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static CSDiagramPin |
addCSDiagramPin(long cpDefinitionId,
double positionX,
double positionY,
java.lang.String sequence) |
static void |
deleteCSDiagramPin(CSDiagramPin csDiagramPin) |
static void |
deleteCSDiagramPins(long cpDefinitionId) |
static CSDiagramPin |
fetchCSDiagramPin(long csDiagramPinId) |
static CSDiagramPin |
getCSDiagramPin(long csDiagramPinId) |
static java.util.List<CSDiagramPin> |
getCSDiagramPins(long cpDefinitionId,
int start,
int end) |
static int |
getCSDiagramPinsCount(long cpDefinitionId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CSDiagramPinService |
getService() |
static void |
setService(CSDiagramPinService service) |
static CSDiagramPin |
updateCSDiagramPin(long csDiagramPinId,
double positionX,
double positionY,
java.lang.String sequence) |
public static CSDiagramPin addCSDiagramPin(long cpDefinitionId, double positionX, double positionY, java.lang.String sequence) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCSDiagramPin(CSDiagramPin csDiagramPin) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteCSDiagramPins(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CSDiagramPin fetchCSDiagramPin(long csDiagramPinId)
public static CSDiagramPin getCSDiagramPin(long csDiagramPinId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CSDiagramPin> getCSDiagramPins(long cpDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCSDiagramPinsCount(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static CSDiagramPin updateCSDiagramPin(long csDiagramPinId, double positionX, double positionY, java.lang.String sequence) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CSDiagramPinService getService()
public static void setService(CSDiagramPinService service)