transfer.com.cache
Class ScopeDAO
WEB-INF.cftags.component
transfer.com.cache.ScopeDAO
-
public class ScopeDAO
- extends WEB-INF.cftags.component
Data Access Object for Scope Values
| Methods inherited from class WEB-INF.cftags.component |
|
init
public init(XMLFileReader configReader)
-
Constructor
- Parameters:
configReader - The XML Reader for the config file
getConfigReader
private XMLFileReader getConfigReader()
-
getScope
public Scope getScope(Scope scope, string scopeType)
-
Retrieves a definition of a scope
- Parameters:
scope - Scope object to populate
scopeType - The scope to retrieve
setConfigReader
private void setConfigReader(XMLFileReader ConfigReader)
-
- Parameters:
ConfigReader