Interface CTRemoteService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
CTRemoteServiceWrapper

@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface CTRemoteService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CTRemote. 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:
  • Method Details

    • addCTRemote

      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

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

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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CTRemote> getCTRemotes(String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTRemote> orderByComparator)
    • getCTRemotesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCTRemotesCount(String keywords)
    • getOSGiServiceIdentifier

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

      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