|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 FormAuthViewBean 的软件包 | |
|---|---|
| com.seeyon.ctp.form.bean | |
| com.seeyon.ctp.form.service | 表单对外接口。 |
| com.seeyon.ctp.form.bean 中 FormAuthViewBean 的使用 |
|---|
| 返回 FormAuthViewBean 的 com.seeyon.ctp.form.bean 中的方法 | |
|---|---|
FormAuthViewBean |
FormBean.getAuthViewBeanById(java.lang.Long rightid)
根据id获取权限bean |
FormAuthViewBean |
FormAuthViewBean.getConditonFormAuthViewBean(java.lang.Long id)
通过id取得带条件的权限bean |
FormAuthViewBean |
FormBean.getNewFormAuthViewBean()
取得第一个视图的默认新增权限 |
FormAuthViewBean |
FormAuthViewBean.getRightFormAuthViewBean(java.util.Map<java.lang.String,java.lang.Object> dataMap)
通过值得到对应的权限,如果值没有满足的条件则返回当前权限 |
FormAuthViewBean |
FormBean.getShowFormAuthViewBean()
取得第一个视图的默认显示权限 |
| 返回变量类型为 FormAuthViewBean 的类型的 com.seeyon.ctp.form.bean 中的方法 | |
|---|---|
java.util.List<FormAuthViewBean> |
FormBean.getAllFormAuthViewBeans()
|
java.util.Map<java.lang.Long,FormAuthViewBean> |
FormAuthViewBean.getAuths()
|
java.util.List<FormAuthViewBean> |
FormAuthViewBean.getConditionFormAuthViewBeanList()
返回带条件的权限列表 |
java.util.List<FormAuthViewBean> |
FormBean.getNewFormAuthViewBeans()
获取新增类型的所有权限 视图名称可以通过扩展属性 viewName获得 |
java.util.List<FormAuthViewBean> |
FormBean.getUpdateAndShowFormAuthViewBeans()
获取修改和显示类型的所有权限 视图名称可以通过扩展属性 viewName获得 |
| 参数类型为 FormAuthViewBean 的 com.seeyon.ctp.form.bean 中的方法 | |
|---|---|
void |
FormAuthViewBean.addConditionFormAuthViewBean(FormAuthViewBean favb)
添加此权限的某一高级权限 |
void |
FormAuthViewBean.addConditonFormAuthViewBean(java.lang.Long id,
FormAuthViewBean formAuthViewBean)
添加带条件的权限bean |
void |
FormDataBean.initData(FormAuthViewBean formAuthViewBean,
boolean... fillNull)
在表单初始化表单单元格数据,包括id等固定字段的处理以及动态字段的初始化(动态字段在新建的时候需要初始化默认值) |
void |
FormDataMasterBean.initData(FormAuthViewBean formAuthViewBean,
boolean... fillNull)
初始化默认值 |
static FormDataMasterBean |
FormDataMasterBean.newInstance(FormBean form,
FormAuthViewBean formAuthViewBean)
构造数据为空的FormDataMasterBean,根据FormBean中的表定义信息,构造了子表空数据。 |
| 类型变量类型为 FormAuthViewBean 的 com.seeyon.ctp.form.bean 中的方法参数 | |
|---|---|
void |
FormAuthViewBean.setAuths(java.util.Map<java.lang.Long,FormAuthViewBean> auths)
|
| 参数类型为 FormAuthViewBean 的 com.seeyon.ctp.form.bean 中的构造方法 | |
|---|---|
FormDataBean(FormAuthViewBean formAuthViewBean,
FormTableBean formTable,
boolean... fillNull)
构造空数据(如果有默认值则填充默认值)的对象 |
|
FormDataMasterBean(FormAuthViewBean formAuthViewBean,
FormTableBean formTable,
boolean... fillNull)
构造空数据(如果有默认值则填充默认值)的对象 |
|
| com.seeyon.ctp.form.service 中 FormAuthViewBean 的使用 |
|---|
| 返回 FormAuthViewBean 的 com.seeyon.ctp.form.service 中的方法 | |
|---|---|
static FormAuthViewBean |
V5FormService.getAuth(long id)
根据ID返回权限对象 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||