Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.webz.ImageInfo

Packages that use ImageInfo
ORG.oclc.webz   
 

Uses of ImageInfo in ORG.oclc.webz
 

Methods in ORG.oclc.webz that return ImageInfo
 ImageInfo ZUserData.getImageInfo(String dbname, String resultSetName, int recno)
          Retrieves an ImageInfo object from the Vector or WebZUserHistory objects for the input record number/resultset which can be used as a guide to retrieve images from a newton database.
 

Methods in ORG.oclc.webz with parameters of type ImageInfo
 void ZUserData.saveImageInfo(String resultSetName, ImageInfo imageInfo)
          Saves an ImageInfo info object in the user's Vector of WebZUserHistory objects for the input record number/resultset which can be used as a guide to retrieve images from a newton database.
 


Open SiteSearch 4.1.1
Final