public class ChecksumResultServiceImpl extends Object implements ChecksumResultService
| Modifier | Constructor and Description |
|---|---|
protected |
ChecksumResultServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ChecksumResult> |
findAll(Context context)
Get a list of all the possible result codes.
|
ChecksumResult |
findByCode(Context context,
ChecksumResultCode code)
Get the result description for the given result code
|
public ChecksumResult findByCode(Context context, ChecksumResultCode code) throws SQLException
findByCode in interface ChecksumResultServicecode - to get the description for.SQLExceptionpublic List<ChecksumResult> findAll(Context context) throws SQLException
findAll in interface ChecksumResultServiceSQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.