Package org.dspace.eperson.service
Interface RegistrationDataService
- All Superinterfaces:
DSpaceCRUDService<RegistrationData>
- All Known Implementing Classes:
RegistrationDataServiceImpl
Service interface class for the RegistrationData object.
The implementation of this class is responsible for all business logic calls for the RegistrationData object and
is autowired by spring
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByToken(Context context, String token) findByEmail(Context context, String email) findByToken(Context context, String token)
-
Method Details
-
findByToken
- Throws:
SQLException
-
findByEmail
- Throws:
SQLException
-
deleteByToken
- Throws:
SQLException
-