org.kuali.student.contract.model.util
Class HtmlContractMessageStructureWriter

java.lang.Object
  extended by org.kuali.student.contract.model.util.HtmlContractMessageStructureWriter

public class HtmlContractMessageStructureWriter
extends Object

Author:
nwright

Constructor Summary
HtmlContractMessageStructureWriter(XmlType xmlType, String directory, ServiceContractModel model)
           
 
Method Summary
static Set<String> calcOtherXmlTypeUsages(ServiceContractModel mdl, XmlType xmlType)
           
static Set<ServiceMethod> calcUsageByMethods(ServiceContractModel mdl, XmlType xmlType)
           
static Set<String> calcUsageByService(ServiceContractModel mdl, XmlType xmlType)
           
 void write(String projectVersion, String formattedDate)
           
 void writeStyleSheet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlContractMessageStructureWriter

public HtmlContractMessageStructureWriter(XmlType xmlType,
                                          String directory,
                                          ServiceContractModel model)
Method Detail

write

public void write(String projectVersion,
                  String formattedDate)

calcUsageByService

public static Set<String> calcUsageByService(ServiceContractModel mdl,
                                             XmlType xmlType)

calcUsageByMethods

public static Set<ServiceMethod> calcUsageByMethods(ServiceContractModel mdl,
                                                    XmlType xmlType)

calcOtherXmlTypeUsages

public static Set<String> calcOtherXmlTypeUsages(ServiceContractModel mdl,
                                                 XmlType xmlType)

writeStyleSheet

public void writeStyleSheet()


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