@Service public class DataFacetKeyServiceImpl extends Object implements DataFacetKeyService
| 构造器和说明 |
|---|
DataFacetKeyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
DbInformationDTO |
addDataFacetKey(DfKeyBasicConfigDTO dfKeyBasicConfigDTO) |
void |
deleteDataFacetKey(String dfKey) |
DfKeyBasicConfigDO |
getDfKeyBasicInfo(String dfKey) |
List<Map<String,Object>> |
refreshDfFormTableSetting(String dfKey) |
void |
saveDfFormTableSetting(List<DfFormTableSettingDO> dfFormTableSettingDOS) |
void |
saveDfFormTableSetting(List<DfFormTableSettingDO> dfFormTableSettingDOSForUpdate,
List<DfFormTableSettingDO> dfFormTableSettingDOSForAdd) |
List<Map<String,Object>> |
selectAllDfFormTableSettingByDfKey(String dfKey) |
void |
updateDataFacetKey(String dfKey,
String newDfKey,
String description) |
void |
updateDefaultValueByDfKeyAndFieldKey(String dfKey,
String fieldKey,
String jsonValue)
写入默认值
|
void |
updateDefaultValueStrategyType(String dfKey,
String fieldKey,
String strategyType)
写入默认值策略类型
|
void |
updateDomainAndItemByDfKeyAndFieldName(String dfKey,
String fieldName,
String domain,
String item)
写入字典domain和item
|
public DbInformationDTO addDataFacetKey(DfKeyBasicConfigDTO dfKeyBasicConfigDTO) throws Exception
addDataFacetKey 在接口中 DataFacetKeyServiceExceptionpublic List<Map<String,Object>> selectAllDfFormTableSettingByDfKey(String dfKey) throws Exception
selectAllDfFormTableSettingByDfKey 在接口中 DataFacetKeyServiceExceptionpublic void updateDataFacetKey(String dfKey, String newDfKey, String description) throws Exception
updateDataFacetKey 在接口中 DataFacetKeyServiceExceptionpublic void deleteDataFacetKey(String dfKey) throws IOException, SQLException
deleteDataFacetKey 在接口中 DataFacetKeyServiceIOExceptionSQLExceptionpublic void saveDfFormTableSetting(List<DfFormTableSettingDO> dfFormTableSettingDOSForUpdate, List<DfFormTableSettingDO> dfFormTableSettingDOSForAdd) throws Exception
saveDfFormTableSetting 在接口中 DataFacetKeyServiceExceptionpublic List<Map<String,Object>> refreshDfFormTableSetting(String dfKey) throws Exception
refreshDfFormTableSetting 在接口中 DataFacetKeyServiceExceptionpublic DfKeyBasicConfigDO getDfKeyBasicInfo(String dfKey) throws Exception
getDfKeyBasicInfo 在接口中 DataFacetKeyServiceExceptionpublic void updateDefaultValueByDfKeyAndFieldKey(String dfKey, String fieldKey, String jsonValue) throws Exception
updateDefaultValueByDfKeyAndFieldKey 在接口中 DataFacetKeyServicedfKey - fieldKey - jsonValue - Exceptionpublic void updateDefaultValueStrategyType(String dfKey, String fieldKey, String strategyType) throws Exception
updateDefaultValueStrategyType 在接口中 DataFacetKeyServicedfKey - fieldKey - strategyType - Exceptionpublic void updateDomainAndItemByDfKeyAndFieldName(String dfKey, String fieldName, String domain, String item) throws Exception
updateDomainAndItemByDfKeyAndFieldName 在接口中 DataFacetKeyServicedfKey - fieldName - domain - item - Exceptionpublic void saveDfFormTableSetting(List<DfFormTableSettingDO> dfFormTableSettingDOS) throws Exception
saveDfFormTableSetting 在接口中 DataFacetKeyServiceExceptionCopyright © 2020. All rights reserved.