Interface CSDiagramSettingService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CSDiagramSettingServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CSDiagramSettingService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CSDiagramSetting. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddCSDiagramSetting
(long cpDefinitionId, long cpAttachmentFileEntryId, String color, double radius, String type) fetchCSDiagramSettingByCPDefinitionId
(long cpDefinitionId) getCSDiagramSetting
(long csDiagramSettingId) getCSDiagramSettingByCPDefinitionId
(long cpDefinitionId) Returns the OSGi service identifier.updateCSDiagramSetting
(long csDiagramSettingId, long cpAttachmentFileEntryId, String color, double radius, String type)
-
Method Details
-
addCSDiagramSetting
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
@Transactional(propagation=SUPPORTS, readOnly=true) CSDiagramSetting fetchCSDiagramSettingByCPDefinitionId(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramSetting
@Transactional(propagation=SUPPORTS, readOnly=true) CSDiagramSetting getCSDiagramSetting(long csDiagramSettingId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCSDiagramSettingByCPDefinitionId
@Transactional(propagation=SUPPORTS, readOnly=true) CSDiagramSetting getCSDiagramSettingByCPDefinitionId(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCSDiagramSetting
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
-