|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.svimservice.nsisr.web.condivisi.ws.pojo.ChkWebService
it.svimservice.nsisr.web.ws.cedap.pojo.ChkCedap
public class ChkCedap
Contiene la logica per operare controlli sintattici e semantici sui dati di input
Constructor Summary | |
---|---|
ChkCedap()
|
Method Summary | |
---|---|
static void |
ChkDatiCedapRequest(DatiCedapRequest datiCedapRequest)
Chk per CedAP non validato |
static void |
ChkDatiDettaglioCedapRequest(DatiDettaglioCedapRequest datiDettaglioCedapRequest)
|
static void |
ChkDatiRicercaCedapRequest(DatiRicercaCedapRequest datiRicercaCedapRequest)
|
private static void |
chkDatiSezioneACedap(CedapSezioneGenerale cedapSezioneGenerale,
CedapSezioneA cedapSezioneA)
Controlli sulla sezione A del CedAP |
private static void |
chkDatiSezioneBCedap(CedapSezioneB cedapSezioneB)
Controlli sulla sezione B del CedAP |
private static void |
chkDatiSezioneCCedap(CedapSezioneGenerale cedapSezioneGenerale,
CedapSezioneC1 cedapSezioneC1)
Controlli sulla sezione C del CedAP |
private static void |
chkDatiSezioneGenerale(CedapSezioneGenerale cedapSezioneGenerale)
Controlli sulla sezione generale del cedap |
Methods inherited from class it.svimservice.nsisr.web.condivisi.ws.pojo.ChkWebService |
---|
chkAttributiAutorizzativi, chkAutorizzazioneUtente, validaBodyRequest, validaHeaderRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChkCedap()
Method Detail |
---|
public static void ChkDatiRicercaCedapRequest(DatiRicercaCedapRequest datiRicercaCedapRequest) throws it.svimservice.common.exception.CheckException
it.svimservice.common.exception.CheckException
private static void chkDatiSezioneGenerale(CedapSezioneGenerale cedapSezioneGenerale) throws it.svimservice.common.exception.CheckException
cedapSezioneGenerale
-
it.svimservice.common.exception.CheckException
private static void chkDatiSezioneACedap(CedapSezioneGenerale cedapSezioneGenerale, CedapSezioneA cedapSezioneA) throws it.svimservice.common.exception.CheckException
cedapSezioneGenerale
- cedapSezioneA
-
it.svimservice.common.exception.CheckException
private static void chkDatiSezioneBCedap(CedapSezioneB cedapSezioneB) throws it.svimservice.common.exception.CheckException
cedapSezioneB
-
it.svimservice.common.exception.CheckException
private static void chkDatiSezioneCCedap(CedapSezioneGenerale cedapSezioneGenerale, CedapSezioneC1 cedapSezioneC1) throws it.svimservice.common.exception.CheckException
cedapSezioneGenerale
- cedapSezioneC1
-
it.svimservice.common.exception.CheckException
public static void ChkDatiCedapRequest(DatiCedapRequest datiCedapRequest) throws it.svimservice.common.exception.CheckException
it.svimservice.common.exception.CheckException
public static void ChkDatiDettaglioCedapRequest(DatiDettaglioCedapRequest datiDettaglioCedapRequest) throws it.svimservice.common.exception.CheckException
it.svimservice.common.exception.CheckException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |