Class KaleoDefinitionVersionServiceWrapper
java.lang.Object
com.liferay.portal.workflow.kaleo.service.KaleoDefinitionVersionServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionService>,KaleoDefinitionVersionService
public class KaleoDefinitionVersionServiceWrapper
extends Object
implements KaleoDefinitionVersionService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionService>
Provides a wrapper for
KaleoDefinitionVersionService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionKaleoDefinitionVersionServiceWrapper(KaleoDefinitionVersionService kaleoDefinitionVersionService) -
Method Summary
Modifier and TypeMethodDescriptiongetKaleoDefinitionVersion(long companyId, String name, String version) getKaleoDefinitionVersions(long companyId, String name) Returns the OSGi service identifier.voidsetWrappedService(KaleoDefinitionVersionService kaleoDefinitionVersionService)
-
Constructor Details
-
KaleoDefinitionVersionServiceWrapper
public KaleoDefinitionVersionServiceWrapper() -
KaleoDefinitionVersionServiceWrapper
public KaleoDefinitionVersionServiceWrapper(KaleoDefinitionVersionService kaleoDefinitionVersionService)
-
-
Method Details
-
getKaleoDefinitionVersion
public KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, String name, String version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getKaleoDefinitionVersionin interfaceKaleoDefinitionVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoDefinitionVersions
public List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceKaleoDefinitionVersionService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionService>
-