Class CTRemoteServiceUtil
java.lang.Object
com.liferay.change.tracking.service.CTRemoteServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CTRemote
static CTRemote
deleteCTRemote
(long ctRemoteId) static CTRemote
deleteCTRemote
(CTRemote ctRemote) getCTRemotes
(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTRemote> orderByComparator) static int
getCTRemotesCount
(String keywords) static String
Returns the OSGi service identifier.static CTRemoteService
static CTRemote
updateCTRemote
(long ctRemoteId, String name, String description, String url, String clientId, String clientSecret)
-
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
-
getCTRemotesCount
-
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
-