public class CTProcessServiceUtil
extends java.lang.Object
com.liferay.change.tracking.service.impl.CTProcessServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CTProcessService
Constructor and Description |
---|
CTProcessServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static 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) |
static int |
getCTProcessesCount(long companyId,
long userId,
java.lang.String keywords,
int status) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CTProcessService |
getService() |
public static 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
com.liferay.portal.kernel.exception.PortalException
public static int getCTProcessesCount(long companyId, long userId, java.lang.String keywords, int status)
public static java.lang.String getOSGiServiceIdentifier()
public static CTProcessService getService()