MCPcopy Create free account

hub / github.com/SAP-samples/btp-cap-genai-rag / functions

Functions75 in github.com/SAP-samples/btp-cap-genai-rag

↓ 6 callersMethodapplyFilter
()
app/ui/webapp/controller/Main.controller.ts:239
↓ 5 callersFunctiongetChatModel
(resourceGroupId: string)
srv/mail-insights-service.ts:709
↓ 4 callersMethodgetActivePath
(componentId: string)
app/ui/webapp/controller/Main.controller.ts:232
↓ 4 callersMethodgetKeywordFilter
(keyword: string, filterPath: string)
app/ui/webapp/controller/Main.controller.ts:315
↓ 4 callersMethodopen
(message: string, onConfirm: () => void, onCancel: () => void)
app/ui/webapp/controller/ConfirmationDialog.ts:21
↓ 4 callersMethodsetActiveEmail
(id: string = null)
app/ui/webapp/controller/Main.controller.ts:122
↓ 3 callersMethodgetFilteredEmailsIds
()
app/ui/webapp/controller/Main.controller.ts:113
↓ 3 callersMethodhasResponseChanged
()
app/ui/webapp/controller/Main.controller.ts:371
↓ 2 callersMethodcreateHeaderElements
(parentBox: HBox, mail: Mail, inTranslatedLanguage: boolean)
app/ui/webapp/controller/EmailDetails.controller.ts:64
↓ 2 callersFunctiondelay
(ms: number)
srv/utils/ai-core.ts:181
↓ 2 callersMethodscrollToActiveEmail
(index: number = null)
app/ui/webapp/controller/Main.controller.ts:101
↓ 1 callersMethodapplySelectedFilter
(propertyName: string, ids: string[])
app/ui/webapp/controller/Main.controller.ts:205
↓ 1 callersFunctioncheckOrPrepareDeployments
(resourceGroupId: string)
srv/utils/ai-core.ts:23
↓ 1 callersFunctioncreateConfigurations
(header: ResourceGroupHeader)
srv/utils/ai-core.ts:98
↓ 1 callersFunctioncreateDeployments
( configurations: Array<AiConfigurationCreationResponse>, header: ResourceGroupHeader )
srv/utils/ai-core.ts:155
↓ 1 callersMethodcreateEmailHeaderContent
(mail: Mail)
app/ui/webapp/controller/EmailDetails.controller.ts:54
↓ 1 callersFunctioncreateResourceGroup
(resourceGroupId: string)
srv/utils/ai-core.ts:71
↓ 1 callersMethodcreateSuggestedActions
(actions: Action[])
app/ui/webapp/controller/EmailDetails.controller.ts:109
↓ 1 callersFunctiongetAppName
()
srv/utils/ai-core.ts:54
↓ 1 callersMethodgetContentDensityClass
* This method can be called to determine whether the sapUiSizeCompact or sapUiSizeCozy * design mode class should be set, which influences the size
app/ui/webapp/Component.ts:39
↓ 1 callersFunctiongetEmbeddingModel
(resourceGroupId: string)
srv/mail-insights-service.ts:717
↓ 1 callersMethodgetRequestStatesFilter
(id: string, filterPath: string)
app/ui/webapp/controller/Main.controller.ts:310
↓ 1 callersFunctiongetResourceGroups
()
srv/utils/ai-core.ts:88
↓ 1 callersMethodgetSentimentFilter
(id: string, filterPath: string)
app/ui/webapp/controller/Main.controller.ts:330
↓ 1 callersMethodgetUrgencyFilter
(id: string, filterPath: string)
app/ui/webapp/controller/Main.controller.ts:324
↓ 1 callersMethodiPressTheAddMailButton
()
app/ui/webapp/test/integration/pages/MainPage.ts:9
↓ 1 callersMethodiPressTheCloseButtonInTheDialog
()
app/ui/webapp/test/integration/pages/MainPage.ts:18
↓ 1 callersMethodiShouldNotSeeTheHelloDialog
()
app/ui/webapp/test/integration/pages/MainPage.ts:44
↓ 1 callersMethodiShouldSeeTheHelloDialog
()
app/ui/webapp/test/integration/pages/MainPage.ts:33
↓ 1 callersMethodinitAddMailDialog
()
app/ui/webapp/controller/App.controller.ts:33
↓ 1 callersMethodinitMailAnsweredDialog
()
app/ui/webapp/controller/EmailDetails.controller.ts:146
↓ 1 callersMethodinitMailToAddState
()
app/ui/webapp/controller/App.controller.ts:45
↓ 1 callersMethodisActiveEmailInFilteredEmails
()
app/ui/webapp/controller/Main.controller.ts:96
↓ 1 callersMethodonSortEmailsList
()
app/ui/webapp/controller/Main.controller.ts:336
↓ 1 callersMethodonUpdateEmailDetailsBinding
(event: Event)
app/ui/webapp/controller/Main.controller.ts:139
↓ 1 callersMethodopenMailAnsweredDialog
(responseOL: string, responseWL: string)
app/ui/webapp/controller/EmailDetails.controller.ts:128
↓ 1 callersMethodresetEmailPageState
()
app/ui/webapp/controller/EmailDetails.controller.ts:35
↓ 1 callersMethodresetSimilarEmailsListState
()
app/ui/webapp/controller/EmailDetails.controller.ts:46
↓ 1 callersMethodrestoreFilter
(listId: string)
app/ui/webapp/controller/Main.controller.ts:212
↓ 1 callersMethodrestoreSearchFilter
()
app/ui/webapp/controller/Main.controller.ts:164
↓ 1 callersMethodscrollToFirstSection
()
app/ui/webapp/controller/EmailDetails.controller.ts:40
↓ 1 callersMethodsetTopEmail
()
app/ui/webapp/controller/Main.controller.ts:91
Methodconstructor
(parentView: View)
app/ui/webapp/controller/ConfirmationDialog.ts:16
FunctiongetModel
* Convenience method for getting the view model by name in every controller of the application. * @param [sName] The model name * @returns The mod
app/ui/webapp/controller/BaseController.ts:64
FunctiongetOwnerComponent
* Convenience method for accessing the component of the controller's view. * @returns The component of the controller's view
app/ui/webapp/controller/BaseController.ts:32
FunctiongetResourceBundle
* Convenience method for getting the i18n resource bundle of the component. * @returns The i18n resource bundle of the component
app/ui/webapp/controller/BaseController.ts:48
FunctiongetRouter
* Convenience method to get the components' router instance. * @returns The router instance
app/ui/webapp/controller/BaseController.ts:40
FunctiongetText
(sKey: string, aArgs?: any[], bIgnoreKeyFallback?: boolean)
app/ui/webapp/controller/BaseController.ts:52
Methodinit
()
app/ui/webapp/Component.ts:16
Methodinit
* Initiate MailInsights instance * @returns {Promise<void>}
srv/mail-insights-service.ts:27
FunctionnavTo
* Convenience method for triggering the navigation to a specific target. * @public * @param sName Target name * @param [oParameters] Navigation
app/ui/webapp/controller/BaseController.ts:86
MethodonAddMail
()
app/ui/webapp/controller/App.controller.ts:49
MethodonCancelPress
()
app/ui/webapp/controller/ConfirmationDialog.ts:44
MethodonChangeAdditionalInfo
(event: Event)
app/ui/webapp/controller/EmailDetails.controller.ts:162
MethodonChangeResponse
(event: Event)
app/ui/webapp/controller/EmailDetails.controller.ts:208
MethodonConfirmPress
()
app/ui/webapp/controller/ConfirmationDialog.ts:39
MethodonDeleteMail
()
app/ui/webapp/controller/EmailDetails.controller.ts:290
FunctiononInit
()
app/ui/webapp/controller/BaseController.ts:24
MethodonInit
()
app/ui/webapp/controller/Main.controller.ts:42
MethodonInit
()
app/ui/webapp/controller/App.controller.ts:19
FunctiononNavBack
* Convenience event handler for navigating back. * It there is a history entry we go one step back in the browser history * If not, it will replac
app/ui/webapp/controller/BaseController.ts:95
MethodonPressAction
()
app/ui/webapp/controller/EmailDetails.controller.ts:158
MethodonPressClear
(event: Event)
app/ui/webapp/controller/Main.controller.ts:224
MethodonPressRegenerate
()
app/ui/webapp/controller/EmailDetails.controller.ts:170
MethodonPressSend
()
app/ui/webapp/controller/EmailDetails.controller.ts:220
MethodonRevokeResponse
()
app/ui/webapp/controller/EmailDetails.controller.ts:262
MethodonRouteMatched
()
app/ui/webapp/controller/Main.controller.ts:67
MethodonSearch
()
app/ui/webapp/controller/Main.controller.ts:154
MethodonSelectEmail
(event: Event)
app/ui/webapp/controller/Main.controller.ts:351
MethodonSelectFilter
(event: Event)
app/ui/webapp/controller/Main.controller.ts:184
MethodonUpdateEmailsList
(event: Event)
app/ui/webapp/controller/Main.controller.ts:77
MethodopenAddMailDialog
()
app/ui/webapp/controller/App.controller.ts:24
FunctionopenConfirmationDialog
(message: string, onConfirm: () => void, onCancel?: () => void)
app/ui/webapp/controller/BaseController.ts:104
FunctionopenMessageDialog
(title: string, body: string)
app/ui/webapp/controller/BaseController.ts:109
FunctionsetModel
* Convenience method for setting the view model in every controller of the application. * @param oModel The model instance * @param [sName] The mo
app/ui/webapp/controller/BaseController.ts:74