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) int
getCTProcessesCount
(long companyId, long userId, String keywords, int status) Returns the OSGi service identifier.void
setWrappedService
(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:
deleteCTProcess
in 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:
getCTProcesses
in interfaceCTProcessService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTProcessesCount
- Specified by:
getCTProcessesCount
in interfaceCTProcessService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCTProcessService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>
-