A B C D E F G I J L M N O P S T U W X

A

AggregateMappedGeneratorBase - Class in org.sandev.generator
Base class for generators creating a single aggregate file using a StructMapper.
AggregateMappedGeneratorBase() - Constructor for class org.sandev.generator.AggregateMappedGeneratorBase
 

B

BuildConfigLocatorGenerator - Class in org.sandev.generator
Write the BuildConfigLocator source file.
BuildConfigLocatorGenerator() - Constructor for class org.sandev.generator.BuildConfigLocatorGenerator
 

C

cleanup(SandDecl[], File, boolean, String) - Method in class org.sandev.generator.ProjectIndexGenerator
Clean up the index html files.
cleanupSecondaryFiles(SandDecl[], File) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Clean up the schema SQL file.
ConfigEditorGenerator - Class in org.sandev.generator
Write the XHTMLConfigEditorServlet source file.
ConfigEditorGenerator() - Constructor for class org.sandev.generator.ConfigEditorGenerator
 
countSlashes(String) - Method in class org.sandev.generator.ProjectIndexGenerator
Count the number of forward slashes in the given String.
CSVSerializerGenerator - Class in org.sandev.generator
Write the CSVSerializer source file.
CSVSerializerGenerator() - Constructor for class org.sandev.generator.CSVSerializerGenerator
 
CtrlPanelServletGenerator - Class in org.sandev.generator
Write the XHTMLControlPanelServlet source file
CtrlPanelServletGenerator() - Constructor for class org.sandev.generator.CtrlPanelServletGenerator
 

D

