MCPcopy Create free account

hub / github.com/MichalPaszkiewicz/cqrs-react-router / functions

Functions122 in github.com/MichalPaszkiewicz/cqrs-react-router

↓ 27 callersMethodgetTime
()
src/helpers/clock.ts:33
↓ 26 callersMethodnow
()
src/helpers/clock.ts:173
↓ 18 callersMethodstoreEvent
(event: IAmADomainEvent)
src/services/eventstore.ts:9
↓ 13 callersMethodgetAggregateRoot
(c: {new(id?: string): T; }, callback: (aggregateRoot: T) => void, id?: string)
src/services/domainservice.ts:14
↓ 13 callersMethodhandleCommand
(command: IAmACommand, callback?: (command: IAmACommand) => void)
src/services/applicationservice.ts:124
↓ 12 callersMethodregisterCommandHandler
(commandHandler: {new(id?: string): T})
src/services/applicationservice.ts:242
↓ 11 callersMethodclear
()
src/services/applicationservice.ts:45
↓ 11 callersMethodfromTicks
(ticks: number)
src/helpers/clock.ts:73
↓ 9 callersMethodsubscribe
(viewName: string, callback:(view: View) => void)
src/services/applicationservice.ts:278
↓ 8 callersMethodregisterView
(view: {new(): View})
src/services/applicationservice.ts:267
↓ 7 callersFunctionfixDates
(item: any, additionalDateMatchStrings?: string[], customDateMatchStrings?: boolean)
src/helpers/clock.ts:97
↓ 7 callersMethodreset
()
src/helpers/clock.ts:149
↓ 5 callersMethodgetEventsForID
(id: string, callback: (events: IAmADomainEvent[]) => void)
src/services/eventstore.ts:98
↓ 5 callersMethodisAt
(date: ClockDate)
src/helpers/clock.ts:41
↓ 4 callersMethoddoThatTestThing
()
tests/services/applicationservice.ts:30
↓ 4 callersMethodnewGuid
()
src/helpers/guid.ts:2
↓ 4 callersMethodreset
()
src/services/applicationservice.ts:74
↓ 3 callersMethodapplyEvent
(event: IAmADomainEvent)
src/objects/pagenavigationaggregate.ts:7
↓ 3 callersMethodhandle
( command: IAmACommand, domainService: DomainService, callback: (command: IAmAComman
src/interfaces/iamacommandhandler.ts:8
↓ 3 callersMethodisBefore
(date: ClockDate)
src/helpers/clock.ts:37
↓ 2 callersMethodaddHours
(hours: number)
src/helpers/clock.ts:157
↓ 2 callersMethodaddMinutes
(minutes: number)
src/helpers/clock.ts:161
↓ 2 callersMethodclearAggregateRoots
()
src/services/domainservice.ts:41
↓ 2 callersMethoddoSomething
()
tests/objects/aggregateroot.ts:47
↓ 2 callersMethoddoStuff
()
tests/services/applicationservice.ts:251
↓ 2 callersMethoddoThatTestThing
()
tests/services/actionreplay.ts:45
↓ 2 callersMethodfromString
(dateString: string)
src/helpers/clock.ts:78
↓ 2 callersMethodisAfter
(date: ClockDate)
src/helpers/clock.ts:45
↓ 2 callersMethodmatchesPath
()
src/objects/route.tsx:59
↓ 2 callersMethodonEventStored
(callback: (event: IAmADomainEvent) => void)
src/services/eventstore.ts:86
↓ 2 callersMethodregisterCommandValidator
(commandValidator: {new(): T})
src/services/applicationservice.ts:250
↓ 2 callersMethodreplayEvents
(finalTime?: ClockDate, millisecondsInterval?: number, hardReplay: boolean = false)
src/services/eventstore.ts:16
↓ 2 callersMethodunsubscribe
(callback:(view: View) => void)
src/services/applicationservice.ts:292
↓ 2 callersMethodvalidate
(command: IAmACommand)
tests/services/applicationservice.ts:329
↓ 1 callersMethodaddDays
(days: number)
src/helpers/clock.ts:153
↓ 1 callersMethodaddMilliseconds
(milliseconds: number)
src/helpers/clock.ts:169
↓ 1 callersMethodaddSeconds
(seconds: number)
src/helpers/clock.ts:165
↓ 1 callersMethodapplyEvent
(event: IAmADomainEvent)
tests/objects/aggregateroot.ts:22
↓ 1 callersMethodapplyEventToAllAggregates
(event: IAmADomainEvent)
src/services/domainservice.ts:35
↓ 1 callersMethodgetAllEvents
()
src/services/eventstore.ts:102
↓ 1 callersMethodhandlePop
()
src/objects/route.tsx:55
↓ 1 callersFunctionhistoryPush
(path)
src/objects/route.tsx:23
↓ 1 callersFunctionmatchPath
(pathHash, options)
src/helpers/helpers.ts:3
↓ 1 callersMethodnavigateToPage
(command: NavigateToPageCommand)
src/objects/pagenavigationaggregate.ts:15
↓ 1 callersMethodonDomainError
(callback: (error: DomainError) => void)
src/services/applicationservice.ts:104
↓ 1 callersMethodonEventStored
(callback: (event: IAmADomainEvent) => void)
src/services/applicationservice.ts:120
↓ 1 callersFunctionregister
(comp)
src/objects/route.tsx:20
↓ 1 callersMethodreplayEvents
(finalTime?: ClockDate, millisecondsInterval?: number)
src/services/applicationservice.ts:82
↓ 1 callersMethodreplayEventsUpTo
(domainEvent: IAmADomainEvent, millisecondsInterval?: number, inclusive: boolean = true)
src/services/applicationservice.ts:93
↓ 1 callersMethodshort
()
src/helpers/clock.ts:7
↓ 1 callersMethodstoreEvent
(event: IAmADomainEvent)
src/services/applicationservice.ts:310
↓ 1 callersMethodtoString
()
src/objects/statereport.ts:13
↓ 1 callersFunctionunregister
(comp)
src/objects/route.tsx:21
MethodInstance
()
src/helpers/clock.ts:142
MethodInstance
()
src/services/applicationservice.ts:19
MethodaddDays
(days)
src/helpers/clock.ts:49
MethodaddHours
(hours: number)
src/helpers/clock.ts:53
MethodaddMilliSeconds
(milliseconds: number)
src/helpers/clock.ts:65
MethodaddMinutes
(minutes: number)
src/helpers/clock.ts:57
MethodaddSeconds
(seconds: number)
src/helpers/clock.ts:61
MethodapplyAction
(action: IAmADomainEvent)
tests/services/applicationservice.ts:247
MethodapplyEvent
()
tests/services/domainservice.ts:6
MethodapplyEvent
(action: IAmADomainEvent)
tests/services/applicationservice.ts:26
MethodapplyEvent
(action)
tests/services/applicationservice.ts:132
MethodapplyEvent
(action: IAmADomainEvent)
tests/services/applicationservice.ts:176
MethodapplyEvent
(action: IAmADomainEvent)
tests/services/viewsubscriber.ts:24
MethodapplyEvent
(event: IAmADomainEvent)
tests/services/actionreplay.ts:41
MethodapplyTestEvent
(action: TestEvent)
tests/objects/aggregateroot.ts:73
FunctionattachEventStore
(eventStore: EventStore)
src/objects/aggregateroot.ts:14
MethodclearOnEventStoredEvents
()
src/services/eventstore.ts:94
Functionconstructor
(id?: string)
src/objects/aggregateroot.ts:10
Methodconstructor
(public destination: string)
src/objects/pagenavigated.ts:9
Methodconstructor
(public message: string)
src/objects/domainerror.ts:4
Methodconstructor
(props: RouteProps)
src/objects/route.tsx:38
Methodconstructor
(props: PageProps)
src/objects/page.tsx:14
Methodconstructor
(public destination: string)
src/objects/navigatetopage.ts:8
Methodconstructor
(public events: IAmADomainEvent[])
src/objects/statereport.ts:6
Methodconstructor
(year: number, month: number, day: number, hour: number = 0, minutes: number = 0, seconds: number = 0, millise
src/helpers/clock.ts:69
Methodconstructor
(public StartTime: ClockDate, public EndTime: ClockDate)
src/helpers/clock.ts:86
Methodconstructor
(eventStore: EventStore)
src/services/domainservice.ts:10
Methodconstructor
(public viewName: string, public callback: (view: View) => void)
src/services/applicationservice.ts:14
Methodconstructor
(private _eventStore = new EventStore(), private _domainService: DomainService = new DomainSer
src/services/applicationservice.ts:59
Methodconstructor
(public aggregateID: string)
tests/objects/aggregateroot.ts:10
Methodconstructor
(public aggregateID: string)
tests/services/actionstore.ts:8
Methodconstructor
(public aggregateID: string)
tests/services/applicationservice.ts:20
Methodconstructor
()
tests/services/applicationservice.ts:126
Methodconstructor
(public aggregateID: string)
tests/services/viewsubscriber.ts:18
Methodconstructor
(public aggregateID: string)
tests/services/actionreplay.ts:18
MethoddoThatTestThing
()
tests/services/applicationservice.ts:136
MethoddoThatTestThing
()
tests/services/viewsubscriber.ts:28
Methodequals
(other: T)
src/interfaces/iamavalueobject.ts:3
MethodeventListener
()
src/objects/route.tsx:42
MethodfirstRegistered
()
src/objects/route.tsx:93
MethodgetStateReport
()
src/services/applicationservice.ts:306
MethodgetView
(name: string)
src/services/applicationservice.ts:296
FunctiongetViewByName
(name: string, viewCallBack: (view: View) => void)
src/objects/commandvalidator.ts:7
Methodhandle
(event: IAmADomainEvent)
src/objects/route.tsx:145
Methodhandle
(command: IAmACommand, domainService: DomainService, callback: (command: IAmACommand) => void)
src/objects/pagenavigationcommandhandler.ts:12
Methodhandle
(command: TestCommand, domainService: DomainService, callback: (command: IAmACommand) => void)
tests/services/applicationservice.ts:48
Methodhandle
(action: IAmADomainEvent)
tests/services/applicationservice.ts:86
next →1–100 of 122, ranked by callers