.. java:import:: org.joda.time DateTime .. java:import:: org.motechproject.commons.api Range .. java:import:: org.motechproject.commons.date.util DateUtil .. java:import:: org.motechproject.security.domain PasswordRecovery .. java:import:: org.springframework.beans.factory.annotation Autowired .. java:import:: org.springframework.stereotype Repository .. java:import:: java.util List .. java:import:: java.util Locale AllPasswordRecoveries ===================== .. java:package:: org.motechproject.security.repository :noindex: .. java:type:: @Repository public class AllPasswordRecoveries Methods ------- add ^^^ .. java:method:: public void add(PasswordRecovery passwordRecovery) :outertype: AllPasswordRecoveries allRecoveries ^^^^^^^^^^^^^ .. java:method:: public List allRecoveries() :outertype: AllPasswordRecoveries createRecovery ^^^^^^^^^^^^^^ .. java:method:: public PasswordRecovery createRecovery(String username, String email, String token, DateTime expirationDate, Locale locale) :outertype: AllPasswordRecoveries findForToken ^^^^^^^^^^^^ .. java:method:: public PasswordRecovery findForToken(String token) :outertype: AllPasswordRecoveries findForUser ^^^^^^^^^^^ .. java:method:: public PasswordRecovery findForUser(String username) :outertype: AllPasswordRecoveries getExpired ^^^^^^^^^^ .. java:method:: public List getExpired() :outertype: AllPasswordRecoveries remove ^^^^^^ .. java:method:: public void remove(PasswordRecovery passwordRecovery) :outertype: AllPasswordRecoveries setDataService ^^^^^^^^^^^^^^ .. java:method:: @Autowired public void setDataService(PasswordRecoveriesDataService dataService) :outertype: AllPasswordRecoveries update ^^^^^^ .. java:method:: public void update(PasswordRecovery passwordRecovery) :outertype: AllPasswordRecoveries