public class SchemeServiceImpl extends Object implements SchemeService
ins| 构造器和说明 |
|---|
SchemeServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Batch batchData,
String account) |
void |
disable(Long id,
String account) |
void |
enable(Long id,
String account) |
Batch |
getBatchData(Long id) |
protected String |
getDeleteSql(List<DataParam> params,
BatchDataResolverItem storeItem) |
protected String |
getInsertSql(List<DataParam> params,
BatchDataResolverItem storeItem) |
BatchDataProvider |
getProviderData(Long providerId) |
protected String |
getUpdateSql(List<DataParam> params,
BatchDataResolverItem storeItem) |
void |
remove(Long id) |
void |
removeProvider(long id,
long batchId) |
void |
stop(Long id,
String account) |
void |
update(Batch batch,
String account) |
public void add(Batch batchData, String account)
add 在接口中 SchemeServicepublic void update(Batch batch, String account)
update 在接口中 SchemeServicepublic void removeProvider(long id,
long batchId)
public void remove(Long id)
remove 在接口中 SchemeServicepublic void disable(Long id, String account)
disable 在接口中 SchemeServicepublic void enable(Long id, String account)
enable 在接口中 SchemeServicepublic Batch getBatchData(Long id)
getBatchData 在接口中 SchemeServicepublic BatchDataProvider getProviderData(Long providerId)
getProviderData 在接口中 SchemeServiceprotected String getDeleteSql(List<DataParam> params, BatchDataResolverItem storeItem)
protected String getUpdateSql(List<DataParam> params, BatchDataResolverItem storeItem)
protected String getInsertSql(List<DataParam> params, BatchDataResolverItem storeItem)
public void stop(Long id, String account)
stop 在接口中 SchemeServiceCopyright © 2023 Bstek. All rights reserved.