Class CTProcessServiceWrapper

java.lang.Object
com.liferay.change.tracking.service.CTProcessServiceWrapper
All Implemented Interfaces:
CTProcessService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>

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

    • CTProcessServiceWrapper

      public CTProcessServiceWrapper()
    • CTProcessServiceWrapper

      public CTProcessServiceWrapper(CTProcessService ctProcessService)
  • Method Details

    • deleteCTProcess

      public CTProcess deleteCTProcess(long ctProcessId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCTProcess in interface CTProcessService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCTProcesses

      public List<CTProcess> getCTProcesses(long companyId, long userId, String keywords, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTProcess> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCTProcesses in interface CTProcessService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCTProcessesCount

      public int getCTProcessesCount(long companyId, long userId, String keywords, int status)
      Specified by:
      getCTProcessesCount in interface CTProcessService
    • getOSGiServiceIdentifier

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

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

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