org.kuali.student.contract.writer.search
Class SearchModelWriter

java.lang.Object
  extended by org.kuali.student.contract.writer.search.SearchModelWriter

public class SearchModelWriter
extends Object

This writes out the entire search xml file

Author:
nwright

Constructor Summary
SearchModelWriter(PrintStream out, SearchModel model)
           
 
Method Summary
 void write()
          Write out the entire file
protected  void writeFooter()
           
protected  void writeHeader()
          write out the header
protected  void writeSearchCriteria()
          write out the the object structure
protected  void writeSearchCriteriaParameters()
          write out the the object structure
protected  void writeSearchResultColumns()
          write out the the object structure
protected  void writeSearchResultTypes()
          write out the the object structure
protected  void writeSearchTypes()
          write out the the base fields
protected  void writeSqlQueryMap()
          write out the the object structure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchModelWriter

public SearchModelWriter(PrintStream out,
                         SearchModel model)
Method Detail

write

public void write()
Write out the entire file

Parameters:
out -

writeHeader

protected void writeHeader()
write out the header

Parameters:
out -

writeFooter

protected void writeFooter()

writeSearchTypes

protected void writeSearchTypes()
write out the the base fields

Parameters:
out -

writeSearchResultTypes

protected void writeSearchResultTypes()
write out the the object structure

Parameters:
out -

writeSearchResultColumns

protected void writeSearchResultColumns()
write out the the object structure

Parameters:
out -

writeSearchCriteria

protected void writeSearchCriteria()
write out the the object structure

Parameters:
out -

writeSearchCriteriaParameters

protected void writeSearchCriteriaParameters()
write out the the object structure

Parameters:
out -

writeSqlQueryMap

protected void writeSqlQueryMap()
write out the the object structure

Parameters:
out -


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.