public class BambooTrustedApplicationsHibernateDao extends BambooHibernateObjectDao<BambooTrustedApplication> implements BambooTrustedApplicationDao
| Constructor and Description |
|---|
BambooTrustedApplicationsHibernateDao() |
| Modifier and Type | Method and Description |
|---|---|
BambooTrustedApplication |
findByApplicationId(String applicationId)
Get the
BambooTrustedApplication with the given application id. |
BambooCurrentApplication |
getCurrentApplication()
Retrieves the Trusted Apps data for the current Bamboo instance.
|
void |
save(BambooCurrentApplication currentApp) |
countAll, countWithRestriction, delete, deleteAll, executeCountQuery, findAll, findById, merge, save, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, createHibernateTemplate, currentSession, getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAllpublic BambooTrustedApplicationsHibernateDao()
public BambooTrustedApplication findByApplicationId(String applicationId)
BambooTrustedApplicationDaoBambooTrustedApplication with the given application id.findByApplicationId in interface BambooTrustedApplicationDaoapplicationId - the application idBambooTrustedApplicationpublic void save(@NotNull
BambooCurrentApplication currentApp)
save in interface BambooTrustedApplicationDao@Nullable public BambooCurrentApplication getCurrentApplication()
BambooTrustedApplicationDaogetCurrentApplication in interface BambooTrustedApplicationDaoCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.