Uses of Class
net.sf.cantina.Realm

Packages that use Realm
net.sf.cantina Basic representations of localizable Documents grouped in Realms. 
net.sf.cantina.datasource   
net.sf.cantina.decorator   
 

Uses of Realm in net.sf.cantina
 

Methods in net.sf.cantina that return Realm
 Realm Document.getRealm()
           
abstract  Realm DataSource.loadRealm(java.lang.String name)
           
 

Methods in net.sf.cantina with parameters of type Realm
 void Document.setRealm(Realm realm)
           
abstract  void DataSource.saveRealm(Realm r)
           
 

Uses of Realm in net.sf.cantina.datasource
 

Subclasses of Realm in net.sf.cantina.datasource
 class PersistentRealm
           
 

Methods in net.sf.cantina.datasource that return Realm
 Realm PersistentDocument.getRealm()
          Gets the realm for this document
 Realm HibernateDataSource.loadRealm(java.lang.String name)
           
 

Methods in net.sf.cantina.datasource with parameters of type Realm
 void PersistentDocument.setRealm(Realm realm)
          sets the realm for this document
 void HibernateDataSource.saveRealm(Realm r)
           
protected static void BackupUtils.dumpRealm(Realm original, DataSource destination)
          Dumps a realm to a datasource, overriding any previously saved realm.
 

Uses of Realm in net.sf.cantina.decorator
 

Methods in net.sf.cantina.decorator that return Realm
 Realm DocumentDecorator.getRealm()
           
 

Methods in net.sf.cantina.decorator with parameters of type Realm
 void DocumentDecorator.setRealm(Realm realm)
           
 



Copyright © 2004 Cantina. All Rights Reserved.