Class tlv8.Context
Context核心基础对象

 Class Summary
  tlv8.Context()
Context核心基础对象

 Method Summary
<static> string  getPath()
获取地址信息
<static> string  getCurrentPersonID()
获取当前登录人ID
<static> string  getCurrentPersonCode()
获取当前登录人编码
<static> string  getCurrentPersonName()
获取当前登录人姓名
<static> string  getCurrentPersonFID()
获取当前登录人全路径ID
<static> string  getCurrentPersonFCode()
获取当前登录人全路径ID
<static> string  getCurrentPersonFName()
获取当前登录人全路径名称
<static> string  getCurrentPostID()
获取当前登录人岗位ID
<static> string  getCurrentPostCode()
获取当前登录人岗位编码
<static> string  getCurrentPostName()
获取当前登录人岗位名称
<static> string  getCurrentPostFID()
获取当前登录人岗位FID
<static> string  getCurrentPostFCode()
获取当前登录人岗位编码路径
<static> string  getCurrentPostFName()
获取当前登录人岗位名称路径
<static> string  getCurrentDeptID()
获取当前登录人部门ID
<static> string  getCurrentDeptCode()
获取当前登录人部门编码
<static> string  getCurrentDeptName()
获取当前登录人部门名称
<static> string  getCurrentDeptFID()
获取当前登录人部门FID
<static> string  getCurrentDeptFCode()
获取当前登录人部门编码路径
<static> string  getCurrentDeptFName()
获取当前登录人部门名称路径
<static> string  getCurrentOgnID()
获取当前登录人机构ID
<static> string  getCurrentOgnCode()
获取当前登录人机构编码
<static> string  getCurrentOgnName()
获取当前登录人机构名称
<static> string  getCurrentOgnFID()
获取当前登录人机构FID
<static> string  getCurrentOgnFCode()
获取当前登录人机构编码路径
<static> string  getCurrentOgnFName()
获取当前登录人机构名称路径
<static> string  getCurrentOrgID()
获取当前登录人组织ID
<static> string  getCurrentOrgCode()
获取当前登录人组织编码
<static> string  getCurrentOrgName()
获取当前登录人组织名称
<static> string  getCurrentOrgFID()
获取当前登录人组织FID
<static> string  getCurrentOrgFCode()
获取当前登录人组织编码路径
<static> string  getCurrentOrgFName()
获取当前登录人组织名称路径

 Class Detail
tlv8.Context()
Context核心基础对象

 Method Detail
<static> string getPath()
获取当前portlet的ID

   Returns:
         {string}

   Example:
         tlv8.Context.getPath()


<static> string getCurrentPersonID()
获取当前登录人ID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPersonID()


<static> string getCurrentPersonCode()
获取当前登录人编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPersonCode()


<static> string getCurrentPersonName()
获取当前登录人姓名

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPersonName()


<static> string getCurrentPersonFID()
获取当前登录人全路径ID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPersonFID()


<static> string getCurrentPersonFCode()
获取当前登录人全路径编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPersonFCode()


<static> string getCurrentPersonFName()
获取当前登录人全路径名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPersonFName()


<static> string getCurrentPostID()
获取当前登录人岗位ID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPostID()


<static> string getCurrentPostCode()
获取当前登录人岗位编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPostCode()


<static> string getCurrentPostName()
获取当前登录人岗位名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPostName()


<static> string getCurrentPostFID()
获取当前登录人岗位FID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPostFID()


<static> string getCurrentPostFCode()
获取当前登录人岗位全编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPostFCode()


<static> string getCurrentPostFName()
获取当前登录人岗位全名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentPostFName()


<static> string getCurrentDeptID()
获取当前登录人部门ID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentDeptID()


<static> string getCurrentDeptCode()
获取当前登录人部门编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentDeptCode()


<static> string getCurrentDeptName()
获取当前登录人部门名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentDeptName()


<static> string getCurrentDeptFID()
获取当前登录人部门FID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentDeptFID()


<static> string getCurrentDeptFCode()
获取当前登录人部门全编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentDeptFCode()


<static> string getCurrentDeptFName()
获取当前登录人部门全名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentDeptFName()


<static> string getCurrentOgnID()
获取当前登录人机构ID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOgnID()


<static> string getCurrentOgnCode()
获取当前登录人机构编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOgnCode()


<static> string getCurrentOgnName()
获取当前登录人机构名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOgnName()


<static> string getCurrentOgnFID()
获取当前登录人机构FID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOgnFID()


<static> string getCurrentOgnFCode()
获取当前登录人机构全编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOgnFCode()


<static> string getCurrentOgnFName()
获取当前登录人机构全名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOgnFName()


<static> string getCurrentOrgID()
获取当前登录人组织ID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOrgID()


<static> string getCurrentOrgCode()
获取当前登录人组织编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOrgCode()


<static> string getCurrentOrgName()
获取当前登录人组织名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOrgName()


<static> string getCurrentOrgFID()
获取当前登录人组织FID

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOrgFID()


<static> string getCurrentOrgFCode()
获取当前登录人组织全编码

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOrgFCode()


<static> string getCurrentOrgFName()
获取当前登录人组织全名称

   Returns:
         {string}

   Example:
         tlv8.Context.getCurrentOrgFName()