| Package | Description |
|---|---|
| com.mbap.ct.fieldinfo.controller | |
| com.mbap.ct.fieldinfo.service | |
| com.mbap.ct.formconfiginfo.service | |
| com.mbap.ct.listconfiginfo.service |
| Modifier and Type | Method and Description |
|---|---|
com.mbap.util.view.R |
FieldForeignKeyRESTController.post(java.lang.String id,
java.util.List<FieldInfo> fieldList)
保存外键设置
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldInfo> |
FieldService.get(java.lang.String entityId)
根据实体id读取此实体的字段配置
|
java.util.List<FieldInfo> |
FieldService.getAll(java.lang.String entityId)
根据实体id读取此实体的字段配置
|
java.util.List<FieldInfo> |
FieldService.getUnique(java.lang.String entityId)
根据实体id读取此实体的字段配置
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldForeignKeyService.post(java.lang.String entityId,
java.util.List<FieldInfo> fieldList)
保存实体的外键配置
|
| Modifier and Type | Method and Description |
|---|---|
FormConfigInfo |
FormConfigInfoService.setFormConfigInfo(FieldInfo field,
java.lang.String listConfigInfoId)
创建表单字段配置信息
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldInfo> |
ListConfigService.getFieldInfoByRelaentityid(java.lang.String relaentityid)
根据字段的关联实体查询字段信息
|
java.util.List<FieldInfo> |
ListConfigService.getRelatableField(java.lang.String buildEntityId)
根据实体id获取有关联的字段
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigFieldInfo |
ListConfigService.setListConfigFieldInfo(FieldInfo field,
java.lang.String listconfiginfoid)
列表字段默认配置
|