类的使用
com.mbap.ct.formconfiginfo.domain.FormConfigInfo
使用FormConfigInfo的程序包
程序包
说明
-
com.mbap.ct.dynamicpage.service中FormConfigInfo的使用
类型变量类型为FormConfigInfo的com.mbap.ct.dynamicpage.service中的方法参数修饰符和类型方法说明DynamicPageService.processFieldConfig(List<FormConfigInfo> fciL, Object obj, com.alibaba.fastjson.JSONObject json) 处理字段信息配置对象DynamicPageService.processInsertSql(List<FormConfigInfo> fciL, int idPloy, com.alibaba.fastjson.JSONObject json) 根据表单字段配置生成新增的SQL语句DynamicPageService.processUpdateSql(List<FormConfigInfo> fciL, com.alibaba.fastjson.JSONObject json) 根据表单字段配置生成更新的SQL语句 -
com.mbap.ct.formconfiginfo.mapper中FormConfigInfo的使用
返回变量类型为FormConfigInfo的类型的com.mbap.ct.formconfiginfo.mapper中的方法 -
com.mbap.ct.formconfiginfo.service中FormConfigInfo的使用
修饰符和类型方法说明FormConfigInfoService.setFormConfigInfo(FieldInfo field, String listConfigInfoId) 创建表单字段配置信息返回变量类型为FormConfigInfo的类型的com.mbap.ct.formconfiginfo.service中的方法修饰符和类型方法说明FormConfigInfoService.creatByFieldInfoId(List<String> list, String listConfigInfoId) 根据实体字段信息id集合,创建表单字段配置信息FormConfigInfoService.creatFormConfigInfo(String buildEntityId, String listConfigInfoId) 创建表单配置页默认初始数据,默认新增、修改、详情页都展示,字段默认都是输入框,所占列数为6FormConfigInfoService.getByBuildEntityId(String buildEntityId, String listConfigInfoId) 根据构建实体id获取表单配置信息