Uses of Class
org.nhindirect.config.store.Certificate

Packages that use Certificate
org.nhindirect.config.store.dao   
org.nhindirect.config.store.dao.impl   
 

Uses of Certificate in org.nhindirect.config.store.dao
 

Methods in org.nhindirect.config.store.dao that return Certificate
 Certificate CertificateDao.load(String owner, String thumbprint)
          Load a Certificate.
 

Methods in org.nhindirect.config.store.dao that return types with arguments of type Certificate
 List<Certificate> CertificateDao.list(List<Long> idList)
          Get a collection of Certificates.
 List<Certificate> CertificateDao.list(String owner)
          Get a collection of Certificates.
 

Methods in org.nhindirect.config.store.dao with parameters of type Certificate
 void CertificateDao.save(Certificate cert)
          Save a Certificate.
 

Method parameters in org.nhindirect.config.store.dao with type arguments of type Certificate
 void CertificateDao.save(List<Certificate> certList)
          Save a collection of Certificates.
 

Uses of Certificate in org.nhindirect.config.store.dao.impl
 

Methods in org.nhindirect.config.store.dao.impl that return Certificate
 Certificate CertificateDaoImpl.load(String owner, String thumbprint)
           
 

Methods in org.nhindirect.config.store.dao.impl that return types with arguments of type Certificate
 List<Certificate> CertificateDaoImpl.list(List<Long> idList)
           
 List<Certificate> CertificateDaoImpl.list(String owner)
           
 

Methods in org.nhindirect.config.store.dao.impl with parameters of type Certificate
 void CertificateDaoImpl.save(Certificate cert)
           
 

Method parameters in org.nhindirect.config.store.dao.impl with type arguments of type Certificate
 void CertificateDaoImpl.save(List<Certificate> certList)
           
 



Copyright © 2011. All Rights Reserved.