门户
| Fields inherited from class | Fields |
|---|---|
class AbstractPortal |
CODE_BIZADMIN, CODE_DEFAULT_TEMPLATE, CODE_DOMADMIN, CODE_EMPLOYEE, CODE_LIMITED, CODE_SYSADMIN |
| Type | Name and description |
|---|---|
String |
adminIds门户管理员:以分号分隔的用户ID字符串 |
String |
adminIdsEver |
String |
adminNames门户管理员名称 |
static Object |
constraints |
static Object |
hasMany门户栏目 |
static Map |
listFields |
String |
organizationFullName组织机构名称 |
Long |
organizationId组织机构 ID |
Long |
organizationIdEver |
Integer |
sequence序号 |
TemplatePortal |
template模板 |
String |
title浏览器标题 |
static Object |
transients |
| Type | Name and description |
|---|---|
Object |
afterLoad()记录老的属性 |
static Portal |
findPortal(Long organizationId)查找机构所在的门户:直接关联的门户、或上级机构关联的门户 |
static AbstractPortal |
findTemplatePortal(Portal portal)查找门户所使用的模板 |
static Portal |
getPortal(Long organizationId)获取机构门户 |
| Methods inherited from class | Name |
|---|---|
class AbstractPortal |
getDisplayName, getDisplayName, getLogoFilename, getLogoUrl, isLogoExists, toString |
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
门户管理员:以分号分隔的用户ID字符串
门户管理员名称
门户栏目
组织机构名称
组织机构 ID
序号
用户登录后,可能有多个门户(如普通员工门户+业务管理门户); 根据序号排列,默认显示序号最小的那个门户,但可切换到其他门户。
模板
浏览器标题
记录老的属性
查找机构所在的门户:直接关联的门户、或上级机构关联的门户
查找门户所使用的模板
获取机构门户
organizationId - 门户关联的机构ID