|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport
com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<BambooTrustedApplication>
com.atlassian.bamboo.security.trustedapplications.BambooTrustedApplicationsHibernateDao
public class BambooTrustedApplicationsHibernateDao
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
BambooTrustedApplicationsHibernateDao()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class com.atlassian.bamboo.persistence3.BambooHibernateObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Methods inherited from class com.atlassian.bamboo.persistence3.StatelessSessionHibernateDaoSupport |
---|
getCacheAwareHibernateTemplate |
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Constructor Detail |
---|
public BambooTrustedApplicationsHibernateDao()
Method Detail |
---|
public BambooTrustedApplication findByApplicationId(String applicationId)
BambooTrustedApplicationDao
BambooTrustedApplication
with the given application id.
findByApplicationId
in interface BambooTrustedApplicationDao
BambooTrustedApplication
public void save(@NotNull BambooCurrentApplication currentApp)
save
in interface BambooTrustedApplicationDao
@Nullable public BambooCurrentApplication getCurrentApplication()
BambooTrustedApplicationDao
getCurrentApplication
in interface BambooTrustedApplicationDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |