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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteCTProcess(long ctProcessId) getCTProcesses(long companyId, long userId, String keywords, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTProcess> orderByComparator) intgetCTProcessesCount(long companyId, long userId, String keywords, int status) Returns the OSGi service identifier.voidsetWrappedService(CTProcessService ctProcessService)
-
Constructor Details
-
CTProcessServiceWrapper
public CTProcessServiceWrapper() -
CTProcessServiceWrapper
-
-
Method Details
-
deleteCTProcess
public CTProcess deleteCTProcess(long ctProcessId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCTProcessin interfaceCTProcessService- 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:
getCTProcessesin interfaceCTProcessService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTProcessesCount
- Specified by:
getCTProcessesCountin interfaceCTProcessService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCTProcessService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>
-