Class CTProcessServiceUtil

java.lang.Object
com.liferay.change.tracking.service.CTProcessServiceUtil

public class CTProcessServiceUtil extends Object
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 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

      public static int getCTProcessesCount(long companyId, long userId, String keywords, int status)
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static CTProcessService getService()