Class CTProcessServiceUtil
java.lang.Object
com.liferay.change.tracking.service.CTProcessServiceUtil
Provides the remote service utility for CTProcess. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CTProcess
deleteCTProcess
(long ctProcessId) getCTProcesses
(long companyId, long userId, String keywords, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTProcess> orderByComparator) static int
getCTProcessesCount
(long companyId, long userId, String keywords, int status) static String
Returns the OSGi service identifier.static CTProcessService
-
Constructor Details
-
CTProcessServiceUtil
public CTProcessServiceUtil()
-
-
Method Details
-
deleteCTProcess
public static CTProcess deleteCTProcess(long ctProcessId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTProcesses
public static 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTProcessesCount
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-