Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
59 righe
2.1 KiB
59 righe
2.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 6.1.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_6_1_0.dtd"> |
|
<service-builder package-path="it.tref.liferay.portos.accesso.atti"> |
|
<author>3F Consulting + Manifattura Web Group s.r.l.</author> |
|
<namespace>portos_atti</namespace> |
|
|
|
<entity name="RichiestaAccessoAtti" local-service="true" remote-service="true"> |
|
|
|
<!-- PK fields --> |
|
<column name="richiestaAccessoAttiId" type="long" primary="true" /> |
|
|
|
<!-- Audit fields --> |
|
<column name="companyId" type="long" /> |
|
<column name="userId" type="long" /> |
|
<column name="userName" type="String" /> |
|
<column name="createDate" type="Date" /> |
|
<column name="modifiedDate" type="Date" /> |
|
<column name="groupId" type="long" /> |
|
|
|
<!-- Other fields --> |
|
<column name="intPraticaId" type="long" /> |
|
<column name="territorioId" type="long" /> |
|
<column name="numeroProgetto" type="String" /> |
|
<column name="emailRicontatto" type="String" /> |
|
<column name="dtVidimazione" type="Date" /> |
|
<column name="sanatoria" type="boolean" /> |
|
<column name="dtSanatoria" type="Date" /> |
|
<column name="tipologiaPersona" type="String" /> |
|
<column name="tipologiaRichiesta" type="String" /> |
|
<column name="tipologiaRichiestaDettaglio" type="String" /> |
|
<column name="motivazioneRichiesta" type="String" /> |
|
<column name="fileEntryIdPagamento" type="long" /> |
|
<column name="fileEntryIdDocumentoIdentita" type="long" /> |
|
<column name="accettata" type="boolean" /> |
|
<column name="dtAccettazione" type="Date" /> |
|
<column name="gestita" type="boolean" /> |
|
<column name="accessToken" type="String" /> |
|
<column name="protocolloEntrata" type="String" /> |
|
<column name="protocolloUscita" type="String" /> |
|
<column name="funzionarioId" type="long" /> |
|
|
|
<!-- Order --> |
|
<order by="asc"> |
|
<order-column name="gestita" /> |
|
</order> |
|
|
|
<!-- Finder --> |
|
<finder name="NumeroProgetto" return-type="Collection"> |
|
<finder-column name="numeroProgetto" /> |
|
</finder> |
|
<finder name="Gestita" return-type="Collection"> |
|
<finder-column name="gestita" /> |
|
</finder> |
|
|
|
</entity> |
|
|
|
|
|
|
|
</service-builder> |