Package tilda.generation.java8
Class Docs
- java.lang.Object
-
- tilda.generation.java8.Docs
-
- All Implemented Interfaces:
CodeGenDocs
public class Docs extends java.lang.Object implements CodeGenDocs
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String[][]_MACROS
-
Constructor Summary
Constructors Constructor Description Docs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete 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 pk)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)protected static java.lang.StringresolveMacros(java.lang.String DocsName)voidSupportClassDocs(java.io.PrintWriter Out, GeneratorSession G)voidSupportFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
-
-
Method Detail
-
SupportFileDocs
public void SupportFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
SupportFileDocsin interfaceCodeGenDocs
-
SupportClassDocs
public void SupportClassDocs(java.io.PrintWriter Out, GeneratorSession G)- Specified by:
SupportClassDocsin interfaceCodeGenDocs
-
JsonFileDocs
public void JsonFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
JsonFileDocsin interfaceCodeGenDocs
-
JsonClassDocs
public void JsonClassDocs(java.io.PrintWriter out, GeneratorSession g, Object o)- Specified by:
JsonClassDocsin interfaceCodeGenDocs
-
FactoryFileDocs
public void FactoryFileDocs(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception- Specified by:
FactoryFileDocsin interfaceCodeGenDocs- Throws:
java.lang.Exception
-
FactoryClassDocs
public void FactoryClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception- Specified by:
FactoryClassDocsin interfaceCodeGenDocs- Throws:
java.lang.Exception
-
AppFileDocs
public void AppFileDocs(java.io.PrintWriter Out, GeneratorSession G)- Specified by:
AppFileDocsin interfaceCodeGenDocs
-
AppClassDocs
public void AppClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
AppClassDocsin interfaceCodeGenDocs
-
AppCustomizeHere
public void AppCustomizeHere(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
AppCustomizeHerein interfaceCodeGenDocs
-
DataFileDocs
public void DataFileDocs(java.io.PrintWriter Out, GeneratorSession G)- Specified by:
DataFileDocsin interfaceCodeGenDocs
-
MustNotBeModified
public void MustNotBeModified(java.io.PrintWriter Out, GeneratorSession G)- Specified by:
MustNotBeModifiedin interfaceCodeGenDocs
-
DataClassDocs
public void DataClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O, boolean exportPublish) throws java.lang.Exception- Specified by:
DataClassDocsin interfaceCodeGenDocs- Throws:
java.lang.Exception
-
resolveMacros
protected static java.lang.String resolveMacros(java.lang.String DocsName)
-
docField
public void docField(java.io.PrintWriter Out, GeneratorSession G, Column C, java.lang.String DocsHeader) throws java.lang.Exception- Specified by:
docFieldin interfaceCodeGenDocs- Throws:
java.lang.Exception
-
docFieldValues
public void docFieldValues(java.io.PrintWriter Out, GeneratorSession G, Column C)- Specified by:
docFieldValuesin interfaceCodeGenDocs
-
docMethodIs
public void docMethodIs(java.io.PrintWriter Out, GeneratorSession G, ColumnValue V, java.lang.String DocsHeader)- Specified by:
docMethodIsin interfaceCodeGenDocs
-
docMethodCopyTo
public void docMethodCopyTo(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodCopyToin interfaceCodeGenDocs
-
docMethodCopyForHistory
public void docMethodCopyForHistory(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodCopyForHistoryin interfaceCodeGenDocs
-
docMethodMask
public void docMethodMask(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodMaskin interfaceCodeGenDocs
-
docMethodCreate
public void docMethodCreate(java.io.PrintWriter Out, GeneratorSession G, Object O, java.util.List<Column> CreateColumns)- Specified by:
docMethodCreatein interfaceCodeGenDocs
-
docMethodTouch
public void docMethodTouch(java.io.PrintWriter Out, GeneratorSession G, Column C)- Specified by:
docMethodTouchin interfaceCodeGenDocs
-
docMethodWrite
public void docMethodWrite(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodWritein interfaceCodeGenDocs
-
docMethodUpsert
public void docMethodUpsert(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodUpsertin interfaceCodeGenDocs
-
docMethodLookupByPrimaryKey
public void docMethodLookupByPrimaryKey(java.io.PrintWriter Out, GeneratorSession G, PrimaryKey pk)- Specified by:
docMethodLookupByPrimaryKeyin interfaceCodeGenDocs
-
docMethodLookupByUniqueIndex
public void docMethodLookupByUniqueIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)- Specified by:
docMethodLookupByUniqueIndexin interfaceCodeGenDocs
-
docMethodLookupWhereIndex
public void docMethodLookupWhereIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)- Specified by:
docMethodLookupWhereIndexin interfaceCodeGenDocs
-
docMethodLookupWhereQuery
public void docMethodLookupWhereQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)- Specified by:
docMethodLookupWhereQueryin interfaceCodeGenDocs
-
docMethodLookupByUniqueQuery
public void docMethodLookupByUniqueQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)- Specified by:
docMethodLookupByUniqueQueryin interfaceCodeGenDocs
-
docMethodLookupParent
public void docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)- Specified by:
docMethodLookupParentin interfaceCodeGenDocs
-
docMethodRefresh
public void docMethodRefresh(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodRefreshin interfaceCodeGenDocs
-
docMethodRead
public void docMethodRead(java.io.PrintWriter out, GeneratorSession g, Object o)- Specified by:
docMethodReadin interfaceCodeGenDocs
-
docMethodToString
public void docMethodToString(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodToStringin interfaceCodeGenDocs
-
docQueryHelper
public void docQueryHelper(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docQueryHelperin interfaceCodeGenDocs
-
docEnumerationSupport
public void docEnumerationSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docEnumerationSupportin interfaceCodeGenDocs
-
docMappingSupport
public void docMappingSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMappingSupportin interfaceCodeGenDocs
-
docMethodOutput
public void docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, OutputMap J)- Specified by:
docMethodOutputin interfaceCodeGenDocs
-
docMethodOutput
public void docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodOutputin interfaceCodeGenDocs
-
docMethodJSONSchema
public void docMethodJSONSchema(java.io.PrintWriter out, GeneratorSession g, Column col)- Specified by:
docMethodJSONSchemain interfaceCodeGenDocs
-
docMethodInit
public void docMethodInit(java.io.PrintWriter Out, GeneratorSession G, Object O)- Specified by:
docMethodInitin interfaceCodeGenDocs
-
-