Uses of Class
com.almis.awe.model.dto.ServiceData
Package
Description
-
Uses of ServiceData in com.almis.awe.controller
Modifier and TypeMethodDescriptionFileController.deleteFile
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve file for download -
Uses of ServiceData in com.almis.awe.dao
Modifier and TypeMethodDescriptionInitialLoadDao.launchInitialLoad
(AweThreadInitialization initializationData) Launch initial load runner -
Uses of ServiceData in com.almis.awe.developer.service
Modifier and TypeMethodDescriptionPathService.checkPath()
Check if path file properties existsLiteralsService.deleteLiteral
(String code) Delete literalLiteralsService.getLocaleMatches
(String literal, String codeLang) Returns the locale match list for a string given the languageLiteralsService.getSelectedLocale
(String codeLang, String code) Get Markdown text of literal from fileLiteralsService.getTranslationList
(String code) Returns existing translations corresponding to a codeLiteralsService.getUsingLanguage()
Returns using languageLiteralsService.newLiteral
(String codeLang, String code, String literal) Save new literalLiteralsService.saveTranslation
(String formatSelector, String text, String markdown, String codeLang, String searchLang, String code) Save translationUpdates user working directoryLiteralsService.switchLanguages
(String fromLanguage, String toLanguage, String fromTarget, String toTarget) Switch the languagesTranslate from one language to other -
Uses of ServiceData in com.almis.awe.model.dto
Modifier and TypeClassDescriptionclass
Generic class that implements ResponseWrapper and is used to parse the response from a microservice/rest service when no specific class is providedModifier and TypeMethodDescriptionServiceData.addClientAction
(ClientAction clientAction) Adds a client action to the listServiceData.addResultDetails
(MaintainResultDetails details) Adds details about an operationServiceData.addVariable
(String name, CellData variable) Adds a variable to the mapServiceData.addVariable
(String name, String value) Adds a variable to the mapServiceData.copy()
Store the service response from one row of DatalistStore the service response from column list of DatalistServiceData.setType
(AnswerType type) Stores the service response message type (ERROR, OK, WARNING, INFO)ResponseWrapper.toServiceData()
Retrieve wrapper information as service dataServiceDataWrapper.toServiceData()
-
Uses of ServiceData in com.almis.awe.notifier.service
Modifier and TypeMethodDescriptionNotifierService.getNotifications()
Get notifications and update notification bell unitNotifierService.goToNotificationScreen
(Integer notificationId) Go to notification screenNotifierService.toggleEmailSubscription
(String user, Integer subscription) Toggle email subscriptionNotifierService.toggleWebSubscription
(String user, Integer subscription) Toggle web subscription -
Uses of ServiceData in com.almis.awe.scheduler.dao
Modifier and TypeMethodDescriptionCalendarDAO.activateCalendars
(List<Integer> calendarIdList) Retrieve all tasks with the calendar set and set the calendar to their triggersTaskDAO.changeStatus
(Task task, TaskExecution execution, TaskStatus status, String reason) Change a task statusCalendarDAO.checkTriggersContainsCalendar
(Integer... calendarIdList) Check if the scheduler contains the selected calendarSchedulerDAO.clearAndStop()
Clear all scheduled tasks and stop the scheduler.CalendarDAO.computeNextFireTimes
(int times, Schedule schedule) Compute next fire timesCalendarDAO.deactivateCalendars
(List<Integer> calendarIdList) Retrieve all tasks with the calendar set and remove the calendar from their triggersCalendarDAO.deleteSchedulerCalendar
(List<Integer> calendarIdList) Delete selected calendarsTaskDAO.deleteTask
(Integer ideTsk) Delete a single task from schedulerTaskDAO.deleteTask
(List<Integer> ideTsk) Delete a task from schedulerTaskDAO.executeTaskNow
(Integer taskId, String user) Execute the selected task nowSchedulerDAO.getConfiguredJobs()
Get configuredSchedulerDAO.getCurrentlyExecutingJobs()
Get currently executing job instances from the scheduler isntanceTaskDAO.getExecutionsToPurge
(Integer taskId, Integer executions) Retrieve executions to purge (sorted)SchedulerDAO.getSchedulerMetadata()
Returns information about the configured schedulerTaskDAO.getTaskExecutionList
(Integer taskId) Retrieve task execution list fixedTaskDAO.getTaskList
(TaskListCriteria taskListCriteria) Retrieve the task listCalendarDAO.insertSchedulerCalendar
(Integer calendarIde, boolean replace, boolean updateTriggers) Insert and schedule a new calendarCalendarDAO.insertSchedulerCalendar
(String alias, Integer calendarId, boolean replace, boolean updateTriggers) Insert and schedule a new calendarTaskDAO.insertTask
(Integer taskId) Insert and schedule a new taskTaskDAO.loadExecutionScreen
(String path, com.fasterxml.jackson.databind.node.ObjectNode address) Load execution screen parametersTaskDAO.loadMaintainVariables
(String maintainStr) Load needed variables from the selected maintainPause the selected taskTaskDAO.purgeExecutionLogFiles
(Integer taskId, Integer executions) Purge execution log filesTaskDAO.purgeExecutionsAtStart()
Purge executions at startTaskDAO.reloadExecutionScreen
(Integer taskId, Integer executionId) Reload execution task parametersSchedulerDAO.restart()
Scheduler's emergency reboot methodTaskDAO.resumeTask
(Task task) Resume the selected taskSchedulerDAO.start()
Start the scheduler serviceSchedulerDAO.startNoQuartz()
Start the scheduler serviceSchedulerDAO.stop()
Stop the scheduler serviceTaskDAO.updateExecutionTime
(Integer taskId, Integer executionId) Update execution timeTaskDAO.updateInterruptedTasks()
Update running task status [4] to interrupted [6]CalendarDAO.updateSchedulerCalendar
(Integer calendarIde) Update and schedule a new calendarTaskDAO.updateTask
(Integer taskId) Update and reschedule a taskCalendarDAO.yearSelectService()
Retrieves next 100 years -
Uses of ServiceData in com.almis.awe.scheduler.feign
Modifier and TypeMethodDescriptionRemoteScheduler.activateCalendar
(List<Integer> calendarIdList) Resume the selected calendarRemoteScheduler.checkCalendarInTriggers
(List<Integer> calendarIdList) Check if the scheduler contains the selected calendarRemoteScheduler.clearAndStopScheduler()
Clear all scheduled tasks and stop the scheduler.RemoteScheduler.deactivateCalendar
(List<Integer> calendarIdList) Pause the selected calendarRemoteScheduler.deleteCalendars
(List<Integer> calendarIdList) Delete a calendar from schedulerRemoteScheduler.executeTaskNow
(int taskId, String user) Execute the selected task nowRemoteScheduler.getConfiguredJobs()
Get configuredRemoteScheduler.getExecutingJobs()
Get currently executing jobs from the scheduler instanceRemoteScheduler.getNextFireTimes
(int numberOfFireTimes, Schedule schedule) RemoteScheduler.getSchedulerMetadata()
Returns information about the configured schedulerRemoteScheduler.getTaskExecutionList
(int taskId) Retrieve the task progress statusRemoteScheduler.getTaskList
(TaskListCriteria taskListCriteria) RemoteScheduler.insertCalendar
(int calendarId) Insert and schedule a new calendarRemoteScheduler.pauseTask
(int taskId) Pause the selected taskRemoteScheduler.purgeExecutions
(int taskId, int keep) Purge execution logsRemoteScheduler.rescheduleTask
(int taskId) Update and reschedule a taskRemoteScheduler.restartScheduler()
Scheduler's emergency reboot methodRemoteScheduler.resumeTask
(int taskId) Resume the selected taskRemoteScheduler.scheduleTask
(int taskId) Insert and schedule a new taskRemoteScheduler.startScheduler()
Start the scheduler serviceRemoteScheduler.stopScheduler()
Stop the scheduler serviceRemoteScheduler.unscheduleTask
(List<Integer> taskIdList) Delete some tasks from schedulerRemoteScheduler.updateCalendar
(int calendarId) Update and schedule a new calendar -
Uses of ServiceData in com.almis.awe.scheduler.service
Modifier and TypeMethodDescriptionRemoteSchedulerService.activateCalendar
(List<Integer> calendarIdList) Resume the selected calendar Requires QUARTZSchedulerService.activateCalendar
(List<Integer> calendarIdList) Resume the selected calendar Requires QUARTZRemoteSchedulerService.checkCalendarExist
(List<Integer> calendarIdList) Check if the scheduler contains the selected calendar Requires QUARTZSchedulerService.checkCalendarExist
(List<Integer> calendarIdList) Check if the scheduler contains the selected calendar Requires QUARTZRemoteSchedulerService.clearAndStop()
Clear all scheduled tasks and stop the scheduler.SchedulerService.clearAndStop()
Clear all scheduled tasks and stop the scheduler.RemoteSchedulerService.computeNextFireTimes
(Integer times) Compute next fire times Requires QUARTZSchedulerService.computeNextFireTimes
(Integer times, Schedule schedule) Compute next fire times Requires QUARTZRemoteSchedulerService.currentlyExecutingJobs()
Get currently executing jobs from the scheduler instance Requires QUARTZSchedulerService.currentlyExecutingJobs()
Get currently executing jobs from the scheduler instance Requires QUARTZRemoteSchedulerService.deactivateCalendar
(List<Integer> calendarIdList) Pause the selected calendar Requires QUARTZSchedulerService.deactivateCalendar
(List<Integer> calendarIdList) Pause the selected calendar Requires QUARTZRemoteSchedulerService.deleteSchedulerCalendar
(List<Integer> calendarIdList) Delete selected calendars Requires QUARTZSchedulerService.deleteSchedulerCalendar
(Integer calendarId) Delete a calendar from scheduler Requires QUARTZSchedulerService.deleteSchedulerCalendar
(List<Integer> calendarIdList) Delete selected calendars Requires QUARTZRemoteSchedulerService.deleteSchedulerTask
(List<Integer> ideTsk) Delete a task from scheduler Requires QUARTZSchedulerService.deleteSchedulerTask
(Integer ideTsk) Delete a single task from scheduler Requires QUARTZSchedulerService.deleteSchedulerTask
(List<Integer> ideTsk) Delete a task from scheduler Requires QUARTZRemoteSchedulerService.executeTaskNow
(Integer taskId, String user) Execute the selected task now Requires QUARTZSchedulerService.executeTaskNow
(Integer taskId, String user) Execute the selected task now Requires QUARTZRemoteSchedulerService.getConfiguredJobs()
Get configured Requires QUARTZSchedulerService.getConfiguredJobs()
Get configured Requires QUARTZSchedulerService.getExecutionsToPurge
(Integer taskId, Integer executions) Retrieve the executions to purgeRemoteSchedulerService.getSchedulerMetadata()
Returns information about the configured scheduler Requires QUARTZSchedulerService.getSchedulerMetadata()
Returns information about the configured scheduler Requires QUARTZRemoteSchedulerService.getTaskExecutionList
(Integer taskId) Retrieve the task progress status Requires LOG FILESSchedulerService.getTaskExecutionList
(Integer taskId) Retrieve the task progress status Requires LOG FILESRemoteSchedulerService.getTaskList
(TaskListCriteria taskListCriteria) Retrieve the task list from service Requires QUARTZSchedulerService.getTaskList
(TaskListCriteria taskListCriteria) Retrieve the task list Requires QUARTZRemoteSchedulerService.insertSchedulerCalendar
(Integer calendarIde) Insert and schedule a new calendar Requires QUARTZSchedulerService.insertSchedulerCalendar
(Integer calendarIde) Insert and schedule a new calendar Requires QUARTZSchedulerService.insertSchedulerCalendar
(Integer calendarId, boolean replace, boolean updateTriggers) Insert and schedule a new calendar Requires QUARTZSchedulerService.insertSchedulerCalendar
(String alias, Integer calendarId, boolean replace, boolean updateTriggers) Insert and schedule a new calendar Requires QUARTZRemoteSchedulerService.insertSchedulerTask
(Integer taskId) Insert and schedule a new task Requires QUARTZSchedulerService.insertSchedulerTask
(Integer taskId) Insert and schedule a new task Requires QUARTZSchedulerService.loadExecutionScreen
(String path, com.fasterxml.jackson.databind.JsonNode address) Load execution screenSchedulerService.loadMaintainVariables
(String maintainStr) Load needed variables from the selected maintainPause the selected task Requires QUARTZPause the selected task Requires QUARTZRemoteSchedulerService.purgeExecutionLogs
(Integer taskId, Integer executions) Purge execution logs Requires LOG FILESSchedulerService.purgeExecutionLogs
(Integer taskId, Integer executions) Purge execution logs Requires LOG FILESSchedulerService.purgeExecutionsAtStart()
Purge execution logs on application start Requires LOG FILESSchedulerService.reloadExecutionScreen
(Integer taskId, Integer executionId) Reload execution screenRemoteSchedulerService.restart()
Scheduler's emergency reboot method Requires QUARTZSchedulerService.restart()
Scheduler's emergency reboot method Requires QUARTZRemoteSchedulerService.resumeTask
(Integer taskId) Resume the selected task Requires QUARTZSchedulerService.resumeTask
(Integer taskId) Resume the selected task Requires QUARTZRemoteSchedulerService.start()
Start the scheduler service Requires QUARTZSchedulerService.start()
Start the scheduler service Requires QUARTZSchedulerService.startNoQuartz()
Start the scheduler service Requires QUARTZSchedulerService.startOnInit()
Start the scheduler service Requires QUARTZRemoteSchedulerService.stop()
Stop the scheduler service Requires QUARTZSchedulerService.stop()
Stop the scheduler service Requires QUARTZSchedulerService.updateExecutionTime
(Integer taskId, Integer taskExecution) Update execution timeTaskService.updateInterruptedTasks()
Load tasks from the database to the schedulerRemoteSchedulerService.updateSchedulerCalendar
(Integer calendarId) Update and schedule a new calendar Requires QUARTZSchedulerService.updateSchedulerCalendar
(Integer calendarId) Update and schedule a new calendar Requires QUARTZRemoteSchedulerService.updateSchedulerTask
(Integer taskId) Update and reschedule a task Requires QUARTZSchedulerService.updateSchedulerTask
(Integer taskId) Update and reschedule a task Requires QUARTZSchedulerService.yearSelectService()
Retrieves next 100 yearsModifier and TypeMethodDescriptionvoid
ExecutionService.startTimeoutJob
(TaskExecution execution, long timeout, Future<ServiceData> process) Start timeout job -
Uses of ServiceData in com.almis.awe.scheduler.service.report
Modifier and TypeMethodDescriptionSchedulerReportService.execute
(Task task, TaskExecution execution) -
Uses of ServiceData in com.almis.awe.scheduler.service.scheduled
Modifier and TypeMethodDescriptionJobService.launchBatch
(SchedulerJob job, Future<ServiceData> process) Start batch processModifier and TypeMethodDescriptionCommandJobService.executeJob
(Task task, TaskExecution execution, org.quartz.JobDataMap dataMap) abstract Future<ServiceData>
JobService.executeJob
(Task task, TaskExecution execution, org.quartz.JobDataMap dataMap) Execute jobMaintainJobService.executeJob
(Task task, TaskExecution execution, org.quartz.JobDataMap dataMap) Execute JobModifier and TypeMethodDescriptionJobService.launchBatch
(SchedulerJob job, Future<ServiceData> process) Start batch process -
Uses of ServiceData in com.almis.awe.service
Modifier and TypeMethodDescriptionMenuService.allowMenuOption
(Integer user, Integer profile, String option) Allow menu option with restrictionsLauncherService.callService
(String serviceName, Map<String, Object> serviceArgs) Launches a service (must be defined in APP or AWE Services.xml file) and returns the service dataLocaleService.changeLanguage
(String language) Change language to localesUserService.changeUserMode
(String user, String mode) Switch user theme mode from light to dark or viceversaQueryService.checkEmpty
(String queryId) Check if a query returns no dataQueryService.checkEmptyAction()
Check if a query returns data or notFavouriteService.checkFavourites
(String user, String option) Check favourite option to keep button state updatedQueryService.checkUnique
(String queryId) Check if a query returns data or notQueryService.checkUniqueAction()
Check if a query returns data or notFavouriteService.clickFavourite
(String user, String option) Click on favourite button: Add/Remove option from favourites and refresh menuFileService.deleteFile()
Deletes an uploaded fileFileService.deleteFile
(FileData fileData) Deletes an uploaded fileAccessService.encryptProperty
(String textToEncrypt, String phraseKey) Encrypts a text parameter with algorithm RipEmd160AccessService.encryptText
(String textToEncrypt, String phraseKey) Encrypts a text parameter with algorithm RipEmd160TotpService.generate2faSecret()
Generate secret codeMenuService.getAllScreenList
(String suggest) Retrieve a list of all screensLocaleService.getApplicationLocales()
Generate json object with application localsHelpService.getApplicationManual
(String manualHeader) Retrieve application manual headerScreenService.getAttributeNameList
(String suggest) Get screen attribute list namesMenuService.getAvailableScreenList
(String suggest) Retrieve a list of available screensSystemService.getDate()
Returns the system dateFileService.getFileInfo()
Given a file identifier, retrieve file informationFileService.getLogFile()
Retrieve a log file contentLogService.getLogList
(String fileName, String date, String startTime, String endTime) Get log files sortedMaintainService.getMaintainList
(String search) Retrieve maintain listMenuService.getMenuOptionTree()
Retrieve the menu without restrictionsMenuService.getMenuOptionTreeByModule
(Integer user, Integer profile, String module) Retrieve the menu without restrictionsMenuService.getModuleList()
Retrieve a list of available modulesMenuService.getNameOptionList
(String suggest) Retrieve a list of available optionsPrinterService.getPrinterList()
Provides printer ListAccessService.getProfileNameFileList()
Get profile restriction listTotpService.getQRCodeList
(Boolean generate) Generate QR codeScreenService.getScreenDataAction()
Generates an screen dataScreenService.getScreenElementList
(@NonNull String screenId, String suggest) Get screen component list namesMenuService.getScreenRestrictions
(String restriction) Retrieve a list of available screensScreenService.getTaglistData
(String option, String tagListId) Generate taglist dataQueryService.launchEnumQuery
(String enumId) Launches an enumerated queryQueryService.launchEnumQuery
(String enumId, String forcedPage, String forcedMax) Launches an enumerated queryMaintainService.launchMaintain
(Target maintainTarget, com.fasterxml.jackson.databind.node.ObjectNode parameters, DatabaseConnection databaseConnection, boolean keepAliveConnection) Launches a maintainMaintainService.launchMaintain
(String maintainId) Launches a maintainMaintainService.launchMaintain
(String maintainId, DatabaseConnection databaseConnection, boolean keepAliveConnection) Launches one maintain with a connectionMaintainService.launchMaintain
(String maintainId, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches one maintain with parametersMaintainService.launchMaintain
(String maintainId, com.fasterxml.jackson.databind.node.ObjectNode parameters, DatabaseConnection databaseConnection, boolean keepAliveConnection) Launches one maintain with a connectionMaintainService.launchMaintain
(String maintainId, String alias) Launches a maintain with an aliasMaintainService.launchMaintainAction()
Launch maintain action (from services)MaintainService.launchPrivateMaintain
(String maintainId) Launches a maintainMaintainService.launchPrivateMaintain
(String maintainId, DatabaseConnection databaseConnection, boolean keepAliveConnection) Launches one maintain with a connection without checking sessionMaintainService.launchPrivateMaintain
(String maintainId, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches one maintain with parametersMaintainService.launchPrivateMaintain
(String maintainId, com.fasterxml.jackson.databind.node.ObjectNode parameters, DatabaseConnection databaseConnection, boolean keepAliveConnection) Launches one maintain with a connection without checking sessionMaintainService.launchPrivateMaintain
(String maintainId, String alias) Launches a maintain with an aliasQueryService.launchPrivateQuery
(String queryId) Launches a query (must be defined in APP or AWE Queries.xml file) and generates the output Query comes defined in target-action variableQueryService.launchPrivateQuery
(String queryId, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches a private queryQueryService.launchPrivateQuery
(String queryId, String alias) Launches a query (must be defined in APP or AWE Queries.xml file) and generates the output Query comes defined in target-action variableQueryService.launchPrivateQuery
(String queryId, String forcedPage, String forcedMax) Launches a private queryQueryService.launchQuery
(Query query, String alias, String forcedPage, String forcedMax) Launches a queryQueryService.launchQuery
(String queryId) Launches a query (must be defined in APP or AWE Queries.xml file) and generates the output Query comes defined in target-action variableQueryService.launchQuery
(String queryId, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches a query (must be defined in APP or AWE Queries.xml file) and generates the output Query comes defined in target-action variableQueryService.launchQuery
(String queryId, com.fasterxml.jackson.databind.node.ObjectNode parameters, boolean checkSession) Launches a queryQueryService.launchQuery
(String queryId, String alias) Launches a query (must be defined in APP or AWE Queries.xml file) and generates the output Query comes defined in target-action variableQueryService.launchQuery
(String queryId, String forcedPage, String forcedMax) Launches a queryQueryService.launchQuery
(String queryId, String alias, String forcedPage, String forcedMax, boolean checkSession) Launches a queryQueryService.launchQueryAction()
Launches a query (must be defined in APP or AWE Queries.xml file) and generates the output Query comes defined in target-action variableTemplateService.loadTagListData
(TagList tagList) Retrieve taglist dataAccessService.login()
Performs the login actionAccessService.logout()
Performs the logout actionQueryService.onSubscribeData
(Query query, ComponentAddress address, ServiceData subscriptionData, Map<String, QueryParameter> parameterMap) Manage subscription resultsReportService.printScreen
(String screenName, String printAction) Print current screenPropertyService.refreshDatabaseProperties()
Generate application propertiesMenuService.refreshMenu()
Generates an array node with all options in the menuEmailService.reloadMailServers()
Reload mail servers (when updated)MenuService.removeRestriction
(Integer user, Integer profile, String option) Remove menu option restrictionMenuService.restrictMenuOption
(Integer user, Integer profile, String option) Restrict menu option with restrictionsBroadcastService.sendMessageToUser
(String user, String message) Send a message to a userQueryService.subscribe
(String queryId, ComponentAddress address) Subscribe to a queryQueryService.subscribeAction()
Subscribe to a queryTotpService.update2faStatus
(Integer enabled) Update 2fa statusMenuService.updateMenuRestrictionTree
(String option) Update menu restriction treeQueryService.updateModelAction()
Update some criteria at onceAccessService.verify2faCode
(String code) Retrieve QR Code in PNG format as StringReportService.viewPdfFile
(String filePath) Retrieve application manual headerModifier and TypeMethodDescriptionModifier and TypeMethodDescriptionQueryService.onSubscribeData
(Query query, ComponentAddress address, ServiceData subscriptionData, Map<String, QueryParameter> parameterMap) Manage subscription results -
Uses of ServiceData in com.almis.awe.service.connector
Modifier and TypeMethodDescriptionprotected ServiceData
AbstractRestConnector.doRequest
(String url, AbstractServiceRest service, Map<String, Object> paramsMapFromRequest) Generates the request and launches itJavaConnector.launch
(ServiceType service, Map<String, Object> paramsMapFromRequest) MicroserviceConnector.launch
(ServiceType service, Map<String, Object> paramsMapFromRequest) RestConnector.launch
(ServiceType service, Map<String, Object> paramsMapFromRequest) ServiceConnector.launch
(ServiceType service, Map<String, Object> paramsMapFromRequest) Launch serviceLaunches a subscription to a serviceLaunches a subscription to a serviceSubscribe to a service dataModifier and TypeMethodDescriptionprotected void
AbstractRestConnector.checkServiceResponse
(ServiceData serviceData) Check service response and send exception if failed or warning -
Uses of ServiceData in com.almis.awe.service.data.builder
Modifier and TypeMethodDescriptionQueueBuilder.build()
Call the service and returns the ServiceDataServiceBuilder.build()
Call the service and returns the ServiceDataQueueBuilder.receiveMessage
(String correlationId) Receive message from a queueQueueBuilder.subscribe()
Subscribe to a topic queue -
Uses of ServiceData in com.almis.awe.service.data.connector.maintain
Modifier and TypeMethodDescription<T extends MaintainQuery>
ServiceDataEmailMaintainConnector.launch
(T query, DatabaseConnection databaseConnection, com.fasterxml.jackson.databind.node.ObjectNode parameters) <T extends MaintainQuery>
ServiceDataMaintainConnector.launch
(T query, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches a maintain<T extends MaintainQuery>
ServiceDataQueueMaintainConnector.launch
(T query, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) <T extends MaintainQuery>
ServiceDataServiceMaintainConnector.launch
(T query, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) <T extends MaintainQuery>
ServiceDataSQLMaintainConnector.launch
(T query, DatabaseConnection databaseConnection, com.fasterxml.jackson.databind.node.ObjectNode parameters) MaintainLauncher.launchMaintain
(MaintainQuery maintain, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches maintain with a connection -
Uses of ServiceData in com.almis.awe.service.data.connector.query
Modifier and TypeMethodDescriptionprotected ServiceData
AbstractQueryConnector.buildResults
(QueryBuilder builder, Query query) Build resultsprotected ServiceData
AbstractQueryConnector.generateResults
(ServiceData result, Query query, Map<String, QueryParameter> parameterMap) Generate datalist resultLaunch queryLaunch a full queryServiceQueryConnector.launch
(Query query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launch queryEnumQueryConnector.launchEnum
(String enumId, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launch enumeratedQueryLauncher.launchQuery
(@NonNull Query query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches a queryQueueQueryConnector.onSubscriptionData
(Query query, ServiceData subscriptionData, Map<String, QueryParameter> parameterMap) Manage subscription dataEnumQueryConnector.subscribe
(Query query, ComponentAddress address, com.fasterxml.jackson.databind.node.ObjectNode parameters) QueryConnector.subscribe
(Query query, ComponentAddress address, com.fasterxml.jackson.databind.node.ObjectNode parameters) Subscribe to a queueQueryLauncher.subscribe
(Query query, ComponentAddress address, com.fasterxml.jackson.databind.node.ObjectNode parameters) Subscribe to a queryQueueQueryConnector.subscribe
(Query query, ComponentAddress address, com.fasterxml.jackson.databind.node.ObjectNode parameters) ServiceQueryConnector.subscribe
(Query query, ComponentAddress address, com.fasterxml.jackson.databind.node.ObjectNode parameters) SQLQueryConnector.subscribe
(Query query, ComponentAddress address, com.fasterxml.jackson.databind.node.ObjectNode parameters) Modifier and TypeMethodDescriptionprotected DataList
AbstractQueryConnector.fillDataList
(ServiceData serviceData, Query query, Map<String, QueryParameter> parameterMap) Retrieves complete data list with totalsprotected ServiceData
AbstractQueryConnector.generateResults
(ServiceData result, Query query, Map<String, QueryParameter> parameterMap) Generate datalist resultQueueQueryConnector.onSubscriptionData
(Query query, ServiceData subscriptionData, Map<String, QueryParameter> parameterMap) Manage subscription data -
Uses of ServiceData in com.almis.awe.service.data.processor
Modifier and TypeMethodDescriptionQueueProcessor.parseResponseMessage
(ResponseMessage response, jakarta.jms.Message message) Parse queue message -
Uses of ServiceData in com.almis.awe.service.report
Modifier and TypeMethodDescriptionReportGenerator.downloadScreenReportFiles
(List<FileData> reportFiles) Generate a report and return client actions to download it -
Uses of ServiceData in com.almis.awe.tools.service
Modifier and TypeMethodDescriptionCheck file existsSqlExtractorService.deleteColumns()
Delete columns from gridSqlExtractorService.extractData
(String select, String type) Extract dataSqlExtractorService.getSelectFile()
Get existing select filesSqlExtractorService.loadSelectSentence
(String fileName) Save select fileSqlExtractorService.saveSelectFile
(String fileName, String selects) Save select file