|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.writer.search.SearchModelWriter
public class SearchModelWriter
This writes out the entire search xml file
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 |
---|
public SearchModelWriter(PrintStream out, SearchModel model)
Method Detail |
---|
public void write()
out
- protected void writeHeader()
out
- protected void writeFooter()
protected void writeSearchTypes()
out
- protected void writeSearchResultTypes()
out
- protected void writeSearchResultColumns()
out
- protected void writeSearchCriteria()
out
- protected void writeSearchCriteriaParameters()
out
- protected void writeSqlQueryMap()
out
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |