Interface ReconcileService
public interface ReconcileService
EJB ReconcileService
-
Method Summary
Modifier and TypeMethodDescriptionaddAssignment(ReconcileAssignment assignmentInfo) addRole(ReconcileRole roleInfo) addUser(ReconcileAccount userInfo) voidcreateReconcileTask(Long processId, String dispatcher) findAllReconAccounts(Long processId) findAllReconAssignment(Long processId) findAllReconRole(Long processId) findReconAccountById(Long accountId) findReconAssignmentById(Long assignId) findReconRoleById(Long roleId) booleanisPendingTasks(Long processId, Long taskId) voidreconcileAssignment(Long processId) voidreconcileData(Long processId) voidreconcileRoles(Long processId) voidreconcileUsers(Long processId) voidupdateAssignment(ReconcileAssignment assignInfo) voidupdateRole(ReconcileRole roleInfo) voidupdateUser(ReconcileAccount userInfo)
-
Method Details
-
isPendingTasks
boolean isPendingTasks(Long processId, Long taskId) throws InternalErrorException, InternalErrorException -
addUser
ReconcileAccount addUser(ReconcileAccount userInfo) throws InternalErrorException, InternalErrorException -
findReconAccountById
ReconcileAccount findReconAccountById(Long accountId) throws InternalErrorException, InternalErrorException -
addAssignment
ReconcileAssignment addAssignment(ReconcileAssignment assignmentInfo) throws InternalErrorException, InternalErrorException -
findReconAssignmentById
ReconcileAssignment findReconAssignmentById(Long assignId) throws InternalErrorException, InternalErrorException -
addRole
-
findReconRoleById
-
findAllReconAccounts
List<ReconcileAccount> findAllReconAccounts(Long processId) throws InternalErrorException, InternalErrorException -
findAllReconAssignment
List<ReconcileAssignment> findAllReconAssignment(Long processId) throws InternalErrorException, InternalErrorException -
findAllReconRole
List<ReconcileRole> findAllReconRole(Long processId) throws InternalErrorException, InternalErrorException -
createReconcileTask
void createReconcileTask(Long processId, String dispatcher) throws InternalErrorException, InternalErrorException -
reconcileAssignment
-
reconcileData
-
reconcileRoles
-
reconcileUsers
-
updateAssignment
void updateAssignment(ReconcileAssignment assignInfo) throws InternalErrorException, InternalErrorException -
updateRole
-
updateUser
-