예제 #1
0
 private void getMailRespone(AccountForgotSendMailModel accountForgotSendMailModel) {
   activityProcessesServiceSL =
       new AccountProcessesServiceSL(
           this.getContext(), accountProcessesServiceListener, R.string.root_service_url);
   activityProcessesServiceSL.setForgotAccount(accountForgotSendMailModel);
   this.showProgress(getString(R.string.ItbarxConnecting));
 }
예제 #2
0
 private void getNewPassWithLogin(AccountSendEmailCodeModel accountSendEmailCodeModel) {
   activityProcessesServiceSL =
       new AccountProcessesServiceSL(
           this.getContext(), accountProcessesServiceListener, R.string.root_service_url);
   activityProcessesServiceSL.setChangePassByCodeAccount(accountSendEmailCodeModel);
   this.showProgress(getString(R.string.ItbarxConnecting));
 }