The CGEE is a Social Organization, qualified under Decree No. 4,078 of January 9, 2002, whose objective is to promote and carry out foresight studies and research in the field of science and technology, as well as to evaluate strategies and the economic and social impacts of scientific and technological policies, programs, and projects.

Sort
An error occurred while processing the template.
Java method "jdk.proxy3.$Proxy174.getFileEntry(long)" threw an exception when invoked on jdk.proxy3.$Proxy174 object "com.liferay.portlet.documentlibrary.service.impl.DLFileEntryServiceImpl@633beff3"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign fileEntry = services.dlFileEn...  [in template "SEARCHES-RESULTS" in macro "infoAccessSearchResults" at line 1364, column 25]
	- Reached through: @search.infoAccessSearchResults searc...  [in template "11501720881606#20120#40817" at line 21, column 1]
----
1<#assign templatePath> 
2    _TEMPLATE_CONTEXT_/${themeDisplay.getCompanyId()}/${themeDisplay.getScopeGroupId()}/${serviceLocator 
3        .findService("com.liferay.portal.kernel.service.ClassNameLocalService") 
4        .getClassNameId("com.liferay.portal.kernel.theme.NavItem")} 
5</#assign> 
6 
7<#attempt> 
8    <#import "${templatePath}/SEARCHES-RESULTS" as search /> 
9    <#import "${templatePath}/UTILS-TEMPLATE" as utils /> 
10<#recover> 
11</#attempt> 
12 
13<div class="d-flex justify-content-between flex-md-row flex-column align-items-start etiqueta-pequena-leve"> 
14    <div class="my-auto text-uppercase align-self-end align-self-md-start"> 
15        ${searchContainer.getTotal()} <@liferay.language key="documents" /> 
16    </div> 
17    <@utils.customSortSelect /> 
18    <@utils.customPagination searchContainer true /> 
19</div> 
20 
21<@search.infoAccessSearchResults  
22    searchContainer=searchContainer  
23    entries=entries  
24    locale=locale  
25/> 
26 
27<@utils.customPagination searchContainer false />