Example #1
0
        private void AmmEliminaUO(DocsPAWA.DocsPaWR.InfoUtente infoUtente, string idCorrGlob)
        {
            AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
            this._esitoOperazione = ws.AmmEliminaUO(infoUtente, idCorrGlob);

            ws = null;
        }
Example #2
0
        private void AmmInsNuovaUO(DocsPAWA.DocsPaWR.OrgUO newUO)
        {
            AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
            this._esitoOperazione = ws.AmmInsNuovaUO(newUO);

            ws = null;
        }
Example #3
0
        private void AmmModUO(DocsPAWA.DocsPaWR.OrgUO theUO, bool StoricizzUO)
        {
            AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
            this._esitoOperazione = ws.AmmModUO(theUO, StoricizzUO);

            ws = null;
        }
Example #4
0
 private void AmmRifiutaTrasmConWF(string idCorrGlobRuolo, string idGruppo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmRifiutaTrasmConWF(idCorrGlobRuolo, idGruppo);
     ws = null;
 }
Example #5
0
 private void AmmVerificaTrasmRuolo(string idCorrGlobRuolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmVerificaTrasmRuolo(idCorrGlobRuolo);
     ws = null;
 }
Example #6
0
 private void AmmEliminaADLUtente(string idPeople, string idCorrGlobGruppo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmEliminaADLUtente(idPeople, idCorrGlobGruppo);
     ws = null;
 }
Example #7
0
 private void AmmVerificaUtenteRespStampeRep(string userId, string roleId, string idAmm)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmVerificaUtenteRespStampeRep(userId, roleId, idAmm);
     ws = null;
 }
Example #8
0
 private void AmmSpostaRuolo(DocsPAWA.DocsPaWR.OrgRuolo ruolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmSpostaRuolo(ruolo);
     ws = null;
 }
Example #9
0
 private void AmmSostituzioneUtente(string idPeopleNewUT, string idCorrGlobRuolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmSostituzioneUtente(idPeopleNewUT, idCorrGlobRuolo);
     ws = null;
 }
Example #10
0
 private void AmmDeleteAssociazioneRFRuolo(string idRf, string idCorrGlobRuolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmDeleteAssociazioneRFRuolo(idRf, idCorrGlobRuolo);
     ws = null;
 }
Example #11
0
 private void AmmInsRegistri(DocsPAWA.DocsPaWR.OrgRegistro[] listaRegistri, string idUO, string idCorrGlobRuolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmInsRegistri(listaRegistri, idUO, idCorrGlobRuolo);
     ws = null;
 }
Example #12
0
 private void AmmOnlyDisabledRole(DocsPAWA.DocsPaWR.OrgRuolo ruolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmOnlyDisabledRole(ruolo);
     ws = null;
 }
Example #13
0
 private void AmmInsNuovoRuolo(DocsPAWA.DocsPaWR.OrgRuolo newRuolo, bool computeAtipicita)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmInsNuovoRuolo(newRuolo, computeAtipicita);
     ws = null;
 }
Example #14
0
 private void AmmAccettaTrasmConWF(string idCorrGlobRuolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmAccettaTrasmConWFRuolo(idCorrGlobRuolo);
     ws = null;
 }
Example #15
0
 private void AmmInsTipoFunzioni(DocsPAWA.DocsPaWR.OrgTipoFunzione[] listaFunzioni)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmInsTipoFunzioni(listaFunzioni);
     ws = null;
 }
Example #16
0
 private void AmmAccettaTrasmConWFUtente(string idPeople, string idCorrGlobaliRuolo)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmAccettaTrasmConWFUtente(idPeople, idCorrGlobaliRuolo);
     ws = null;
 }
Example #17
0
 private void AmmEliminaUtenteInRuolo(string idPeople, string idGruppo, string idAmm)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmEliminaUtenteInRuolo(idPeople, idGruppo, idAmm);
     ws = null;
 }
Example #18
0
 private void AmmEstendeVisibRuolo(string idRegistro, string idCorrGlobRuolo, string idGruppo, string idCorrGlobUO, string idAmm, string livelloRuolo, bool escludiAtipicita)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmEstendeVisibRuolo(idRegistro, idCorrGlobRuolo, idGruppo, idCorrGlobUO, idAmm, livelloRuolo, escludiAtipicita);
     ws = null;
 }
Example #19
0
 private void AmmVerificaUtenteLoggato(string userId, string idAmm)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmVerificaUtenteLoggato(userId, idAmm);
     ws = null;
 }
Example #20
0
 private void AmmSpostaUO(DocsPAWA.DocsPaWR.OrgUO uoDaSpostare, DocsPAWA.DocsPaWR.OrgUO uoPadre)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmSpostaUO(uoDaSpostare, uoPadre);
     ws = null;
 }
Example #21
0
 private void AmmPerformUpDown(string idCorrGlobDaSpostare, string idPesoDaSpostare, string idCorrGlobSubisce, string idPesoSubisce)
 {
     AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink();
     this._esitoOperazione = ws.AmmOrdinamento(idCorrGlobDaSpostare, idPesoDaSpostare, idCorrGlobSubisce, idPesoSubisce);
     ws = null;
 }