Uses of Interface
de.bea.domingo.DProfileDocument

Packages that use DProfileDocument
de.bea.domingo Interfaces and factory for access to Lotus Notes databases. 
de.bea.domingo.http Http implementation of the contract in package de.bea.domingo
de.bea.domingo.proxy Proxy implementation of the contract in package de.bea.domingo
 

Uses of DProfileDocument in de.bea.domingo
 

Methods in de.bea.domingo that return DProfileDocument
 DProfileDocument DDatabase.getProfileDocument(java.lang.String profileName, java.lang.String profileKey)
          Retrieves or creates a profile document.
 

Uses of DProfileDocument in de.bea.domingo.http
 

Methods in de.bea.domingo.http that return DProfileDocument
 DProfileDocument DatabaseHttp.getProfileDocument(java.lang.String profileName, java.lang.String profileKey)
          Retrieves or creates a profile document.
 

Uses of DProfileDocument in de.bea.domingo.proxy
 

Classes in de.bea.domingo.proxy that implement DProfileDocument
 class ProfileDocumentProxy
          Represents a document in a database.
 

Methods in de.bea.domingo.proxy that return DProfileDocument
 DProfileDocument DatabaseProxy.getProfileDocument(java.lang.String profileName, java.lang.String profileKey)
          Retrieves or creates a profile document.
 



Domingo Java-API