org.sakaiproject.profile2.legacy
Class ProfileImpl

java.lang.Object
  extended by org.sakaiproject.profile2.legacy.ProfileImpl
All Implemented Interfaces:
org.sakaiproject.api.app.profile.Profile

public class ProfileImpl
extends Object
implements org.sakaiproject.api.app.profile.Profile


Constructor Summary
ProfileImpl()
           
 
Method Summary
 Boolean getLocked()
          additional methods from original Profile API but are just stubs as we don't use them
 org.sakaiproject.api.common.edu.person.SakaiPerson getSakaiPerson()
           
 String getUserId()
          getters/setters that have odd signatures so we explicity declare them
 Boolean isInstitutionalPictureIdPreferred()
           
 void setInstitutionalPictureIdPreferred(Boolean institutionalPictureIdPreferred)
           
 void setSakaiPerson(org.sakaiproject.api.common.edu.person.SakaiPerson arg0)
           
 void setUserID(String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sakaiproject.api.app.profile.Profile
getDepartment, getEmail, getFirstName, getHidePrivateInfo, getHidePublicInfo, getHomepage, getHomePhone, getInstitutionalPicture, getLastName, getNickName, getOtherInformation, getPictureUrl, getPosition, getRoom, getSchool, getWorkPhone, setDepartment, setEmail, setFirstName, setHidePrivateInfo, setHidePublicInfo, setHomepage, setHomePhone, setLastName, setNickName, setOtherInformation, setPictureUrl, setPosition, setRoom, setSchool, setWorkPhone
 

Constructor Detail

ProfileImpl

public ProfileImpl()
Method Detail

getUserId

public String getUserId()
getters/setters that have odd signatures so we explicity declare them

Specified by:
getUserId in interface org.sakaiproject.api.app.profile.Profile

setUserID

public void setUserID(String arg0)
Specified by:
setUserID in interface org.sakaiproject.api.app.profile.Profile

isInstitutionalPictureIdPreferred

public Boolean isInstitutionalPictureIdPreferred()
Specified by:
isInstitutionalPictureIdPreferred in interface org.sakaiproject.api.app.profile.Profile

setInstitutionalPictureIdPreferred

public void setInstitutionalPictureIdPreferred(Boolean institutionalPictureIdPreferred)
Specified by:
setInstitutionalPictureIdPreferred in interface org.sakaiproject.api.app.profile.Profile

getLocked

public Boolean getLocked()
additional methods from original Profile API but are just stubs as we don't use them

Specified by:
getLocked in interface org.sakaiproject.api.app.profile.Profile

getSakaiPerson

public org.sakaiproject.api.common.edu.person.SakaiPerson getSakaiPerson()
Specified by:
getSakaiPerson in interface org.sakaiproject.api.app.profile.Profile

setSakaiPerson

public void setSakaiPerson(org.sakaiproject.api.common.edu.person.SakaiPerson arg0)
Specified by:
setSakaiPerson in interface org.sakaiproject.api.app.profile.Profile


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