Class KaleoDefinitionServiceWrapper

java.lang.Object
com.liferay.portal.workflow.kaleo.service.KaleoDefinitionServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionService>, KaleoDefinitionService

public class KaleoDefinitionServiceWrapper extends Object implements KaleoDefinitionService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionService>
Provides a wrapper for KaleoDefinitionService.
See Also:
Generated:
  • Constructor Details

    • KaleoDefinitionServiceWrapper

      public KaleoDefinitionServiceWrapper()
    • KaleoDefinitionServiceWrapper

      public KaleoDefinitionServiceWrapper(KaleoDefinitionService kaleoDefinitionService)
  • Method Details

    • addKaleoDefinition

      public KaleoDefinition addKaleoDefinition(String externalReferenceCode, String name, String title, String description, String content, String scope, int version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addKaleoDefinition in interface KaleoDefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoDefinition

      public KaleoDefinition getKaleoDefinition(long kaleoDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoDefinition in interface KaleoDefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoDefinition

      public KaleoDefinition getKaleoDefinition(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoDefinition in interface KaleoDefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoDefinition

      public KaleoDefinition getKaleoDefinition(String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoDefinition in interface KaleoDefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface KaleoDefinitionService
      Returns:
      the OSGi service identifier
    • getScopeKaleoDefinitions

      public List<KaleoDefinition> getScopeKaleoDefinitions(String scope, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getScopeKaleoDefinitions in interface KaleoDefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getScopeKaleoDefinitions

      public List<KaleoDefinition> getScopeKaleoDefinitions(String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getScopeKaleoDefinitions in interface KaleoDefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateKaleoDefinition

      public KaleoDefinition updateKaleoDefinition(String externalReferenceCode, long kaleoDefinitionId, String title, String description, String content, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateKaleoDefinition in interface KaleoDefinitionService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public KaleoDefinitionService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionService>
    • setWrappedService

      public void setWrappedService(KaleoDefinitionService kaleoDefinitionService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionService>