Uses of Class
com.almis.awe.exception.AWException
Package
Description
-
Uses of AWException in com.almis.awe.annotation.aspect
Modifier and TypeMethodDescriptionAuditAnnotation.auditClassProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Audit advise method for class and method Audit annotationsCryptoAnnotation.cryptoArgumentProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Crypto annotation processor for argument annotationsCryptoAnnotation.cryptoMethodProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Crypto annotation processor for method annotationsSessionAnnotation.fromSessionArgument
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) FromSession annotation processor for argument annotationsSessionAnnotation.fromSessionMethod
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) FromSession annotation processor for method annotationsHashAnnotation.hashArgumentProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Hash annotation processor for argument annotationsHashAnnotation.hashMethodProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Hash annotation processor for method annotationsLocaleAnnotation.localeArgumentProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Locale annotation processor for argument annotationsLocaleAnnotation.localeMethodProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Locale annotation processor for method annotations -
Uses of AWException in com.almis.awe.annotation.processor.security
Modifier and TypeMethodDescriptionHashProcessor.processHashing
(Hash hash, String value) Process current annotation -
Uses of AWException in com.almis.awe.annotation.util
Modifier and TypeMethodDescriptionstatic <T> T
AnnotationUtils.processJoinPoint
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) Proceed join pointstatic <T> T
AnnotationUtils.processJoinPoint
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Object... arguments) Proceed join point -
Uses of AWException in com.almis.awe.builder.screen.base
-
Uses of AWException in com.almis.awe.component
Modifier and TypeMethodDescriptionAweDatabaseContextHolder.getDatabaseConnection
(String alias) Get current database connectionAweDatabaseContextHolder.getDatabaseConnection
(DataSource dataSource) Get current database connectionAweDatabaseContextHolder.getDatabaseType
(DataSource dataSource) Get current connection typejakarta.jms.Destination
AweJmsDestination.getDestination
(String alias) Retrieve JMS destination for a queue or a topic -
Uses of AWException in com.almis.awe.controller
Modifier and TypeMethodDescriptionScreenDataController.handleAWENotFoundException
(AWException exc) Handle not found errorvoid
FileController.handleAWException
(AWException exc) Handle errorScreenDataController.handleAWException
(AWException exc) Handle errorTemplateController.handleAWException
(AWException exc) Handle errorUploadController.handleAWException
(AWException exc) Handle upload errorModifier and TypeMethodDescriptionFileController.deleteFile
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve file for downloadorg.springframework.http.ResponseEntity<byte[]>
FileController.downloadFile
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve file for downloadorg.springframework.http.ResponseEntity<byte[]>
FileController.downloadFileMaintain
(com.fasterxml.jackson.databind.node.ObjectNode parameters, String targetId) Retrieve file for downloadScreenDataController.getDefaultScreenData
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve screen dataTemplateController.getDefaultScreenTemplate()
Retrieve default screen templateorg.springframework.http.ResponseEntity<org.springframework.core.io.FileSystemResource>
FileController.getFileAsStream
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve generic file streamorg.springframework.http.ResponseEntity<org.springframework.core.io.FileSystemResource>
FileController.getFileAsStreamPOST
(com.fasterxml.jackson.databind.node.ObjectNode parameters, String targetId) Retrieve generic file streamorg.springframework.http.ResponseEntity<String>
FileController.getFileAsText
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve text fileScreenDataController.getOptionScreenData
(String optionId, com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve screen dataTemplateController.getScreenTemplate
(String view, String optionId) Retrieve screen templatesSettingsController.getSettings
(jakarta.servlet.http.HttpServletRequest httpServletRequest) Retrieve application settingsStaticResourcesController.getThemeVariables
(String xxx) Generate theme variablesvoid
UploadController.handleFileUpload
(String token, org.springframework.web.multipart.MultipartFile file, String address, String destination, String uploadIdentifier) Upload a file -
Uses of AWException in com.almis.awe.dao
Modifier and TypeMethodDescriptionboolean
Check role if exists.boolean
InitialLoadDao.launchInitialLoad
(AweThreadInitialization initializationData) Launch initial load runner -
Uses of AWException in com.almis.awe.developer.service
Modifier and TypeMethodDescriptionPathService.checkPath()
Check if path file properties existsLiteralsService.deleteLiteral
(String code) Delete literalLocaleFileService.getLanguageList()
Retrieve language listLiteralsService.getLocaleMatches
(String literal, String codeLang) Returns the locale match list for a string given the languagePathService.getPath()
Check if path file properties existsPathService.getPropertiesFile()
Check if path file properties existsLiteralsService.getSelectedLocale
(String codeLang, String code) Get Markdown text of literal from fileTranslationService.getTranslation
(String literal, String fromLang, String toLang) Extract translation from API resultLiteralsService.getTranslationList
(String code) Returns existing translations corresponding to a codeLiteralsService.newLiteral
(String codeLang, String code, String literal) Save new literalLocaleFileService.readLocalesFromFile
(String codeLang) Read local list from fileLiteralsService.saveTranslation
(String formatSelector, String text, String markdown, String codeLang, String searchLang, String code) Save translationUpdates user working directoryvoid
LocaleFileService.storeLocaleListFile
(String codeLang, Locales locales) Store local fileTranslate from one language to other -
Uses of AWException in com.almis.awe.exception
Modifier and TypeClassDescriptionclass
Specific AWE not found Exception classclass
Specific AWE Exception class Formatted exception to show a title and a description of the thrown ERRORclass
Specific AWE Session Exception class Formatted exception to show a title and a description of the thrown ERROR -
Uses of AWException in com.almis.awe.model.component
Modifier and TypeMethodDescriptionGet an action with the identifierGet an email operation with the identifierAweElements.getEnumerated
(String groupId) Get an EnumeratedGroup with the identifierAweElements.getMaintain
(String maintainId) Get a MAINTAIN operation with the identifierGet menu objectAweElements.getPhaseServices
(LaunchPhaseType phase) Get phase SERVICESAweElements.getProfile
(String profile) Get profile objectGet a Query with the identifierGet a Queue with the identifierGet a screen with the identifierAweElements.getService
(String serviceId) Get a service with the identifier -
Uses of AWException in com.almis.awe.model.dto
Modifier and TypeMethodDescriptionResponseWrapper.toServiceData()
Retrieve wrapper information as service dataServiceDataWrapper.toServiceData()
-
Uses of AWException in com.almis.awe.model.entities.actions
-
Uses of AWException in com.almis.awe.model.entities.screen.component.widget
Modifier and TypeMethodDescriptionWidget.getWidgetParametersConverter()
Returns the parameter element list for JSON serialization -
Uses of AWException in com.almis.awe.model.entities.screen.data
-
Uses of AWException in com.almis.awe.model.service
Modifier and TypeMethodDescription<T> List<T>
DataListService.asBeanList
(@NonNull DataList dataList, Class<T> beanClass) Return the datalist as bean list<T> List<T>
DataListService.getParameterBeanListValue
(Class<T> beanClass, Map<String, Object> paramsMap) Retrieve parameter as bean list value.<T> T
DataListService.getParameterBeanValue
(Class<T> beanClass, Map<String, Object> paramsMap) Retrieve parameter as bean value from JSON. -
Uses of AWException in com.almis.awe.model.util.data
Modifier and TypeMethodDescriptionvoid
QueryUtil.addToVariableMap
(Map<String, QueryParameter> variableMap, Query query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Prepare query variables if not defined previouslystatic byte[]
Compress a stringstatic String
CompressionUtil.decompress
(byte[] compressed) Decompress a stringcom.fasterxml.jackson.databind.JsonNode
QueryUtil.getParameter
(Variable variable, com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve parametercom.fasterxml.jackson.databind.JsonNode
QueryUtil.getParameter
(String stringValue, com.fasterxml.jackson.databind.JsonNode parameter, ParameterType type, String variableId) Retrieve parameter as JsonQueryUtil.getVariableMap
(MaintainQuery query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Get variable map for a single index without listsQueryUtil.getVariableMap
(Query query, com.fasterxml.jackson.databind.node.ObjectNode parameters) Prepare query variables if not defined previouslyQueryUtil.getVariableMap
(Query query, String page, String max) Prepare query variables if not defined previouslyQueryUtil.getVariableMap
(String page, String max) Prepare query variables if not defined previouslyQueryUtil.getVariableMap
(List<Variable> variables, com.fasterxml.jackson.databind.node.ObjectNode parameters, Integer index) Prepare query variables if not defined previouslystatic <T> List<T>
DataListUtil.initializeList
(List<T> valueList, Class<T> beanClass) Initialize bean listboolean
QueryUtil.variableIsList
(@NonNull Variable variable, com.fasterxml.jackson.databind.node.ObjectNode parameters) Finds out if a variable value is a list -
Uses of AWException in com.almis.awe.model.util.file
Modifier and TypeMethodDescriptionstatic String
FileUtil.fileDataToString
(FileData fileData) Transform fileData into a stringstatic FileData
FileUtil.stringToFileData
(String fileStringEncoded) Transform fileData into a string -
Uses of AWException in com.almis.awe.model.util.security
Modifier and TypeMethodDescriptionDecrypts a stringEncrypts a stringstatic String
Create a HASH with algorithmstatic String
Create a HASH with md2Hashstatic String
Create a HASH with md5Hashstatic String
Create a HASH with sha1Hashstatic String
Crypto.HASH.sha256Hash
(String message) Create a HASH with sha256Hashstatic String
Crypto.HASH.sha384Hash
(String message) Create a HASH with sha384Hashstatic String
Crypto.HASH.sha512Hash
(String message) Create a HASH with sha512Hash -
Uses of AWException in com.almis.awe.notifier.service
Modifier and TypeMethodDescriptionNotifierService.getNotifications()
Get notifications and update notification bell unitNotifierService.goToNotificationScreen
(Integer notificationId) Go to notification screenvoid
NotifierService.notify
(NotificationDto notification) Send a notificationNotifierService.toggleEmailSubscription
(String user, Integer subscription) Toggle email subscriptionNotifierService.toggleWebSubscription
(String user, Integer subscription) Toggle web subscription -
Uses of AWException in com.almis.awe.rest.controller
Modifier and TypeMethodDescriptionAweRestController.handleException
(AWException exc) Handle Query or Maintain not defined errorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AweRestResponse>
AweRestController.launchMaintain
(String maintainId, RequestParameter parameters) Launch a maintainreactor.core.publisher.Mono<AweRestResponse>
AweRestController.launchMaintainMono
(String maintainId, RequestParameter parameters) Launch a maintainorg.springframework.http.ResponseEntity<AweRestResponse>
AweRestController.launchPublicMaintain
(String maintainId, RequestParameter parameters) Launch a public maintainorg.springframework.http.ResponseEntity<AweRestResponse>
AweRestController.launchPublicQuery
(String queryId, RequestParameter parameters) Launch a public queryorg.springframework.http.ResponseEntity<AweRestResponse>
AweRestController.launchQuery
(String queryId, RequestParameter parameters) Request a query -
Uses of AWException in com.almis.awe.scheduler.builder.cron
Modifier and TypeMethodDescriptionorg.quartz.CronScheduleBuilder
CronPatternBuilder.build()
Sets the value of each parameter depending on the selected value of 'Repeat type' witch can be: minutes,hours,days,week or years<T extends org.quartz.Trigger>
org.quartz.ScheduleBuilder<T>PatternBuilder.build()
Build schedule builderorg.quartz.SimpleScheduleBuilder
SimplePatternBuilder.build()
Sets the value of each parameter depending on the selected value of 'Repeat type' witch can be: minutes,hours,days,week or years -
Uses of AWException in com.almis.awe.scheduler.builder.task
-
Uses of AWException 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 triggersvoid
TaskDAO.addTaskToScheduler
(Task task) Add task to the schedulerTaskDAO.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.endTask
(Task task, TaskExecution execution) End a taskvoid
TaskDAO.executeDependency
(Integer taskId, TaskExecution parentExecution) Execute the task ask dependencyTaskDAO.executeTaskNow
(Integer taskId, String user) Execute the selected task nowServerDAO.findServer
(Integer serverId, String database) Find server on databaseTaskDAO.getAverageTime
(Integer taskId) Get the average time as stringCalendarDAO.getCalendar
(String alias, Integer calendarId) Get calendar for the given ID on the given databaseSchedulerDAO.getConfiguredJobs()
Get configuredSchedulerDAO.getCurrentlyExecutingJobs()
Get currently executing job instances from the scheduler isntanceDatabaseDAO.getDBAliasList()
Get database alias listTaskDAO.getExecutionsToPurge
(Integer taskId, Integer executions) Retrieve executions to purge (sorted)SchedulerDAO.getSchedulerMetadata()
Returns information about the configured schedulerLoad task from task idTaskDAO.getTask
(Integer taskId, TaskLaunchType launchType) Load task from task idTaskDAO.getTask
(Integer taskId, String database, TaskLaunchType launchType) Load task from task idTaskDAO.getTaskExecution
(Task task, Integer executionId) Get execution from DatabaseTaskDAO.getTaskExecution
(Integer taskId, Integer executionId) Get execution from DatabaseTaskDAO.getTaskExecutionList
(Integer taskId) Retrieve task execution list fixedTaskDAO.getTaskList
(TaskListCriteria taskListCriteria) Retrieve the task listSchedulerDAO.getTriggerState
(String group, String key) Get the trigger state for the given group and trigger keyCalendarDAO.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 maintainvoid
CalendarDAO.loadSchedulerCalendar()
Load calendars from the database to the schedulervoid
TaskDAO.onFinishTask
(Task task, TaskExecution execution) On finish task eventTaskDAO.purgeExecutionLogFiles
(Integer taskId, Integer executions) Purge execution log filesTaskDAO.purgeExecutionsAtStart()
Purge executions at startTaskDAO.reloadExecutionScreen
(Integer taskId, Integer executionId) Reload execution task parametersvoid
CalendarDAO.rescheduleTaskWithCalendar
(Task task, String calendarId) Reschedule task with the new calendar idSchedulerDAO.restart()
Scheduler's emergency reboot methodTaskDAO.resumeTask
(Task task) Resume the selected taskSchedulerDAO.start()
Start the scheduler serviceSchedulerDAO.startNoQuartz()
Start the scheduler serviceStart a taskSchedulerDAO.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 task -
Uses of AWException in com.almis.awe.scheduler.factory
Modifier and TypeMethodDescriptionstatic org.quartz.JobDetail
JobFactory.getInstance
(JobType jobType, org.quartz.JobDataMap dataMap) Gets the correct job with the given job typestatic TaskBuilder
TaskFactory.getInstance
(Task task, File file, org.quartz.Scheduler scheduler) Generate a task using a task builder depending on task datastatic org.quartz.Trigger
TriggerFactory.getInstance
(TriggerType type) Simple get instancestatic org.quartz.Trigger
TriggerFactory.getInstance
(TriggerType type, org.quartz.JobDataMap dataMap) Retrieve trigger instance -
Uses of AWException in com.almis.awe.scheduler.filechecker
Modifier and TypeMethodDescriptionabstract String
Connector.checkForChanges
(Task task) Abstract class for checking on all saved files if there was any changeprotected abstract <T> List<T>
Connector.connectAndGetFiles
(Task task) Abstract class for connecting to some server and getting an array with all files back -
Uses of AWException in com.almis.awe.scheduler.listener
Modifier and TypeMethodDescriptionvoid
SchedulerEventListener.onTaskFinished
(SchedulerTaskFinishedEvent event) On job progress event -
Uses of AWException 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 QUARTZ -
Uses of AWException in com.almis.awe.scheduler.service.scheduled
Modifier and TypeMethodDescriptionJobService.launchBatch
(SchedulerJob job, Future<ServiceData> process) Start batch process -
Uses of AWException in com.almis.awe.service
Modifier and TypeMethodDescriptionTemplateService.generateErrorTemplate
(AWException exc) Generate error templateActionService.getExceptionVariables
(AWException exc) Retrieve the exception variablesActionService.launchDefaultError
(AWException exception) Launch default error actionActionService.launchError
(Action action, AWException exception) Launch an error (action failed)ActionService.launchError
(String actionId, AWException exception) Launch an error (action failed)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 dataUserService.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 updatedboolean
MenuService.checkOptionAddress
(String address) Check if address is validQueryService.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 menuDecodes a text in HexEncodeService.decodeSymmetric
(String text) Decodes a text in DES (Symmetric)byte[]
EncodeService.decodeSymmetricAsByteArray
(String text) Decodes a text in DES (Symmetric)EncodeService.decodeTransmission
(String text, boolean active) Decodes a text in DES (Symmetric)EncodeService.decryptAes
(String text) Decrypts a string with AesEncodeService.decryptAes
(String text, String password) Decrypts a string with AesEncodeService.decryptRipEmd160
(String text) Decrypts a string with RipEmd160EncodeService.decryptRipEmd160WithPhraseKey
(String text, String phraseKey, String encoding) Decrypts a string with RipEmd160 and phraseKeyFileService.deleteFile()
Deletes an uploaded fileFileService.deleteFile
(FileData fileData) Deletes an uploaded filevoid
MaintainService.doCommit
(DatabaseConnection databaseConnection, String statementList, boolean manageConnection) Do maintain rollbackvoid
MaintainService.doRollback
(DatabaseConnection databaseConnection, String statementList, boolean manageConnection) Do maintain rollbackorg.springframework.http.ResponseEntity<byte[]>
FileService.downloadFile
(FileData fileData, Integer downloadIdentifier) Retrieve a text file contentEncodes a text in HexEncodeService.encodePBKDF2WithHmacSHA1
(String text) Hashes a String with a PBKDF2 algorithm based on SHA-1EncodeService.encodePBKDF2WithHmacSHA1
(String text, String salt) Hashes a String with a PBKDF2 algorithm based on SHA-1EncodeService.encodePBKDF2WithHmacSHA1
(String text, String salt, int iterations) Hashes a String with a PBKDF2 algorithm based on SHA-1EncodeService.encodePBKDF2WithHmacSHA1
(String text, String salt, int iterations, int keyLength) Hashes a String with a PBKDF2 algorithm based on SHA-1static String
EncodeService.encodeSymmetric
(byte[] encodeValue) Encodes a text in DES (Symmetric)static String
EncodeService.encodeSymmetric
(String text) Encodes a text in DES (Symmetric)EncodeService.encodeTransmission
(String text, boolean active) Decodes a text in DES (Symmetric)EncodeService.encryptAes
(String text) Encrypts a string with AesEncodeService.encryptAes
(String text, String password) Encrypts a string with AesEncodeService.encryptRipEmd160
(String text) Encrypts a string with RipEmd160EncodeService.encryptRipEmd160WithPhraseKey
(String text, String phraseKey) Encrypts a string with RipEmd160 and phraseKeyEncodeService.encryptRipEmd160WithPhraseKey
(String text, String phraseKey, String encoding) Encrypts a string with RipEmd160 and phraseKeyAccessService.encryptText
(String textToEncrypt, String phraseKey) Encrypts a text parameter with algorithm RipEmd160Retrieve a label from an enumerated valueTotpService.generate2faSecret()
Generate secret codeTemplateService.generateApplicationHelpTemplate
(boolean developers) Generate application help templateTemplateService.generateOptionHelpTemplate
(String optionId, boolean developers) Generate option help templateScreenService.generateScreenData
(String optionId, boolean generateTemplate) Generates an screen dataTemplateService.generateScreenTemplate
(Screen screen, String view, String optionId) Generate screen templateLaunch action (without target)LocaleService.getApplicationLocales()
Generate json object with application localsScreenService.getAttributeNameList
(String suggest) Get screen attribute list namesMenuService.getAvailableOptionByName
(String optionId) Retrieve an option screen from the user menuMenuService.getAvailableOptionScreen
(String optionId) Retrieve an option screen from the user menuMenuService.getAvailableScreenList
(String suggest) Retrieve a list of available screensRetrieve a chart from a screen and a nameMaintainService.getDatabaseConnection()
Retrieve database connectionMaintainService.getDatabaseConnection
(com.fasterxml.jackson.databind.node.ObjectNode parameters) Retrieve database connection from parametersMaintainService.getDatabaseConnection
(String alias) Get database connectionMaintainService.getDatabaseConnection
(DataSource dataSource) Get database connectionMenuService.getDefaultScreen()
Retrieve the menu default screenFavouriteService.getFavourites
(String user) Get favourite list of screensFileService.getFileInfo()
Given a file identifier, retrieve file informationorg.springframework.http.ResponseEntity<org.springframework.core.io.FileSystemResource>
FileService.getFileStream
(FileData fileData) Retrieve a file contentorg.springframework.http.ResponseEntity<org.springframework.core.io.FileSystemResource>
FileService.getFileStream
(String path, String contentType) Retrieve a text file contentFileService.getLogFile()
Retrieve a log file contentLogService.getLogList
(String fileName, String date, String startTime, String endTime) Get log files sortedMenuService.getMenu()
Retrieve the menu for the userRetrieve a menuMenuService.getMenuOptionTree()
Retrieve the menu without restrictionsMenuService.getMenuOptionTreeByModule
(Integer user, Integer profile, String module) Retrieve the menu without restrictionsMenuService.getMenuWithAllRestrictions()
Retrieve the menu with all restrictions (included modules)MenuService.getMenuWithAllRestrictions
(Menu menu) Retrieve the menu with all restrictions (included modules)MenuService.getMenuWithAllRestrictions
(String menuType) Retrieve the menu with all restrictions (included modules)MenuService.getMenuWithRestrictions()
Retrieve the menu for the userMenuService.getMenuWithRestrictions
(Menu menu) Retrieve the menu for the userMenuService.getMenuWithRestrictions
(String menuType) Retrieve the menu for the userMenuService.getModuleList()
Retrieve a list of available modulesMenuService.getNameOptionList
(String suggest) Retrieve a list of available optionsMaintainService.getNextSequenceValue
(String sequence) Retrieve next sequence value (and increase sequence)MaintainService.getNextSequenceValue
(String sequence, DatabaseConnection databaseConnection) Retrieve next sequence value (and increase sequence)MaintainService.getNextSequenceValue
(String sequence, String databaseAlias) Retrieve next sequence value (and increase sequence)MenuService.getOptionByName
(String optionId) Retrieve an option screen from the user menuMenuService.getOptionScreen
(String optionId) Retrieve an option screen from the user menuPrinterService.getPrinterList()
Provides printer ListTotpService.getQRCodeList
(Boolean generate) Generate QR codeRetrieve an screenRetrieve an screenScreenService.getScreenData
(boolean generateTemplate) Retrieve screen dataScreenService.getScreenData
(String optionId, boolean generateTemplate) Retrieve an option screen dataScreenService.getScreenElementList
(@NonNull String screenId, String suggest) Get screen component list namesMenuService.getScreenRestrictions
(String restriction) Retrieve a list of available screensTemplateService.getTagList
(String tagListId) Generates a taglist template from a screen and a taglist idTemplateService.getTagList
(String optionId, String tagListId) Generates a taglist template from a screen and a taglist idScreenService.getTaglistData
(String option, String tagListId) Generate taglist dataTemplateService.getTemplate()
Retrieve a screen template for the default optionTemplateService.getTemplate
(String view, String optionId) Retrieve a screen templateorg.springframework.http.ResponseEntity<String>
FileService.getTextFile
(String path, String contentType) Retrieve a text file contentHashes a String with an SHA-X algorithm without any salt, where X is the algorithm given in the algorithm variableHashes a String with an SHA-X algorithm with a salt, where X is the algorithm given in the algorithm variableboolean
AccessService.isAuthenticated()
Check if user is authenticatedboolean
MenuService.isAvailableOption
(String optionId, String menuType) Retrieve if option is availableActionService.launchAction
(Action action) Launch action (without target)QueryService.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.onAuthenticationSuccess
(org.springframework.security.oauth2.core.user.DefaultOAuth2User oauth2User) Manage Oauth success authenticationQueryService.onSubscribeData
(Query query, ComponentAddress address, ServiceData subscriptionData, Map<String, QueryParameter> parameterMap) Manage subscription resultsReportService.printScreen
(String screenName, String printAction) Print current screenMenuService.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 restrictionChartService.renderChart
(Chart chart, DataList data) Render chart with highcharts export serverChartService.renderChart
(Chart chart, Map<String, DataList> datasourceMap) Render chart with highcharts export serverChartService.renderChart
(String screenName, String chartName, DataList data) Render chart with highcharts export serverRender chart with highcharts export serverMenuService.restrictMenuOption
(Integer user, Integer profile, String option) Restrict menu option with restrictionsQueryService.subscribe
(String queryId, ComponentAddress address) Subscribe to a queryQueryService.subscribeAction()
Subscribe to a queryMenuService.updateMenuRestrictionTree
(String option) Update menu restriction treeQueryService.updateModelAction()
Update some criteria at onceFileService.uploadFile
(org.springframework.web.multipart.MultipartFile file, String folder) Retrieve a text file contentAccessService.verify2faCode
(String code) Retrieve QR Code in PNG format as StringReportService.viewPdfFile
(String filePath) Retrieve application manual header -
Uses of AWException in com.almis.awe.service.connector
Modifier and TypeMethodDescriptionprotected void
AbstractRestConnector.checkServiceResponse
(ServiceData serviceData) Check service response and send exception if failed or warningprotected 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 serviceSubscribe to a service data -
Uses of AWException in com.almis.awe.service.data.builder
Modifier and TypeMethodDescriptionDataListBuilder.build()
Build datalistEnumBuilder.build()
Launches a query (must be defined in APP or awe Queries.xml file) and generates the output Query comes defined in target-action variableQueryBuilder.build()
BuildQueueBuilder.build()
Call the service and returns the ServiceDataServiceBuilder.build()
Call the service and returns the ServiceDatacom.querydsl.sql.dml.AbstractSQLClause<?>
SQLMaintainBuilder.build()
Builds the SQLQuerycom.querydsl.sql.SQLQuery<com.querydsl.core.Tuple>
SQLQueryBuilder.build()
Builds the SQLQueryprotected void
SQLQueryBuilder.doWhere
(com.querydsl.sql.SQLQuery<com.querydsl.core.Tuple> finalQuery) Adds WHERE operations to the SQLQueryFind a enumerated labelprotected com.querydsl.core.types.Expression
SQLBuilder.getCaseExpression
(Case field) Retrieve case expressionprotected com.querydsl.core.types.Expression
SQLBuilder.getConstantExpression
(Constant field) Retrieve field expressionEnumBuilder.getEnumerated()
Launches a query (must be defined in APP or awe Queries.xml file) and generates the output Query comes defined in target-action variableEnumBuilder.getEnumeratedAsDataList()
Get enumerated element as DataListcom.fasterxml.jackson.databind.node.ArrayNode
EnumBuilder.getEnumeratedAsJson()
Get enumerated element as Jsonprotected com.querydsl.core.types.Expression
SQLBuilder.getFieldExpression
(Field field) Retrieve field expressionprotected com.querydsl.core.types.Expression[]
SQLQueryBuilder.getFields()
Forms the Expressions for the SELECT operationprotected com.querydsl.core.types.dsl.BooleanExpression
SQLBuilder.getFilterGroups
(FilterGroup group) Adds filter groups conditionsprotected com.querydsl.core.types.Expression
SQLBuilder.getOperandExpression
(SqlField operand) Retrieve operand templateprotected com.querydsl.core.types.Expression
SQLBuilder.getOperationExpression
(Operation operation) Retrieve operation expressionprotected com.querydsl.core.types.Expression
SQLBuilder.getOverExpression
(Over field) Retrieve over expressionSQLMaintainBuilder.getSequence
(String sequence) Retrieves and updates the value for the sequenceprotected com.querydsl.core.types.Expression
SQLBuilder.getSqlFieldExpression
(SqlField field) Retrieve operand templateprotected com.querydsl.sql.SQLQuery<com.querydsl.core.Tuple>
SQLBuilder.getSubquery
(String queryId) Generates a SQLQuery as a subqueryprotected Object
SQLBuilder.getTableExpression
(Table table, boolean withAlias) Retrieve table expressionprotected com.querydsl.core.types.Expression[]
SQLQueryBuilder.getTables()
Forms the Expressions for the FROM operationprotected com.querydsl.core.types.Expression
SQLBuilder.getVariableAsExpression
(String value, ParameterType type) Generate variable for parameterprotected com.querydsl.core.types.Expression
SQLBuilder.getVariableAsExpressionOrEmpty
(String value, ParameterType type) Generate variable for parameterprotected com.querydsl.core.types.Expression
SQLBuilder.getVariableExpression
(String variableName) Retrieve a single variable as an ExpressionAbstractQueryBuilder.getVariables()
Retrieve query generated variablesQueryBuilder.getVariables()
Retrieve query generated variablesXMLEmailBuilder.parseEmail()
Parse given XML email templateQueueBuilder.receiveMessage
(String correlationId) Receive message from a queueQueueBuilder.sendMessage
(Map<String, Object> parameterList) Send a message to a queueQueueBuilder.sendMessage
(org.springframework.jms.core.JmsTemplate template, RequestMessage request, Map<String, Object> parameterList) Send JMS MessageQueueBuilder.subscribe()
Subscribe to a topic queue -
Uses of AWException 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 AWException in com.almis.awe.service.data.connector.query
Modifier and TypeMethodDescriptionprotected ServiceData
AbstractQueryConnector.buildResults
(QueryBuilder builder, Query query) Build resultsprotected 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 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 dataprotected DataListBuilder
AbstractQueryConnector.processDataList
(DataListBuilder builder, Query query, Map<String, QueryParameter> variables) Process dataListprotected DataListBuilder
AbstractQueryConnector.sortDataList
(DataListBuilder builder, Map<String, QueryParameter> variables) Sort data listEnumQueryConnector.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) -
Uses of AWException in com.almis.awe.service.data.processor
Modifier and TypeMethodDescriptionvoid
TotalizeColumnProcessor.addNewLine
(List<Map<String, CellData>> list) Add a new line with valuesQueueProcessor.parseResponseMessage
(ResponseMessage response, jakarta.jms.Message message) Parse queue messageProcess cell to retrieve a CellDataProcess row to retrieve a CellDataProcess rowProcess rowProcess row listProcess rowProcess row listProcess cellProcess cellCompoundColumnProcessor.setCompound
(Compound compound) Set compoundComputedColumnProcessor.setComputed
(Computed computed) Set computedModifierConstructorDescriptionCompoundColumnProcessor
(AweElements elements, BaseConfigProperties baseConfigProperties, Compound compound, Map<String, QueryParameter> variableMap, NumericService numericService, EncodeService encodeService, com.fasterxml.jackson.databind.ObjectMapper mapper) Compound column processor constructorComputedColumnProcessor
(AweElements elements, BaseConfigProperties baseConfigProperties, Computed computed, Map<String, QueryParameter> variables, NumericService numericService, EncodeService encodeService) Computed column processor constructor -
Uses of AWException in com.almis.awe.service.report
Modifier and TypeMethodDescriptionReportGenerator.downloadScreenReportFiles
(List<FileData> reportFiles) Generate a report and return client actions to download itReportGenerator.generateScreenReportFiles
(Screen screen) Generate a report and return client actions to download itcom.almis.ade.api.bean.input.PrintBean
ReportDesigner.getPrintDesign
(List<Element> reportStructure, com.fasterxml.jackson.databind.node.ObjectNode parameters) Design the report -
Uses of AWException in com.almis.awe.service.screen
Modifier and TypeMethodDescriptionScreenComponentGenerator.generateTagListComponentMap
(String tagListId, List<Element> templateElements) Generate taglist component mapvoid
ScreenModelGenerator.launchInitialLoadList
(List<AweThreadInitialization> initializationList, Map<String, ScreenComponent> componentMap, ScreenData data) Launch initial load list in threads and update screen component values -
Uses of AWException in com.almis.awe.service.user
Modifier and TypeMethodDescriptionAweUserDetailService.loadUserByRole
(org.springframework.security.oauth2.core.user.DefaultOAuth2User oAuth2User) Get user info from profile. -
Uses of AWException in com.almis.awe.tools.controller
-
Uses of AWException in com.almis.awe.tools.service
Modifier and TypeMethodDescriptionSqlExtractorService.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