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 voidAppClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)voidAppCustomizeHere(java.io.PrintWriter Out, GeneratorSession G, Object O)voidAppFileDocs(java.io.PrintWriter Out, GeneratorSession G)voidDataClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O, boolean exportPublish)voidDataFileDocs(java.io.PrintWriter Out, GeneratorSession G)voiddocEnumerationSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocField(java.io.PrintWriter Out, GeneratorSession G, Column C, java.lang.String DocsHeader)voiddocFieldValues(java.io.PrintWriter Out, GeneratorSession G, Column C)voiddocMappingSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodCopyForHistory(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodCopyTo(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodCreate(java.io.PrintWriter Out, GeneratorSession G, Object O, java.util.List<Column> CreateColumns)voiddocMethodInit(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodIs(java.io.PrintWriter Out, GeneratorSession G, ColumnValue V, java.lang.String DocsHeader)voiddocMethodJSONSchema(java.io.PrintWriter Out, GeneratorSession G, Column col)voiddocMethodLookupByPrimaryKey(java.io.PrintWriter Out, GeneratorSession G, PrimaryKey _PrimaryKey)voiddocMethodLookupByUniqueIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)voiddocMethodLookupByUniqueQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)voiddocMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)voiddocMethodLookupWhereIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)voiddocMethodLookupWhereQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)voiddocMethodMask(java.io.PrintWriter out, GeneratorSession G, Object O)voiddocMethodOutput(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodOutput(java.io.PrintWriter Out, GeneratorSession G, OutputMap J)voiddocMethodRead(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodRefresh(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodToString(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodTouch(java.io.PrintWriter Out, GeneratorSession G, Column C)voiddocMethodUpsert(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocMethodWrite(java.io.PrintWriter Out, GeneratorSession G, Object O)voiddocQueryHelper(java.io.PrintWriter Out, GeneratorSession G, Object O)voidFactoryClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)voidFactoryFileDocs(java.io.PrintWriter Out, GeneratorSession G)voidJsonClassDocs(java.io.PrintWriter out, GeneratorSession g, Object o)voidJsonFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)voidMustNotBeModified(java.io.PrintWriter Out, GeneratorSession G)voidSupportClassDocs(java.io.PrintWriter Out, GeneratorSession G)voidSupportFileDocs(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)
-
-