com.jaspersoft.jasperserver.war.validation
Class OlapDataSourceValidator
java.lang.Object
com.jaspersoft.jasperserver.war.validation.ReportDataSourceValidator
com.jaspersoft.jasperserver.war.validation.OlapDataSourceValidator
- All Implemented Interfaces:
- org.springframework.validation.Validator
public class OlapDataSourceValidator
- extends ReportDataSourceValidator
- implements org.springframework.validation.Validator
OlapDataSourceValidator provides validation methods for the
olapDataSourceFlow
- Author:
- jshih
Methods inherited from class com.jaspersoft.jasperserver.war.validation.ReportDataSourceValidator |
beanPropsForm, customPropsForm, getCustomDataSourceFactory, getRepository, jdbcPropsForm, jndiPropsForm, namingForm, setCustomDataSourceFactory, setRepository, validateSource, validateType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OlapDataSourceValidator
public OlapDataSourceValidator()
supports
public boolean supports(java.lang.Class clazz)
- Specified by:
supports
in interface org.springframework.validation.Validator
- Overrides:
supports
in class ReportDataSourceValidator
validate
public void validate(java.lang.Object arg0,
org.springframework.validation.Errors arg1)
- Specified by:
validate
in interface org.springframework.validation.Validator
- Overrides:
validate
in class ReportDataSourceValidator
chooseType
public void chooseType(OlapDataSourceWrapper wrapper,
org.springframework.validation.Errors errors)
jndiPropsForm
public void jndiPropsForm(OlapDataSourceWrapper wrapper,
org.springframework.validation.Errors errors)
namingForm
public void namingForm(OlapDataSourceWrapper wrapper,
org.springframework.validation.Errors errors)
jdbcPropsForm
public void jdbcPropsForm(OlapDataSourceWrapper wrapper,
org.springframework.validation.Errors errors)
validateSource
public void validateSource(OlapDataSourceWrapper wrapper,
org.springframework.validation.Errors errors)
Copyright © 2007. All Rights Reserved.