public class CTProcessServiceWrapper extends java.lang.Object implements CTProcessService, com.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>
CTProcessService.CTProcessService| Constructor and Description |
|---|
CTProcessServiceWrapper() |
CTProcessServiceWrapper(CTProcessService ctProcessService) |
| Modifier and Type | Method and Description |
|---|---|
CTProcess |
deleteCTProcess(long ctProcessId) |
java.util.List<CTProcess> |
getCTProcesses(long companyId,
long userId,
java.lang.String keywords,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTProcess> orderByComparator) |
int |
getCTProcessesCount(long companyId,
long userId,
java.lang.String keywords,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CTProcessService |
getWrappedService() |
void |
setWrappedService(CTProcessService ctProcessService) |
public CTProcessServiceWrapper()
public CTProcessServiceWrapper(CTProcessService ctProcessService)
public CTProcess deleteCTProcess(long ctProcessId) throws com.liferay.portal.kernel.exception.PortalException
deleteCTProcess in interface CTProcessServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CTProcess> getCTProcesses(long companyId, long userId, java.lang.String keywords, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTProcess> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCTProcesses in interface CTProcessServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCTProcessesCount(long companyId,
long userId,
java.lang.String keywords,
int status)
getCTProcessesCount in interface CTProcessServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CTProcessServicepublic CTProcessService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>public void setWrappedService(CTProcessService ctProcessService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CTProcessService>