DBCFX_RU_363 - Offerta Open Fiber FTTH (Business): Implement FASE3 richiesta di verifica codice sessione (N8/N9)
This commit is contained in:
@@ -117,7 +117,10 @@ public abstract class CRMMap {
|
||||
public static final String DNAGG_OK = "OK";
|
||||
public static final String DNAGG_KO = "KO";
|
||||
|
||||
private CRMMap() {
|
||||
// DBCFX_RU_363 - Offerta Open Fiber FTTH (Business): Implement FASE 3
|
||||
public static final String TIPOEVENTO_ESITO_VERIFICA_CODICE_SESSIONE = "FASE3DEL82";
|
||||
|
||||
private CRMMap() {
|
||||
}
|
||||
|
||||
public static CRMMapInfo getInfoNotifica(int tipoNotifica) throws Exception{
|
||||
|
||||
@@ -32,10 +32,14 @@ public interface NotificationMessageIF {
|
||||
public static final int NotificationType_CRMB_VERIFICA_CS= 10;
|
||||
public static final int NotificationType_CRMB_ESITO_VERIFICA_CS= 13;
|
||||
public static final int NotificationType_CRMB_DONOR_OUT = 14;
|
||||
|
||||
// 152248 (227248)
|
||||
public static final int NotificationType_CRMB_ESPLETAMENTO_DONATING=65;
|
||||
public static final int NotificationType_CRMB_VERIFICA_CS_103 = 66;
|
||||
|
||||
public static final int NotificationType_CRMB_ESITO_VERIFICA_DONOR_OUT_82 = 16;
|
||||
public static final int NotificationType_CRMB_DONOR_OUT_82 = 17;
|
||||
|
||||
public static final int SystemProvider_CRMA = SystemControllerIF.SystemProvider_CRMA;
|
||||
public static final int NotificationType_CRMA_ATTIVAZIONE_IN = 6;
|
||||
public static final int NotificationType_CRMA_NOTIFICA_OUT = 7;
|
||||
|
||||
Reference in New Issue
Block a user