Example #1
0
 public AddRuoliUtenteAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni,
                                    ICheckEsistenzaRuolo checkEsistenzaRuolo)
 {
     _currentUser         = currentUser;
     _findUserByUsername  = findUserByUsername;
     _getAutorizzazioni   = getAutorizzazioni;
     _checkEsistenzaRuolo = checkEsistenzaRuolo;
 }
Example #2
0
 public MessaInLavorazioneAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni,
                                        IGetRichiestaById getRichiestaAssistenzaById)
 {
     this.currentUser            = currentUser;
     _findUserByUsername         = findUserByUsername;
     _getAutorizzazioni          = getAutorizzazioni;
     _getRichiestaAssistenzaById = getRichiestaAssistenzaById;
 }
Example #3
0
 public PreAccoppiatiAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                                        IGetAutorizzazioni getAutorizzazioni, IGetRichiestaById getRichiestaAssistenzaById)
 {
     this._currentUser           = currentUser;
     _findUserByUsername         = findUserByUsername;
     _getAutorizzazioni          = getAutorizzazioni;
     _getRichiestaAssistenzaById = getRichiestaAssistenzaById;
 }
Example #4
0
 public ConfermaPartenzeAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                      IGetAutorizzazioni getAutorizzazioni, IGetRichiestaById getRichiestaById)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
     _getRichiestaById   = getRichiestaById;
 }
Example #5
0
 public SetSchedaGestitaAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                      IGetAutorizzazioni getAutorizzazioni
                                      )
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
 public RimozionePresaInCaricoAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                            IGetAutorizzazioni getAutorizzazioni,
                                            IGetRichiestaById getRichiesteById)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
     _getRichiesteById   = getRichiesteById;
 }
Example #7
0
 public AllertaAltreSediAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                      IGetAutorizzazioni getAutorizzazioni,
                                      IGetRichiestaById getRichiestaById)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
     _getRichiestaById   = getRichiestaById;
 }
Example #8
0
 public DeleteUtenteAuthorization(IPrincipal principal, IGetUtenteByCF findUserByCF,
                                  IFindUserByUsername findUserByUsername,
                                  IGetAutorizzazioni getAutorizzazioni)
 {
     currentUser         = principal;
     _findUserByCF       = findUserByCF;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
Example #9
0
 public ChiamataInCorsoMarkerAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                           IGetAutorizzazioni getAutorizzazioni,
                                           IGetCompetenzeByCoordinateIntervento getCompetenze)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
     _getCompetenze      = getCompetenze;
 }
 public ProcessUserResetPassword(
     IFindValidUserResetPassword findUserResetPassword,
     IFindUserByUsername findUserByUsername,
     IUpdateUserPassword updateUserPassword)
 {
     FindUserResetPassword = findUserResetPassword;
     FindUserByUsername    = findUserByUsername;
     UpdateUserPassword    = updateUserPassword;
 }
Example #11
0
 public UpDateStatoRichiestaAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                          IGetAutorizzazioni getAutorizzazioni,
                                          IGetRichiestaById getRichiestaById)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
     _getRichiestaById   = getRichiestaById;
 }
Example #12
0
 public MergeSchedeNueAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                    IGetAutorizzazioni getAutorizzazioni,
                                    IGetUtenteById getUtenteById)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
     _getUtenteById      = getUtenteById;
 }
Example #13
0
 public ModificaPartenzaAuthorization(
     IPrincipal currentUser,
     IFindUserByUsername findUserByUsername,
     IGetAutorizzazioni getAutorizzazioni)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
Example #14
0
 public ComposizionePartenzaAvanzataAuthorizationQueryHandlerDecorator(
     IPrincipal currentUser,
     IFindUserByUsername findUserByUsername,
     IGetAutorizzazioni getAutorizzazioni,
     IGetRichiestaById getRichiestaAssistenzaById)
 {
     _currentUser                = currentUser;
     _findUserByUsername         = findUserByUsername;
     _getAutorizzazioni          = getAutorizzazioni;
     _getRichiestaAssistenzaById = getRichiestaAssistenzaById;
 }
