public interface DataFacetKeyService
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
DbInformationDTO addDataFacetKey(DfKeyBasicConfigDTO dfKeyBasicConfigDTO) throws Exception
ExceptionList<Map<String,Object>> selectAllDfFormTableSettingByDfKey(String dfKey) throws Exception
Exceptionvoid updateDataFacetKey(String dfKey, String newDfKey, String description) throws Exception
Exceptionvoid deleteDataFacetKey(String dfKey) throws IOException, SQLException
void saveDfFormTableSetting(List<DfFormTableSettingDO> dfFormTableSettingDOSForUpdate, List<DfFormTableSettingDO> dfFormTableSettingDOSForAdd) throws Exception
ExceptionList<Map<String,Object>> refreshDfFormTableSetting(String dfKey) throws Exception
ExceptionDfKeyBasicConfigDO getDfKeyBasicInfo(String dfKey) throws Exception
Exceptionvoid updateDefaultValueByDfKeyAndFieldKey(String dfKey, String fieldKey, String jsonValue) throws Exception
Exceptionvoid updateDefaultValueStrategyType(String dfKey, String fieldKey, String strategyType) throws Exception
Exceptionvoid updateDomainAndItemByDfKeyAndFieldName(String dfKey, String fieldName, String domain, String item) throws Exception
Exceptionvoid saveDfFormTableSetting(List<DfFormTableSettingDO> dfFormTableSettingDOS) throws Exception
ExceptionCopyright © 2020. All rights reserved.