Um erro ocorreu enquanto processava o modelo.
No such key: getDownloadURL in class com.liferay.document.library.kernel.util.DLUtil
----
FTL stack trace ("~" means nesting-related):
- Failed at: arquivoUrl = dlUtil.getDownloadURL(ar... [in template "20097#20123#5837970" at line 41, column 29]
----
1<div class="linksTopico">
2 <p>Demonstrativos recentes</p>
3
4
5 <#list entries as curEntry>
6 <#assign
7 assetRenderer = curEntry.getAssetRenderer()
8 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()
9 dlAppLocalServiceUtil = staticUtil["com.liferay.document.library.kernel.service.DLAppLocalServiceUtil"]
10 dlUtil = staticUtil["com.liferay.document.library.kernel.util.DLUtil"]
11 themeDisplay = serviceContext.getThemeDisplay()
12 />
13
14 <#assign docXml = saxReaderUtil.read(assetRenderer.getArticle().getContent()) />
15
16 <#assign
17 titulo = docXml.valueOf("//dynamic-element[@name='titulo']/dynamic-content/text()")
18 descricao = docXml.valueOf("//dynamic-element[@name='descricao']/dynamic-content/text()")
19 data = docXml.valueOf("//dynamic-element[@name='data']/dynamic-content/text()")
20 arquivo = docXml.valueOf("//dynamic-element[@name='arquivo']/dynamic-content/text()")
21
22 imagemCard = docXml.valueOf("//dynamic-element[@name='imagem']/dynamic-content/text()")
23 />
24
25 <#assign originalLocale = locale>
26 <#setting locale = 'pt_BR'>
27 <#assign date = data?date("yyyy-MM-dd")>
28 <#assign dateTimeFormat = languageUtil.get(originalLocale, "dd/MM/yyyy")>
29 <#assign date = date?string(dateTimeFormat)>
30
31
32
33
34 <#if arquivo?has_content>
35 <#assign
36 jsonLimpo = arquivo?replace("\\\\", "\\\\\\\\", "r")?replace('"', '\\"', "r")
37 arquivoJson = jsonLimpo?eval
38 arquivoUuid = arquivoJson.uuid
39 arquivoGroupId = arquivoJson.groupId
40 arquivoDlFile = dlAppLocalServiceUtil.getFileEntryByUuidAndGroupId(arquivoUuid, arquivoGroupId?number)
41 arquivoUrl = dlUtil.getDownloadURL(arquivoDlFile, arquivoDlFile.getFileVersion(),themeDisplay,'', false, false)
42 />
43 </#if>
44
45 <div class="clickshow w-100">
46 <div class="row">
47 <div class="col-12 col-lg-4">
48 <p class="mainTitle">${titulo} </p>
49 </div>
50 <div class="col-12 col-lg-4">
51 <p class="topoEspaco">${descricao} </p>
52 <p class="date">${date}</p>
53 </div>
54 <div class="col-12 col-lg-4 desktxt">
55 <svg class="campoLink " id="open_in_new" data-name="open in new" xmlns="http://www.w3.org/2000/svg" width="13.333" height="13.333" viewBox="0 0 13.333 13.333">
56 <path id="Caminho_8228" data-name="Caminho 8228" d="M15.667,13.167v2.5h-10v-2.5H4v2.5a1.672,1.672,0,0,0,1.667,1.667h10a1.672,1.672,0,0,0,1.667-1.667v-2.5Zm-.833-3.333L13.658,8.658,11.5,10.808V4H9.833v6.808L7.675,8.658,6.5,9.833,10.667,14Z" transform="translate(-4 -4)" fill="#ec6e0c"/>
57 </svg>
58 <a class="campoLink" href="${arquivoUrl}" target="_blank">Baixar PDF</a>
59 </div>
60 </div>
61 </div>
62
63 </#list>
64
65
66 </div>
67
68
69<style>
70.linksTopico{
71 text-align: center;
72}
73
74.linkVoltar{
75 text-align: left !important;
76 display: inline-block;
77 margin-bottom: 20px;
78}
79
80svg.linkVoltar{
81position: relative;
82top: 6px;
83}
84
85.linksTopico{
86 margin-top: 40px;
87}
88
89.linksTopico p{
90 font-family: "oxygen-bold";
91 font-size: 24px;
92 margin-top: 40px;
93 color: black !important;
94}
95
96
97.linksTopico a{
98 font-family: "oxygen-bold";
99 margin-left: 10px;
100 font-size: 16px;
101 color: #EC6E0C;
102 text-decoration: underline;
103}
104
105
106.linksTopico h2{
107 text-align: center;
108 margin: 45px 0;
109 font-size: 24px;
110 font-family:"oxygen-bold";
111}
112
113.linksTopico .clickshow{
114 text-align: left;
115 outline: none;
116 background-color: #fff;
117 box-shadow: 4px 4px 16px #1A171B29;
118 border-radius: 8px;
119 padding: 20px 30px;
120 border-radius: 10px;
121 margin-bottom: 20px ;
122 }
123
124
125.linksTopico .clickshow p{
126 color: #918888 !important;
127 margin-top: 10px;
128 margin-bottom: 0px;
129 font-size: 14px;
130 font-family: "oxygen-regular";
131}
132
133.linksTopico .clickshow .mainTitle{
134 font-size: 18px;
135 padding-top: 20px;
136 color: #1A171B !important;
137 font-family: "oxygen-bold";
138}
139
140.linksTopico .clickshow .date{
141 color: #918888 !important;
142 margin-bottom: 10px;
143 font-size: 16px;
144 font-family: "oxygen-regular";
145}
146
147 .linksTopico .clickshow ul{
148 padding-left: 15px;
149 }
150
151 .linksTopico .clickshow li{
152 color: #5B5B5F;;
153 font-size: 16px;
154 font-family: "oxygen-regular";
155 }
156
157 .subtextoDuvidas{
158 display: none;
159 }
160
161
162.campoGuia{
163 text-align: center;
164}
165
166.campoGuia span, .clicktab{
167 color: #1A171B;
168 display: inline-block;
169 font-family:"oxygen-bold";
170 font-size: 20px;
171 margin-bottom: 20px;
172 margin-right: 50px;
173}
174
175.campoGuiaStyle{
176 font-weight: bolder;
177 padding-bottom: 10px;
178 border-bottom: 4px solid #EC6E0C;
179}
180
181.linksTopico button{
182 outline: none;
183 color: #EC6E0C;
184 border: 1px solid #EC6E0C;
185 background-color: transparent;
186 margin-top: 32px;
187 border-radius: 7px;
188 width: 255px;
189 height: 44px;
190 margin-bottom: 80px;
191 font-family: "oxygen-bold";
192}
193
194@media (min-width: 992px){
195 .linksTopico .campoLink{
196 /* float: right;*/
197 }
198 .topoEspaco{
199 padding-top: 10px;
200 }
201 .desktxt{
202 margin-top: 30px;
203 text-align: right;
204 }
205 .mySwiperArrow{
206 display: none;
207 }
208}
209
210@media (max-width: 991px){
211.campoGuia span{
212 display: none;
213 }
214 .linksTopico .clickshow .mainTitle{
215 padding-top: 0px;
216 }
217 .mySwiperArrow {
218 margin-bottom: 30px;
219 margin-top: 25px;
220}
221 .clicktab span{
222 border-bottom: 3px solid #EC6E0C;
223 padding-bottom: 10px;
224 }
225 .mySwiperTimeline .swiper-slide{
226 margin-bottom: 40px;
227 }
228 .swiper-button-next::after, .swiper-button-prev::after{
229 font-size: 18px;
230 }
231 .swiper-button-next, .swiper-button-prev{
232 color:#EC6E0C;
233 }
234}
235
236
237
238</style>
Relatórios Anteriores
-
2026
-
2025
-
2024
-
2023
-
2022
-
2021
-
2020
-
2019
-
2018
-
2017
-
2016
-
2015
-
2014
NotreDame Intermédica Saúde S.A.
Demonstrações financeiras individuais e consolidadas 2024
24/03/2025
Intermédica Sistema de Saúde S.A.
Demonstrações Financeiras Individuais e Consolidado 2022
03/04/2023
SAMED Serviços de Assistência Médica, Odontológica e Hospitalar S.A.
Demonstrações Financeiras 2018
31/12/2018
Interodonto - Sistema de Saúde Odontológica Ltda.
Demonstrações Financeiras 2014
28/03/2015