Example #15
0
 public ChiamataInCorsoMarkerAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername,
                                           IGetAutorizzazioni getAutorizzazioni,
                                           IGetCompetenzeByCoordinateIntervento getCompetenze,
                                           IGetListaSintesi getListaSintesi,
                                           GetPinNodoByCodSede getPinNodoByCodSede,
                                           INotificationDoubleChiamataInCorso notificationDoubleChiamataInCorso)
 {
     _currentUser         = currentUser;
     _findUserByUsername  = findUserByUsername;
     _getAutorizzazioni   = getAutorizzazioni;
     _getCompetenze       = getCompetenze;
     _getListaSintesi     = getListaSintesi;
     _getPinNodoByCodSede = getPinNodoByCodSede;
     _notificationDoubleChiamataInCorso = notificationDoubleChiamataInCorso;
 }
Example #16
0
        public AddUtenteCommandHandler(IAddUtente addUtente, IGetPersonaleByCF personaleByCF,
                                       IGetAlberaturaUnitaOperative getAlberaturaUnitaOperative,
                                       IGetDistaccamentoByCodiceSedeUC getDistaccamentoByCodiceSede,
                                       IGetUtenteByCF getUtenteByCF,
                                       IAddRuoli addRuoli,
                                       IFindUserByUsername checkOmonimia)

        {
            _addUtente     = addUtente;
            _personaleByCF = personaleByCF;
            _getAlberaturaUnitaOperative  = getAlberaturaUnitaOperative;
            _getDistaccamentoByCodiceSede = getDistaccamentoByCodiceSede;
            _getUtenteByCF = getUtenteByCF;
            _addRuoli      = addRuoli;
            _checkOmonimia = checkOmonimia;
        }
Example #17
0
 public ListaTurniAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
 }
Example #18
0
 public GetMezziPrenotatiAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     _currentUser            = currentUser;
     _findUserByUsername     = findUserByUsername;
     this._getAutorizzazioni = getAutorizzazioni;
 }
 public ComposizioneSquadreAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     this._currentUser       = currentUser;
     _findUserByUsername     = findUserByUsername;
     this._getAutorizzazioni = getAutorizzazioni;
 }
Example #20
0
 public GetCategorieSoccorsoAereoAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
 }
 public PersonaleVVFAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
 public UpDateChiamataInCorsoMarkerAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
Example #23
0
 public GetInterventiVicinanzeAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername)
 {
     _currentUser        = currentUser;
     _findUserByUsername = findUserByUsername;
 }
Example #24
0
 public ConfermaPartenzeAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     this._currentUser   = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
 public WelcomeAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername)
 {
     this._currentUser   = currentUser;
     _findUserByUsername = findUserByUsername;
 }
Example #26
0
 public TrasferimentiChiamateAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername)
 {
     this._currentUser   = currentUser;
     _findUserByUsername = findUserByUsername;
 }
Example #27
0
 public DettaglioUtenteAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     this._currentUser        = currentUser;
     this._findUserByUsername = findUserByUsername;
     this._getAutorizzazioni  = getAutorizzazioni;
 }
Example #28
0
 public SetMezzoPrenotatoAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     this.currentUser    = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
Example #29
0
 public UndoMergeSchedeNueAuthorization(IPrincipal currentUser, IFindUserByUsername findUserByUsername, IGetAutorizzazioni getAutorizzazioni)
 {
     this._currentUser   = currentUser;
     _findUserByUsername = findUserByUsername;
     _getAutorizzazioni  = getAutorizzazioni;
 }
 public SintesiRichiesteAssistenzaAuthorizationQueryHandlerDecorator(IPrincipal currentUser, IFindUserByUsername findUserByUsername)
 {
     this._currentUser   = currentUser;
     _findUserByUsername = findUserByUsername;
 }