com.atlassian.bamboo.security.trustedapplications
Interface BambooTrustedApplicationDao

All Superinterfaces:
BambooObjectDao<BambooTrustedApplication>
All Known Implementing Classes:
BambooTrustedApplicationsHibernateDao

public interface BambooTrustedApplicationDao
extends BambooObjectDao<BambooTrustedApplication>


Method Summary
 BambooTrustedApplication findByApplicationId(java.lang.String applicationId)
          Get the BambooTrustedApplication with the given application id.
 
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll
 

Method Detail

findByApplicationId

BambooTrustedApplication findByApplicationId(java.lang.String applicationId)
Get the BambooTrustedApplication with the given application id.

Parameters:
id - the application id
Returns:
the BambooTrustedApplication


Copyright © 2012 Atlassian. All Rights Reserved.