Uses of Class
org.sakaiproject.profile2.model.ExternalIntegrationInfo
-
Packages that use ExternalIntegrationInfo Package Description org.sakaiproject.profile2.logic -
-
Uses of ExternalIntegrationInfo in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return ExternalIntegrationInfo Modifier and Type Method Description ExternalIntegrationInfoProfileExternalIntegrationLogic. 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 Modifier and Type Method Description StringProfileExternalIntegrationLogic. getTwitterName(ExternalIntegrationInfo info)Gets the Twitter name associated with the stored details, if any.booleanProfileExternalIntegrationLogic. updateExternalIntegrationInfo(ExternalIntegrationInfo info)Update a user's ExternalIntegrationInfobooleanProfileExternalIntegrationLogic. validateTwitterCredentials(ExternalIntegrationInfo info)Check if the stored Twitter credentials are valid.
-