Uses of Class
org.sakaiproject.profile2.model.ExternalIntegrationInfo

Packages that use ExternalIntegrationInfo
org.sakaiproject.profile2.logic   
 

Uses of ExternalIntegrationInfo in org.sakaiproject.profile2.logic
 

Methods in org.sakaiproject.profile2.logic that return ExternalIntegrationInfo
 ExternalIntegrationInfo ProfileExternalIntegrationLogic.getExternalIntegrationInfo(String userUuid)
          Get the ExternalIntegrationInfo record for a user or an empty record if none.
 

Methods in org.sakaiproject.profile2.logic with parameters of type ExternalIntegrationInfo
 String ProfileExternalIntegrationLogic.getTwitterName(ExternalIntegrationInfo info)
          Gets the Twitter name associated with the stored details, if any.
 boolean ProfileExternalIntegrationLogic.updateExternalIntegrationInfo(ExternalIntegrationInfo info)
          Update a user's ExternalIntegrationInfo
 boolean ProfileExternalIntegrationLogic.validateTwitterCredentials(ExternalIntegrationInfo info)
          Check if the stored Twitter credentials are valid.
 



Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.