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 ChecksumResultServicecontext - Contextcode - to get the description for.SQLException - if database errorpublic List<ChecksumResult> findAll(Context context) throws SQLException
findAll in interface ChecksumResultServicecontext - ContextSQLException - if database errorCopyright © 2022 LYRASIS. All rights reserved.