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.plugins.rest.entities.builders   
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(Object src, PersonalInformation personalInformation)
           
PersonalInformationEvent(Object src, PersonalInformation personalInformation)
           
PersonalInformationRemoveEvent(Object src, PersonalInformation personalInformation)
           
PersonalInformationUpdateEvent(Object src, PersonalInformation personalInformation, PersonalInformation originalPersonalInformation)
           
PersonalInformationUpdateEvent(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.plugins.rest.entities.builders
 

Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type PersonalInformation
 ContentEntity PersonalInformationContentEntityBuilder.build(PersonalInformation personalInfo)
           
 

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 PersonalInformationManager.createPersonalInformation(com.atlassian.user.User user)
          Creates a new PersonalInformation for the specified user.
 PersonalInformation DefaultPersonalInformationManager.createPersonalInformation(com.atlassian.user.User user)
           
 PersonalInformation PersonalInformationManager.getOrCreatePersonalInformation(com.atlassian.user.User user)
          Retrieve the personal information for a user.
 PersonalInformation DefaultPersonalInformationManager.getOrCreatePersonalInformation(com.atlassian.user.User user)
           
 PersonalInformation PersonalInformationManager.getPersonalInformation(com.atlassian.user.User user)
          Deprecated. 4.2.5 - use getOrCreatePersonalInformation
 PersonalInformation DefaultPersonalInformationManager.getPersonalInformation(com.atlassian.user.User user)
           
 

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

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

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.getById(long id)
          Returns the personal information object with the given ID.
 PersonalInformation CachingPersonalInformationDao.getById(long id)
           
 PersonalInformation PersonalInformationDao.getByUsername(String username)
          Fetches the personal information object for this username.
 PersonalInformation CachingPersonalInformationDao.getByUsername(String 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.getById(long id)
           
 PersonalInformation HibernatePersonalInformationDao.getByUsername(String username)
          Fetches a personal information object for the specified username.
 

Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return types with arguments of type PersonalInformation
 Class<PersonalInformation> HibernatePersonalInformationDao.getPersistentClass()
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.