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 ReconcileAccount
ReconcileService. addUser(ReconcileAccount userInfo)
Operation addUserReconcileAccount
ReconcileService. 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 ReconcileAccount
ReconcileService. addUser(ReconcileAccount userInfo)
Operation addUservoid
ReconcileService. updateUser(ReconcileAccount userInfo)
Operation updateUservoid
ReconcileService. 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 ReconcileAccount
ReconcileService. addUser(ReconcileAccount userInfo)
ReconcileAccount
ReconcileService. 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 ReconcileAccount
ReconcileService. addUser(ReconcileAccount userInfo)
void
ReconcileService. updateUser(ReconcileAccount userInfo)
-