Class BTGisAuthConfigLoad

All Implemented Interfaces:
Serializable, Tool, ValidExecution

Deprecated, for removal: This API element is subject to removal in a future version.
Business task in order to load a BOGisAuthConfig.
When the GisAuthConfigLoadEvent is launched the BT notices the call and loads the BOGisAuthConfig basing on the event's input.
Since:
17.0
See Also:
  • Constructor Details

    • BTGisAuthConfigLoad

      public BTGisAuthConfigLoad()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • execute

      protected void execute(GisAuthConfigLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: ValidExecutionBusinessTask
      Executes the actual business logic after validation has passed.
      Specified by:
      execute in class ValidExecutionBusinessTask<GisAuthConfigLoadEvent>
      Parameters:
      event - the input event to process
      poolKit - the PoolKit
      Throws:
      DAException - if a data access error occurs during execution
      DAValidateException - if validation fails during execution
    • isValidExecution

      public boolean isValidExecution()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ValidExecution
      Determines whether the current state is valid for execution.
      Returns:
      true if execution is valid, false otherwise
    • throwExceptionIfInvalid

      public boolean throwExceptionIfInvalid()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ValidExecution
      Controls whether an exception should be thrown when execution is invalid. This method allows implementing classes to specify their exception-throwing behavior when ValidExecution.isValidExecution() returns false. If this method returns true, callers should throw the exception returned by ValidExecution.getException().
      Returns:
      true if an exception should be thrown for invalid execution, false otherwise
    • getException

      public DAValidateException getException()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ValidExecution
      Returns the exception that describes why execution is invalid. This method provides detailed information about validation failures when ValidExecution.isValidExecution() returns false. The returned exception can be thrown by callers if ValidExecution.throwExceptionIfInvalid() returns true.
      Returns:
      a DAValidateException describing the validation failure, or null if execution is valid or no specific exception is available