org.sakaiproject.profile2.model
Class ExternalIntegrationInfo

java.lang.Object
  extended by org.sakaiproject.profile2.model.ExternalIntegrationInfo
All Implemented Interfaces:
Serializable

public class ExternalIntegrationInfo
extends Object
implements Serializable

Model for storing a user's external integration details

Author:
Steve Swinsburg (steve.swinsburg@gmail.com)
See Also:
Serialized Form

Constructor Summary
ExternalIntegrationInfo()
           
 
Method Summary
 boolean isTwitterAlreadyConfigured()
          Check if the user has already configured their Twitter info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalIntegrationInfo

public ExternalIntegrationInfo()
Method Detail

isTwitterAlreadyConfigured

public boolean isTwitterAlreadyConfigured()
Check if the user has already configured their Twitter info.

Parameters:
info - ExternalIntegrationInfo record to check
Returns:


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