Package tilda.generation.interfaces
Interface CodeGenDocs
-
- All Known Implementing Classes:
Docs
public interface CodeGenDocs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
AppClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
AppCustomizeHere(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
AppFileDocs(java.io.PrintWriter Out, GeneratorSession G)
void
DataClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O, boolean exportPublish)
void
DataFileDocs(java.io.PrintWriter Out, GeneratorSession G)
void
docEnumerationSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docField(java.io.PrintWriter Out, GeneratorSession G, Column C, java.lang.String DocsHeader)
void
docFieldValues(java.io.PrintWriter Out, GeneratorSession G, Column C)
void
docMappingSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodCopyForHistory(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodCopyTo(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodCreate(java.io.PrintWriter Out, GeneratorSession G, Object O, java.util.List<Column> CreateColumns)
void
docMethodInit(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodIs(java.io.PrintWriter Out, GeneratorSession G, ColumnValue V, java.lang.String DocsHeader)
void
docMethodJSONSchema(java.io.PrintWriter Out, GeneratorSession G, Column col)
void
docMethodLookupByPrimaryKey(java.io.PrintWriter Out, GeneratorSession G, PrimaryKey _PrimaryKey)
void
docMethodLookupByUniqueIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)
void
docMethodLookupByUniqueQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)
void
docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)
void
docMethodLookupWhereIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)
void
docMethodLookupWhereQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)
void
docMethodMask(java.io.PrintWriter out, GeneratorSession G, Object O)
void
docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, OutputMap J)
void
docMethodRead(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodRefresh(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodToString(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodTouch(java.io.PrintWriter Out, GeneratorSession G, Column C)
void
docMethodUpsert(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docMethodWrite(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
docQueryHelper(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
FactoryClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
FactoryFileDocs(java.io.PrintWriter Out, GeneratorSession G)
void
JsonClassDocs(java.io.PrintWriter out, GeneratorSession g, Object o)
void
JsonFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
void
MustNotBeModified(java.io.PrintWriter Out, GeneratorSession G)
void
SupportClassDocs(java.io.PrintWriter Out, GeneratorSession G)
void
SupportFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
-
-
Method Detail
-
MustNotBeModified
void MustNotBeModified(java.io.PrintWriter Out, GeneratorSession G)
-
SupportFileDocs
void SupportFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
SupportClassDocs
void SupportClassDocs(java.io.PrintWriter Out, GeneratorSession G)
-
JsonFileDocs
void JsonFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
JsonClassDocs
void JsonClassDocs(java.io.PrintWriter out, GeneratorSession g, Object o)
-
docMethodOutput
void docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, OutputMap J)
-
AppFileDocs
void AppFileDocs(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception
- Throws:
java.lang.Exception
-
AppClassDocs
void AppClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception
- Throws:
java.lang.Exception
-
AppCustomizeHere
void AppCustomizeHere(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
DataFileDocs
void DataFileDocs(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception
- Throws:
java.lang.Exception
-
DataClassDocs
void DataClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O, boolean exportPublish) throws java.lang.Exception
- Throws:
java.lang.Exception
-
docField
void docField(java.io.PrintWriter Out, GeneratorSession G, Column C, java.lang.String DocsHeader) throws java.lang.Exception
- Throws:
java.lang.Exception
-
docFieldValues
void docFieldValues(java.io.PrintWriter Out, GeneratorSession G, Column C)
-
docMethodIs
void docMethodIs(java.io.PrintWriter Out, GeneratorSession G, ColumnValue V, java.lang.String DocsHeader)
-
docMethodCopyTo
void docMethodCopyTo(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMethodCopyForHistory
void docMethodCopyForHistory(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMethodMask
void docMethodMask(java.io.PrintWriter out, GeneratorSession G, Object O)
-
docMethodTouch
void docMethodTouch(java.io.PrintWriter Out, GeneratorSession G, Column C)
-
docMethodWrite
void docMethodWrite(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMethodRefresh
void docMethodRefresh(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMethodRead
void docMethodRead(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMethodToString
void docMethodToString(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docQueryHelper
void docQueryHelper(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMappingSupport
void docMappingSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docEnumerationSupport
void docEnumerationSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
FactoryFileDocs
void FactoryFileDocs(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception
- Throws:
java.lang.Exception
-
FactoryClassDocs
void FactoryClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception
- Throws:
java.lang.Exception
-
docMethodCreate
void docMethodCreate(java.io.PrintWriter Out, GeneratorSession G, Object O, java.util.List<Column> CreateColumns)
-
docMethodLookupByPrimaryKey
void docMethodLookupByPrimaryKey(java.io.PrintWriter Out, GeneratorSession G, PrimaryKey _PrimaryKey)
-
docMethodLookupByUniqueIndex
void docMethodLookupByUniqueIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)
-
docMethodLookupWhereIndex
void docMethodLookupWhereIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)
-
docMethodLookupByUniqueQuery
void docMethodLookupByUniqueQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)
-
docMethodLookupWhereQuery
void docMethodLookupWhereQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)
-
docMethodLookupParent
void docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)
-
docMethodOutput
void docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMethodJSONSchema
void docMethodJSONSchema(java.io.PrintWriter Out, GeneratorSession G, Column col)
-
docMethodUpsert
void docMethodUpsert(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
docMethodInit
void docMethodInit(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
-