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 |
|---|---|
java.util.List<CTProcess> |
getCTProcesses(long companyId,
long userId,
java.lang.String keywords,
int status,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CTProcess> orderByComparator) |
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) |
int |
getCTProcessesCount(long companyId,
long userId,
java.lang.String keywords,
int status,
int type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CTProcessService |
getWrappedService() |
void |
setWrappedService(CTProcessService ctProcessService) |
public CTProcessServiceWrapper()
public CTProcessServiceWrapper(CTProcessService ctProcessService)
public java.util.List<CTProcess> getCTProcesses(long companyId, long userId, java.lang.String keywords, int status, int type, 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 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 int getCTProcessesCount(long companyId,
long userId,
java.lang.String keywords,
int status,
int type)
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>