Package com.soffid.iam.bpm.service
Class BpmConfigServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.ApplicationBootServiceBase
-
- com.soffid.iam.bpm.service.BpmConfigServiceBase
-
- com.soffid.iam.bpm.service.BpmConfigServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.bpm.service.BpmConfigService
,com.soffid.iam.service.ApplicationBootService
public class BpmConfigServiceImpl extends BpmConfigServiceBase
-
-
Constructor Summary
Constructors Constructor Description BpmConfigServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleConsoleBoot()
protected void
handleCreate(com.soffid.iam.bpm.api.ConfigParameterVO config)
protected void
handleDelete(com.soffid.iam.bpm.api.ConfigParameterVO config)
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO>
handleFindAll()
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO>
handleFindByAppKey(String app, String key)
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO>
handleFindById(long id)
protected com.soffid.iam.bpm.api.ConfigParameterVO
handleFindFirstByAppKey(String app, String key)
protected void
handleSyncServerBoot()
protected void
handleTenantBoot(com.soffid.iam.api.Tenant tenant)
protected void
handleUpdate(com.soffid.iam.bpm.api.ConfigParameterVO config)
protected void
handleUpdateAll(com.soffid.iam.bpm.api.ConfigParameterVO config)
protected void
handleUpdateAll(Collection<com.soffid.iam.bpm.api.ConfigParameterVO> config)
-
Methods inherited from class com.soffid.iam.bpm.service.BpmConfigServiceBase
create, delete, findAll, findByAppKey, findById, findFirstByAppKey, getPrincipal, update, updateAll
-
Methods inherited from class com.soffid.iam.service.ApplicationBootServiceBase
consoleBoot, getAccountService, getAdditionalDataService, getAgentDescriptorEntityDao, getApplicationService, getAsyncRunnerService, getAuthorizationService, getBpmConfigService, getBpmEngine, getConfigurationService, getCrudRegistryService, getCustomObjectTypeEntityDao, getDispatcherService, getEntryPointService, getGroupService, getInternalPasswordService, getIssuePolicyService, getMetaDataEntityDao, getNetworkService, getScheduledTaskService, getServerPluginService, getSoDRuleService, getTenantService, getUserDomainService, getUserService, setAccountService, setAdditionalDataService, setAgentDescriptorEntityDao, setApplicationService, setAsyncRunnerService, setAuthorizationService, setBpmConfigService, setBpmEngine, setConfigurationService, setCrudRegistryService, setCustomObjectTypeEntityDao, setDispatcherService, setEntryPointService, setGroupService, setInternalPasswordService, setIssuePolicyService, setMetaDataEntityDao, setNetworkService, setScheduledTaskService, setServerPluginService, setSoDRuleService, setTenantService, setUserDomainService, setUserService, syncServerBoot, tenantBoot
-
-
-
-
Method Detail
-
handleFindAll
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO> handleFindAll() throws Exception
- Specified by:
handleFindAll
in classBpmConfigServiceBase
- Throws:
Exception
-
handleFindById
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO> handleFindById(long id) throws Exception
- Specified by:
handleFindById
in classBpmConfigServiceBase
- Throws:
Exception
-
handleFindByAppKey
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO> handleFindByAppKey(String app, String key) throws Exception
- Specified by:
handleFindByAppKey
in classBpmConfigServiceBase
- Throws:
Exception
-
handleFindFirstByAppKey
protected com.soffid.iam.bpm.api.ConfigParameterVO handleFindFirstByAppKey(String app, String key) throws Exception
- Specified by:
handleFindFirstByAppKey
in classBpmConfigServiceBase
- Throws:
Exception
-
handleUpdateAll
protected void handleUpdateAll(com.soffid.iam.bpm.api.ConfigParameterVO config) throws Exception
- Throws:
Exception
-
handleUpdate
protected void handleUpdate(com.soffid.iam.bpm.api.ConfigParameterVO config) throws Exception
- Specified by:
handleUpdate
in classBpmConfigServiceBase
- Throws:
Exception
-
handleCreate
protected void handleCreate(com.soffid.iam.bpm.api.ConfigParameterVO config) throws Exception
- Specified by:
handleCreate
in classBpmConfigServiceBase
- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.bpm.api.ConfigParameterVO config) throws Exception
- Specified by:
handleDelete
in classBpmConfigServiceBase
- Throws:
Exception
-
handleUpdateAll
protected void handleUpdateAll(Collection<com.soffid.iam.bpm.api.ConfigParameterVO> config)
- Specified by:
handleUpdateAll
in classBpmConfigServiceBase
-
handleSyncServerBoot
protected void handleSyncServerBoot() throws Exception
- Specified by:
handleSyncServerBoot
in classApplicationBootServiceBase
- Throws:
Exception
-
handleConsoleBoot
protected void handleConsoleBoot() throws Exception
- Specified by:
handleConsoleBoot
in classApplicationBootServiceBase
- Throws:
Exception
-
handleTenantBoot
protected void handleTenantBoot(com.soffid.iam.api.Tenant tenant) throws Exception
- Specified by:
handleTenantBoot
in classApplicationBootServiceBase
- Throws:
Exception
-
-