public interface RegistrationDataService extends DSpaceCRUDService<RegistrationData>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByToken(Context context,
String token) |
RegistrationData |
findByEmail(Context context,
String email) |
RegistrationData |
findByToken(Context context,
String token) |
RegistrationData findByToken(Context context, String token) throws SQLException
SQLExceptionRegistrationData findByEmail(Context context, String email) throws SQLException
SQLExceptionvoid deleteByToken(Context context, String token) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.