Beispiel #1
0
 public SourceAttachController(ISourceTasks sourceTasks, IEventTasks eventTasks, IPersonTasks personTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.eventTasks            = eventTasks;
     this.personTasks           = personTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Beispiel #2
0
 public PersonResponsibilitiesController(IEventTasks eventTasks, IPersonTasks personTasks, IResponsibilityTasks responsibilityTasks, ISourceTasks sourceTasks)
 {
     this.eventTasks          = eventTasks;
     this.personTasks         = personTasks;
     this.responsibilityTasks = responsibilityTasks;
     this.sourceTasks         = sourceTasks;
 }
Beispiel #3
0
 public LocationsController(ILocationTasks locationTasks, IEventTasks eventTasks, ICareerTasks careerTasks, IOrganizationTasks orgTasks)
 {
     this.locationTasks = locationTasks;
     this.eventTasks    = eventTasks;
     this.careerTasks   = careerTasks;
     this.orgTasks      = orgTasks;
 }
Beispiel #4
0
 public SourceTasks(INHibernateRepository <Source> sourceRepository,
                    INHibernateRepository <Reliability> reliabilityRepo,
                    INHibernateRepository <Language> languageRepo,
                    INHibernateRepository <Person> personRepo,
                    INHibernateRepository <Organization> orgRepo,
                    INHibernateRepository <JhroCase> jhroCaseRepo,
                    INHibernateRepository <SourceIndexLog> sourceIndexLogRepo,
                    INHibernateRepository <SourceAuthor> sourceAuthorRepo,
                    ISourceQueries sourceQueries,
                    ISourceDataTablesQuery sourceDtQuery,
                    ISourceLogQueries sourceLogQueries,
                    IJhroCaseQueries jhroCaseQueries,
                    IEventTasks eventTasks,
                    ILuceneTasks luceneTasks,
                    ISourcePermissionTasks sourcePermissionTasks)
 {
     this.sourceRepository      = sourceRepository;
     this.reliabilityRepo       = reliabilityRepo;
     this.languageRepo          = languageRepo;
     this.personRepo            = personRepo;
     this.orgRepo               = orgRepo;
     this.jhroCaseRepo          = jhroCaseRepo;
     this.sourceIndexLogRepo    = sourceIndexLogRepo;
     this.sourceQueries         = sourceQueries;
     this.sourceDtQuery         = sourceDtQuery;
     this.sourceLogQueries      = sourceLogQueries;
     this.jhroCaseQueries       = jhroCaseQueries;
     this.eventTasks            = eventTasks;
     this.luceneTasks           = luceneTasks;
     this.sourcePermissionTasks = sourcePermissionTasks;
 }
 public OrgResponsibilitiesController(IEventTasks eventTasks,
                                      IResponsibilityTasks responsibilityTasks,
                                      IOrganizationTasks organizationTasks)
 {
     this.eventTasks          = eventTasks;
     this.responsibilityTasks = responsibilityTasks;
     this.organizationTasks   = organizationTasks;
 }
Beispiel #6
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;
 }
Beispiel #7
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;
 }
Beispiel #8
0
 public EventMatchingTasks(IEventTasks eventTasks,
                           ILuceneTasks luceneTasks,
                           ISourceAttachmentTasks sourceAttachmentTasks,
                           ILocationTasks locationTasks,
                           IJhroCaseQueries jhroCaseQueries,
                           IPersonTasks personTasks,
                           IOrganizationTasks orgTasks)
 {
     this.eventTasks            = eventTasks;
     this.luceneTasks           = luceneTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
     this.locationTasks         = locationTasks;
     this.jhroCaseQueries       = jhroCaseQueries;
     this.personTasks           = personTasks;
     this.orgTasks = orgTasks;
 }
Beispiel #9
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;
 }
Beispiel #10
0
 public AuditTasks(IPersonTasks personTasks,
                   IEventTasks eventTasks,
                   IOrganizationTasks orgTasks,
                   IPersonChangeActivityQuery personChangeActivityQuery,
                   IPersonAuditable <Person> auditPersonQuery,
                   IPersonAuditable <Career> auditCareerQuery,
                   IPersonAuditable <PersonAlias> auditPersonAliasQuery,
                   IPersonAuditable <PersonSource> auditPersonSourceQuery,
                   IPersonAuditable <PersonPhoto> auditPersonPhotoQuery,
                   IPersonAuditable <PersonRelationship> auditPersonRelationshipQuery,
                   IPersonAuditable <ActionTaken> auditActionTakenQuery,
                   IPersonAuditable <PersonResponsibility> auditPersonResponsibilityQuery,
                   IPersonAuditable <PersonRestrictedNote> auditPersonRestrictedNoteQuery,
                   IDeletedProfilesStoredProcQuery oldDeletedProfilesQuery,
                   IAuditedEntityQuery auditedEntityQuery,
                   IModifiedProfilesStoredProcQuery oldModifiedProfilesQuery,
                   IAdminAuditQuery adminAuditQuery,
                   IEventRevisionsQuery eventRevisionsQuery,
                   IUnitRevisionsQuery unitRevisionsQuery,
                   IOperationRevisionsQuery operationRevisionsQuery)
 {
     this.personTasks = personTasks;
     this.eventTasks  = eventTasks;
     this.orgTasks    = orgTasks;
     this.personChangeActivityQuery      = personChangeActivityQuery;
     this.auditPersonQuery               = auditPersonQuery;
     this.auditCareerQuery               = auditCareerQuery;
     this.auditPersonAliasQuery          = auditPersonAliasQuery;
     this.auditPersonSourceQuery         = auditPersonSourceQuery;
     this.auditPersonPhotoQuery          = auditPersonPhotoQuery;
     this.auditPersonRelationshipQuery   = auditPersonRelationshipQuery;
     this.auditActionTakenQuery          = auditActionTakenQuery;
     this.auditPersonResponsibilityQuery = auditPersonResponsibilityQuery;
     this.auditPersonRestrictedNoteQuery = auditPersonRestrictedNoteQuery;
     this.oldDeletedProfilesQuery        = oldDeletedProfilesQuery;
     this.auditedEntityQuery             = auditedEntityQuery;
     this.oldModifiedProfilesQuery       = oldModifiedProfilesQuery;
     this.adminAuditQuery         = adminAuditQuery;
     this.eventRevisionsQuery     = eventRevisionsQuery;
     this.unitRevisionsQuery      = unitRevisionsQuery;
     this.operationRevisionsQuery = operationRevisionsQuery;
 }
Beispiel #11
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;
 }
Beispiel #12
0
 public CasesController(ISourceTasks sourceTasks, IEventTasks eventTasks, IEventMatchingTasks eventMatchingTasks)
 {
     this.sourceTasks        = sourceTasks;
     this.eventTasks         = eventTasks;
     this.eventMatchingTasks = eventMatchingTasks;
 }
Beispiel #13
0
 public TagsController(IEventTasks eventTasks)
 {
     this.eventTasks = eventTasks;
 }
Beispiel #14
0
 public EventRelationshipsController(IEventTasks eventTasks)
 {
     this.eventTasks = eventTasks;
 }
 public ViolationsController(IEventTasks eventTasks)
 {
     this.eventTasks = eventTasks;
 }
Beispiel #16
0
 public ActionsTakenController(IEventTasks eventTasks, IActionTakenTasks actionTakenTasks, IPersonTasks personTasks)
 {
     this.eventTasks       = eventTasks;
     this.actionTakenTasks = actionTakenTasks;
     this.personTasks      = personTasks;
 }
 public EventSourcesController(IEventTasks eventTasks, ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.eventTasks            = eventTasks;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }