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 CTProcessService
com.liferay.portal.kernel.exception.PortalException
public 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 CTProcessService
com.liferay.portal.kernel.exception.PortalException
public int getCTProcessesCount(long companyId, long userId, java.lang.String keywords, int status)
getCTProcessesCount
in interface CTProcessService
public int getCTProcessesCount(long companyId, long userId, java.lang.String keywords, int status, int type)
getCTProcessesCount
in interface CTProcessService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CTProcessService
public 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>