com.solidstategroup.cms
Class Countries

java.lang.Object
  extended by com.solidstategroup.cms.Countries

public class Countries
extends java.lang.Object


Constructor Summary
Countries()
           
 
Method Summary
static void clearCache()
           
static void execute()
           
 java.util.Vector getCountries()
           
static Country getCountry(int countryId)
           
static java.lang.String getQuery()
           
static java.util.Vector getResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Countries

public Countries()
Method Detail

getResults

public static java.util.Vector getResults()

clearCache

public static void clearCache()

execute

public static void execute()

getQuery

public static java.lang.String getQuery()

getCountries

public java.util.Vector getCountries()

getCountry

public static Country getCountry(int countryId)