Exemplo n.º 1
0
 public SourceAttachController(ISourceTasks sourceTasks, IEventTasks eventTasks, IPersonTasks personTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.eventTasks            = eventTasks;
     this.personTasks           = personTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 2
0
 public AllController(ISourceTasks sourceTasks, IUserTasks userTasks, ILuceneTasks luceneTasks, ISourcePermissionTasks sourcePermissionTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.userTasks             = userTasks;
     this.luceneTasks           = luceneTasks;
     this.sourcePermissionTasks = sourcePermissionTasks;
 }
Exemplo n.º 3
0
 public SourceContentTasks(ISourceTasks sourceTasks, IAsposeService asposeService, INHibernateRepository <SourceLog> sourceLogRepo, ISourceLogQueries sourceLogQueries)
 {
     this.sourceTasks      = sourceTasks;
     this.asposeService    = asposeService;
     this.sourceLogRepo    = sourceLogRepo;
     this.sourceLogQueries = sourceLogQueries;
 }
Exemplo n.º 4
0
 public PersonResponsibilitiesController(IEventTasks eventTasks, IPersonTasks personTasks, IResponsibilityTasks responsibilityTasks, ISourceTasks sourceTasks)
 {
     this.eventTasks          = eventTasks;
     this.personTasks         = personTasks;
     this.responsibilityTasks = responsibilityTasks;
     this.sourceTasks         = sourceTasks;
 }
Exemplo n.º 5
0
 public OcrController(ISourceTasks sourceTasks,
                      ISourceContentTasks sourceContentTasks,
                      ISourceManagementTasks sourceManagementTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.sourceContentTasks    = sourceContentTasks;
     this.sourceManagementTasks = sourceManagementTasks;
 }
Exemplo n.º 6
0
 public SourceAdminController(ISourceTasks sourceTasks,
                              ISourceManagementTasks sourceManagementTasks,
                              ISourceStatisticTasks sourceStatisticTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.sourceManagementTasks = sourceManagementTasks;
     this.sourceStatisticTasks  = sourceStatisticTasks;
 }
Exemplo n.º 7
0
 public PreviewsController(ISourceTasks sourceTasks,
                           ISourceContentTasks sourceContentTasks,
                           ISourceStatisticTasks sourceStatisticTasks,
                           IAsposeService asposeService)
 {
     this.sourceTasks          = sourceTasks;
     this.sourceContentTasks   = sourceContentTasks;
     this.sourceStatisticTasks = sourceStatisticTasks;
     this.asposeService        = asposeService;
 }
Exemplo n.º 8
0
 public FeedingSourceTasks(INHibernateRepository <FeedingSource> feedingSourceRepo,
                           IFeedingSourceQuery feedingSourceQuery,
                           ISourceContentTasks sourceContentTasks,
                           ISourceTasks sourceTasks)
 {
     this.feedingSourceRepo  = feedingSourceRepo;
     this.feedingSourceQuery = feedingSourceQuery;
     this.sourceContentTasks = sourceContentTasks;
     this.sourceTasks        = sourceTasks;
 }
Exemplo n.º 9
0
 public SourcesController(ISourceTasks sourceTasks,
                          IUserTasks userTasks,
                          ISourceContentTasks sourceContentTasks,
                          ISourceAttachmentTasks sourceAttachmentTasks,
                          ISourcePermissionTasks sourcePermissionTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.userTasks             = userTasks;
     this.sourceContentTasks    = sourceContentTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
     this.sourcePermissionTasks = sourcePermissionTasks;
 }
Exemplo n.º 10
0
 public ExplorerController(ISourceTasks sourceTasks,
                           ISourceContentTasks sourceContentTasks,
                           IUserTasks userTasks,
                           ILuceneTasks luceneTasks,
                           ISourcePermissionTasks sourcePermissionTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.sourceContentTasks    = sourceContentTasks;
     this.userTasks             = userTasks;
     this.luceneTasks           = luceneTasks;
     this.sourcePermissionTasks = sourcePermissionTasks;
 }
Exemplo n.º 11
0
 public FeedingController(IFeedingSourceTasks feedingSourceTasks,
                          IUserTasks userTasks,
                          IEmailTasks emailTasks,
                          ISourcePermissionTasks sourcePermissionTasks,
                          ISourceTasks sourceTasks)
 {
     this.feedingSourceTasks    = feedingSourceTasks;
     this.userTasks             = userTasks;
     this.emailTasks            = emailTasks;
     this.sourcePermissionTasks = sourcePermissionTasks;
     this.sourceTasks           = sourceTasks;
 }
Exemplo n.º 12
0
 public EventsController(ISourceTasks sourceTasks,
                         IEventTasks eventTasks,
                         IPersonTasks personTasks,
                         IResponsibilityTasks responsibilityTasks,
                         IOrganizationTasks orgTasks,
                         ILocationTasks locationTasks)
 {
     this.sourceTasks         = sourceTasks;
     this.eventTasks          = eventTasks;
     this.personTasks         = personTasks;
     this.responsibilityTasks = responsibilityTasks;
     this.orgTasks            = orgTasks;
     this.locationTasks       = locationTasks;
 }
Exemplo n.º 13
0
 public UnitsController(IOrganizationTasks orgTasks,
                        IScreeningTasks screeningTasks,
                        ILuceneTasks luceneTasks,
                        IUserTasks userTasks,
                        ISourceTasks sourceTasks,
                        IAuditTasks auditTasks)
 {
     this.orgTasks       = orgTasks;
     this.screeningTasks = screeningTasks;
     this.luceneTasks    = luceneTasks;
     this.userTasks      = userTasks;
     this.sourceTasks    = sourceTasks;
     this.auditTasks     = auditTasks;
 }
Exemplo n.º 14
0
 public PersonsController(IPersonTasks personTasks,
                          ILocationTasks locationTasks,
                          IWantedTasks wantedTasks,
                          IAuditTasks auditTasks,
                          IUserTasks userTasks,
                          ILuceneTasks luceneTasks,
                          ISourceTasks sourceTasks)
 {
     this.personTasks   = personTasks;
     this.locationTasks = locationTasks;
     this.wantedTasks   = wantedTasks;
     this.auditTasks    = auditTasks;
     this.userTasks     = userTasks;
     this.luceneTasks   = luceneTasks;
     this.sourceTasks   = sourceTasks;
 }
Exemplo n.º 15
0
 public BackgroundTasks(ILuceneTasks luceneTasks,
                        IOrganizationTasks orgTasks,
                        IPersonTasks personTasks,
                        IEventTasks eventTasks,
                        IRequestTasks requestTasks,
                        IScreeningTasks screeningTasks,
                        ISourceTasks sourceTasks)
 {
     this.luceneTasks    = luceneTasks;
     this.orgTasks       = orgTasks;
     this.personTasks    = personTasks;
     this.eventTasks     = eventTasks;
     this.requestTasks   = requestTasks;
     this.screeningTasks = screeningTasks;
     this.sourceTasks    = sourceTasks;
 }
Exemplo n.º 16
0
 public SourceManagementTasks(IObjectSourceDuplicatesQuery objectSourceDuplicatesQuery,
                              ISourceTasks sourceTasks,
                              ISourceAttachmentTasks sourceAttachmentTasks,
                              IPersonTasks personTasks,
                              IEventTasks eventTasks,
                              IOrganizationTasks orgTasks,
                              ISourceQueries sourceQueries,
                              ILuceneTasks luceneTasks)
 {
     this.objectSourceDuplicatesQuery = objectSourceDuplicatesQuery;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
     this.personTasks           = personTasks;
     this.eventTasks            = eventTasks;
     this.orgTasks      = orgTasks;
     this.sourceQueries = sourceQueries;
     this.luceneTasks   = luceneTasks;
 }
Exemplo n.º 17
0
 public EventsController(IEventTasks eventTasks,
                         ILocationTasks locationTasks,
                         IPersonTasks personTasks,
                         IUserTasks userTasks,
                         ISuggestionTasks suggestionTasks,
                         IAuditTasks auditTasks,
                         ILuceneTasks luceneTasks,
                         ISourceTasks sourceTasks,
                         IEventMatchingTasks eventMatchingTasks)
 {
     this.eventTasks         = eventTasks;
     this.locationTasks      = locationTasks;
     this.personTasks        = personTasks;
     this.userTasks          = userTasks;
     this.suggestionTasks    = suggestionTasks;
     this.auditTasks         = auditTasks;
     this.luceneTasks        = luceneTasks;
     this.sourceTasks        = sourceTasks;
     this.eventMatchingTasks = eventMatchingTasks;
 }
Exemplo n.º 18
0
 public SourceAttachmentTasks(INHibernateRepository <PersonSource> personSourceRepo,
                              INHibernateRepository <EventSource> eventSourceRepo,
                              INHibernateRepository <OrganizationSource> orgSourceRepo,
                              INHibernateRepository <UnitSource> unitSourceRepo,
                              INHibernateRepository <OperationSource> operationSourceRepo,
                              INHibernateRepository <AdminSourceSearch> adminSourceSearchRepository,
                              INHibernateRepository <AdminReviewedSource> adminReviewedSourceRepository,
                              ISourceCollectionsQuery sourceCollectionsQuery,
                              IAdminSourceSearchQuery adminSourceSearchQuery,
                              ISourceTasks sourceTasks,
                              IPersonTasks personTasks)
 {
     this.personSourceRepo              = personSourceRepo;
     this.eventSourceRepo               = eventSourceRepo;
     this.orgSourceRepo                 = orgSourceRepo;
     this.unitSourceRepo                = unitSourceRepo;
     this.operationSourceRepo           = operationSourceRepo;
     this.adminSourceSearchRepository   = adminSourceSearchRepository;
     this.adminReviewedSourceRepository = adminReviewedSourceRepository;
     this.sourceCollectionsQuery        = sourceCollectionsQuery;
     this.adminSourceSearchQuery        = adminSourceSearchQuery;
     this.sourceTasks = sourceTasks;
     this.personTasks = personTasks;
 }
Exemplo n.º 19
0
 public UnitSourcesController(IOrganizationTasks orgTasks, ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.orgTasks              = orgTasks;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 20
0
 public PersonSourcesController(IPersonTasks personTasks, ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.personTasks           = personTasks;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 21
0
 public SourceIndexLogController(ISourceTasks sourceTasks, ISourceStatisticTasks sourceStatisticTasks)
 {
     this.sourceTasks          = sourceTasks;
     this.sourceStatisticTasks = sourceStatisticTasks;
 }
Exemplo n.º 22
0
 public HomeController(ISourceTasks sourceTasks, ISourceStatisticTasks sourceStatisticTasks)
 {
     this.sourceTasks          = sourceTasks;
     this.sourceStatisticTasks = sourceStatisticTasks;
 }
 public AdminSourceSearchesController(ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 24
0
 public HomeController(ISourceTasks sourceTasks)
 {
     this.sourceTasks = sourceTasks;
 }
Exemplo n.º 25
0
 public OwnersController(ISourcePermissionTasks sourcePermissionTasks, ISourceTasks sourceTasks)
 {
     this.sourcePermissionTasks = sourcePermissionTasks;
     this.sourceTasks           = sourceTasks;
 }
Exemplo n.º 26
0
 public CasesController(ISourceTasks sourceTasks, IEventTasks eventTasks, IEventMatchingTasks eventMatchingTasks)
 {
     this.sourceTasks        = sourceTasks;
     this.eventTasks         = eventTasks;
     this.eventMatchingTasks = eventMatchingTasks;
 }
Exemplo n.º 27
0
 public EventSourcesController(IEventTasks eventTasks, ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.eventTasks            = eventTasks;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 28
0
 public OhchrWebServiceTasks(ISourceTasks sourceTasks,
                             IHrdbEntitiesRepository hrdbRepo)
 {
     this.hrdbRepo    = hrdbRepo;
     this.sourceTasks = sourceTasks;
 }