Class GradeStatExtractor

java.lang.Object
org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
org.openurp.edu.grade.course.service.impl.GradeStatExtractor
All Implemented Interfaces:
org.beangle.commons.transfer.exporter.PropertyExtractor

public class GradeStatExtractor extends org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
  • Field Summary

    Fields inherited from class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor

    errorProperties, textResource
  • Constructor Summary

    Constructors
    Constructor
    Description
    GradeStatExtractor(org.beangle.commons.text.i18n.TextResource textResource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getPropertyValue(Object target, String property)
     

    Methods inherited from class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor

    extract, getPropertyIn, getText, getText, getTextResource, setTextResource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GradeStatExtractor

      public GradeStatExtractor(org.beangle.commons.text.i18n.TextResource textResource)
  • Method Details

    • getPropertyValue

      public Object getPropertyValue(Object target, String property) throws Exception
      Specified by:
      getPropertyValue in interface org.beangle.commons.transfer.exporter.PropertyExtractor
      Overrides:
      getPropertyValue in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
      Throws:
      Exception