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 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 pk)
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)
protected static java.lang.String
resolveMacros(java.lang.String DocsName)
void
SupportClassDocs(java.io.PrintWriter Out, GeneratorSession G)
void
SupportFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
-
-
-
Method Detail
-
SupportFileDocs
public void SupportFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
SupportFileDocs
in interfaceCodeGenDocs
-
SupportClassDocs
public void SupportClassDocs(java.io.PrintWriter Out, GeneratorSession G)
- Specified by:
SupportClassDocs
in interfaceCodeGenDocs
-
JsonFileDocs
public void JsonFileDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
JsonFileDocs
in interfaceCodeGenDocs
-
JsonClassDocs
public void JsonClassDocs(java.io.PrintWriter out, GeneratorSession g, Object o)
- Specified by:
JsonClassDocs
in interfaceCodeGenDocs
-
FactoryFileDocs
public void FactoryFileDocs(java.io.PrintWriter Out, GeneratorSession G) throws java.lang.Exception
- Specified by:
FactoryFileDocs
in interfaceCodeGenDocs
- Throws:
java.lang.Exception
-
FactoryClassDocs
public void FactoryClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O) throws java.lang.Exception
- Specified by:
FactoryClassDocs
in interfaceCodeGenDocs
- Throws:
java.lang.Exception
-
AppFileDocs
public void AppFileDocs(java.io.PrintWriter Out, GeneratorSession G)
- Specified by:
AppFileDocs
in interfaceCodeGenDocs
-
AppClassDocs
public void AppClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
AppClassDocs
in interfaceCodeGenDocs
-
AppCustomizeHere
public void AppCustomizeHere(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
AppCustomizeHere
in interfaceCodeGenDocs
-
DataFileDocs
public void DataFileDocs(java.io.PrintWriter Out, GeneratorSession G)
- Specified by:
DataFileDocs
in interfaceCodeGenDocs
-
MustNotBeModified
public void MustNotBeModified(java.io.PrintWriter Out, GeneratorSession G)
- Specified by:
MustNotBeModified
in interfaceCodeGenDocs
-
DataClassDocs
public void DataClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O, boolean exportPublish) throws java.lang.Exception
- Specified by:
DataClassDocs
in 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:
docField
in interfaceCodeGenDocs
- Throws:
java.lang.Exception
-
docFieldValues
public void docFieldValues(java.io.PrintWriter Out, GeneratorSession G, Column C)
- Specified by:
docFieldValues
in interfaceCodeGenDocs
-
docMethodIs
public void docMethodIs(java.io.PrintWriter Out, GeneratorSession G, ColumnValue V, java.lang.String DocsHeader)
- Specified by:
docMethodIs
in interfaceCodeGenDocs
-
docMethodCopyTo
public void docMethodCopyTo(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodCopyTo
in interfaceCodeGenDocs
-
docMethodCopyForHistory
public void docMethodCopyForHistory(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodCopyForHistory
in interfaceCodeGenDocs
-
docMethodMask
public void docMethodMask(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodMask
in interfaceCodeGenDocs
-
docMethodCreate
public void docMethodCreate(java.io.PrintWriter Out, GeneratorSession G, Object O, java.util.List<Column> CreateColumns)
- Specified by:
docMethodCreate
in interfaceCodeGenDocs
-
docMethodTouch
public void docMethodTouch(java.io.PrintWriter Out, GeneratorSession G, Column C)
- Specified by:
docMethodTouch
in interfaceCodeGenDocs
-
docMethodWrite
public void docMethodWrite(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodWrite
in interfaceCodeGenDocs
-
docMethodUpsert
public void docMethodUpsert(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodUpsert
in interfaceCodeGenDocs
-
docMethodLookupByPrimaryKey
public void docMethodLookupByPrimaryKey(java.io.PrintWriter Out, GeneratorSession G, PrimaryKey pk)
- Specified by:
docMethodLookupByPrimaryKey
in interfaceCodeGenDocs
-
docMethodLookupByUniqueIndex
public void docMethodLookupByUniqueIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)
- Specified by:
docMethodLookupByUniqueIndex
in interfaceCodeGenDocs
-
docMethodLookupWhereIndex
public void docMethodLookupWhereIndex(java.io.PrintWriter Out, GeneratorSession G, Index I)
- Specified by:
docMethodLookupWhereIndex
in interfaceCodeGenDocs
-
docMethodLookupWhereQuery
public void docMethodLookupWhereQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)
- Specified by:
docMethodLookupWhereQuery
in interfaceCodeGenDocs
-
docMethodLookupByUniqueQuery
public void docMethodLookupByUniqueQuery(java.io.PrintWriter Out, GeneratorSession G, SubWhereClause Q)
- Specified by:
docMethodLookupByUniqueQuery
in interfaceCodeGenDocs
-
docMethodLookupParent
public void docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)
- Specified by:
docMethodLookupParent
in interfaceCodeGenDocs
-
docMethodRefresh
public void docMethodRefresh(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodRefresh
in interfaceCodeGenDocs
-
docMethodRead
public void docMethodRead(java.io.PrintWriter out, GeneratorSession g, Object o)
- Specified by:
docMethodRead
in interfaceCodeGenDocs
-
docMethodToString
public void docMethodToString(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodToString
in interfaceCodeGenDocs
-
docQueryHelper
public void docQueryHelper(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docQueryHelper
in interfaceCodeGenDocs
-
docEnumerationSupport
public void docEnumerationSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docEnumerationSupport
in interfaceCodeGenDocs
-
docMappingSupport
public void docMappingSupport(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMappingSupport
in interfaceCodeGenDocs
-
docMethodOutput
public void docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, OutputMap J)
- Specified by:
docMethodOutput
in interfaceCodeGenDocs
-
docMethodOutput
public void docMethodOutput(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodOutput
in interfaceCodeGenDocs
-
docMethodJSONSchema
public void docMethodJSONSchema(java.io.PrintWriter out, GeneratorSession g, Column col)
- Specified by:
docMethodJSONSchema
in interfaceCodeGenDocs
-
docMethodInit
public void docMethodInit(java.io.PrintWriter Out, GeneratorSession G, Object O)
- Specified by:
docMethodInit
in interfaceCodeGenDocs
-
-