Package | Description |
---|---|
org.joty.app |
Modifier and Type | Field and Description |
---|---|
LiteralsCollection |
Common.LiteralsCollectionData.literalsCollection |
LiteralsCollection |
Common.m_literalCollectionInstance |
Modifier and Type | Field and Description |
---|---|
org.joty.common.CaselessStringKeyMap<LiteralsCollection> |
Common.m_literalStructMap
holds the mapping between
LiteralsCollection objects and their names |
Modifier and Type | Method and Description |
---|---|
LiteralsCollection |
Common.createLiteralsCollection(java.lang.String name,
boolean withStrKey)
Returns a newly instantiated
LiteralsCollection object or the
pre-existing one. |
LiteralsCollection |
JotyApplication.instantiateLiteralsCollection(org.joty.common.JotyMessenger jotyMessanger) |
LiteralsCollection |
Common.literalStruct(java.lang.String name)
Gets a
LiteralStruct object from the m_literalStructMap member
accessing it by name. |
Modifier and Type | Method and Description |
---|---|
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
|