Interface KaleoDefinitionVersionService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
KaleoDefinitionVersionServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface KaleoDefinitionVersionService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for KaleoDefinitionVersion. 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 TypeMethodDescriptiongetKaleoDefinitionVersion
(long companyId, String name, String version) getKaleoDefinitionVersions
(long companyId, String name) Returns the OSGi service identifier.
-
Method Details
-
getKaleoDefinitionVersion
@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, String name, String version) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoDefinitionVersions
@Transactional(propagation=SUPPORTS, readOnly=true) List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, String name) 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
-