#if ($policyCheck.canSeeCoreData("Id"))
$CommonFunctions.getDisplayReadyLabel("Id"):
|
$CommonFunctions.formatId($ptv.getId())
|
#end
$CommonFunctions.getDisplayReadyLabel("Project"):
|
$CommonFunctions.displayReady($ptv.getName())
|
|
#if ($investmentDescription.length() > 0)
#if ($policyCheck.canSeeCoreData("ProjectDescription"))
$CommonFunctions.getDisplayReadyLabel("ProjectDescription"):
|
|
#end
#end
#if ($policyCheck.canSeeCoreData("Status"))
$CommonFunctions.getDisplayReadyLabel("Status"):
|
#set ($statusStyle = "systemText")
#if ($CommonFunctions.getStatusColor($StringUtil.nullToEmpty($project.getStatus())).equals("GREEN"))
#set ($statusStyle = "systemTextGreen")
#elseif ($CommonFunctions.getStatusColor($StringUtil.nullToEmpty($project.getStatus())).equals("RED"))
#set ($statusStyle = "systemTextRed")
#elseif ($CommonFunctions.getStatusColor($StringUtil.nullToEmpty($project.getStatus())).equals("YELLOW"))
#set ($statusStyle = "systemTextYellow")
#end
$CommonFunctions.displayReady($CommonFunctions.getStatusName($StringUtil.nullToEmpty($project.getStatus())))
#if ($ptv.getWorkflowAlertDays().length() > 0)
[$ptv.getWorkflowAlertDays() $CommonFunctions.getTermFromResourceBundle($currentUserId,"ProjectDialogs","myparticipation.effectdays", $CommonFunctions.getDisplayReadyLabel("Status"))]
#end
|
#end
#if ($CommonFunctions.getNotUsed("RequestorId").length() == 0)
#if ($policyCheck.canSeeCoreData("RequestorId"))
$CommonFunctions.getDisplayReadyLabel("RequestorId"):
|
$CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($project.getRequestorId()))
|
#end
#end
#if ($CommonFunctions.getNotUsed("SubmittedToId").length() == 0)
#if ($policyCheck.canSeeCoreData("SubmittedToId"))
$CommonFunctions.getDisplayReadyLabel("SubmittedToId"):
|
$CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectSubmittedTos())))
|
#end
#end
#if ($CommonFunctions.getNotUsed("ManagerId").length() == 0)
#if ($policyCheck.canSeeCoreData("ManagerId"))
$CommonFunctions.getDisplayReadyLabel("ManagerId"):
|
$CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectManagers())))
|
#end
#end
#if ($CommonFunctions.getNotUsed("OwnerId").length() == 0)
#if ($policyCheck.canSeeCoreData("OwnerId"))
$CommonFunctions.getDisplayReadyLabel("OwnerId"):
|
$CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectOwners())))
|
#end
#end
#if ($CommonFunctions.getNotUsed("SponsorId").length() == 0)
#if ($policyCheck.canSeeCoreData("SponsorId"))
$CommonFunctions.getDisplayReadyLabel("SponsorId"):
|
$CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectSponsors())))
|
#end
#end
#if ($CommonFunctions.getNotUsed("MembersId").length() == 0)
#if ($policyCheck.canSeeCoreData("MembersId"))
$CommonFunctions.getDisplayReadyLabel("MembersId"):
|
$CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectMembers())))
|
#end
#end
|
#if ($policyCheck.canSeeCoreData("Type"))
$CommonFunctions.getDisplayReadyLabel("Type"):
|
$CommonFunctions.displayReady($CommonFunctions.getTypeName($StringUtil.nullToEmpty($project.getType())))
|
#end
#if ($policyCheck.canSeeCoreData("Process") && "Not Available" != "$CommonFunctions.getDisplayReadyLabel('Process')")
$CommonFunctions.getDisplayReadyLabel("Process"):
|
$CommonFunctions.displayReady($CommonFunctions.getProcessName($StringUtil.nullToEmpty($project.getProcessId())))
|
#end
#if ($CommonFunctions.getNotUsed("Group").length() == 0)
#if ($policyCheck.canSeeCoreData("Group"))
$CommonFunctions.getDisplayReadyLabel("Group"):
|
$CommonFunctions.displayReady($CommonFunctions.getGroupName($StringUtil.nullToEmpty($project.getGroup())))
|
#end
#end
#if ($CommonFunctions.getNotUsed("Department").length() == 0)
#if ($policyCheck.canSeeCoreData("Department"))
$CommonFunctions.getDisplayReadyLabel("Department"):
|
$CommonFunctions.displayReady($CommonFunctions.getDepartmentName($StringUtil.nullToEmpty($project.getDepartment())))
|
#end
#end
#set ($catIndex = 0)
#foreach ($category in $categoryVector)
#if ($categoryApplicableForProjectSet.contains($category.getCategoryId()))
$CommonFunctions.displayReady($category.getName()):
|
#set ($pcatId = $projectCategoryVector.get($catIndex))
$CommonFunctions.displayReady($CommonFunctions.getCustomCategoryName($pcatId))
|
#end
#set ($catIndex = $catIndex + 1)
#end
|
|
|
|