Package com.soffid.iam.reconcile.service
Class ReconcileServiceImpl
- java.lang.Object
-
- com.soffid.iam.reconcile.service.ReconcileServiceBase
-
- com.soffid.iam.reconcile.service.ReconcileServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.reconcile.service.ReconcileService,org.springframework.context.ApplicationContextAware
public class ReconcileServiceImpl extends ReconcileServiceBase implements org.springframework.context.ApplicationContextAware
- Author:
- (C) Soffid 2013
-
-
Constructor Summary
Constructors Constructor Description ReconcileServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.soffid.iam.reconcile.common.ReconcileAssignmenthandleAddAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignmentInfo)protected com.soffid.iam.reconcile.common.ReconcileRolehandleAddRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo)protected com.soffid.iam.reconcile.common.ReconcileAccounthandleAddUser(com.soffid.iam.reconcile.common.ReconcileAccount userInfo)protected voidhandleCreateReconcileTask(Long processID, String dispatcher)protected List<com.soffid.iam.reconcile.common.ReconcileAccount>handleFindAllReconAccounts(Long processId)protected List<com.soffid.iam.reconcile.common.ReconcileAssignment>handleFindAllReconAssignment(Long processId)protected List<com.soffid.iam.reconcile.common.ReconcileRole>handleFindAllReconRole(Long processId)protected com.soffid.iam.reconcile.common.ReconcileAccounthandleFindReconAccountById(Long accountID)protected com.soffid.iam.reconcile.common.ReconcileAssignmenthandleFindReconAssignmentById(Long assignID)protected com.soffid.iam.reconcile.common.ReconcileRolehandleFindReconRoleById(Long roleID)protected booleanhandleIsPendingTasks(Long processId, Long taskId)protected voidhandleReconcileAssignment(Long processId)protected voidhandleReconcileData(Long processId)protected voidhandleReconcileRoles(Long processId)protected voidhandleReconcileUsers(Long processId)protected voidhandleUpdateAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignInfo)protected voidhandleUpdateRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo)protected voidhandleUpdateUser(com.soffid.iam.reconcile.common.ReconcileAccount userInfo)protected voidhandleValidateReconcileAccount(com.soffid.iam.reconcile.common.ReconcileAccount accountinfo)protected voidhandleValidateReconcileRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)-
Methods inherited from class com.soffid.iam.reconcile.service.ReconcileServiceBase
addAssignment, addRole, addUser, createReconcileTask, findAllReconAccounts, findAllReconAssignment, findAllReconRole, findReconAccountById, findReconAssignmentById, findReconRoleById, getAccountService, getApplicationService, getDispatcherService, getPrincipal, getReconcileAccountAttributesEntityDao, getReconcileAccountEntityDao, getReconcileAssignmentEntityDao, getReconcileRoleEntityDao, getTaskEntityDao, getUserEntityDao, getUserService, isPendingTasks, reconcileAssignment, reconcileData, reconcileRoles, reconcileUsers, setAccountService, setApplicationService, setDispatcherService, setReconcileAccountAttributesEntityDao, setReconcileAccountEntityDao, setReconcileAssignmentEntityDao, setReconcileRoleEntityDao, setTaskEntityDao, setUserEntityDao, setUserService, updateAssignment, updateRole, updateUser, validateReconcileAccount, validateReconcileRole
-
-
-
-
Method Detail
-
handleAddUser
protected com.soffid.iam.reconcile.common.ReconcileAccount handleAddUser(com.soffid.iam.reconcile.common.ReconcileAccount userInfo) throws Exception- Specified by:
handleAddUserin classReconcileServiceBase- Throws:
Exception
-
handleAddRole
protected com.soffid.iam.reconcile.common.ReconcileRole handleAddRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo) throws Exception- Specified by:
handleAddRolein classReconcileServiceBase- Throws:
Exception
-
handleAddAssignment
protected com.soffid.iam.reconcile.common.ReconcileAssignment handleAddAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignmentInfo) throws Exception- Specified by:
handleAddAssignmentin classReconcileServiceBase- Throws:
Exception
-
handleCreateReconcileTask
protected void handleCreateReconcileTask(Long processID, String dispatcher) throws Exception
- Specified by:
handleCreateReconcileTaskin classReconcileServiceBase- Throws:
Exception
-
handleIsPendingTasks
protected boolean handleIsPendingTasks(Long processId, Long taskId) throws Exception
- Specified by:
handleIsPendingTasksin classReconcileServiceBase- Throws:
Exception
-
handleUpdateUser
protected void handleUpdateUser(com.soffid.iam.reconcile.common.ReconcileAccount userInfo) throws Exception- Specified by:
handleUpdateUserin classReconcileServiceBase- Throws:
Exception
-
handleUpdateRole
protected void handleUpdateRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo) throws Exception- Specified by:
handleUpdateRolein classReconcileServiceBase- Throws:
Exception
-
handleUpdateAssignment
protected void handleUpdateAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignInfo) throws Exception- Specified by:
handleUpdateAssignmentin classReconcileServiceBase- Throws:
Exception
-
handleFindReconRoleById
protected com.soffid.iam.reconcile.common.ReconcileRole handleFindReconRoleById(Long roleID) throws Exception
- Specified by:
handleFindReconRoleByIdin classReconcileServiceBase- Throws:
Exception
-
handleFindReconAccountById
protected com.soffid.iam.reconcile.common.ReconcileAccount handleFindReconAccountById(Long accountID) throws Exception
- Specified by:
handleFindReconAccountByIdin classReconcileServiceBase- Throws:
Exception
-
handleFindReconAssignmentById
protected com.soffid.iam.reconcile.common.ReconcileAssignment handleFindReconAssignmentById(Long assignID) throws Exception
- Specified by:
handleFindReconAssignmentByIdin classReconcileServiceBase- Throws:
Exception
-
handleFindAllReconAccounts
protected List<com.soffid.iam.reconcile.common.ReconcileAccount> handleFindAllReconAccounts(Long processId) throws Exception
- Specified by:
handleFindAllReconAccountsin classReconcileServiceBase- Throws:
Exception
-
handleFindAllReconAssignment
protected List<com.soffid.iam.reconcile.common.ReconcileAssignment> handleFindAllReconAssignment(Long processId) throws Exception
- Specified by:
handleFindAllReconAssignmentin classReconcileServiceBase- Throws:
Exception
-
handleFindAllReconRole
protected List<com.soffid.iam.reconcile.common.ReconcileRole> handleFindAllReconRole(Long processId) throws Exception
- Specified by:
handleFindAllReconRolein classReconcileServiceBase- Throws:
Exception
-
handleReconcileUsers
protected void handleReconcileUsers(Long processId) throws Exception
- Specified by:
handleReconcileUsersin classReconcileServiceBase- Throws:
Exception
-
handleReconcileRoles
protected void handleReconcileRoles(Long processId) throws Exception
- Specified by:
handleReconcileRolesin classReconcileServiceBase- Throws:
Exception
-
handleReconcileAssignment
protected void handleReconcileAssignment(Long processId) throws Exception
- Specified by:
handleReconcileAssignmentin classReconcileServiceBase- Throws:
Exception
-
handleReconcileData
protected void handleReconcileData(Long processId) throws Exception
- Specified by:
handleReconcileDatain classReconcileServiceBase- Throws:
Exception
-
handleValidateReconcileAccount
protected void handleValidateReconcileAccount(com.soffid.iam.reconcile.common.ReconcileAccount accountinfo) throws Exception- Specified by:
handleValidateReconcileAccountin classReconcileServiceBase- Throws:
Exception
-
handleValidateReconcileRole
protected void handleValidateReconcileRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo) throws Exception- Specified by:
handleValidateReconcileRolein classReconcileServiceBase- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-