org.kuali.student.admin.ui.mojo
Class AdminUiLookupableWriter

java.lang.Object
  extended by org.kuali.student.contract.writer.XmlWriter
      extended by org.kuali.student.contract.writer.JavaClassWriter
          extended by org.kuali.student.admin.ui.mojo.AdminUiLookupableWriter

public class AdminUiLookupableWriter
extends JavaClassWriter

Author:
nwright

Constructor Summary
AdminUiLookupableWriter(ServiceContractModel model, String directory, String rootPackage, String servKey, XmlType xmlType, List<ServiceMethod> methods)
           
 
Method Summary
static String calcClassName(String servKey, String xmlTypeName)
           
static String calcClassName(String servKey, XmlType xmlType)
           
static String calcDecoratorClassName(String servKey)
           
static String calcPackage(String servKey, String rootPackage, XmlType xmlType)
           
static ServiceMethod findSearchMethod(XmlType xmlType, List<ServiceMethod> methods)
           
 void write()
          Write out the entire file
 
Methods inherited from class org.kuali.student.contract.writer.JavaClassWriter
closeBrace, getBody, getClassName, getDirectory, getFileName, getPackageName, getRootDirectory, importsAdd, indentPrintWrappedComment, openBrace, setPackageName, writeHeader, writeImports, writeJavaClassAndImportsOutToFile
 
Methods inherited from class org.kuali.student.contract.writer.XmlWriter
decrementIndent, escapeXML, getIndent, getOut, incrementIndent, indent, indent, indentPrint, indentPrintln, print, println, setIndent, setOut, writeAttribute, writeComment, writeCommentBox, writeTag, writeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminUiLookupableWriter

public AdminUiLookupableWriter(ServiceContractModel model,
                               String directory,
                               String rootPackage,
                               String servKey,
                               XmlType xmlType,
                               List<ServiceMethod> methods)
Method Detail

calcPackage

public static String calcPackage(String servKey,
                                 String rootPackage,
                                 XmlType xmlType)

calcClassName

public static String calcClassName(String servKey,
                                   String xmlTypeName)

calcClassName

public static String calcClassName(String servKey,
                                   XmlType xmlType)

calcDecoratorClassName

public static String calcDecoratorClassName(String servKey)

write

public void write()
Write out the entire file

Parameters:
out -

findSearchMethod

public static ServiceMethod findSearchMethod(XmlType xmlType,
                                             List<ServiceMethod> methods)


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