Uses of Class
com.nonesole.persistence.file.catalog.CatalogEntry

Packages that use CatalogEntry
com.nonesole.persistence.file.catalog   
 

Uses of CatalogEntry in com.nonesole.persistence.file.catalog
 

Methods in com.nonesole.persistence.file.catalog that return CatalogEntry
 CatalogEntry ICatalog.lookup(java.lang.String id)
          Search CatalogEntry by id
 CatalogEntry Catalog.lookup(java.lang.String id)
           
 CatalogEntry ICatalog.next()
          Get next CatalogEntry object
 CatalogEntry Catalog.next()
           
 

Methods in com.nonesole.persistence.file.catalog with parameters of type CatalogEntry
 void ICatalog.bind(CatalogEntry ce)
          Bind CatalogEntry
 void Catalog.bind(CatalogEntry ce)
           
 void ICatalog.rebind(CatalogEntry ce)
          Rebind CatalogEntry
 void Catalog.rebind(CatalogEntry ce)
           
 void ICatalog.unbind(CatalogEntry ce)
          Unbind CatalogEntry
 void Catalog.unbind(CatalogEntry ce)