|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoginInformation | |
---|---|
com.atlassian.bamboo.migration.stream | |
com.atlassian.bamboo.user |
Uses of LoginInformation in com.atlassian.bamboo.migration.stream |
---|
Methods in com.atlassian.bamboo.migration.stream that return LoginInformation | |
---|---|
protected LoginInformation |
LoginInformationMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
Methods in com.atlassian.bamboo.migration.stream with parameters of type LoginInformation | |
---|---|
void |
LoginInformationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<LoginInformation> loginInformations,
LoginInformation object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
LoginInformationMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
LoginInformation object,
net.sf.hibernate.Session session)
|
protected void |
LoginInformationMapper.importProperties(LoginInformation object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type LoginInformation | |
---|---|
void |
LoginInformationMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<LoginInformation> loginInformations,
LoginInformation object,
long objectIndex,
net.sf.hibernate.Session session)
|
Uses of LoginInformation in com.atlassian.bamboo.user |
---|
Classes in com.atlassian.bamboo.user that implement LoginInformation | |
---|---|
class |
LoginInformationImpl
|
Methods in com.atlassian.bamboo.user that return LoginInformation | |
---|---|
LoginInformation |
LoginInformationHibernateDao.getLoginInformationByUserName(java.lang.String userName)
|
LoginInformation |
LoginInformationDao.getLoginInformationByUserName(java.lang.String userName)
|
Methods in com.atlassian.bamboo.user that return types with arguments of type LoginInformation | |
---|---|
java.util.Iterator<LoginInformation> |
LoginInformationHibernateDao.getAllLoginInformationRecords()
|
java.util.Iterator<LoginInformation> |
LoginInformationManagerImpl.getAllLoginInformationRecords()
|
java.util.Iterator<LoginInformation> |
LoginInformationManager.getAllLoginInformationRecords()
For use during the export to XML. |
java.util.Iterator<LoginInformation> |
LoginInformationDao.getAllLoginInformationRecords()
|
Methods in com.atlassian.bamboo.user with parameters of type LoginInformation | |
---|---|
void |
LoginInformationManagerImpl.injectLoginInformation(LoginInformation object)
|
void |
LoginInformationManager.injectLoginInformation(LoginInformation object)
For use during the import from XML only. |
void |
LoginInformationHibernateDao.save(LoginInformation loginInformation)
|
void |
LoginInformationDao.save(LoginInformation loginInformation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |