public class MemoryAlarmPlate extends AbstractFSPlate
| 构造器和说明 |
|---|
MemoryAlarmPlate() |
| 限定符和类型 | 方法和说明 |
|---|---|
FieldColumnMapper[] |
columnMappers4Company()
注册Company角色表权限关系映射到对象到company表的内容中
|
FieldColumnMapper[] |
columnMappers4Custom()
注册Custom角色权限表关系映射到对象到custom表的内容中
|
java.lang.Object |
createPrivilegeObject(long id)
创建id为 id的plate getRelationClass所对应的对象
|
java.util.List<java.lang.String> |
getAllPrivilegesID()
获取所有的plate对应对象的ID
|
java.util.List<EntryDAO> |
getEntryDaoAccess()
获取plate模块对应的所有Entry的数据库入口
|
java.lang.String[] |
getPlateJavaScriptFiles4WebClient()
板块运行所需要的JS文件
|
java.lang.String[] |
getPlateStyleFiles4WebClient()
板块运行所需要的样式表文件
|
java.lang.Class |
getRelationClass()
获取对应的java obj的class
|
RelationFCMapper |
getRelationFCMapper4Company()
获取与部门角色有关的数据库关系
|
RelationFCMapper |
getRelationFCMapper4Custom()
获取与自定义角色有关的数据库关系
|
TableDataDAOControl.ColumnColumn[] |
getTableDataColumns()
同步数据集验证时用到内置数据集表
|
ObjectTableMapper[] |
mappers4Register()
注册getRelationClass对象的表结构
|
boolean |
needPrivilege()
是否需要权限控制
|
void |
release()
释放一些东东
|
Service[] |
service4Register()
注册使用的需要service
|
public ObjectTableMapper[] mappers4Register()
FSPlatepublic java.lang.Class getRelationClass()
FSPlatepublic TableDataDAOControl.ColumnColumn[] getTableDataColumns()
FSPlatepublic FieldColumnMapper[] columnMappers4Company()
FSPlatepublic FieldColumnMapper[] columnMappers4Custom()
FSPlatepublic RelationFCMapper getRelationFCMapper4Custom()
FSPlatepublic RelationFCMapper getRelationFCMapper4Company()
FSPlatepublic java.lang.Object createPrivilegeObject(long id)
FSPlateid - 对象的IDpublic java.util.List<java.lang.String> getAllPrivilegesID()
FSPlatepublic java.util.List<EntryDAO> getEntryDaoAccess()
FSPlatepublic void release()
FSPlatepublic boolean needPrivilege()
FSPlatepublic java.lang.String[] getPlateJavaScriptFiles4WebClient()
FSPlategetPlateJavaScriptFiles4WebClient 在接口中 FSPlategetPlateJavaScriptFiles4WebClient 在类中 AbstractFSPlatepublic java.lang.String[] getPlateStyleFiles4WebClient()
FSPlategetPlateStyleFiles4WebClient 在接口中 FSPlategetPlateStyleFiles4WebClient 在类中 AbstractFSPlate