Holger's
Java API

Uses of Class
com.antelmann.util.Country

Packages that use Country
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of Country in com.antelmann.util
 

Methods in com.antelmann.util that return Country
static Country[] Country.getAll()
           
static Country[] Country.getCountries(Filter<Country> filter)
           
static Country Country.getDefaultCountry()
           
 Country Country.Store.getEntry(Object id)
           
static Country[] Country.getEU()
           
 

Methods in com.antelmann.util that return types with arguments of type Country
 DBEnumeration<Country> Country.Store.fetch(Filter<? super Country> filter)
           
 DBEnumeration<Stub<Country>> Country.Store.fetchStubs(Filter<? super Stub<?>> filter)
           
 Class<Country> Country.Store.getEntryClass()
           
 Stub<Country> Country.Store.getStub(Object id)
           
static DBClassStore<Country> Country.makeStore(Database<?> db, boolean readOnly)
          returns a collection store containing all countries that is yet to be put into the database
 

Methods in com.antelmann.util with parameters of type Country
 int Country.compareTo(Country c)
           
static JComboBox Country.getComboBox(boolean showFullName, boolean showIcon, Locale locale, Country... limitToTheseCountries)
          uses a DefaultComboBoxModel with Country instances
 void Country.Store.insert(Country entry)
           
 Object Country.Store.insertAsNew(Country entry)
           
 void Country.Store.update(Country entry)
           
 

Method parameters in com.antelmann.util with type arguments of type Country
 int Country.Store.deleteEntries(Filter<? super Country> filter)
           
 DBEnumeration<Country> Country.Store.fetch(Filter<? super Country> filter)
           
static Country[] Country.getCountries(Filter<Country> filter)
           
 int Country.Store.size(Filter<? super Country> filter)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads