public class BusinessEntitySnapshotDAODbFacadeImpl extends BaseDAODbFacade implements BusinessEntitySnapshotDAO
dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
BusinessEntitySnapshotDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.commons.collections.KeyValue> |
getAllCommands()
Get all commands awaiting for compensation.
|
List<BusinessEntitySnapshot> |
getAllForCommandId(Guid commandID)
Gets all snapshots kept for a command
|
void |
removeAllForCommandId(Guid commandID)
Removes all snapshots for a given command
|
void |
save(BusinessEntitySnapshot entitySnapshot)
Saves a new snapshot
|
getCallsHandler, getCustomMapSqlParameterSource, setDbFacade, setDialect, setTemplatepublic BusinessEntitySnapshotDAODbFacadeImpl()
public List<BusinessEntitySnapshot> getAllForCommandId(Guid commandID)
BusinessEntitySnapshotDAOgetAllForCommandId in interface BusinessEntitySnapshotDAOcommandID - the command ID to look snapshots forpublic void removeAllForCommandId(Guid commandID)
BusinessEntitySnapshotDAOremoveAllForCommandId in interface BusinessEntitySnapshotDAOcommandID - the command ID to remove snapshots forpublic void save(BusinessEntitySnapshot entitySnapshot)
BusinessEntitySnapshotDAOsave in interface BusinessEntitySnapshotDAOentitySnapshot - the snapshot to savepublic List<org.apache.commons.collections.KeyValue> getAllCommands()
BusinessEntitySnapshotDAOgetAllCommands in interface BusinessEntitySnapshotDAOCopyright © 2012. All Rights Reserved.