org.ofbiz.common
Class CommonWorkers

java.lang.Object
  extended by org.ofbiz.common.CommonWorkers

public class CommonWorkers
extends java.lang.Object

Common Workers


Field Summary
static java.lang.String module
           
 
Constructor Summary
CommonWorkers()
           
 
Method Summary
static java.util.List<GenericValue> getAssociatedStateList(GenericDelegator delegator, java.lang.String country)
          Returns a list of regional geo associations.
static java.util.List<GenericValue> getCountryList(GenericDelegator delegator)
           
static java.util.List<GenericValue> getStateList(GenericDelegator delegator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

CommonWorkers

public CommonWorkers()
Method Detail

getCountryList

public static java.util.List<GenericValue> getCountryList(GenericDelegator delegator)

getStateList

public static java.util.List<GenericValue> getStateList(GenericDelegator delegator)

getAssociatedStateList

public static java.util.List<GenericValue> getAssociatedStateList(GenericDelegator delegator,
                                                                  java.lang.String country)
Returns a list of regional geo associations.