Deprecated API


Contents
Deprecated Classes
de.bea.domingo.DAgentBase
          use new class DAgentBase instead 
 

Deprecated Methods
de.bea.domingo.proxy.BaseProxy.convertVectorToList(Vector)
          the usage of the method convertVectorToList() is not needed and impacts performance 
de.bea.domingo.DNotesFactory.disposeInternal(boolean)
          use DNotesFactory.disposeInstance(boolean) instead 
de.bea.domingo.http.NotesHttpFactory.disposeInternal(boolean)
          use NotesHttpFactory.disposeInternal(boolean) instead 
de.bea.domingo.proxy.NotesProxyFactory.disposeInternal(boolean)
          use NotesProxyFactory.disposeInternal(boolean) instead 
de.bea.domingo.service.NotesServiceFactory.disposeInternal(boolean)
          use NotesServiceFactory.disposeInstance(boolean) instead 
de.bea.domingo.http.BaseHttp.execute(String)
          everything should be rewritten without the domingo database 
de.bea.domingo.http.BaseHttp.executeDomingoDatabaseUrl(String)
          everything should be rewritten without the domingo database 
de.bea.domingo.DNotesFactory.gc()
          only use this method for testing 
de.bea.domingo.http.NotesHttpFactory.gc()
          only use this method for testing 
de.bea.domingo.proxy.NotesProxyFactory.gc()
          only use this method for testing 
de.bea.domingo.service.NotesServiceFactory.gc()
          only use this method for testing 
de.bea.domingo.DView.getAllCategoriesByKey(List)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(List)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(List)
            
de.bea.domingo.DView.getAllCategoriesByKey(List, boolean)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(List, boolean)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(List, boolean)
            
de.bea.domingo.DView.getAllCategoriesByKey(List, int)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(List, int)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(List, int)
            
de.bea.domingo.DView.getAllCategoriesByKey(List, int, boolean)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(List, int, boolean)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(List, int, boolean)
            
de.bea.domingo.DView.getAllCategoriesByKey(String)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(String)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(String)
            
de.bea.domingo.DView.getAllCategoriesByKey(String, boolean)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(String, boolean)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(String, boolean)
            
de.bea.domingo.DView.getAllCategoriesByKey(String, int)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(String, int)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(String, int)
            
de.bea.domingo.DView.getAllCategoriesByKey(String, int, boolean)
          not yet fully implemented and not yet tested 
de.bea.domingo.http.ViewHttp.getAllCategoriesByKey(String, int, boolean)
            
de.bea.domingo.proxy.ViewProxy.getAllCategoriesByKey(String, int, boolean)
            
de.bea.domingo.map.NotesLocation.getIIOPPasswd()
          use NotesLocation.getPassword() instead 
de.bea.domingo.map.NotesLocation.getIIOPUser()
          use NotesLocation.getUsername() instead 
de.bea.domingo.DAgentBase.getSession()
          use method getDSession() 
de.bea.domingo.notes.DAgentBase.getSession()
          use method getDSession() 
de.bea.domingo.DViewEntry.getSibblingCount()
          use method DViewEntry.getSiblingCount() instead 
de.bea.domingo.http.ViewEntryHttp.getSibblingCount()
          use method ViewEntryHttp.getSiblingCount() instead 
de.bea.domingo.mock.MockViewEntry.getSibblingCount()
          use method MockViewEntry.getSiblingCount() instead 
de.bea.domingo.proxy.ViewEntryProxy.getSibblingCount()
          use method ViewEntryProxy.getSiblingCount() instead 
de.bea.domingo.http.BaseHttp.postDXL(String, DocumentHttp)
          everything should be rewritten without the domingo database 
 



Domingo Java-API