public class ImportCriteriaController extends JDBCObjectController<ImportCriteria>
ImportCriteria
class. Provides methods for
retrieving and persisting import criteria table records in the database.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivDBObjCls, ivFieldCount, ivFieldKeyAlt, ivFieldKeyPri, ivFieldResPfx, ivSyncLast, ivSyncType, ivTableName
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
ImportCriteriaController()
The constructor for the controller.
|
Modifier and Type | Method and Description |
---|---|
boolean |
deleteBatch(ImportBatch batch)
Deletes all records from the import criteria table for the given batch.
|
boolean |
deleteBatch(int batch)
Deletes all records from the import criteria table for the given batch
number.
|
java.util.ArrayList<ImportCriteria> |
getBatch(ImportBatch batch)
Returns a collection of import criteria records for the given batch.
|
java.util.ArrayList<ImportCriteria> |
getBatch(int batch)
Returns a collection of import criteria records for the given batch number.
|
add, add, add, arrayToMap, arrayToMap, countAll, delete, delete, deleteAll, dispose, equals, getAll, getConnection, getConnectionInfo, getController, getFieldNames, getFieldNamesForKey, getFieldNamesForUpdate, getFieldNulls, getFieldNullsForKey, getFieldNullsForUpdate, getFieldsForOrderBy, getFieldsForWhere, getFieldSize, getFieldTypes, getFieldTypesForKey, getFieldTypesForUpdate, getStatementForDelete, getStatementForGet, getStatementForGetAll, getStatementForInsert, getStatementForUpdate, getStatementKey, getStatementString, getTableName, hasFieldNamesForKey, hasFieldNamesForUpdate, isDuplicate, resultSetToArray, resultSetToMap, resultSetToMap, resultSetToObject, setConnectionInfo, setPSDeleteValues, setPSExistsValues, setPSInsertValues, setPSUpdateValues, setPSValue, update, update, valuesToObject
cloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArray
private static final long serialVersionUID
public ImportCriteriaController()
public boolean deleteBatch(ImportBatch batch)
batch
- (ImportBatch) The batch for the records to delete.true
if the deletes were successful,
otherwise false
.public boolean deleteBatch(int batch)
batch
- (int) The batch number for the records to delete.true
if the deletes were successful,
otherwise false
.public java.util.ArrayList<ImportCriteria> getBatch(ImportBatch batch)
batch
- (ImportBatch) The batch for the desired records.public java.util.ArrayList<ImportCriteria> getBatch(int batch)
batch
- (int) The batch number for the desired records.