Interface ReconcileService
-
public interface ReconcileService
EJB ReconcileService
-
-
Method Summary
-
-
-
Method Detail
-
isPendingTasks
boolean isPendingTasks(Long processId, Long taskId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
addUser
ReconcileAccount addUser(ReconcileAccount userInfo) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findReconAccountById
ReconcileAccount findReconAccountById(Long accountId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
addAssignment
ReconcileAssignment addAssignment(ReconcileAssignment assignmentInfo) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findReconAssignmentById
ReconcileAssignment findReconAssignmentById(Long assignId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
addRole
ReconcileRole addRole(ReconcileRole roleInfo) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findReconRoleById
ReconcileRole findReconRoleById(Long roleId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllReconAccounts
List<ReconcileAccount> findAllReconAccounts(Long processId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllReconAssignment
List<ReconcileAssignment> findAllReconAssignment(Long processId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllReconRole
List<ReconcileRole> findAllReconRole(Long processId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
createReconcileTask
void createReconcileTask(Long processId, String dispatcher) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
reconcileAssignment
void reconcileAssignment(Long processId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
reconcileData
void reconcileData(Long processId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
reconcileRoles
void reconcileRoles(Long processId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
reconcileUsers
void reconcileUsers(Long processId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
updateAssignment
void updateAssignment(ReconcileAssignment assignInfo) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
updateRole
void updateRole(ReconcileRole roleInfo) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
updateUser
void updateUser(ReconcileAccount userInfo) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-