Uses of Interface
org.eclipse.higgins.icard.provider.cardspace.db.IDAO

Packages that use IDAO
org.eclipse.higgins.icard.provider.cardspace.db   
 

Uses of IDAO in org.eclipse.higgins.icard.provider.cardspace.db
 

Subinterfaces of IDAO in org.eclipse.higgins.icard.provider.cardspace.db
 interface IDaoCard
          DAO interface which represents data of cardspace-compatible information card (see cardspace techref)
 interface IDaoInformationCardExtension
          Represents IInformationCardExtension data
 interface IDaoMCard
          DAO interface which represents data of cardspace-compatible managed card (see cardspace techref)
 interface IDaoPCard
          DAO interface which represents data of cardspace-compatible personal card (see cardspace techref)
 interface IDaoPCardClaim
          Database access object which represents claims of cardspace-compatible personal card (see cardspace techref)
 interface IDaoSupportedClaimType
          Database access object which represents supported claim type of cardspace-compatible information card (see cardspace techref)
 interface IDaoSupportedTokenType
          Database access object which represents supported token type of cardspace-compatible information card (see cardspace techref)
 interface IDaoTokenService
          Database access object which represents token service of cardspace-compatible managed card (see cardspace techref)
 

Methods in org.eclipse.higgins.icard.provider.cardspace.db that return IDAO
 IDAO DAOStoredEvent.getObject()
           
 

Constructors in org.eclipse.higgins.icard.provider.cardspace.db with parameters of type IDAO
DAOStoredEvent(IDAO source)