public final class ChecksumResultDAO extends DAOSupport
Database Access for the checksum results information.
| Constructor and Description |
|---|
ChecksumResultDAO()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChecksumCheckStr(java.lang.String code)
Get the result description for the given result code
|
java.util.List<java.lang.String> |
listAllCodes()
Get a list of all the possible result codes.
|
cleanup, cleanup, cleanup, cleanuppublic java.lang.String getChecksumCheckStr(java.lang.String code)
code - to get the description for.public java.util.List<java.lang.String> listAllCodes()
Copyright © 2013 DuraSpace. All Rights Reserved.