Uses of Class
com.atlassian.confluence.user.PersonalInformation

Packages that use PersonalInformation
com.atlassian.confluence.event.events.content.user   
com.atlassian.confluence.mail.reports   
com.atlassian.confluence.plugin.descriptor.web   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.persistence.dao   
com.atlassian.confluence.user.persistence.dao.hibernate   
 

Uses of PersonalInformation in com.atlassian.confluence.event.events.content.user
 

Methods in com.atlassian.confluence.event.events.content.user that return PersonalInformation
 PersonalInformation PersonalInformationUpdateEvent.getOriginalPersonalInformation()
           
 PersonalInformation PersonalInformationEvent.getPersonalInformation()
           
 

Constructors in com.atlassian.confluence.event.events.content.user with parameters of type PersonalInformation
PersonalInformationCreateEvent(java.lang.Object src, PersonalInformation personalInformation)
           
PersonalInformationEvent(java.lang.Object src, PersonalInformation personalInformation)
           
PersonalInformationRemoveEvent(java.lang.Object src, PersonalInformation personalInformation)
           
PersonalInformationUpdateEvent(java.lang.Object src, PersonalInformation personalInformation, PersonalInformation originalPersonalInformation)
           
PersonalInformationUpdateEvent(java.lang.Object src, PersonalInformation personalInformation, PersonalInformation originalPersonalInformation, boolean minorEdit)
           
 

Uses of PersonalInformation in com.atlassian.confluence.mail.reports
 

Methods in com.atlassian.confluence.mail.reports that return PersonalInformation
 PersonalInformation PersonalInfoReport.getPersonalInformation()
           
 

Methods in com.atlassian.confluence.mail.reports with parameters of type PersonalInformation
 void ChangeDigestReport.addPersonalInformation(PersonalInformation personalInformation)
           
 

Constructors in com.atlassian.confluence.mail.reports with parameters of type PersonalInformation
PersonalInfoReport(PersonalInformation personalInformation, ChangeDigestReport changeDigestReport)
           
 

Uses of PersonalInformation in com.atlassian.confluence.plugin.descriptor.web
 

Methods in com.atlassian.confluence.plugin.descriptor.web that return PersonalInformation
 PersonalInformation WebInterfaceContext.getPersonalInformation()
          Returns the personal information (i.e.
 PersonalInformation DefaultWebInterfaceContext.getPersonalInformation()
           
 

Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type PersonalInformation
 void DefaultWebInterfaceContext.setPersonalInformation(PersonalInformation personalInformation)
           
 

Uses of PersonalInformation in com.atlassian.confluence.rpc.soap.beans
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type PersonalInformation
RemoteUserInformation(PersonalInformation info)
           
 

Uses of PersonalInformation in com.atlassian.confluence.user
 

Methods in com.atlassian.confluence.user that return PersonalInformation
 PersonalInformation DefaultPersonalInformationManager.createPersonalInformation(com.atlassian.user.User user)
           
 PersonalInformation PersonalInformationManager.createPersonalInformation(com.atlassian.user.User user)
          Creates a new PersonalInformation for the specified user.
 PersonalInformation DefaultPersonalInformationManager.getPersonalInformation(java.lang.String username)
          Deprecated.  
 PersonalInformation PersonalInformationManager.getPersonalInformation(java.lang.String username)
          Deprecated. since 2.3 use PersonalInformationManager.getPersonalInformation(com.atlassian.user.User)
 PersonalInformation DefaultPersonalInformationManager.getPersonalInformation(com.atlassian.user.User user)
           
 PersonalInformation PersonalInformationManager.getPersonalInformation(com.atlassian.user.User user)
          Retrieve the personal information for a user.
 

Methods in com.atlassian.confluence.user with parameters of type PersonalInformation
 void DefaultUserAccessor.savePersonalInformation(PersonalInformation newInfo, PersonalInformation oldInfo)
           
 void DefaultPersonalInformationManager.savePersonalInformation(PersonalInformation newInfo, PersonalInformation oldInfo)
           
 void PersonalInformationManager.savePersonalInformation(PersonalInformation newInfo, PersonalInformation oldInfo)
           
 

Uses of PersonalInformation in com.atlassian.confluence.user.actions
 

Fields in com.atlassian.confluence.user.actions declared as PersonalInformation
protected  PersonalInformation AbstractUserProfileAction.personalInformationEntity
           
 

Methods in com.atlassian.confluence.user.actions that return PersonalInformation
 PersonalInformation AbstractUserProfileAction.getPersonalInformationEntity()
           
 

Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao
 

Methods in com.atlassian.confluence.user.persistence.dao that return PersonalInformation
 PersonalInformation PersonalInformationDao.getByUsername(java.lang.String username)
          Fetches the personal information object for this username.
 

Uses of PersonalInformation in com.atlassian.confluence.user.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return PersonalInformation
 PersonalInformation HibernatePersonalInformationDao.getByUsername(java.lang.String username)
          Fetches a personal information object for the specified username.
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.