Class CTRemoteServiceUtil

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

public class CTRemoteServiceUtil extends Object
Provides the remote service utility for CTRemote. This utility wraps com.liferay.change.tracking.service.impl.CTRemoteServiceImpl 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

    • CTRemoteServiceUtil

      public CTRemoteServiceUtil()
  • Method Details

    • addCTRemote

      public static CTRemote addCTRemote(String name, String description, String url, String clientId, String clientSecret) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCTRemote

      public static CTRemote deleteCTRemote(CTRemote ctRemote) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCTRemote

      public static CTRemote deleteCTRemote(long ctRemoteId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCTRemotes

      public static List<CTRemote> getCTRemotes(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTRemote> orderByComparator)
    • getCTRemotesCount

      public static int getCTRemotesCount(String keywords)
    • getOSGiServiceIdentifier

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

      public static CTRemote updateCTRemote(long ctRemoteId, String name, String description, String url, String clientId, String clientSecret) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CTRemoteService getService()