Uses of Class
com.soffid.iam.reconcile.common.ReconcileAccount
-
Packages that use ReconcileAccount Package Description com.soffid.iam.reconcile.common com.soffid.iam.reconcile.service com.soffid.iam.reconcile.service.ejb -
-
Uses of ReconcileAccount in com.soffid.iam.reconcile.common
Constructors in com.soffid.iam.reconcile.common with parameters of type ReconcileAccount Constructor Description ReconcileAccount(ReconcileAccount otherBean) -
Uses of ReconcileAccount in com.soffid.iam.reconcile.service
Methods in com.soffid.iam.reconcile.service that return ReconcileAccount Modifier and Type Method Description ReconcileAccountReconcileService. addUser(ReconcileAccount userInfo)Operation addUserReconcileAccountReconcileService. findReconAccountById(Long accountId)Operation findReconAccountByIdMethods in com.soffid.iam.reconcile.service that return types with arguments of type ReconcileAccount Modifier and Type Method Description List<ReconcileAccount>ReconcileService. findAllReconAccounts(Long processId)Operation findAllReconAccountsMethods in com.soffid.iam.reconcile.service with parameters of type ReconcileAccount Modifier and Type Method Description ReconcileAccountReconcileService. addUser(ReconcileAccount userInfo)Operation addUservoidReconcileService. updateUser(ReconcileAccount userInfo)Operation updateUservoidReconcileService. validateReconcileAccount(ReconcileAccount accountinfo)Operation validateReconcileAccount -
Uses of ReconcileAccount in com.soffid.iam.reconcile.service.ejb
Methods in com.soffid.iam.reconcile.service.ejb that return ReconcileAccount Modifier and Type Method Description ReconcileAccountReconcileService. addUser(ReconcileAccount userInfo)ReconcileAccountReconcileService. findReconAccountById(Long accountId)Methods in com.soffid.iam.reconcile.service.ejb that return types with arguments of type ReconcileAccount Modifier and Type Method Description List<ReconcileAccount>ReconcileService. findAllReconAccounts(Long processId)Methods in com.soffid.iam.reconcile.service.ejb with parameters of type ReconcileAccount Modifier and Type Method Description ReconcileAccountReconcileService. addUser(ReconcileAccount userInfo)voidReconcileService. updateUser(ReconcileAccount userInfo)
-