Class justep.Context
Context核心基础对象
justep.Context()
Context核心基础对象
Method Detail
<static> string
getPath()
获取当前portlet的ID
Returns:
{string}
Example:
justep.Context.getPath()
<static> string
getCurrentPersonID()
获取当前登录人ID
Returns:
{string}
Example:
justep.Context.getCurrentPersonID()
<static> string
getCurrentPersonCode()
获取当前登录人编码
Returns:
{string}
Example:
justep.Context.getCurrentPersonCode()
<static> string
getCurrentPersonName()
获取当前登录人姓名
Returns:
{string}
Example:
justep.Context.getCurrentPersonName()
<static> string
getCurrentPersonFID()
获取当前登录人全路径ID
Returns:
{string}
Example:
justep.Context.getCurrentPersonFID()
<static> string
getCurrentPersonFCode()
获取当前登录人全路径编码
Returns:
{string}
Example:
justep.Context.getCurrentPersonFCode()
<static> string
getCurrentPersonFName()
获取当前登录人全路径名称
Returns:
{string}
Example:
justep.Context.getCurrentPersonFName()
<static> string
getCurrentPostID()
获取当前登录人岗位ID
Returns:
{string}
Example:
justep.Context.getCurrentPostID()
<static> string
getCurrentPostCode()
获取当前登录人岗位编码
Returns:
{string}
Example:
justep.Context.getCurrentPostCode()
<static> string
getCurrentPostName()
获取当前登录人岗位名称
Returns:
{string}
Example:
justep.Context.getCurrentPostName()
<static> string
getCurrentPostFID()
获取当前登录人岗位FID
Returns:
{string}
Example:
justep.Context.getCurrentPostFID()
<static> string
getCurrentPostFCode()
获取当前登录人岗位全编码
Returns:
{string}
Example:
justep.Context.getCurrentPostFCode()
<static> string
getCurrentPostFName()
获取当前登录人岗位全名称
Returns:
{string}
Example:
justep.Context.getCurrentPostFName()
<static> string
getCurrentDeptID()
获取当前登录人部门ID
Returns:
{string}
Example:
justep.Context.getCurrentDeptID()
<static> string
getCurrentDeptCode()
获取当前登录人部门编码
Returns:
{string}
Example:
justep.Context.getCurrentDeptCode()
<static> string
getCurrentDeptName()
获取当前登录人部门名称
Returns:
{string}
Example:
justep.Context.getCurrentDeptName()
<static> string
getCurrentDeptFID()
获取当前登录人部门FID
Returns:
{string}
Example:
justep.Context.getCurrentDeptFID()
<static> string
getCurrentDeptFCode()
获取当前登录人部门全编码
Returns:
{string}
Example:
justep.Context.getCurrentDeptFCode()
<static> string
getCurrentDeptFName()
获取当前登录人部门全名称
Returns:
{string}
Example:
justep.Context.getCurrentDeptFName()
<static> string
getCurrentOgnID()
获取当前登录人机构ID
Returns:
{string}
Example:
justep.Context.getCurrentOgnID()
<static> string
getCurrentOgnCode()
获取当前登录人机构编码
Returns:
{string}
Example:
justep.Context.getCurrentOgnCode()
<static> string
getCurrentOgnName()
获取当前登录人机构名称
Returns:
{string}
Example:
justep.Context.getCurrentOgnName()
<static> string
getCurrentOgnFID()
获取当前登录人机构FID
Returns:
{string}
Example:
justep.Context.getCurrentOgnFID()
<static> string
getCurrentOgnFCode()
获取当前登录人机构全编码
Returns:
{string}
Example:
justep.Context.getCurrentOgnFCode()
<static> string
getCurrentOgnFName()
获取当前登录人机构全名称
Returns:
{string}
Example:
justep.Context.getCurrentOgnFName()
<static> string
getCurrentOrgID()
获取当前登录人组织ID
Returns:
{string}
Example:
justep.Context.getCurrentOrgID()
<static> string
getCurrentOrgCode()
获取当前登录人组织编码
Returns:
{string}
Example:
justep.Context.getCurrentOrgCode()
<static> string
getCurrentOrgName()
获取当前登录人组织名称
Returns:
{string}
Example:
justep.Context.getCurrentOrgName()
<static> string
getCurrentOrgFID()
获取当前登录人组织FID
Returns:
{string}
Example:
justep.Context.getCurrentOrgFID()
<static> string
getCurrentOrgFCode()
获取当前登录人组织全编码
Returns:
{string}
Example:
justep.Context.getCurrentOrgFCode()
<static> string
getCurrentOrgFName()
获取当前登录人组织全名称
Returns:
{string}
Example:
justep.Context.getCurrentOrgFName()