Class CSDiagramSettingServiceUtil

java.lang.Object
com.liferay.commerce.shop.by.diagram.service.CSDiagramSettingServiceUtil

public class CSDiagramSettingServiceUtil extends Object
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 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

      public static String 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

      public static CSDiagramSettingService getService()