delete(SandDecl, File, String) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Delete the standard MBean source files.
dumpArrayRewrites(PrintStream, ClassDoc, String, boolean) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
Rewrite the reference arrays.
dumpDeployTools(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
If this is a deployment, dump links to the local deployment tools.
dumpDocwebSummary(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Dump out a summary of what project drove this build and what the overall structure is.
dumpFields(PrintStream, ClassDoc, String, boolean) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
If recursiveCall is false, then we have no trailing comma after the last field.
dumpFormattingAttrVals(PrintStream, String, FieldDoc, StructTagFieldlayout) - Method in class org.sandev.generator.XHTMLFormGenerator
Write out the relevant field level formatting directives as an array of SandAttrVals.
dumpIntroContents(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Retrieve the contents of the intro html file to display as the contents here.
dumpJoinExpr(PrintStream, ClassDoc, FieldDoc, boolean) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
This is the join statement being inserted after a "WHERE", and we are working off a "preceding AND" model when creating conditions.
dumpLink(PrintStream, File) - Method in class org.sandev.generator.ProjectIndexGenerator
Write out a link to this file, including the description if this is an html file.
dumpParentCall(PrintStream, ClassDoc, String, boolean) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
dump a call to insert the parent class information.
dumpPrefix(PrintStream, boolean, String) - Method in class org.sandev.generator.XHTMLFormGenerator
Dump out the prefix line start.
dumpRefArrayFills(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Dump out the reference array population code.
dumpResultSetCalls(PrintStream, ClassDoc, String, boolean) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
When reading a Date from the result set, using a Calendar with the TimeZone for the field ends up double converting.
dumpStructNodeSummary(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Dump a summary of the struct and node declarations for this project.
dumpTabIndex(PrintStream, String, FieldDoc, StructTagFieldlayout) - Method in class org.sandev.generator.XHTMLFormGenerator
Write out the relevant tabindex declaration for the field.
dumpTables(PrintStream, ClassDoc, boolean) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
If recursiveCall is false, then we have no trailing comma after the table name.

E

elemprojects - Variable in class org.sandev.generator.ProjectIndexGenerator
An array of projects corresponding to the webelems elements.

F

FILE_GLOBLINK - Static variable in class org.sandev.generator.ProjectIndexGenerator
The name of the one file stored in the top level docs directory which contains links useful for all defined projects.
FILE_LOCLINK - Static variable in class org.sandev.generator.ProjectIndexGenerator
The name of the file which is defined in the local project's docs directory to hold useful links to other projects.
FileEditorGenerator - Class in org.sandev.generator
Write the XHTMLFileEditorServlet source file.
FileEditorGenerator() - Constructor for class org.sandev.generator.FileEditorGenerator
 
filterField(FieldDoc) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Return true if the control interface should ignore this field.
filterHTMLLine(String) - Method in class org.sandev.generator.ProjectIndexGenerator
If the given line contains a node documentation link to be substituted then make that happen.
findClassDocForName(String) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Return the ClassDoc corresponding to the reference name.
findClassDocForName(String, ClassDoc[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Return the ClassDoc corresponding to the reference name.
findFieldOwnerClassDoc(ClassDoc, FieldDoc) - Static method in class org.sandev.generator.SQLQueryProcessorGenerator
Return the ClassDoc this field is actually part of, within the inheritance tree of the given ClassDoc.
findUniqueIDField(FieldDoc[]) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 

G

generate(SandDecl[], File, boolean, Collection, String) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the index html files.
getAbstractPersistentStructs(SandDecl[]) - Static method in class org.sandev.generator.SQLSchemaVerifierGenerator
Return the abstract persistent ClassDocs out of these struct decls.
getCoreSpec(int) - Method in class org.sandev.generator.ProjectIndexGenerator
Returns the core specification for a webelem.
getCoreTableFields(ClassDoc) - Static method in class org.sandev.generator.SQLSchemaVerifierGenerator
Return the fields for this table.
getDeploymentPrefix() - Method in class org.sandev.generator.SingletonAccessorGenerator
Return the value of the DeploymentPrefix property, or the override value specified in the extra param.
getFileNameForWebElem(String) - Method in class org.sandev.generator.ProjectIndexGenerator
Given a canonical webelem specification, return a platform appropriate filename.
getFileSpec(File) - Method in class org.sandev.generator.BuildConfigLocatorGenerator
Return "gen_base/src/org/sandev/tools/ConfigEditor/BuildConfigLocator.java"
getFileSpec(File) - Method in class org.sandev.generator.ConfigEditorGenerator
Returns "gen_base/src/org/sandev/tools/ConfigEditor/XHTMLConfigEditorServlet.java"
getFileSpec(File) - Method in class org.sandev.generator.CSVSerializerGenerator
Return lastApp/src/org/xyz/util/CSVSerializer.java or the equivalent filespec for the given triggering build.
getFileSpec(File) - Method in class org.sandev.generator.CtrlPanelServletGenerator
Return "gen_base/src/org/sandev/tools/ControlPanel/XHTMLControlPanelServlet.java" filespec for the current platform.
getFileSpec(File) - Method in class org.sandev.generator.FileEditorGenerator
Returns "gen_base/src/org/sandev/tools/FileEditor/XHTMLFileEditorServlet.java"
getFileSpec(File) - Method in class org.sandev.generator.InstanceFactoryGenerator
Return "lastApp/src/org/xyz/util/InstanceFactory.java" or the equivalent filespec for the given triggering build.
getFileSpec(File) - Method in class org.sandev.generator.JDBCPersisterGenerator
Return "gen_base/src/org/sandev/tools/JDBC/pre_JDBCPersister.java" or the equivalent filespec for the given platform.
getFileSpec(File) - Method in class org.sandev.generator.SingletonAccessorGenerator
Return "gen_base/src/org/sandev/tools/SANDPlatformRoot/prefixSingletonAccessorImpl.java"
getFileSpec(File) - Method in class org.sandev.generator.SQLClearDatabaseGenerator
Return "targetproject/build/ClearDatabase.sql" or the equivalent filespec for the given platform.
getFileSpec(File) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Return "gen_base/src/org/sandev/tools/JDBC/QueryProcessor.java" or the equivalent filespec for the given platfozm.
getFileSpec(File) - Method in class org.sandev.generator.SQLReinitConverterGenerator
Return "gen_base/src/org/sandev/tools/JDBC/ReinitConverter.java" or the equivalent filespec for the given platform.
getFileSpec(File) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Return "gen_base/src/org/sandev/tools/JDBC/pre_SchemaVerifier.java" or the equivalent filespec for the given platform.
getFileSpec(File) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
Return "gen_base/src/org/sandev/tools/JDBC/UpdateProcessor.java" or the equivalent filespec for the given platform.
getFileSpec(File) - Method in class org.sandev.generator.TableKeyCounterGenerator
Return "gen_base/src/org/sandev/tools/JDBC/TableKeyCounter.java" or the equivalent filespec for the given platform.
getFileSpec(File) - Method in class org.sandev.generator.UIEditorGenerator
Returns "gen_base/src/org/sandev/tools/UIEditor/XHTMLUIEditorServlet.java"
getFileSpec(File) - Method in class org.sandev.generator.XHTMLFormGenerator
Return "gen_base/src/org/sandev/tools/HTTP/pre_XHTMLFormAdaptor.java" or the equivalent filespec for the given platform.
getFileSpec(File) - Method in class org.sandev.generator.XMLSerializerGenerator
Return lastApp/src/org/xyz/util/XMLSerializer.java or the equivalent filespec for the given triggering build.
getFileSpec(File) - Method in class org.sandev.generator.XMLStandardReaderGenerator
Return lastApp/src/org/xyz/util/XMLStandardReader.java or the equivalent filespec for the given triggering build.
getIndent(int) - Method in class org.sandev.generator.ProjectIndexGenerator
Return a String with the appropriate amount of indenting for the depth given.
getIntroFileSpec(int) - Method in class org.sandev.generator.ProjectIndexGenerator
Return the full file spec of the intro.html file
getLinkForNodeName(String) - Method in class org.sandev.generator.ProjectIndexGenerator
Given a general node project name, return a relative link to the docs for it.
getLinkFromSourceDecl(String, SandDecl) - Method in class org.sandev.generator.ProjectIndexGenerator
Given a node name and the corresponding SandDecl, return a link to the docs for it.
getMappedFieldName(ClassDoc, FieldDoc) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
Returns the mapped name for the field.
getMappedFieldRelation(ClassDoc, FieldDoc) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
Returns the mapped name for the relationship between the struct and the reference array field values.
getMappedFieldRelationChild(ClassDoc, FieldDoc) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
In the relation between the struct and the reference array field values, return the name of the field representing the array field value.
getMappedFieldRelationIndex(ClassDoc, FieldDoc) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
In the relation between the struct and the reference array field values, return the name of the field representing the ordering information for the array values.
getMappedFieldRelationParent(ClassDoc, FieldDoc) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
In the relation between the struct and the reference array field values, return the name of the field representing the struct instance.
getMappedFieldType(ClassDoc, FieldDoc) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
Returns the mapped type for the field.
getMappedStructName(ClassDoc) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
Return the mapped struct name.
getMappedStructName(ClassDoc, ClassDoc[]) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
Return the mapped struct name, using the next level down in the given path if it the struct is abstract.
getNullSemantics(FieldDoc) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Return whether this field may be null or not.
getPersistentStructs(SandDecl[]) - Static method in class org.sandev.generator.SQLSchemaVerifierGenerator
Return the persistent ClassDocs out of these struct declarations.
getRelSandHome(int) - Method in class org.sandev.generator.ProjectIndexGenerator
Return the relative path from a current element to SAND_HOME.
getSandHome(File) - Method in class org.sandev.generator.ProjectIndexGenerator
Return the SAND_HOME directory with no trailing file separator.
getSandProjects() - Method in class org.sandev.generator.ProjectIndexGenerator
Return an array of SandProjects for this build
getSandProjectsRec(ArrayList, SandProject) - Method in class org.sandev.generator.ProjectIndexGenerator
Recursive workhorse for getSandProjects that walks the project tree and adds each element to the given ArrayList.
getStdMBeanClass(ClassDoc) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Return the name of the standard MBean class
getStdMBeanClassFile(SandDecl) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Return the name of the standard MBean class source file
getStdMBeanInterface(ClassDoc) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Return the name of the standard MBean interface
getStdMBeanInterfaceFile(SandDecl) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Return the name of the standard MBean interface source file
getTitleForElem(int) - Method in class org.sandev.generator.ProjectIndexGenerator
Given a web element index, return the title for it.

I

initNavTreeElements() - Method in class org.sandev.generator.ProjectIndexGenerator
Set up the webelems and elemprojects arrays.
InstanceFactoryGenerator - Class in org.sandev.generator
Write the InstanceFactory source file
InstanceFactoryGenerator() - Constructor for class org.sandev.generator.InstanceFactoryGenerator
 
isAbstractPersistentClass(String) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Return true if the given name is an abstract persistent class.
isGenDocFile(String) - Method in class org.sandev.generator.ProjectIndexGenerator
Return true if the given filename is a known generator file.
isGeneralClassInterface(String) - Method in class org.sandev.generator.XMLSerializerGenerator
Return true if the given class name is one of the general message interfaces defined in basic structs.
isValidJDBCType(String) - Static method in class org.sandev.generator.SQLSchemaVerifierGenerator
Determine whether a string is the name of a JDBC Type Constant.

J

JDBCPersisterGenerator - Class in org.sandev.generator
Generate our JDBCPersister.
JDBCPersisterGenerator() - Constructor for class org.sandev.generator.JDBCPersisterGenerator
 

L

loadStructMapper() - Method in class org.sandev.generator.AggregateMappedGeneratorBase
Load our structmap sandpersist declaration.
loadStructMapper(String) - Method in class org.sandev.generator.AggregateMappedGeneratorBase
Return a new instance of the specified StructMapper if possible.

M

makelink(int, int, String) - Method in class org.sandev.generator.ProjectIndexGenerator
Return a hyperlink for the given entry.
MISCEXTRAMSG - Static variable in class org.sandev.generator.XMLSerializerGenerator
Other messages and interfaces that we need to know about, but are not directly supported for aggregate references within a struct message.
MODE_CONDWRITE - Static variable in class org.sandev.generator.ProjectIndexGenerator
 
MODE_DELETE - Static variable in class org.sandev.generator.ProjectIndexGenerator
 
MODE_FORCEWRITE - Static variable in class org.sandev.generator.ProjectIndexGenerator
 

N

NodeStdMBeanGenerator - Class in org.sandev.generator
Writ a standard MBean for this node so we can control it at runtime.
NodeStdMBeanGenerator() - Constructor for class org.sandev.generator.NodeStdMBeanGenerator
 

O

org.sandev.generator - package org.sandev.generator
 

P

projectChanged(SandProject, int) - Method in class org.sandev.generator.ProjectIndexGenerator
Return true if the given project exists, and a struct or node declaration was added or deleted, or the intro was changed.
ProjectIndexGenerator - Class in org.sandev.generator
Write out a navigable web of documentation through interlinked index pages.
ProjectIndexGenerator() - Constructor for class org.sandev.generator.ProjectIndexGenerator
 

S

sandhome - Variable in class org.sandev.generator.ProjectIndexGenerator
The directory specification for SAND_HOME.
SingletonAccessorGenerator - Class in org.sandev.generator
Write the deployment specific SingletonAccessor source file.
SingletonAccessorGenerator() - Constructor for class org.sandev.generator.SingletonAccessorGenerator
 
SQLClearDatabaseGenerator - Class in org.sandev.generator
Write a ClearDatabase SQL script that drops all the tables.
SQLClearDatabaseGenerator() - Constructor for class org.sandev.generator.SQLClearDatabaseGenerator
 
SQLQueryProcessorGenerator - Class in org.sandev.generator
Generate the query processor.
SQLQueryProcessorGenerator() - Constructor for class org.sandev.generator.SQLQueryProcessorGenerator
 
SQLReinitConverterGenerator - Class in org.sandev.generator
Write a converter that clears all existing data, drops the offending table, and calls back to recreate it.
SQLReinitConverterGenerator() - Constructor for class org.sandev.generator.SQLReinitConverterGenerator
 
SQLSchemaVerifierGenerator - Class in org.sandev.generator
Write table verification code to make sure the struct definitions we are working with match what is in the database.
SQLSchemaVerifierGenerator() - Constructor for class org.sandev.generator.SQLSchemaVerifierGenerator
 
sqlTypeBaseDecl(String) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Given a mapped value type, return the unqualified base type as defined in java.sql.Types
SQLUpdateProcessorGenerator - Class in org.sandev.generator
Generate the update processor.
SQLUpdateProcessorGenerator() - Constructor for class org.sandev.generator.SQLUpdateProcessorGenerator
 
structmap - Variable in class org.sandev.generator.AggregateMappedGeneratorBase
The mappings we are using.
structPrefix - Variable in class org.sandev.generator.AggregateMappedGeneratorBase
The prefix to be applied to all mapped struct names.
SUPIFACES - Static variable in class org.sandev.generator.XMLSerializerGenerator
Interfaces that serve as common superclasses for several objects.

T

TableKeyCounterGenerator - Class in org.sandev.generator
Generate a UniqueIDManager that uses an counter initialized from the highest existing table key values.
TableKeyCounterGenerator() - Constructor for class org.sandev.generator.TableKeyCounterGenerator
 

U

UIEditorGenerator - Class in org.sandev.generator
Write the XHTMLUIEditorServlet source file.
UIEditorGenerator() - Constructor for class org.sandev.generator.UIEditorGenerator
 

W

webelems - Variable in class org.sandev.generator.ProjectIndexGenerator
Holds all the navtree elements as a list of canonical paths.
write(SandDecl, File, String) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Write the standard MBean source files.
writeAccessorCall(PrintStream, FieldDoc) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
 
writeArrayFieldSetterCall(PrintStream, FieldDoc) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeBasicFieldDumpCode(PrintStream, FieldDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Write code to dump out this field as a basic type
writeBasicFieldReadCode(PrintStream, FieldDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Mirror of writeBasicFieldDumpCode
writeBuildFileLink(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write a link to the local build xml file if there is one.
writeClass(PrintStream, ClassDoc) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Write the standard MBean class implementation
writeClassCtors(PrintStream, String, String) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Write constructors for the message
writeClassFieldDumpCode(PrintStream, FieldDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Write code to dump out this field as a class type
writeClassFieldReadCode(PrintStream, FieldDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Mirror of writeClassFieldDumpCode
writeClassSubselect(PrintStream, ClassDoc[]) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeClearData(PrintStream, ClassDoc[]) - Method in class org.sandev.generator.SQLReinitConverterGenerator
 
writeCollBuilder(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeCollDump(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeCollLoad(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeContainedNode(PrintStream, String) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Write the contained node.
writeContents(PrintStream, SandDecl[]) - Method in class org.sandev.generator.TableKeyCounterGenerator
 
writeControlAccMut(PrintStream, FieldDoc[], String, boolean) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Write the control access to the node.
writeControlAccMut(PrintStream, FieldDoc, String, boolean) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Workhorse method to write the access for a single field.
writeControlWrapperImpl(PrintStream, String) - Method in class org.sandev.generator.NodeStdMBeanGenerator
 
writeCreateNode(PrintStream, SandDecl[]) - Method in class org.sandev.generator.InstanceFactoryGenerator
 
writeCreateStdMBeanWrapper(PrintStream, SandDecl[]) - Method in class org.sandev.generator.InstanceFactoryGenerator
 
writeCtor(PrintStream) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeDocLinks(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write out links to the local top level docs.
writeDoQuery(PrintStream, ClassDoc[]) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeDoUpdate(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
 
writeDropRebuildCode(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLReinitConverterGenerator
 
writeDropTable(PrintStream, String) - Method in class org.sandev.generator.SQLClearDatabaseGenerator
Write the appropriate drop table statement
writeDumpArrayMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Write out a specific array method dumper
writeDumpArrayMethod(PrintStream, String) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeDumpCollectionMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Write out a specific method collection dumper
writeDumpIfaceArrayMethods(PrintStream) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeDumpMessage(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeDumpMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Write out a specific method dumper
writeDumpMethods(PrintStream, SandDecl[]) - Method in class org.sandev.generator.CSVSerializerGenerator
Write the dump methods.
writeDumpMethods(PrintStream, ClassDoc) - Method in class org.sandev.generator.CSVSerializerGenerator
Write out the dump methods for this class.
writeDumpMethods(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLSerializerGenerator
Write out the message dumpers.
writeDumpQueryMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Write out a specific method query dumper
writeDumpRootMethod(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeDumpUpdateMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Write out a specific method update dumper
writeFieldVerifier(PrintStream, String, String, FieldDoc) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Write field verification code.
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.BuildConfigLocatorGenerator
Write the source file.
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.ConfigEditorGenerator
Write the source file.
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.CSVSerializerGenerator
Write the XMLSerializer source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.CtrlPanelServletGenerator
Write the XHTMLControlPanelServlet source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.FileEditorGenerator
Write the source file.
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.InstanceFactoryGenerator
Write the NodeInstanceFactory source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.JDBCPersisterGenerator
Write the JDBCPersister source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SingletonAccessorGenerator
Write the source file.
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLClearDatabaseGenerator
Write the ClearDatabase script file.
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Write the SchemaVerifier source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLReinitConverterGenerator
Write the SchemaVerifier source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Write the SchemaVerifier source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
Write the SchemaVerifier source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.TableKeyCounterGenerator
Write the TableKeyCounter source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.UIEditorGenerator
Write the source file.
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XHTMLFormGenerator
Write the XHTMLFormAdaptor source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLSerializerGenerator
Write the XMLSerializer source file
writeFile(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLStandardReaderGenerator
Write the XMLStandardReader source file
writeFixTable(PrintStream, ClassDoc[]) - Method in class org.sandev.generator.SQLReinitConverterGenerator
 
writeGeneratorDocLink(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
If there are generators defined for this project, then dump a link out to their javadoc.
writeGetAggregateFunctionSQL(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeGlobLinks(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the global links.
writeHTMLEncode(PrintStream) - Method in class org.sandev.generator.XMLSerializerGenerator
The htmlEncode method is not the same as the org.sandev.doclet.StringUtils rangeEscape processing in the basics project since it has to deal with a variety of characters beyond just greater-than and less-than.
writeIfaceReaders(PrintStream) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeIndexFile(int) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the web index file specified by the web element at the given index.
writeIndexFileContents(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the bulk of the index file.
writeInsert(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
Write the insert processing.
writeInsertSQL(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
 
writeInterface(PrintStream, ClassDoc) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Write the standard MBean interface
writeLoadArrayMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
Mirror of writeDumpArrayMethod
writeLoadArrayMethod(PrintStream, String) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLoadArraySwitch(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLoadCollectionMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLoadIfaceArrayMethods(PrintStream) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLoadMessage(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeLoadMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLoadMethods(PrintStream, SandDecl[]) - Method in class org.sandev.generator.CSVSerializerGenerator
Write the load methods.
writeLoadMethods(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLSerializerGenerator
Write out the message loaders.
writeLoadQueryMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLoadRefArray(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeLoadSwitch(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLoadUpdateMethod(PrintStream, ClassDoc) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeLocalLinks(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the local links.
writeLogUtility(PrintStream, String, String) - Method in class org.sandev.generator.NodeStdMBeanGenerator
Write the log utility method.
writeMainContents(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the contents of the right hand "main" area.
writeMainImplementation(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLStandardReaderGenerator
Write the main implementation.
writeMatchExprToSQL(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeMessageDump(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
Write the code to dump this message out.
writeMessageHandlers(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeMessageHandlers(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeMessageLoad(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeMiscUtils(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Write any additional miscellaneous utility methods
writeNavBarContents(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the contents of the left hand "navbar" area.
writeNavTree(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the navigation tree for the build
writeNewStructMessage(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeNodeTableEntry(SandDecl, String, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write out a node entry cell for the struct and node summary table.
writePostamble(PrintStream) - Method in class org.sandev.generator.CSVSerializerGenerator
Write the end of the file.
writePostamble(PrintStream) - Method in class org.sandev.generator.CtrlPanelServletGenerator
Write the end of the file.
writePostamble(PrintStream) - Method in class org.sandev.generator.InstanceFactoryGenerator
Write the end of the file.
writePostamble(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Write the end of the file.
writePostamble(PrintStream) - Method in class org.sandev.generator.SQLReinitConverterGenerator
 
writePostamble(PrintStream) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writePostamble(PrintStream) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
Write the end of the file.
writePostamble(PrintStream) - Method in class org.sandev.generator.TableKeyCounterGenerator
 
writePostamble(PrintStream) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writePostamble(PrintStream) - Method in class org.sandev.generator.XMLSerializerGenerator
Write the end of the file.
writePostamble(PrintStream) - Method in class org.sandev.generator.XMLStandardReaderGenerator
Write the end of the file.
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.CSVSerializerGenerator
Write the beginning of the file.
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.CtrlPanelServletGenerator
 
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.InstanceFactoryGenerator
 
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writePreamble(PrintStream) - Method in class org.sandev.generator.SQLReinitConverterGenerator
 
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
 
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.TableKeyCounterGenerator
 
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLSerializerGenerator
Write the beginning of the file.
writePreamble(PrintStream, SandDecl[]) - Method in class org.sandev.generator.XMLStandardReaderGenerator
Write the beginning of the file.
writePreparedStatementSet(PrintStream, FieldDoc[], int) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
write out the prepared statement variable setup starting from the index specified and return the index we ended with.
writeProjectLinks(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write the navigation tree for the build
writeQueryDump(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeQueryLoad(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeQueryProc(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeRelationCreationSQL(PrintStream, String, String, String, String, String, String, String, ClassDoc, ClassDoc, FieldDoc, String, String) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Write out the array relation statement.
writeRelationSQL(PrintStream, ClassDoc, FieldDoc, ClassDoc[], FieldDoc[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeRelationVerifierMethods(PrintStream, ClassDoc, ClassDoc[], FieldDoc, FieldDoc[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeSandWeb(int, File) - Method in class org.sandev.generator.ProjectIndexGenerator
Starting from SAND_HOME, update the index pages according to the mode specified.
writeSecondaryFiles(SandDecl[], File, Collection) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Write the schema SQL file.
writeServiceOverrides(PrintStream) - Method in class org.sandev.generator.NodeStdMBeanGenerator
 
writeServletMethods(PrintStream, SandDecl[]) - Method in class org.sandev.generator.CtrlPanelServletGenerator
Write the body of the servlet.
writeSetFunctionResult(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeSourceDocLink(int, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
If there is source defined for this project, then dump a link out to the javadoc for it.
writeSQLGenerator(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Write the base SQL.
writeSQLPreamble(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeStatementLog(PrintStream, String, FieldDoc[]) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
Write code to dump out what we are doing to the logfile.
writeStreamTokerMethods(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeStructTableEntry(SandDecl, String, PrintStream) - Method in class org.sandev.generator.ProjectIndexGenerator
Write out a struct entry cell for the struct and node summary table.
writeSubselectClause(PrintStream, ClassDoc, FieldDoc[]) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
Write the subselect needed for the given field.
writeTableBrokenFieldsMethod(PrintStream, ClassDoc, FieldDoc[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeTableCreationSQL(PrintStream, String, ClassDoc, FieldDoc[], ClassDoc[], String, String, boolean) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
Write out the table creation statement.
writeTableVerifierMethod(PrintStream, String) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeTableVerifierMethods(PrintStream, ClassDoc, ClassDoc[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeTokenUtilityMethods(PrintStream) - Method in class org.sandev.generator.XMLSerializerGenerator
 
writeTreeMessageDump(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
Write the code to dump out a tree message.
writeUpdate(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
 
writeUpdateDump(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeUpdateLoad(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.XHTMLFormGenerator
 
writeUpdateProc(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
 
writeUpdateSQL(PrintStream, ClassDoc, String) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
 
writeUtilMethods(PrintStream) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeUtils(PrintStream) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeUtils(PrintStream) - Method in class org.sandev.generator.SQLUpdateProcessorGenerator
write the utilities for this class
writeVerifyTables(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLSchemaVerifierGenerator
 
writeWorkingMethods(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLQueryProcessorGenerator
 
writeWorkingMethods(PrintStream, SandDecl[]) - Method in class org.sandev.generator.SQLReinitConverterGenerator
 

X

XHTMLFormGenerator - Class in org.sandev.generator
Write the XHTMLFormAdaptor source file
XHTMLFormGenerator() - Constructor for class org.sandev.generator.XHTMLFormGenerator
 
XMLSerializerGenerator - Class in org.sandev.generator
Write the XMLSerializer source file
XMLSerializerGenerator() - Constructor for class org.sandev.generator.XMLSerializerGenerator
 
XMLStandardReaderGenerator - Class in org.sandev.generator
Write the XMLStandardReader source file.
XMLStandardReaderGenerator() - Constructor for class org.sandev.generator.XMLStandardReaderGenerator
 

A B C D E F G I J L M N O P S T U W X