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 voidhandleConsoleBoot()protected voidhandleCreate(com.soffid.iam.bpm.api.ConfigParameterVO config)protected voidhandleDelete(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.ConfigParameterVOhandleFindFirstByAppKey(String app, String key)protected voidhandleSyncServerBoot()protected voidhandleTenantBoot(com.soffid.iam.api.Tenant tenant)protected voidhandleUpdate(com.soffid.iam.bpm.api.ConfigParameterVO config)protected voidhandleUpdateAll(com.soffid.iam.bpm.api.ConfigParameterVO config)protected voidhandleUpdateAll(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:
handleFindAllin classBpmConfigServiceBase- Throws:
Exception
-
handleFindById
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO> handleFindById(long id) throws Exception
- Specified by:
handleFindByIdin classBpmConfigServiceBase- Throws:
Exception
-
handleFindByAppKey
protected Collection<com.soffid.iam.bpm.api.ConfigParameterVO> handleFindByAppKey(String app, String key) throws Exception
- Specified by:
handleFindByAppKeyin classBpmConfigServiceBase- Throws:
Exception
-
handleFindFirstByAppKey
protected com.soffid.iam.bpm.api.ConfigParameterVO handleFindFirstByAppKey(String app, String key) throws Exception
- Specified by:
handleFindFirstByAppKeyin 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:
handleUpdatein classBpmConfigServiceBase- Throws:
Exception
-
handleCreate
protected void handleCreate(com.soffid.iam.bpm.api.ConfigParameterVO config) throws Exception- Specified by:
handleCreatein classBpmConfigServiceBase- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.bpm.api.ConfigParameterVO config) throws Exception- Specified by:
handleDeletein classBpmConfigServiceBase- Throws:
Exception
-
handleUpdateAll
protected void handleUpdateAll(Collection<com.soffid.iam.bpm.api.ConfigParameterVO> config)
- Specified by:
handleUpdateAllin classBpmConfigServiceBase
-
handleSyncServerBoot
protected void handleSyncServerBoot() throws Exception- Specified by:
handleSyncServerBootin classApplicationBootServiceBase- Throws:
Exception
-
handleConsoleBoot
protected void handleConsoleBoot() throws Exception- Specified by:
handleConsoleBootin classApplicationBootServiceBase- Throws:
Exception
-
handleTenantBoot
protected void handleTenantBoot(com.soffid.iam.api.Tenant tenant) throws Exception- Specified by:
handleTenantBootin classApplicationBootServiceBase- Throws:
Exception
-
-