Uses of Class
com.soffid.iam.reconcile.common.ReconcileRole
-
Packages that use ReconcileRole Package Description com.soffid.iam.reconcile.common com.soffid.iam.reconcile.service com.soffid.iam.reconcile.service.ejb -
-
Uses of ReconcileRole in com.soffid.iam.reconcile.common
Constructors in com.soffid.iam.reconcile.common with parameters of type ReconcileRole Constructor Description ReconcileRole(ReconcileRole otherBean)
-
Uses of ReconcileRole in com.soffid.iam.reconcile.service
Methods in com.soffid.iam.reconcile.service that return ReconcileRole Modifier and Type Method Description ReconcileRole
ReconcileService. addRole(ReconcileRole roleInfo)
Operation addRoleReconcileRole
ReconcileService. findReconRoleById(Long roleId)
Operation findReconRoleByIdMethods in com.soffid.iam.reconcile.service that return types with arguments of type ReconcileRole Modifier and Type Method Description List<ReconcileRole>
ReconcileService. findAllReconRole(Long processId)
Operation findAllReconRoleMethods in com.soffid.iam.reconcile.service with parameters of type ReconcileRole Modifier and Type Method Description ReconcileRole
ReconcileService. addRole(ReconcileRole roleInfo)
Operation addRolevoid
ReconcileService. updateRole(ReconcileRole roleInfo)
Operation updateRolevoid
ReconcileService. validateReconcileRole(ReconcileRole roleInfo)
Operation validateReconcileRole -
Uses of ReconcileRole in com.soffid.iam.reconcile.service.ejb
Methods in com.soffid.iam.reconcile.service.ejb that return ReconcileRole Modifier and Type Method Description ReconcileRole
ReconcileService. addRole(ReconcileRole roleInfo)
ReconcileRole
ReconcileService. findReconRoleById(Long roleId)
Methods in com.soffid.iam.reconcile.service.ejb that return types with arguments of type ReconcileRole Modifier and Type Method Description List<ReconcileRole>
ReconcileService. findAllReconRole(Long processId)
Methods in com.soffid.iam.reconcile.service.ejb with parameters of type ReconcileRole Modifier and Type Method Description ReconcileRole
ReconcileService. addRole(ReconcileRole roleInfo)
void
ReconcileService. updateRole(ReconcileRole roleInfo)
-