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.ReconcileAssignment
handleAddAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignmentInfo)
protected com.soffid.iam.reconcile.common.ReconcileRole
handleAddRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo)
protected com.soffid.iam.reconcile.common.ReconcileAccount
handleAddUser(com.soffid.iam.reconcile.common.ReconcileAccount userInfo)
protected void
handleCreateReconcileTask(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.ReconcileAccount
handleFindReconAccountById(Long accountID)
protected com.soffid.iam.reconcile.common.ReconcileAssignment
handleFindReconAssignmentById(Long assignID)
protected com.soffid.iam.reconcile.common.ReconcileRole
handleFindReconRoleById(Long roleID)
protected boolean
handleIsPendingTasks(Long processId, Long taskId)
protected void
handleReconcileAssignment(Long processId)
protected void
handleReconcileData(Long processId)
protected void
handleReconcileRoles(Long processId)
protected void
handleReconcileUsers(Long processId)
protected void
handleUpdateAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignInfo)
protected void
handleUpdateRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo)
protected void
handleUpdateUser(com.soffid.iam.reconcile.common.ReconcileAccount userInfo)
protected void
handleValidateReconcileAccount(com.soffid.iam.reconcile.common.ReconcileAccount accountinfo)
protected void
handleValidateReconcileRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo)
void
setApplicationContext(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:
handleAddUser
in classReconcileServiceBase
- Throws:
Exception
-
handleAddRole
protected com.soffid.iam.reconcile.common.ReconcileRole handleAddRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo) throws Exception
- Specified by:
handleAddRole
in classReconcileServiceBase
- Throws:
Exception
-
handleAddAssignment
protected com.soffid.iam.reconcile.common.ReconcileAssignment handleAddAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignmentInfo) throws Exception
- Specified by:
handleAddAssignment
in classReconcileServiceBase
- Throws:
Exception
-
handleCreateReconcileTask
protected void handleCreateReconcileTask(Long processID, String dispatcher) throws Exception
- Specified by:
handleCreateReconcileTask
in classReconcileServiceBase
- Throws:
Exception
-
handleIsPendingTasks
protected boolean handleIsPendingTasks(Long processId, Long taskId) throws Exception
- Specified by:
handleIsPendingTasks
in classReconcileServiceBase
- Throws:
Exception
-
handleUpdateUser
protected void handleUpdateUser(com.soffid.iam.reconcile.common.ReconcileAccount userInfo) throws Exception
- Specified by:
handleUpdateUser
in classReconcileServiceBase
- Throws:
Exception
-
handleUpdateRole
protected void handleUpdateRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo) throws Exception
- Specified by:
handleUpdateRole
in classReconcileServiceBase
- Throws:
Exception
-
handleUpdateAssignment
protected void handleUpdateAssignment(com.soffid.iam.reconcile.common.ReconcileAssignment assignInfo) throws Exception
- Specified by:
handleUpdateAssignment
in classReconcileServiceBase
- Throws:
Exception
-
handleFindReconRoleById
protected com.soffid.iam.reconcile.common.ReconcileRole handleFindReconRoleById(Long roleID) throws Exception
- Specified by:
handleFindReconRoleById
in classReconcileServiceBase
- Throws:
Exception
-
handleFindReconAccountById
protected com.soffid.iam.reconcile.common.ReconcileAccount handleFindReconAccountById(Long accountID) throws Exception
- Specified by:
handleFindReconAccountById
in classReconcileServiceBase
- Throws:
Exception
-
handleFindReconAssignmentById
protected com.soffid.iam.reconcile.common.ReconcileAssignment handleFindReconAssignmentById(Long assignID) throws Exception
- Specified by:
handleFindReconAssignmentById
in classReconcileServiceBase
- Throws:
Exception
-
handleFindAllReconAccounts
protected List<com.soffid.iam.reconcile.common.ReconcileAccount> handleFindAllReconAccounts(Long processId) throws Exception
- Specified by:
handleFindAllReconAccounts
in classReconcileServiceBase
- Throws:
Exception
-
handleFindAllReconAssignment
protected List<com.soffid.iam.reconcile.common.ReconcileAssignment> handleFindAllReconAssignment(Long processId) throws Exception
- Specified by:
handleFindAllReconAssignment
in classReconcileServiceBase
- Throws:
Exception
-
handleFindAllReconRole
protected List<com.soffid.iam.reconcile.common.ReconcileRole> handleFindAllReconRole(Long processId) throws Exception
- Specified by:
handleFindAllReconRole
in classReconcileServiceBase
- Throws:
Exception
-
handleReconcileUsers
protected void handleReconcileUsers(Long processId) throws Exception
- Specified by:
handleReconcileUsers
in classReconcileServiceBase
- Throws:
Exception
-
handleReconcileRoles
protected void handleReconcileRoles(Long processId) throws Exception
- Specified by:
handleReconcileRoles
in classReconcileServiceBase
- Throws:
Exception
-
handleReconcileAssignment
protected void handleReconcileAssignment(Long processId) throws Exception
- Specified by:
handleReconcileAssignment
in classReconcileServiceBase
- Throws:
Exception
-
handleReconcileData
protected void handleReconcileData(Long processId) throws Exception
- Specified by:
handleReconcileData
in classReconcileServiceBase
- Throws:
Exception
-
handleValidateReconcileAccount
protected void handleValidateReconcileAccount(com.soffid.iam.reconcile.common.ReconcileAccount accountinfo) throws Exception
- Specified by:
handleValidateReconcileAccount
in classReconcileServiceBase
- Throws:
Exception
-
handleValidateReconcileRole
protected void handleValidateReconcileRole(com.soffid.iam.reconcile.common.ReconcileRole roleInfo) throws Exception
- Specified by:
handleValidateReconcileRole
in classReconcileServiceBase
- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-