Class CSDiagramSettingServiceUtil
java.lang.Object
com.liferay.commerce.shop.by.diagram.service.CSDiagramSettingServiceUtil
Provides the remote service utility for CSDiagramSetting. This utility wraps
com.liferay.commerce.shop.by.diagram.service.impl.CSDiagramSettingServiceImpl
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 CSDiagramSetting
addCSDiagramSetting
(long cpDefinitionId, long cpAttachmentFileEntryId, String color, double radius, String type) static CSDiagramSetting
fetchCSDiagramSettingByCPDefinitionId
(long cpDefinitionId) static CSDiagramSetting
getCSDiagramSetting
(long csDiagramSettingId) static CSDiagramSetting
getCSDiagramSettingByCPDefinitionId
(long cpDefinitionId) static String
Returns the OSGi service identifier.static CSDiagramSettingService
static CSDiagramSetting
updateCSDiagramSetting
(long csDiagramSettingId, long cpAttachmentFileEntryId, String color, double radius, String type)
-
Constructor Details
-
CSDiagramSettingServiceUtil
public CSDiagramSettingServiceUtil()
-
-
Method Details
-
addCSDiagramSetting
public static CSDiagramSetting addCSDiagramSetting(long cpDefinitionId, long cpAttachmentFileEntryId, String color, double radius, String type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCSDiagramSettingByCPDefinitionId
public static CSDiagramSetting fetchCSDiagramSettingByCPDefinitionId(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramSetting
public static CSDiagramSetting getCSDiagramSetting(long csDiagramSettingId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramSettingByCPDefinitionId
public static CSDiagramSetting getCSDiagramSettingByCPDefinitionId(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
-
updateCSDiagramSetting
public static CSDiagramSetting updateCSDiagramSetting(long csDiagramSettingId, long cpAttachmentFileEntryId, String color, double radius, String type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-