|
|
@ -18,6 +18,7 @@ import com.liferay.portal.kernel.log.LogFactoryUtil; |
|
|
|
import com.liferay.portal.kernel.util.UniqueList; |
|
|
|
import com.liferay.portal.kernel.util.UniqueList; |
|
|
|
import com.liferay.portal.kernel.util.Validator; |
|
|
|
import com.liferay.portal.kernel.util.Validator; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@SuppressWarnings("serial") |
|
|
|
public class AvvisoUtil { |
|
|
|
public class AvvisoUtil { |
|
|
|
|
|
|
|
|
|
|
|
private static Log _log = LogFactoryUtil.getLog(AvvisoUtil.class); |
|
|
|
private static Log _log = LogFactoryUtil.getLog(AvvisoUtil.class); |
|
|
@ -28,172 +29,109 @@ public class AvvisoUtil { |
|
|
|
public final static String TIPO_AVVISO_DIRETTO = "D"; |
|
|
|
public final static String TIPO_AVVISO_DIRETTO = "D"; |
|
|
|
public final static String TIPO_AVVISO_FIRMA = "S"; |
|
|
|
public final static String TIPO_AVVISO_FIRMA = "S"; |
|
|
|
|
|
|
|
|
|
|
|
private final static Map<String, String> allTipoAvviso; |
|
|
|
|
|
|
|
private final static Map<String, String> allTipoDocumento; |
|
|
|
|
|
|
|
private final static Map<String, String> allTipoDocumentoFolderTemplateProps; |
|
|
|
|
|
|
|
private final static Map<String, String> allTipoDocumentoFileTemplateProps; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public final static String TIPO_REPORT_CONTROLLO_OBBLIGATORIO = "CO"; |
|
|
|
public final static String TIPO_REPORT_CONTROLLO_OBBLIGATORIO = "CO"; |
|
|
|
public final static String TIPO_REPORT_SORTEGGIO = "SO"; |
|
|
|
public final static String TIPO_REPORT_SORTEGGIO = "SO"; |
|
|
|
public final static String TIPO_REPORT_AUTORIZZAZIONE = "AU"; |
|
|
|
public final static String TIPO_REPORT_AUTORIZZAZIONE = "AU"; |
|
|
|
|
|
|
|
|
|
|
|
static { |
|
|
|
private final static Map<String, String> allTipoAvviso = new LinkedHashMap<String, String>() { |
|
|
|
allTipoAvviso = new LinkedHashMap<String, String>(); |
|
|
|
{ |
|
|
|
allTipoAvviso.put(TIPO_AVVISO_DIRETTO, "label.admingeniocivile.avviso.tipoAvviso.diretto"); |
|
|
|
put(TIPO_AVVISO_DIRETTO, "label.admingeniocivile.avviso.tipoAvviso.diretto"); |
|
|
|
allTipoAvviso.put(TIPO_AVVISO_FIRMA, "label.admingeniocivile.avviso.tipoAvviso.firma"); |
|
|
|
put(TIPO_AVVISO_FIRMA, "label.admingeniocivile.avviso.tipoAvviso.firma"); |
|
|
|
|
|
|
|
} |
|
|
|
allTipoDocumento = new LinkedHashMap<String, String>(); |
|
|
|
}; |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.CONFORME, |
|
|
|
|
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.conforme"); |
|
|
|
private final static Map<String, String> allTipoDocumento = new LinkedHashMap<String, String>() { |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.NON_CONFORME, |
|
|
|
{ |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.nonconforme"); |
|
|
|
put(StatoPraticaConstants.CONFORME, "label.admingeniocivile.avviso.tipoDocumento.conforme"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.AUTORIZZATA, |
|
|
|
put(StatoPraticaConstants.NON_CONFORME, "label.admingeniocivile.avviso.tipoDocumento.nonconforme"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.autorizzata"); |
|
|
|
put(StatoPraticaConstants.AUTORIZZATA, "label.admingeniocivile.avviso.tipoDocumento.autorizzata"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.NON_AUTORIZZATA, |
|
|
|
put(StatoPraticaConstants.NON_AUTORIZZATA, |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.nonautorizzata"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.nonautorizzata"); |
|
|
|
|
|
|
|
put(StatoPraticaConstants.INTEGRAZIONE, |
|
|
|
/* |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.integrazione"); |
|
|
|
* allTipoDocumento.put(StatoPraticaConstants.AUTORIZZAZIONE, |
|
|
|
put(StatoPraticaConstants.VIDIMATA, "label.admingeniocivile.avviso.tipoDocumento.vidimata"); |
|
|
|
* "label.admingeniocivile.avviso.tipoDocumento.autorizzazione"); |
|
|
|
put(StatoPraticaConstants.FINE_LAVORI, |
|
|
|
* allTipoDocumento.put(StatoPraticaConstants.AUTORIZZAZIONE_NEGATA, |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.vidimata.finelavori"); |
|
|
|
* "label.admingeniocivile.avviso.tipoDocumento.autorizzazionenegata"); |
|
|
|
put(StatoPraticaConstants.COLLAUDO, |
|
|
|
*/ |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.vidimata.collaudo"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.INTEGRAZIONE, |
|
|
|
put(StatoPraticaConstants.RIFIUTATA, "label.admingeniocivile.avviso.tipoDocumento.rifiutata"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.integrazione"); |
|
|
|
put(StatoPraticaConstants.SOTTOPOSTA_A_PARERE, |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.VIDIMATA, |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.sottopostaparere"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.vidimata"); |
|
|
|
put(StatoPraticaConstants.ANNULLATA, "label.admingeniocivile.avviso.tipoDocumento.annullata"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.FINE_LAVORI, |
|
|
|
put(StatoPraticaConstants.ANNULLA_ISTANZA, |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.vidimata.finelavori"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.annullaistanza"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.COLLAUDO, |
|
|
|
put(StatoPraticaConstants.INTEGRAZIONE_ACCETTATA, |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.vidimata.collaudo"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.integrazioneaccettata"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.RIFIUTATA, |
|
|
|
put(StatoPraticaConstants.CAMBIO_ISTRUTTORE, |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.rifiutata"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.cambioistruttore"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.SOTTOPOSTA_A_PARERE, |
|
|
|
} |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.sottopostaparere"); |
|
|
|
}; |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.ANNULLATA, |
|
|
|
|
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.annullata"); |
|
|
|
private final static Map<String, String> allTipoDocumentoFolderTemplateProps = new LinkedHashMap<String, String>() { |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.ANNULLA_ISTANZA, |
|
|
|
{ |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.annullaistanza"); |
|
|
|
put(StatoPraticaConstants.VIDIMATA, "conf.geniocivile.avviso.folder.id.vidimata"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.INTEGRAZIONE_ACCETTATA, |
|
|
|
put(StatoPraticaConstants.CONFORME, "conf.geniocivile.avviso.folder.id.conforme"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.integrazioneaccettata"); |
|
|
|
put(StatoPraticaConstants.NON_CONFORME, "conf.geniocivile.avviso.folder.id.nonconforme"); |
|
|
|
allTipoDocumento.put(StatoPraticaConstants.CAMBIO_ISTRUTTORE, |
|
|
|
put(StatoPraticaConstants.AUTORIZZATA, "conf.geniocivile.avviso.folder.id.autorizzata"); |
|
|
|
"label.admingeniocivile.avviso.tipoDocumento.cambioistruttore"); |
|
|
|
put(StatoPraticaConstants.NON_AUTORIZZATA, "conf.geniocivile.avviso.folder.id.non_autorizzata"); |
|
|
|
/* |
|
|
|
put(StatoPraticaConstants.INTEGRAZIONE, "conf.geniocivile.avviso.folder.id.integrazione"); |
|
|
|
* allTipoDocumento.put(StatoPraticaConstants.INTEGRAZIONE_RIFIUTATA, |
|
|
|
put(StatoPraticaConstants.RIFIUTATA, "conf.geniocivile.avviso.folder.id.rifiutata"); |
|
|
|
* "label.admingeniocivile.avviso.tipoDocumento.integrazionerifiutata"); |
|
|
|
put(StatoPraticaConstants.SOTTOPOSTA_A_PARERE, |
|
|
|
*/ |
|
|
|
"conf.geniocivile.avviso.folder.id.sottopostaparere"); |
|
|
|
|
|
|
|
put(StatoPraticaConstants.ANNULLATA, "conf.geniocivile.avviso.folder.id.annullata"); |
|
|
|
/*********************************************************************************/ |
|
|
|
put(StatoPraticaConstants.ANNULLA_ISTANZA, "conf.geniocivile.avviso.folder.id.annullaistanza"); |
|
|
|
/*********************************************************************************/ |
|
|
|
put(StatoPraticaConstants.INTEGRAZIONE_ACCETTATA, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.folder.id.integrazioneaccettata"); |
|
|
|
allTipoDocumentoFolderTemplateProps = new LinkedHashMap<String, String>(); |
|
|
|
put(StatoPraticaConstants.CAMBIO_ISTRUTTORE, "conf.geniocivile.avviso.folder.id.cambioistruttore"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.VIDIMATA, |
|
|
|
put("AS", "conf.geniocivile.avviso.folder.id.doc_asseverazione"); |
|
|
|
"conf.geniocivile.avviso.folder.id.vidimata"); |
|
|
|
put("AIF", "conf.geniocivile.avviso.folder.id.doc_annullamento"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.CONFORME, |
|
|
|
put(StatoPraticaConstants.INVIO_AVVISO_MANUALE, "conf.geniocivile.avviso.folder.id.manuale"); |
|
|
|
"conf.geniocivile.avviso.folder.id.conforme"); |
|
|
|
put("PG", "conf.geniocivile.avviso.folder.id.doc_pagamento"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.NON_CONFORME, |
|
|
|
put("DOM", "conf.geniocivile.avviso.folder.id.domanda_pdf"); |
|
|
|
"conf.geniocivile.avviso.folder.id.nonconforme"); |
|
|
|
} |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.AUTORIZZATA, |
|
|
|
}; |
|
|
|
"conf.geniocivile.avviso.folder.id.autorizzata"); |
|
|
|
|
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.NON_AUTORIZZATA, |
|
|
|
private final static Map<String, String> allTipoDocumentoFileTemplateProps = new LinkedHashMap<String, String>() { |
|
|
|
"conf.geniocivile.avviso.folder.id.non_autorizzata"); |
|
|
|
{ |
|
|
|
/* |
|
|
|
put(StatoPraticaConstants.VARIAZIONE_SOGGETTI, |
|
|
|
* allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants. |
|
|
|
"conf.geniocivile.avviso.template.id.variazionesoggetti"); |
|
|
|
* AUTORIZZAZIONE, "conf.geniocivile.avviso.folder.id.autorizzazione"); |
|
|
|
put(StatoPraticaConstants.FINE_LAVORI, "conf.geniocivile.avviso.template.id.vidimata.finelavori"); |
|
|
|
* allTipoDocumentoFolderTemplateProps |
|
|
|
put(StatoPraticaConstants.COLLAUDO, "conf.geniocivile.avviso.template.id.vidimata.collaudo"); |
|
|
|
* .put(StatoPraticaConstants.AUTORIZZAZIONE_NEGATA, |
|
|
|
put(StatoPraticaConstants.CONFORME, "conf.geniocivile.avviso.template.id.conforme"); |
|
|
|
* "conf.geniocivile.avviso.folder.id.autorizzazionenegata"); |
|
|
|
put(StatoPraticaConstants.NON_CONFORME, "conf.geniocivile.avviso.template.id.nonconforme"); |
|
|
|
*/ |
|
|
|
put(StatoPraticaConstants.AUTORIZZATA, "conf.geniocivile.avviso.template.id.autorizzata"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.INTEGRAZIONE, |
|
|
|
put(StatoPraticaConstants.NON_AUTORIZZATA, "conf.geniocivile.avviso.template.id.non_autorizzata"); |
|
|
|
"conf.geniocivile.avviso.folder.id.integrazione"); |
|
|
|
put(StatoPraticaConstants.INTEGRAZIONE, "conf.geniocivile.avviso.template.id.integrazione"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.RIFIUTATA, |
|
|
|
put(StatoPraticaConstants.RIFIUTATA, "conf.geniocivile.avviso.template.id.rifiutata"); |
|
|
|
"conf.geniocivile.avviso.folder.id.rifiutata"); |
|
|
|
put(StatoPraticaConstants.SOTTOPOSTA_A_PARERE, |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.SOTTOPOSTA_A_PARERE, |
|
|
|
"conf.geniocivile.avviso.template.id.sottopostaparere"); |
|
|
|
"conf.geniocivile.avviso.folder.id.sottopostaparere"); |
|
|
|
put(StatoPraticaConstants.ANNULLATA, "conf.geniocivile.avviso.template.id.annullata"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.ANNULLATA, |
|
|
|
put(StatoPraticaConstants.ANNULLA_ISTANZA, "conf.geniocivile.avviso.template.id.annullaistanza"); |
|
|
|
"conf.geniocivile.avviso.folder.id.annullata"); |
|
|
|
put(StatoPraticaConstants.INTEGRAZIONE_ACCETTATA, |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.ANNULLA_ISTANZA, |
|
|
|
"conf.geniocivile.avviso.template.id.integrazioneaccettata"); |
|
|
|
"conf.geniocivile.avviso.folder.id.annullaistanza"); |
|
|
|
put(StatoPraticaConstants.CAMBIO_ISTRUTTORE, |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.INTEGRAZIONE_ACCETTATA, |
|
|
|
"conf.geniocivile.avviso.template.id.cambioistruttore"); |
|
|
|
"conf.geniocivile.avviso.folder.id.integrazioneaccettata"); |
|
|
|
put("AS", "conf.geniocivile.avviso.template.id.doc_asseverazione"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants.CAMBIO_ISTRUTTORE, |
|
|
|
put("AIF", "conf.geniocivile.avviso.template.id.doc_annullamento"); |
|
|
|
"conf.geniocivile.avviso.folder.id.cambioistruttore"); |
|
|
|
put("PG", "conf.geniocivile.avviso.template.id.doc_pagamento"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put("AS", "conf.geniocivile.avviso.folder.id.doc_asseverazione"); |
|
|
|
put("DOM", "conf.geniocivile.avviso.template.id.domanda_pdf"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put("AIF", "conf.geniocivile.avviso.folder.id.doc_annullamento"); |
|
|
|
|
|
|
|
allTipoDocumentoFolderTemplateProps.put("MA", "conf.geniocivile.avviso.folder.id.manuale"); |
|
|
|
put("DPP0", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put("PG", "conf.geniocivile.avviso.folder.id.doc_pagamento"); |
|
|
|
put("DPP1", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
allTipoDocumentoFolderTemplateProps.put("DOM", "conf.geniocivile.avviso.folder.id.domanda_pdf"); |
|
|
|
put("DPP2", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
/* |
|
|
|
put("DPP3", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
* allTipoDocumentoFolderTemplateProps.put(StatoPraticaConstants. |
|
|
|
put("DPP4", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
* INTEGRAZIONE_RIFIUTATA, |
|
|
|
put("DPP5", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
* "conf.geniocivile.avviso.folder.id.integrazionerifiutata"); |
|
|
|
put("DPP6", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
*/ |
|
|
|
put("DPP7", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
put("DPP8", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
/*********************************************************************************/ |
|
|
|
put("DPP9", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
/*********************************************************************************/ |
|
|
|
put("DPP10", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps = new LinkedHashMap<String, String>(); |
|
|
|
put("DPB2", "conf.geniocivile.avviso.template.id.deposito.B2"); |
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.VARIAZIONE_SOGGETTI, |
|
|
|
put("DPVNS", "conf.geniocivile.avviso.template.id.deposito.VNS"); |
|
|
|
"conf.geniocivile.avviso.template.id.variazionesoggetti"); |
|
|
|
} |
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.FINE_LAVORI, |
|
|
|
}; |
|
|
|
"conf.geniocivile.avviso.template.id.vidimata.finelavori"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.COLLAUDO, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.vidimata.collaudo"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.CONFORME, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.conforme"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.NON_CONFORME, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.nonconforme"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.AUTORIZZATA, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.autorizzata"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.NON_AUTORIZZATA, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.non_autorizzata"); |
|
|
|
|
|
|
|
/* |
|
|
|
|
|
|
|
* allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants. |
|
|
|
|
|
|
|
* AUTORIZZAZIONE, |
|
|
|
|
|
|
|
* "conf.geniocivile.avviso.template.id.autorizzazione"); |
|
|
|
|
|
|
|
* allTipoDocumentoFileTemplateProps |
|
|
|
|
|
|
|
* .put(StatoPraticaConstants.AUTORIZZAZIONE_NEGATA, |
|
|
|
|
|
|
|
* "conf.geniocivile.avviso.template.id.autorizzazionenegata"); |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.INTEGRAZIONE, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.integrazione"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.RIFIUTATA, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.rifiutata"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.SOTTOPOSTA_A_PARERE, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.sottopostaparere"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.ANNULLATA, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.annullata"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.ANNULLA_ISTANZA, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.annullaistanza"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.INTEGRAZIONE_ACCETTATA, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.integrazioneaccettata"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants.CAMBIO_ISTRUTTORE, |
|
|
|
|
|
|
|
"conf.geniocivile.avviso.template.id.cambioistruttore"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("AS", "conf.geniocivile.avviso.template.id.doc_asseverazione"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("AIF", "conf.geniocivile.avviso.template.id.doc_annullamento"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("PG", "conf.geniocivile.avviso.template.id.doc_pagamento"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DOM", "conf.geniocivile.avviso.template.id.domanda_pdf"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP0", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP1", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP2", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP3", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP4", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP5", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP6", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP7", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP8", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP9", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPP10", "conf.geniocivile.avviso.template.id.deposito.A"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPB2", "conf.geniocivile.avviso.template.id.deposito.B2"); |
|
|
|
|
|
|
|
allTipoDocumentoFileTemplateProps.put("DPVNS", "conf.geniocivile.avviso.template.id.deposito.VNS"); |
|
|
|
|
|
|
|
/* |
|
|
|
|
|
|
|
* allTipoDocumentoFileTemplateProps.put(StatoPraticaConstants. |
|
|
|
|
|
|
|
* INTEGRAZIONE_RIFIUTATA, |
|
|
|
|
|
|
|
* "conf.geniocivile.avviso.template.id.integrazionerifiutata"); |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static Map<String, String> getAllTipoAvviso() { |
|
|
|
public static Map<String, String> getAllTipoAvviso() { |
|
|
|
|
|
|
|
|
|
|
@ -217,7 +155,7 @@ public class AvvisoUtil { |
|
|
|
|
|
|
|
|
|
|
|
public static Collection<String> getUniqueTipoDocumentoFileTemplateProps() { |
|
|
|
public static Collection<String> getUniqueTipoDocumentoFileTemplateProps() { |
|
|
|
Collection<String> result = new UniqueList<>(); |
|
|
|
Collection<String> result = new UniqueList<>(); |
|
|
|
for (String value:allTipoDocumentoFileTemplateProps.values()) { |
|
|
|
for (String value : allTipoDocumentoFileTemplateProps.values()) { |
|
|
|
result.add(value); |
|
|
|
result.add(value); |
|
|
|
} |
|
|
|
} |
|
|
|
return result; |
|
|
|
return result; |
|
|
|