327915 - Modifica flussi Cubo Saldi Netti (Consumer e Business) - first commit
This commit is contained in:
@@ -57,8 +57,8 @@ public class SFTPGetDaemon {
|
||||
&& !idSistemaRemoto.equalsIgnoreCase(ApplicationConstants.MPA)
|
||||
&& !idSistemaRemoto.equalsIgnoreCase(ApplicationConstants.DWHE2E)
|
||||
&& !idSistemaRemoto.equalsIgnoreCase(ApplicationConstants.NOW_REGOLATORIO)
|
||||
&& !idSistemaRemoto.equalsIgnoreCase(ApplicationConstants.NOW_XDSL)
|
||||
&& !idSistemaRemoto.equalsIgnoreCase(ApplicationConstants.NOW_NGA)){
|
||||
&& !idSistemaRemoto.equalsIgnoreCase(ApplicationConstants.DWHE2E_REPOSALDINETTI_CO)
|
||||
&& !idSistemaRemoto.equalsIgnoreCase(ApplicationConstants.DWHE2E_REPOSALDINETTI_BU)){
|
||||
log.fatal("Sistema remoto sconosciuto: " + idSistemaRemoto);
|
||||
}
|
||||
initConfig(idSistemaRemoto);
|
||||
|
||||
@@ -20,6 +20,8 @@ public class ApplicationConstants {
|
||||
public static final String NOW_REGOLATORIO = "NOW_REG"; // Utilizzato per la GET da NOW dei servizi regolamentati
|
||||
public static final String NOW_XDSL = "NOW_XDSL"; // Utilizzato per la GET da NOW dei servizi xDSL
|
||||
public static final String NOW_NGA = "NOW_NGA"; // Utilizzato per la GET da NOW dei servizi NGA
|
||||
public static final String DWHE2E_REPOSALDINETTI_CO = "DWHE2E_REPOSALDINETTI_CO";
|
||||
public static final String DWHE2E_REPOSALDINETTI_BU = "DWHE2E_REPOSALDINETTI_BU";
|
||||
|
||||
public static final String EXTENSION_CTR = "ctr";
|
||||
public static final String EXTENSION_GZ = "gz";
|
||||
|
||||
Reference in New Issue
Block a user