Package | Description |
---|---|
org.joty.app |
Modifier and Type | Field and Description |
---|---|
LiteralsCollection.LiteralStructParams |
Common.LiteralsCollectionData.lsParms |
LiteralsCollection.LiteralStructParams |
Common.m_modifiableLsParams |
Modifier and Type | Method and Description |
---|---|
LiteralsCollection.LiteralStructParams |
Common.modifiableLsParams() |
Modifier and Type | Method and Description |
---|---|
void |
LiteralsCollection.addLiteral(JotyResultSet rs,
LiteralsCollection.LiteralStructParams lsParams,
java.lang.String literalField,
long IDval,
int posIdx) |
Common.LiteralsCollectionData |
Common.buildLiteralStructMain(java.lang.String tabName,
java.lang.String keyField,
java.lang.String literalField,
java.lang.String name,
LiteralsCollection paramLiteralStruct,
LiteralsCollection.LiteralStructParams prmLsParams)
Assembles data and metadata for loading literals from db
If the
LiteralStruct object is not passed as parameter it checks its
existence in the map m_literalMap and, if found, gets it, else a
new instance is created and is put in the map. |
java.lang.String |
Common.prepareToLoadIntoLiteralStruct(java.lang.String tabName,
java.lang.String keyField,
java.lang.String literalField,
LiteralsCollection literalStruct,
LiteralsCollection.LiteralStructParams lsParams)
Prepares data for loading them into a LiteralsCollection object
|