Uses of Class
tilda.data.CatalogFormulaResult_Data
-
Packages that use CatalogFormulaResult_Data Package Description tilda.data._Tilda -
-
Uses of CatalogFormulaResult_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return CatalogFormulaResult_Data Modifier and Type Method Description CatalogFormulaResult_DataTILDA__CATALOGFORMULARESULT. copy()static CatalogFormulaResult_DataTILDA__CATALOGFORMULARESULT_Factory. create(long formulaRefnum, java.lang.String value, java.lang.String description)Creates a new object in memory, which you can subsequently#write()to the data store.static CatalogFormulaResult_DataTILDA__CATALOGFORMULARESULT_Factory. init(java.util.Map<java.lang.String,java.lang.String[]> Values, java.util.List<StringStringPair> Errors)The generic init method is typically run when there is a general data structure of data available, for example, a CSV data file read in memory, or run from a servlet using a Mapobject obtained from an ServletRequest object. static CatalogFormulaResult_DataTILDA__CATALOGFORMULARESULT_Factory. lookupByPrimaryKey(long formulaRefnum, java.lang.String value)Lookup one record by the primary key: formulaRefnum, value.Methods in tilda.data._Tilda that return types with arguments of type CatalogFormulaResult_Data Modifier and Type Method Description static ListResults<CatalogFormulaResult_Data>TILDA__CATALOGFORMULARESULT_Factory. lookupWhereAll(Connection C, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: formulaRefnum asc, value ascprotected static ListResults<CatalogFormulaResult_Data>TILDA__CATALOGFORMULARESULT_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)static ListResults<CatalogFormulaResult_Data>TILDA__CATALOGFORMULARESULT_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)Methods in tilda.data._Tilda with parameters of type CatalogFormulaResult_Data Modifier and Type Method Description static voidTILDA__CATALOGFORMULARESULT_Factory. toCSV(java.io.Writer out, CatalogFormulaResult_Data obj)static voidTILDA__CATALOGFORMULARESULT_Factory. toJSON(java.io.Writer out, CatalogFormulaResult_Data obj, boolean fullObject)static voidTILDA__CATALOGFORMULARESULT_Factory. toJSON(java.io.Writer out, CatalogFormulaResult_Data obj, java.lang.String lead, boolean fullObject)static voidTILDA__CATALOGFORMULARESULT_Factory. toJSON(java.io.Writer outWriter, CatalogFormulaResult_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)Method parameters in tilda.data._Tilda with type arguments of type CatalogFormulaResult_Data Modifier and Type Method Description static voidTILDA__CATALOGFORMULARESULT_Factory. lookupWhereAll(Connection C, ObjectProcessor<CatalogFormulaResult_Data> OP, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: formulaRefnum asc, value ascstatic voidTILDA__CATALOGFORMULARESULT_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<CatalogFormulaResult_Data> OP, int start, int size)static voidTILDA__CATALOGFORMULARESULT_Factory. toCSV(java.io.Writer out, java.util.List<CatalogFormulaResult_Data> L, boolean includeHeader)static voidTILDA__CATALOGFORMULARESULT_Factory. toJSON(java.io.Writer out, java.util.List<CatalogFormulaResult_Data> L, java.lang.String lead, boolean fullList)static intTILDA__CATALOGFORMULARESULT_Factory. writeBatch(Connection C, java.util.List<CatalogFormulaResult_Data> L, int batchSize, int commitSize)
-