org.moremotion.datasrc
Class DataSourceConfig
java.lang.Object
org.moremotion.config.Config
org.moremotion.datasrc.DataSourceConfig
public class DataSourceConfig
- extends Config
MoreMotion DataSource Configuration
- Version:
- $Id: DataSourceConfig.java 464 2009-10-12 07:18:50Z erkan $
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceConfig
public DataSourceConfig(ConfigUnit unit)
throws ConfigurationException
- Throws:
ConfigurationException
isLanguageSensitive
public boolean isLanguageSensitive()
- Returns
true if the Data Source is language sensitive. A Data Source is marked as
Language Sensitive if any of its parameters contain a @vof(LANG) definition.
getRefreshTimeout
public int getRefreshTimeout(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getResBundleName
public java.lang.String getResBundleName(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getUnitName
public java.lang.String getUnitName(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getAccessControlDefinition
public AccessControlDefinition getAccessControlDefinition(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getPrecond
public java.lang.String getPrecond(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getItemsPerPage
public int getItemsPerPage(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getPagesPerBlock
public int getPagesPerBlock(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getDebugLevel
public int getDebugLevel(MoreMotionRequest request)
throws ConfigParameterException
- Deprecated.
- Throws:
ConfigParameterException
hasDefine
public boolean hasDefine(MoreMotionRequest request,
java.lang.String define)
throws ConfigParameterException
- Throws:
ConfigParameterException
getScope
public char getScope()
getLogDefinition
public LogDefinition getLogDefinition(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getClassName
public java.lang.String getClassName()
- Returns the name of the class responsible to provide data for this Data Source
that implements
DataService interface
overrideParams
public void overrideParams(java.util.HashMap ovrParams)
Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.