diff --git a/schemaspy/anomalies.js b/anomalies.js similarity index 100% rename from schemaspy/anomalies.js rename to anomalies.js diff --git a/backend/allclasses-index.html b/backend/allclasses-index.html new file mode 100644 index 0000000000..00b046700f --- /dev/null +++ b/backend/allclasses-index.html @@ -0,0 +1,510 @@ + + + + +All Classes and Interfaces (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
This class customizes the authorization rules for different API endpoints.
+
+ +
+
This class contains constants used throughout the application.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Controller for handling email sending via CHES (Common Hosted Email Service).
+
+ +
+
Service for resending failed emails.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
The type Ches request dto.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
The type Client contact dto.
+
+ +
 
+ +
 
+ +
+
A data transfer object representing the details of a client.
+
+ +
+
This class is responsible for interacting with the legacy API to fetch client data.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
This class is a REST controller for client matching operations.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
The CodeNameDto class represents a simple data transfer object (DTO) that encapsulates a + name and code for a specific object.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
This class is a custom CSRF token request attribute handler that extends the ServerCsrfTokenRequestAttributeHandler.
+
+ +
+
This class customizes the CORS (Cross-Origin Resource Sharing) configuration for the application.
+
+ +
 
+ +
 
+ +
 
+ +
+
This class is a customizer for CSRF (Cross-Site Request Forgery) protection in a Spring Security context.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
This class is responsible for converting EmailLogEntity objects to and from JSON format.
+
+ +
 
+ +
+
Represents a request object for sending emails via CHES (Common Hosted Email Service).
+
+ +
 
+ +
 
+ +
 
+ +
+
The Forest client configuration.
+
+ +
+
The Address Complete service from Canada Post configuration.
+
+ +
+
The BC Registry configuration.
+
+ +
+
The Common hosted email service configuration.
+
+ +
+
The Front end configuration.
+
+ +
+
The Front end cors configuration.
+
+ +
+
The Legacy service (AKA Oracle) configuration.
+
+ +
 
+ +
+
The Security / Authentication configuration.
+
+ +
 
+ +
 
+ +
+
The GlobalErrorController class extends the AbstractErrorWebExceptionHandler class.
+
+ +
+
Global Service Configuration
+
+ +
+
This class is a converter that takes a Jwt token and converts it into a collection of + GrantedAuthority objects.
+
+ +
+
This class is a customizer for HTTP headers in a Spring Boot application.
+
+ +
 
+ +
 
+ +
 
+ +
+
This class implements the StepMatcher interface and provides the functionality for matching + individual steps.
+
+ +
 
+ +
 
+ +
 
+ +
+
This is a utility class for handling JWT principals.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
This class customizes the OAuth2 resource server specification for the application.
+
+ +
 
+ +
+
Utility class for generating PKCE code verifier and code challenge.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
This class configures the security settings for the application.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
This class is responsible for converting SubmissionMatchDetailEntity before and after it is saved in the database.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
Represents a validation error for a specific field in a data structure.
+
+ +
 
+ +
 
+
+
+
+
+ +
+
+ + diff --git a/backend/allpackages-index.html b/backend/allpackages-index.html new file mode 100644 index 0000000000..37ee8b31da --- /dev/null +++ b/backend/allpackages-index.html @@ -0,0 +1,123 @@ + + + + +All Packages (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

All Packages

+
+
Package Summary
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/ApplicationConstant.html b/backend/ca/bc/gov/app/ApplicationConstant.html new file mode 100644 index 0000000000..75167d66ae --- /dev/null +++ b/backend/ca/bc/gov/app/ApplicationConstant.html @@ -0,0 +1,528 @@ + + + + +ApplicationConstant (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package ca.bc.gov.app
+

Class ApplicationConstant

+
+
java.lang.Object +
ca.bc.gov.app.ApplicationConstant
+
+
+
+
public final class ApplicationConstant +extends Object
+
This class contains constants used throughout the application.
+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/BootApplication.html b/backend/ca/bc/gov/app/BootApplication.html new file mode 100644 index 0000000000..bd759da148 --- /dev/null +++ b/backend/ca/bc/gov/app/BootApplication.html @@ -0,0 +1,166 @@ + + + + +BootApplication (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Package ca.bc.gov.app
+

Class BootApplication

+
+
java.lang.Object +
ca.bc.gov.app.BootApplication
+
+
+
+
@SpringBootApplication +@EnableScheduling +@EnableAspectJAutoProxy(proxyTargetClass=true) +public class BootApplication +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BootApplication

      +
      public BootApplication()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      main

      +
      public static void main(String[] args)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/class-use/ApplicationConstant.html b/backend/ca/bc/gov/app/class-use/ApplicationConstant.html new file mode 100644 index 0000000000..5c395607eb --- /dev/null +++ b/backend/ca/bc/gov/app/class-use/ApplicationConstant.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.ApplicationConstant (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.ApplicationConstant

+
+No usage of ca.bc.gov.app.ApplicationConstant
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/class-use/BootApplication.html b/backend/ca/bc/gov/app/class-use/BootApplication.html new file mode 100644 index 0000000000..8431529937 --- /dev/null +++ b/backend/ca/bc/gov/app/class-use/BootApplication.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.BootApplication (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.BootApplication

+
+No usage of ca.bc.gov.app.BootApplication
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.AddressCompleteConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.AddressCompleteConfiguration.html new file mode 100644 index 0000000000..4d3fdcd6bf --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.AddressCompleteConfiguration.html @@ -0,0 +1,137 @@ + + + + +ForestClientConfiguration.AddressCompleteConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration.AddressCompleteConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration.AddressCompleteConfiguration
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static class ForestClientConfiguration.AddressCompleteConfiguration +extends Object
+
The Address Complete service from Canada Post configuration.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AddressCompleteConfiguration

      +
      public AddressCompleteConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.BcRegistryConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.BcRegistryConfiguration.html new file mode 100644 index 0000000000..49c016fa57 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.BcRegistryConfiguration.html @@ -0,0 +1,137 @@ + + + + +ForestClientConfiguration.BcRegistryConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration.BcRegistryConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static class ForestClientConfiguration.BcRegistryConfiguration +extends Object
+
The BC Registry configuration.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryConfiguration

      +
      public BcRegistryConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.ChesConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.ChesConfiguration.html new file mode 100644 index 0000000000..56f451be74 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.ChesConfiguration.html @@ -0,0 +1,137 @@ + + + + +ForestClientConfiguration.ChesConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration.ChesConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration.ChesConfiguration
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static class ForestClientConfiguration.ChesConfiguration +extends Object
+
The Common hosted email service configuration.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesConfiguration

      +
      public ChesConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.FrontEndConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.FrontEndConfiguration.html new file mode 100644 index 0000000000..823de3174a --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.FrontEndConfiguration.html @@ -0,0 +1,137 @@ + + + + +ForestClientConfiguration.FrontEndConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration.FrontEndConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndConfiguration
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static class ForestClientConfiguration.FrontEndConfiguration +extends Object
+
The Front end configuration.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FrontEndConfiguration

      +
      public FrontEndConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.FrontEndCorsConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.FrontEndCorsConfiguration.html new file mode 100644 index 0000000000..194c5fa92d --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.FrontEndCorsConfiguration.html @@ -0,0 +1,137 @@ + + + + +ForestClientConfiguration.FrontEndCorsConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration.FrontEndCorsConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndCorsConfiguration
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static class ForestClientConfiguration.FrontEndCorsConfiguration +extends Object
+
The Front end cors configuration.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FrontEndCorsConfiguration

      +
      public FrontEndCorsConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.LegacyConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.LegacyConfiguration.html new file mode 100644 index 0000000000..b594ee6a9b --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.LegacyConfiguration.html @@ -0,0 +1,137 @@ + + + + +ForestClientConfiguration.LegacyConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration.LegacyConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration.LegacyConfiguration
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static class ForestClientConfiguration.LegacyConfiguration +extends Object
+
The Legacy service (AKA Oracle) configuration.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LegacyConfiguration

      +
      public LegacyConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.NameSecretDto.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.NameSecretDto.html new file mode 100644 index 0000000000..4e223f5bfd --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.NameSecretDto.html @@ -0,0 +1,258 @@ + + + + +ForestClientConfiguration.NameSecretDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ForestClientConfiguration.NameSecretDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static record ForestClientConfiguration.NameSecretDto(String name, String secret) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    NameSecretDto(String name, + String secret)
    +
    +
    Creates an instance of a NameSecretDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the name record component.
    +
    + + +
    +
    Returns the value of the secret record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      NameSecretDto

      +
      public NameSecretDto(String name, + String secret)
      +
      Creates an instance of a NameSecretDto record class.
      +
      +
      Parameters:
      +
      name - the value for the name record component
      +
      secret - the value for the secret record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    • +
      +

      secret

      +
      public String secret()
      +
      Returns the value of the secret record component.
      +
      +
      Returns:
      +
      the value of the secret record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.SecurityConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.SecurityConfiguration.html new file mode 100644 index 0000000000..566fcf2f7d --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.SecurityConfiguration.html @@ -0,0 +1,177 @@ + + + + +ForestClientConfiguration.SecurityConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration.SecurityConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
+
+
+
+
Enclosing class:
+
ForestClientConfiguration
+
+
+
public static class ForestClientConfiguration.SecurityConfiguration +extends Object
+
The Security / Authentication configuration.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SecurityConfiguration

      +
      public SecurityConfiguration()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getDomainUrl

      +
      public String getDomainUrl()
      +
      +
    • +
    • +
      +

      getJwksUrl

      +
      public String getJwksUrl()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.html new file mode 100644 index 0000000000..5b2b5ec928 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientConfiguration.html @@ -0,0 +1,186 @@ + + + + +ForestClientConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientConfiguration
+
+
+
+
@Component +@ConfigurationProperties("ca.bc.gov.nrs") +public class ForestClientConfiguration +extends Object
+
The Forest client configuration. + This file is a representation of the yml/properties file
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ForestClientConfiguration

      +
      public ForestClientConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html b/backend/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html new file mode 100644 index 0000000000..d54dc6149c --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html @@ -0,0 +1,203 @@ + + + + +ForestClientMetricConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ForestClientMetricConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+
+
+
+
@Configuration +public class ForestClientMetricConfiguration +extends Object
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    io.micrometer.core.instrument.config.MeterFilter
    + +
     
    +
    io.micrometer.core.instrument.config.MeterFilter
    + +
     
    +
    org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry>
    + +
     
    +
    org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.prometheus.PrometheusMeterRegistry>
    + +
     
    +
    io.micrometer.core.aop.TimedAspect
    +
    timedAspect(io.micrometer.core.instrument.MeterRegistry registry)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ForestClientMetricConfiguration

      +
      public ForestClientMetricConfiguration()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      timedAspect

      +
      @Bean +public io.micrometer.core.aop.TimedAspect timedAspect(io.micrometer.core.instrument.MeterRegistry registry)
      +
      +
    • +
    • +
      +

      metricsCommonTags

      +
      @Bean +public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry> metricsCommonTags()
      +
      +
    • +
    • +
      +

      prometheusConfiguration

      +
      @Bean +public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.prometheus.PrometheusMeterRegistry> prometheusConfiguration()
      +
      +
    • +
    • +
      +

      ignoreTag

      +
      public io.micrometer.core.instrument.config.MeterFilter ignoreTag()
      +
      +
    • +
    • +
      +

      distribution

      +
      public io.micrometer.core.instrument.config.MeterFilter distribution()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html b/backend/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html new file mode 100644 index 0000000000..421d030dfc --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html @@ -0,0 +1,273 @@ + + + + +GlobalServiceConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GlobalServiceConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
+
+
+ +

Global Service Configuration

+ This class is responsible for configuring basic beans to be used by the services. It creates and + holds the external API webclients and the cors filter.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GlobalServiceConfiguration

      +
      public GlobalServiceConfiguration()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      chesApi

      +
      @Bean +public org.springframework.web.reactive.function.client.WebClient chesApi(ForestClientConfiguration configuration)
      +
      Returns a configured instance of WebClient to communicate with the CHES API based on the + provided configuration.
      +
      +
      Parameters:
      +
      configuration - the ForestClientConfiguration containing the CHES API base URI
      +
      Returns:
      +
      a WebClient instance configured with the CHES API base URI
      +
      +
      +
    • +
    • +
      +

      authApi

      +
      @Bean +public org.springframework.web.reactive.function.client.WebClient authApi(ForestClientConfiguration configuration)
      +
      Creates a WebClient instance for making HTTP requests to the CHES Auth API on the provided + ForestClientConfiguration.
      +
      +
      Parameters:
      +
      configuration - the configuration object for the Forest client
      +
      Returns:
      +
      a WebClient instance configured for the CHES Auth API
      +
      +
      +
    • +
    • +
      +

      bcRegistryApi

      +
      @Bean +public org.springframework.web.reactive.function.client.WebClient bcRegistryApi(ForestClientConfiguration configuration, + @Qualifier("bcRegistryApiHealthIndicator") + ManualHealthIndicator bcRegistryApiHealthIndicator)
      +
      Returns a configured instance of WebClient for accessing the BC Registry API.
      +
      +
      Parameters:
      +
      configuration - The configuration for the ForestClient.
      +
      Returns:
      +
      A configured instance of WebClient for accessing the BC Registry API.
      +
      +
      +
    • +
    • +
      +

      legacyApi

      +
      @Bean +public org.springframework.web.reactive.function.client.WebClient legacyApi(ForestClientConfiguration configuration)
      +
      Creates a WebClient instance for making HTTP requests to the Oracle Legacy API based on the + provided ForestClientConfiguration.
      +
      +
      Parameters:
      +
      configuration - the configuration object for the Forest client
      +
      Returns:
      +
      a WebClient instance configured for the Oracle Legacy API
      +
      +
      +
    • +
    • +
      +

      addressCompleteApi

      +
      @Bean +public org.springframework.web.reactive.function.client.WebClient addressCompleteApi(ForestClientConfiguration configuration)
      +
      Returns a configured instance of WebClient for accessing the Canada Post AddressComplete API.
      +
      +
      Parameters:
      +
      configuration - The configuration for the ForestClient.
      +
      Returns:
      +
      A configured instance of WebClient for accessing the AddressComplete API.
      +
      +
      +
    • +
    • +
      +

      objectMapper

      +
      @Bean +public com.fasterxml.jackson.databind.ObjectMapper objectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder builder)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/SecurityConfiguration.html b/backend/ca/bc/gov/app/configuration/SecurityConfiguration.html new file mode 100644 index 0000000000..c2fa3f406f --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/SecurityConfiguration.html @@ -0,0 +1,200 @@ + + + + +SecurityConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SecurityConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.SecurityConfiguration
+
+
+
+
@Configuration +@EnableWebFluxSecurity +public class SecurityConfiguration +extends Object
+
This class configures the security settings for the application. It uses the @Configuration + annotation to indicate that it is a configuration class. It uses the @EnableWebFluxSecurity + annotation to enable Spring Security's reactive features.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SecurityConfiguration

      +
      public SecurityConfiguration()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      jwtDecoder

      +
      @Bean +public org.springframework.security.oauth2.jwt.ReactiveJwtDecoder jwtDecoder(ForestClientConfiguration configuration)
      +
      This method creates a ReactiveJwtDecoder bean. The ReactiveJwtDecoder is used to decode JWTs in + a reactive context. It is configured with the JWKS URL from the ForestClientConfiguration.
      +
      +
      Parameters:
      +
      configuration - The configuration object that contains the JWKS URL.
      +
      Returns:
      +
      The configured ReactiveJwtDecoder.
      +
      +
      +
    • +
    • +
      +

      userDetailsService

      +
      @Bean +public org.springframework.security.core.userdetails.MapReactiveUserDetailsService userDetailsService(ForestClientConfiguration configuration)
      +
      This method creates a MapReactiveUserDetailsService bean. The MapReactiveUserDetailsService is + used to load user details in a reactive context. It is configured with the service accounts + from the ForestClientConfiguration.
      +
      +
      Parameters:
      +
      configuration - The configuration object that contains the service accounts.
      +
      Returns:
      +
      The configured MapReactiveUserDetailsService.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/TracingConfiguration.html b/backend/ca/bc/gov/app/configuration/TracingConfiguration.html new file mode 100644 index 0000000000..c9e1e2553e --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/TracingConfiguration.html @@ -0,0 +1,133 @@ + + + + +TracingConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TracingConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.TracingConfiguration
+
+
+
+
@Configuration(proxyBeanMethods=false) +public class TracingConfiguration +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      TracingConfiguration

      +
      public TracingConfiguration()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.AddressCompleteConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.AddressCompleteConfiguration.html new file mode 100644 index 0000000000..2183aa8eac --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.AddressCompleteConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.AddressCompleteConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration.AddressCompleteConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.AddressCompleteConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BcRegistryConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BcRegistryConfiguration.html new file mode 100644 index 0000000000..9c6ffcff61 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BcRegistryConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.ChesConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.ChesConfiguration.html new file mode 100644 index 0000000000..df33734f70 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.ChesConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.ChesConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration.ChesConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.ChesConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.FrontEndConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.FrontEndConfiguration.html new file mode 100644 index 0000000000..f5432c7ea1 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.FrontEndConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.FrontEndCorsConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.FrontEndCorsConfiguration.html new file mode 100644 index 0000000000..adbcc6c5f0 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.FrontEndCorsConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndCorsConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndCorsConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndCorsConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.LegacyConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.LegacyConfiguration.html new file mode 100644 index 0000000000..3e50c1ee42 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.LegacyConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.LegacyConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration.LegacyConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.LegacyConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.NameSecretDto.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.NameSecretDto.html new file mode 100644 index 0000000000..af519a59d3 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.NameSecretDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.SecurityConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.SecurityConfiguration.html new file mode 100644 index 0000000000..2bb43771ce --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.SecurityConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.html new file mode 100644 index 0000000000..308ded37a9 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.html @@ -0,0 +1,180 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientConfiguration

+
+
Packages that use ForestClientConfiguration
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html new file mode 100644 index 0000000000..e333a9b821 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientMetricConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.ForestClientMetricConfiguration

+
+No usage of ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html new file mode 100644 index 0000000000..352a664431 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.GlobalServiceConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.GlobalServiceConfiguration

+
+No usage of ca.bc.gov.app.configuration.GlobalServiceConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/SecurityConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/SecurityConfiguration.html new file mode 100644 index 0000000000..a86ba42029 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/SecurityConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.SecurityConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.SecurityConfiguration

+
+No usage of ca.bc.gov.app.configuration.SecurityConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html b/backend/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html new file mode 100644 index 0000000000..47f56a27d8 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.TracingConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.TracingConfiguration

+
+No usage of ca.bc.gov.app.configuration.TracingConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/flags/FeatureFlagsConfiguration.html b/backend/ca/bc/gov/app/configuration/flags/FeatureFlagsConfiguration.html new file mode 100644 index 0000000000..d77b64dcc8 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/flags/FeatureFlagsConfiguration.html @@ -0,0 +1,203 @@ + + + + +FeatureFlagsConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FeatureFlagsConfiguration

+
+
java.lang.Object +
ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration
+
+
+
+
@Configuration +public class FeatureFlagsConfiguration +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FeatureFlagsConfiguration

      +
      public FeatureFlagsConfiguration()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isMultiAddressDisabled

      +
      @Bean +@ConditionalOnProperty(name="features.bcregistry.multiaddress", + havingValue="false") +public Predicate<BcRegistryAddressDto> isMultiAddressDisabled()
      +
      +
    • +
    • +
      +

      isMultiAddressEnabled

      +
      @Bean +@ConditionalOnProperty(name="features.bcregistry.multiaddress", + matchIfMissing=true) +public Predicate<BcRegistryAddressDto> isMultiAddressEnabled()
      +
      +
    • +
    • +
      +

      isMatcherEnabled

      +
      @Bean +@ConditionalOnProperty(name="features.staff.match", + havingValue="true") +public Predicate<ClientSubmissionDto> isMatcherEnabled()
      +
      +
    • +
    • +
      +

      isMatcherDisabled

      +
      @Bean +@ConditionalOnProperty(name="features.staff.match", + matchIfMissing=true) +public Predicate<ClientSubmissionDto> isMatcherDisabled()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/flags/class-use/FeatureFlagsConfiguration.html b/backend/ca/bc/gov/app/configuration/flags/class-use/FeatureFlagsConfiguration.html new file mode 100644 index 0000000000..b546c6c633 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/flags/class-use/FeatureFlagsConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration

+
+No usage of ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/flags/package-summary.html b/backend/ca/bc/gov/app/configuration/flags/package-summary.html new file mode 100644 index 0000000000..6f6a8d071f --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/flags/package-summary.html @@ -0,0 +1,98 @@ + + + + +ca.bc.gov.app.configuration.flags (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.configuration.flags

+
+
+
package ca.bc.gov.app.configuration.flags
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/flags/package-tree.html b/backend/ca/bc/gov/app/configuration/flags/package-tree.html new file mode 100644 index 0000000000..1238558037 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/flags/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.configuration.flags Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.configuration.flags

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/flags/package-use.html b/backend/ca/bc/gov/app/configuration/flags/package-use.html new file mode 100644 index 0000000000..26fccdfd6c --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/flags/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.configuration.flags (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.configuration.flags

+
+No usage of ca.bc.gov.app.configuration.flags
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/package-summary.html b/backend/ca/bc/gov/app/configuration/package-summary.html new file mode 100644 index 0000000000..ae99101c7a --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/package-summary.html @@ -0,0 +1,150 @@ + + + + +ca.bc.gov.app.configuration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.configuration

+
+
+
package ca.bc.gov.app.configuration
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/package-tree.html b/backend/ca/bc/gov/app/configuration/package-tree.html new file mode 100644 index 0000000000..2aee6b4b04 --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/package-tree.html @@ -0,0 +1,92 @@ + + + + +ca.bc.gov.app.configuration Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.configuration

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/configuration/package-use.html b/backend/ca/bc/gov/app/configuration/package-use.html new file mode 100644 index 0000000000..12b92e8f8a --- /dev/null +++ b/backend/ca/bc/gov/app/configuration/package-use.html @@ -0,0 +1,131 @@ + + + + +Uses of Package ca.bc.gov.app.configuration (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.configuration

+
+
Packages that use ca.bc.gov.app.configuration
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/AbstractController.html b/backend/ca/bc/gov/app/controller/AbstractController.html new file mode 100644 index 0000000000..c28d70d1e2 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/AbstractController.html @@ -0,0 +1,205 @@ + + + + +AbstractController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AbstractController<T,V extends ReactiveValidator>

+
+
java.lang.Object +
ca.bc.gov.app.controller.AbstractController<T,V>
+
+
+
+
Direct Known Subclasses:
+
ClientSubmissionController
+
+
+
public class AbstractController<T,V extends ReactiveValidator> +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      contentClass

      +
      protected final Class<T> contentClass
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AbstractController

      +
      public AbstractController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      protected <S> void validate(S target)
      +
      +
    • +
    • +
      +

      validateReactive

      +
      protected <S> reactor.core.publisher.Mono<S> validateReactive(S target)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/GlobalErrorController.html b/backend/ca/bc/gov/app/controller/GlobalErrorController.html new file mode 100644 index 0000000000..c03217d61b --- /dev/null +++ b/backend/ca/bc/gov/app/controller/GlobalErrorController.html @@ -0,0 +1,198 @@ + + + + +GlobalErrorController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GlobalErrorController

+
+
java.lang.Object +
org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler +
ca.bc.gov.app.controller.GlobalErrorController
+
+
+
+
+
All Implemented Interfaces:
+
org.springframework.beans.factory.InitializingBean, org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler, org.springframework.web.server.WebExceptionHandler
+
+
+
@RestControllerAdvice +@ControllerAdvice +@Component +@Order(-2) +public class GlobalErrorController +extends org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
+
The GlobalErrorController class extends the AbstractErrorWebExceptionHandler class. + It is annotated with @RestControllerAdvice, @ControllerAdvice, @Slf4j, @Component, and @Order.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    GlobalErrorController(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, + org.springframework.boot.autoconfigure.web.WebProperties webProperties, + org.springframework.context.ApplicationContext applicationContext, + org.springframework.http.codec.ServerCodecConfigurer configurer)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse>
    +
    getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes)
    +
    +
    This method is responsible for routing all requests to the error response rendering method.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler

    +afterPropertiesSet, getError, getErrorAttributes, handle, isBindingErrorsEnabled, isMessageEnabled, isTraceEnabled, logError, renderDefaultErrorView, renderErrorView, setMessageReaders, setMessageWriters, setViewResolvers
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GlobalErrorController

      +
      public GlobalErrorController(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, + org.springframework.boot.autoconfigure.web.WebProperties webProperties, + org.springframework.context.ApplicationContext applicationContext, + org.springframework.http.codec.ServerCodecConfigurer configurer)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getRoutingFunction

      +
      protected org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes)
      +
      This method is responsible for routing all requests to the error response rendering method. + It overrides the getRoutingFunction method from the AbstractErrorWebExceptionHandler class. + The method takes ErrorAttributes as a parameter, which are used to get the error associated with a request. + It returns a RouterFunction that routes all requests to the renderErrorResponse method.
      +
      +
      Specified by:
      +
      getRoutingFunction in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
      +
      Parameters:
      +
      errorAttributes - The ErrorAttributes associated with the request.
      +
      Returns:
      +
      A RouterFunction that routes all requests to the renderErrorResponse method.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/ches/ChesController.html b/backend/ca/bc/gov/app/controller/ches/ChesController.html new file mode 100644 index 0000000000..42c20d63bf --- /dev/null +++ b/backend/ca/bc/gov/app/controller/ches/ChesController.html @@ -0,0 +1,194 @@ + + + + +ChesController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChesController

+
+
java.lang.Object +
ca.bc.gov.app.controller.ches.ChesController
+
+
+
+
@RestController +@RequestMapping(value="/api/ches", + produces="application/json") +public class ChesController +extends Object
+
Controller for handling email sending via CHES (Common Hosted Email Service). This controller + provides endpoints for sending emails using the CHES service.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesController

      +
      public ChesController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      sendEmail

      +
      @PostMapping("/email") +@ResponseStatus(ACCEPTED) +public reactor.core.publisher.Mono<String> sendEmail(@RequestBody + EmailRequestDto emailRequestDto)
      +
      Endpoint for sending an email using CHES.
      +
      +
      Parameters:
      +
      emailRequestDto - The DTO containing the email details.
      +
      Returns:
      +
      A Mono representing the result of the email sending process.
      +
      +
      +
    • +
    • +
      +

      sendEmail

      +
      @PostMapping("/duplicate") +@ResponseStatus(ACCEPTED) +public reactor.core.publisher.Mono<Void> sendEmail(@RequestBody + EmailRequestDto emailRequestDto, + org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/ches/class-use/ChesController.html b/backend/ca/bc/gov/app/controller/ches/class-use/ChesController.html new file mode 100644 index 0000000000..5d3712ac01 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/ches/class-use/ChesController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.ches.ChesController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.ches.ChesController

+
+No usage of ca.bc.gov.app.controller.ches.ChesController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/ches/package-summary.html b/backend/ca/bc/gov/app/controller/ches/package-summary.html new file mode 100644 index 0000000000..86a0fad062 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/ches/package-summary.html @@ -0,0 +1,102 @@ + + + + +ca.bc.gov.app.controller.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.controller.ches

+
+
+
package ca.bc.gov.app.controller.ches
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/ches/package-tree.html b/backend/ca/bc/gov/app/controller/ches/package-tree.html new file mode 100644 index 0000000000..743e2d3be3 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/ches/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.controller.ches Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.controller.ches

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/ches/package-use.html b/backend/ca/bc/gov/app/controller/ches/package-use.html new file mode 100644 index 0000000000..c5b4432b58 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/ches/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.controller.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.controller.ches

+
+No usage of ca.bc.gov.app.controller.ches
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/class-use/AbstractController.html b/backend/ca/bc/gov/app/controller/class-use/AbstractController.html new file mode 100644 index 0000000000..3f167fdba8 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/class-use/AbstractController.html @@ -0,0 +1,87 @@ + + + + +Uses of Class ca.bc.gov.app.controller.AbstractController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.AbstractController

+
+
Packages that use AbstractController
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/class-use/GlobalErrorController.html b/backend/ca/bc/gov/app/controller/class-use/GlobalErrorController.html new file mode 100644 index 0000000000..ad5094c4dd --- /dev/null +++ b/backend/ca/bc/gov/app/controller/class-use/GlobalErrorController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.GlobalErrorController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.GlobalErrorController

+
+No usage of ca.bc.gov.app.controller.GlobalErrorController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/ClientAddressController.html b/backend/ca/bc/gov/app/controller/client/ClientAddressController.html new file mode 100644 index 0000000000..403e51c875 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/ClientAddressController.html @@ -0,0 +1,185 @@ + + + + +ClientAddressController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientAddressController

+
+
java.lang.Object +
ca.bc.gov.app.controller.client.ClientAddressController
+
+
+
+
@RestController +@RequestMapping(value="/api/addresses", + produces="application/json") +public class ClientAddressController +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientAddressController

      +
      public ClientAddressController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findPossibleAddresses

      +
      @GetMapping +public reactor.core.publisher.Flux<CodeNameDto> findPossibleAddresses(@RequestParam(value="country",required=false,defaultValue="CA") + String country, + @RequestParam(value="maxSuggestions",required=false,defaultValue="7") + Integer maxSuggestions, + @RequestParam("searchTerm") + String searchTerm)
      +
      +
    • +
    • +
      +

      getAddress

      +
      @GetMapping("/{addressId}") +public reactor.core.publisher.Mono<ClientAddressDto> getAddress(@PathVariable + String addressId)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/ClientCodesController.html b/backend/ca/bc/gov/app/controller/client/ClientCodesController.html new file mode 100644 index 0000000000..ddb1a3285c --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/ClientCodesController.html @@ -0,0 +1,192 @@ + + + + +ClientCodesController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientCodesController

+
+
java.lang.Object +
ca.bc.gov.app.controller.client.ClientCodesController
+
+
+
+
@RestController +@RequestMapping(value="/api/codes", + produces="application/json") +public class ClientCodesController +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientCodesController

      +
      public ClientCodesController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findActiveClientTypeCodes

      +
      @GetMapping("/clientTypes") +public reactor.core.publisher.Flux<CodeNameDto> findActiveClientTypeCodes()
      +
      +
    • +
    • +
      +

      getClientTypeByCode

      +
      @GetMapping("/clientTypes/{code}") +public reactor.core.publisher.Mono<CodeNameDto> getClientTypeByCode(@PathVariable + String code)
      +
      +
    • +
    • +
      +

      listClientContactTypeCodes

      +
      @GetMapping("/contactTypes") +public reactor.core.publisher.Flux<CodeNameDto> listClientContactTypeCodes(@RequestParam(value="page",required=false,defaultValue="0") + Integer page, + @RequestParam(value="size",required=false,defaultValue="10") + Integer size)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/ClientController.html b/backend/ca/bc/gov/app/controller/client/ClientController.html new file mode 100644 index 0000000000..677b759cbb --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/ClientController.html @@ -0,0 +1,215 @@ + + + + +ClientController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientController

+
+
java.lang.Object +
ca.bc.gov.app.controller.client.ClientController
+
+
+
+
@RestController +@RequestMapping(value="/api/clients", + produces="application/json") +public class ClientController +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientController

      +
      public ClientController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getClientDetails

      +
      @GetMapping("/{clientNumber}") +public reactor.core.publisher.Mono<ClientDetailsDto> getClientDetails(@PathVariable + String clientNumber, + org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      +
    • +
    • +
      +

      findByClientName

      +
      @GetMapping("/name/{name}") +public reactor.core.publisher.Flux<ClientLookUpDto> findByClientName(@PathVariable + String name)
      +
      Retrieve a Flux of ClientLookUpDto objects by searching for clients with a specific name.
      +
      +
      Parameters:
      +
      name - The name to search for.
      +
      Returns:
      +
      A Flux of ClientLookUpDto objects that match the given name.
      +
      +
      +
    • +
    • +
      +

      findByRegistrationNumber

      +
      @GetMapping("/incorporation/{registrationNumber}") +public reactor.core.publisher.Mono<ClientLookUpDto> findByRegistrationNumber(@PathVariable + String registrationNumber)
      +
      +
    • +
    • +
      +

      findByIndividual

      +
      @GetMapping("/individual/{userId}") +public reactor.core.publisher.Mono<Void> findByIndividual(@PathVariable + String userId, + @RequestParam + String lastName)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/ClientMatchController.html b/backend/ca/bc/gov/app/controller/client/ClientMatchController.html new file mode 100644 index 0000000000..b423e1726e --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/ClientMatchController.html @@ -0,0 +1,186 @@ + + + + +ClientMatchController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientMatchController

+
+
java.lang.Object +
ca.bc.gov.app.controller.client.ClientMatchController
+
+
+
+
@RestController +@RequestMapping(value="/api/clients/matches", + produces="application/json") +public class ClientMatchController +extends Object
+
This class is a REST controller for client matching operations. + It uses the ClientMatchService to perform the matching operations.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientMatchController

      +
      public ClientMatchController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      fuzzyMatchClients

      +
      @PostMapping +@ResponseStatus(NO_CONTENT) +public reactor.core.publisher.Mono<Void> fuzzyMatchClients(@RequestBody + ClientSubmissionDto dto, + @RequestHeader(name="X-STEP") + int step)
      +
      This method is a POST endpoint for fuzzy matching clients. + It takes a ClientSubmissionDto object and a step number as input. + It uses the ClientMatchService to perform the matching operation.
      +
      +
      Parameters:
      +
      dto - The ClientSubmissionDto object containing the client data to be matched.
      +
      step - The step number for the matching operation.
      +
      Returns:
      +
      A Mono indicating when the matching process is complete.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/ClientSubmissionController.html b/backend/ca/bc/gov/app/controller/client/ClientSubmissionController.html new file mode 100644 index 0000000000..2d91165dd7 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/ClientSubmissionController.html @@ -0,0 +1,250 @@ + + + + +ClientSubmissionController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientSubmissionController

+
+ +
+
+
@RestController +@RequestMapping(value="/api/clients/submissions", + produces="application/json") +public class ClientSubmissionController +extends AbstractController<ClientSubmissionDto,ClientSubmitRequestValidator>
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      listSubmissions

      +
      @GetMapping +public reactor.core.publisher.Flux<ClientListSubmissionDto> listSubmissions(@RequestParam(required=false,defaultValue="0") + int page, + @RequestParam(required=false,defaultValue="10") + int size, + @RequestParam(required=false) + SubmissionStatusEnum[] requestStatus, + @RequestParam(required=false) + String[] clientType, + @RequestParam(required=false) + String[] district, + @RequestParam(required=false) + String[] name, + @RequestParam(required=false) + String[] submittedAt, + org.springframework.http.server.reactive.ServerHttpResponse serverResponse)
      +
      +
    • +
    • +
      +

      submit

      +
      @PostMapping +@ResponseStatus(CREATED) +public reactor.core.publisher.Mono<Void> submit(@RequestBody + ClientSubmissionDto request, + org.springframework.http.server.reactive.ServerHttpResponse serverResponse, + org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      +
    • +
    • +
      +

      getSubmissionDetail

      +
      @GetMapping("/{id}") +public reactor.core.publisher.Mono<SubmissionDetailsDto> getSubmissionDetail(@PathVariable + Long id, + org.springframework.http.server.reactive.ServerHttpResponse serverResponse)
      +
      +
    • +
    • +
      +

      approveOrReject

      +
      @PostMapping("/{id}") +@ResponseStatus(ACCEPTED) +public reactor.core.publisher.Mono<Void> approveOrReject(@PathVariable + Long id, + org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal, + @RequestBody + SubmissionApproveRejectDto request)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/CountryController.html b/backend/ca/bc/gov/app/controller/client/CountryController.html new file mode 100644 index 0000000000..7f04446d26 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/CountryController.html @@ -0,0 +1,199 @@ + + + + +CountryController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CountryController

+
+
java.lang.Object +
ca.bc.gov.app.controller.client.CountryController
+
+
+
+
@RestController +@RequestMapping(value="/api/countries", + produces="application/json") +public class CountryController +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CountryController

      +
      public CountryController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      countries

      +
      @GetMapping +public reactor.core.publisher.Flux<CodeNameDto> countries(@RequestParam(value="page",required=false,defaultValue="0") + Integer page, + @RequestParam(value="size",required=false,defaultValue="10") + Integer size)
      +
      +
    • +
    • +
      +

      getCountryByCode

      +
      @GetMapping("{countryCode}") +public reactor.core.publisher.Mono<CodeNameDto> getCountryByCode(@PathVariable + String countryCode)
      +
      +
    • +
    • +
      +

      listProvinces

      +
      @GetMapping("/{countryCode}/provinces") +public reactor.core.publisher.Flux<CodeNameDto> listProvinces(@PathVariable + String countryCode, + @RequestParam(value="page",required=false,defaultValue="0") + Integer page, + @RequestParam(value="size",required=false,defaultValue="10") + Integer size)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/DistrictController.html b/backend/ca/bc/gov/app/controller/client/DistrictController.html new file mode 100644 index 0000000000..2f2383755d --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/DistrictController.html @@ -0,0 +1,182 @@ + + + + +DistrictController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DistrictController

+
+
java.lang.Object +
ca.bc.gov.app.controller.client.DistrictController
+
+
+
+
@RestController +@RequestMapping(value="/api/districts", + produces="application/json") +public class DistrictController +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DistrictController

      +
      public DistrictController()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getActiveDistrictCodes

      +
      @GetMapping +public reactor.core.publisher.Flux<CodeNameDto> getActiveDistrictCodes(@RequestParam(value="page",required=false,defaultValue="0") + Integer page, + @RequestParam(value="size",required=false,defaultValue="10") + Integer size)
      +
      +
    • +
    • +
      +

      getDistrictByCode

      +
      @GetMapping("/{districtCode}") +public reactor.core.publisher.Mono<DistrictDto> getDistrictByCode(@PathVariable + String districtCode)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/class-use/ClientAddressController.html b/backend/ca/bc/gov/app/controller/client/class-use/ClientAddressController.html new file mode 100644 index 0000000000..d0ef3d223d --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/class-use/ClientAddressController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.client.ClientAddressController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.client.ClientAddressController

+
+No usage of ca.bc.gov.app.controller.client.ClientAddressController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/class-use/ClientCodesController.html b/backend/ca/bc/gov/app/controller/client/class-use/ClientCodesController.html new file mode 100644 index 0000000000..506649d8ec --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/class-use/ClientCodesController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.client.ClientCodesController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.client.ClientCodesController

+
+No usage of ca.bc.gov.app.controller.client.ClientCodesController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/class-use/ClientController.html b/backend/ca/bc/gov/app/controller/client/class-use/ClientController.html new file mode 100644 index 0000000000..3e44b37d58 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/class-use/ClientController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.client.ClientController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.client.ClientController

+
+No usage of ca.bc.gov.app.controller.client.ClientController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/class-use/ClientMatchController.html b/backend/ca/bc/gov/app/controller/client/class-use/ClientMatchController.html new file mode 100644 index 0000000000..0d33b6bd7a --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/class-use/ClientMatchController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.client.ClientMatchController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.client.ClientMatchController

+
+No usage of ca.bc.gov.app.controller.client.ClientMatchController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/class-use/ClientSubmissionController.html b/backend/ca/bc/gov/app/controller/client/class-use/ClientSubmissionController.html new file mode 100644 index 0000000000..7a148236be --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/class-use/ClientSubmissionController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.client.ClientSubmissionController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.client.ClientSubmissionController

+
+No usage of ca.bc.gov.app.controller.client.ClientSubmissionController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/class-use/CountryController.html b/backend/ca/bc/gov/app/controller/client/class-use/CountryController.html new file mode 100644 index 0000000000..8d67c0ad13 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/class-use/CountryController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.client.CountryController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.client.CountryController

+
+No usage of ca.bc.gov.app.controller.client.CountryController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/class-use/DistrictController.html b/backend/ca/bc/gov/app/controller/client/class-use/DistrictController.html new file mode 100644 index 0000000000..7947328b8e --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/class-use/DistrictController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.client.DistrictController (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.controller.client.DistrictController

+
+No usage of ca.bc.gov.app.controller.client.DistrictController
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/package-summary.html b/backend/ca/bc/gov/app/controller/client/package-summary.html new file mode 100644 index 0000000000..d72ff5a2fc --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/package-summary.html @@ -0,0 +1,114 @@ + + + + +ca.bc.gov.app.controller.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.controller.client

+
+
+
package ca.bc.gov.app.controller.client
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/package-tree.html b/backend/ca/bc/gov/app/controller/client/package-tree.html new file mode 100644 index 0000000000..5766624f32 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/package-tree.html @@ -0,0 +1,86 @@ + + + + +ca.bc.gov.app.controller.client Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.controller.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/client/package-use.html b/backend/ca/bc/gov/app/controller/client/package-use.html new file mode 100644 index 0000000000..f708282bff --- /dev/null +++ b/backend/ca/bc/gov/app/controller/client/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.controller.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.controller.client

+
+No usage of ca.bc.gov.app.controller.client
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/package-summary.html b/backend/ca/bc/gov/app/controller/package-summary.html new file mode 100644 index 0000000000..907189bdad --- /dev/null +++ b/backend/ca/bc/gov/app/controller/package-summary.html @@ -0,0 +1,106 @@ + + + + +ca.bc.gov.app.controller (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.controller

+
+
+
package ca.bc.gov.app.controller
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/package-tree.html b/backend/ca/bc/gov/app/controller/package-tree.html new file mode 100644 index 0000000000..0aec5811b9 --- /dev/null +++ b/backend/ca/bc/gov/app/controller/package-tree.html @@ -0,0 +1,81 @@ + + + + +ca.bc.gov.app.controller Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.controller

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • ca.bc.gov.app.controller.AbstractController<T,V>
    • +
    • org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler (implements org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler, org.springframework.beans.factory.InitializingBean) + +
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/controller/package-use.html b/backend/ca/bc/gov/app/controller/package-use.html new file mode 100644 index 0000000000..f688a658da --- /dev/null +++ b/backend/ca/bc/gov/app/controller/package-use.html @@ -0,0 +1,84 @@ + + + + +Uses of Package ca.bc.gov.app.controller (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.controller

+
+
Packages that use ca.bc.gov.app.controller
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/EmailLogEntityJsonConvert.html b/backend/ca/bc/gov/app/converters/EmailLogEntityJsonConvert.html new file mode 100644 index 0000000000..9ced574661 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/EmailLogEntityJsonConvert.html @@ -0,0 +1,214 @@ + + + + +EmailLogEntityJsonConvert (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class EmailLogEntityJsonConvert

+
+
java.lang.Object +
ca.bc.gov.app.converters.EmailLogEntityJsonConvert
+
+
+
+
All Implemented Interfaces:
+
org.springframework.data.mapping.callback.EntityCallback<EmailLogEntity>, org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<EmailLogEntity>, org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<EmailLogEntity>
+
+
+
@Component +public class EmailLogEntityJsonConvert +extends Object +implements org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<EmailLogEntity>, org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<EmailLogEntity>
+
This class is responsible for converting EmailLogEntity objects to and from JSON format. + It implements the BeforeConvertCallback and AfterConvertCallback interfaces from Spring Data R2DBC.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EmailLogEntityJsonConvert

      +
      public EmailLogEntityJsonConvert()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBeforeConvert

      +
      public org.reactivestreams.Publisher<EmailLogEntity> onBeforeConvert(@NonNull + @NonNull EmailLogEntity entity, + @NonNull + @NonNull org.springframework.data.relational.core.sql.SqlIdentifier table)
      +
      This method is called before the conversion of an EmailLogEntity object. + It converts the entity's variables to JSON format.
      +
      +
      Specified by:
      +
      onBeforeConvert in interface org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<EmailLogEntity>
      +
      Parameters:
      +
      entity - The EmailLogEntity object to be converted.
      +
      table - The SQL table identifier.
      +
      Returns:
      +
      A Publisher that emits the converted EmailLogEntity object.
      +
      +
      +
    • +
    • +
      +

      onAfterConvert

      +
      public org.reactivestreams.Publisher<EmailLogEntity> onAfterConvert(@NonNull + @NonNull EmailLogEntity entity, + @NonNull + @NonNull org.springframework.data.relational.core.sql.SqlIdentifier table)
      +
      This method is called after the conversion of an EmailLogEntity object. + It converts the entity's variables from JSON format to a Map.
      +
      +
      Specified by:
      +
      onAfterConvert in interface org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<EmailLogEntity>
      +
      Parameters:
      +
      entity - The EmailLogEntity object that was converted.
      +
      table - The SQL table identifier.
      +
      Returns:
      +
      A Publisher that emits the converted EmailLogEntity object.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/GrantedAuthoritiesConverter.html b/backend/ca/bc/gov/app/converters/GrantedAuthoritiesConverter.html new file mode 100644 index 0000000000..fccf2e2206 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/GrantedAuthoritiesConverter.html @@ -0,0 +1,185 @@ + + + + +GrantedAuthoritiesConverter (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GrantedAuthoritiesConverter

+
+
java.lang.Object +
ca.bc.gov.app.converters.GrantedAuthoritiesConverter
+
+
+
+
All Implemented Interfaces:
+
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>
+
+
+
public class GrantedAuthoritiesConverter +extends Object +implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>
+
This class is a converter that takes a Jwt token and converts it into a collection of + GrantedAuthority objects. It implements the Converter interface provided by Spring Framework.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    Collection<org.springframework.security.core.GrantedAuthority>
    +
    convert(org.springframework.security.oauth2.jwt.Jwt jwt)
    +
    +
    This method is responsible for converting a Jwt token into a collection of GrantedAuthority objects.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    +andThen
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GrantedAuthoritiesConverter

      +
      public GrantedAuthoritiesConverter()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      convert

      +
      public Collection<org.springframework.security.core.GrantedAuthority> convert(org.springframework.security.oauth2.jwt.Jwt jwt)
      +
      This method is responsible for converting a Jwt token into a collection of GrantedAuthority objects. + It does this by concatenating the streams of loadRoles(jwt) and loadRoleFromIdp(jwt) and collecting the results into a list.
      +
      +
      Specified by:
      +
      convert in interface org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,Collection<org.springframework.security.core.GrantedAuthority>>
      +
      Parameters:
      +
      jwt - the Jwt token to be converted
      +
      Returns:
      +
      a collection of GrantedAuthority objects
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/SubmissionMatchDetailEntityBeforeConvert.html b/backend/ca/bc/gov/app/converters/SubmissionMatchDetailEntityBeforeConvert.html new file mode 100644 index 0000000000..d4e793dd99 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/SubmissionMatchDetailEntityBeforeConvert.html @@ -0,0 +1,214 @@ + + + + +SubmissionMatchDetailEntityBeforeConvert (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionMatchDetailEntityBeforeConvert

+
+
java.lang.Object +
ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
+
+
+
+
All Implemented Interfaces:
+
org.springframework.data.mapping.callback.EntityCallback<SubmissionMatchDetailEntity>, org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<SubmissionMatchDetailEntity>, org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<SubmissionMatchDetailEntity>
+
+
+
@Component +public class SubmissionMatchDetailEntityBeforeConvert +extends Object +implements org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<SubmissionMatchDetailEntity>, org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<SubmissionMatchDetailEntity>
+
This class is responsible for converting SubmissionMatchDetailEntity before and after it is saved in the database. + It implements BeforeConvertCallback and AfterConvertCallback interfaces.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionMatchDetailEntityBeforeConvert

      +
      public SubmissionMatchDetailEntityBeforeConvert()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      onBeforeConvert

      +
      public org.reactivestreams.Publisher<SubmissionMatchDetailEntity> onBeforeConvert(@NonNull + @NonNull SubmissionMatchDetailEntity entity, + @NonNull + @NonNull org.springframework.data.relational.core.sql.SqlIdentifier table)
      +
      This method is called before the entity is saved in the database. + It converts the matchers field of the entity to a JSON string.
      +
      +
      Specified by:
      +
      onBeforeConvert in interface org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<SubmissionMatchDetailEntity>
      +
      Parameters:
      +
      entity - The entity that is about to be saved in the database.
      +
      table - The table where the entity will be saved.
      +
      Returns:
      +
      A publisher that emits an entity with the converted matchers field.
      +
      +
      +
    • +
    • +
      +

      onAfterConvert

      +
      public org.reactivestreams.Publisher<SubmissionMatchDetailEntity> onAfterConvert(@NonNull + @NonNull SubmissionMatchDetailEntity entity, + @NonNull + @NonNull org.springframework.data.relational.core.sql.SqlIdentifier table)
      +
      This method is called after the entity is retrieved from the database. + It converts the matchingField field of the entity from a JSON string to a Map.
      +
      +
      Specified by:
      +
      onAfterConvert in interface org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<SubmissionMatchDetailEntity>
      +
      Parameters:
      +
      entity - The entity that was retrieved from the database.
      +
      table - The table where the entity was retrieved from.
      +
      Returns:
      +
      A publisher that emits an entity with the converted matchingField field.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/class-use/EmailLogEntityJsonConvert.html b/backend/ca/bc/gov/app/converters/class-use/EmailLogEntityJsonConvert.html new file mode 100644 index 0000000000..89ce8e1d91 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/class-use/EmailLogEntityJsonConvert.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.converters.EmailLogEntityJsonConvert (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.converters.EmailLogEntityJsonConvert

+
+No usage of ca.bc.gov.app.converters.EmailLogEntityJsonConvert
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/class-use/GrantedAuthoritiesConverter.html b/backend/ca/bc/gov/app/converters/class-use/GrantedAuthoritiesConverter.html new file mode 100644 index 0000000000..fff3f6f679 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/class-use/GrantedAuthoritiesConverter.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.converters.GrantedAuthoritiesConverter (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.converters.GrantedAuthoritiesConverter

+
+No usage of ca.bc.gov.app.converters.GrantedAuthoritiesConverter
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/class-use/SubmissionMatchDetailEntityBeforeConvert.html b/backend/ca/bc/gov/app/converters/class-use/SubmissionMatchDetailEntityBeforeConvert.html new file mode 100644 index 0000000000..d3c0ff3a55 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/class-use/SubmissionMatchDetailEntityBeforeConvert.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert

+
+No usage of ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/package-summary.html b/backend/ca/bc/gov/app/converters/package-summary.html new file mode 100644 index 0000000000..1804e4387a --- /dev/null +++ b/backend/ca/bc/gov/app/converters/package-summary.html @@ -0,0 +1,109 @@ + + + + +ca.bc.gov.app.converters (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.converters

+
+
+
package ca.bc.gov.app.converters
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    This class is responsible for converting EmailLogEntity objects to and from JSON format.
    +
    + +
    +
    This class is a converter that takes a Jwt token and converts it into a collection of + GrantedAuthority objects.
    +
    + +
    +
    This class is responsible for converting SubmissionMatchDetailEntity before and after it is saved in the database.
    +
    +
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/package-tree.html b/backend/ca/bc/gov/app/converters/package-tree.html new file mode 100644 index 0000000000..080c2dd0a5 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/package-tree.html @@ -0,0 +1,78 @@ + + + + +ca.bc.gov.app.converters Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.converters

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • ca.bc.gov.app.converters.EmailLogEntityJsonConvert (implements org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<T>, org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<T>)
    • +
    • ca.bc.gov.app.converters.GrantedAuthoritiesConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
    • +
    • ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert (implements org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<T>, org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<T>)
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/converters/package-use.html b/backend/ca/bc/gov/app/converters/package-use.html new file mode 100644 index 0000000000..47519c3586 --- /dev/null +++ b/backend/ca/bc/gov/app/converters/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.converters (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.converters

+
+No usage of ca.bc.gov.app.converters
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ValidationError.html b/backend/ca/bc/gov/app/dto/ValidationError.html new file mode 100644 index 0000000000..1ebe14d548 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ValidationError.html @@ -0,0 +1,275 @@ + + + + +ValidationError (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ValidationError

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ValidationError
+
+
+
+
+
Record Components:
+
fieldId - The identifier of the field that failed validation.
+
errorMsg - The error message describing the validation failure.
+
+
+
All Implemented Interfaces:
+
Serializable
+
+
+
public record ValidationError(String fieldId, String errorMsg) +extends Record +implements Serializable
+
Represents a validation error for a specific field in a data structure. + This class is used to capture validation failures, providing information + about the field that failed validation and the corresponding error message.
+
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ValidationError(String fieldId, + String errorMsg)
    +
    +
    Creates an instance of a ValidationError record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the errorMsg record component.
    +
    + + +
    +
    Returns the value of the fieldId record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationError

      +
      public ValidationError(String fieldId, + String errorMsg)
      +
      Creates an instance of a ValidationError record class.
      +
      +
      Parameters:
      +
      fieldId - the value for the fieldId record component
      +
      errorMsg - the value for the errorMsg record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      fieldId

      +
      public String fieldId()
      +
      Returns the value of the fieldId record component.
      +
      +
      Returns:
      +
      the value of the fieldId record component
      +
      +
      +
    • +
    • +
      +

      errorMsg

      +
      public String errorMsg()
      +
      Returns the value of the errorMsg record component.
      +
      +
      Returns:
      +
      the value of the errorMsg record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryAddressDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryAddressDto.html new file mode 100644 index 0000000000..04fe17e48f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryAddressDto.html @@ -0,0 +1,377 @@ + + + + +BcRegistryAddressDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryAddressDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
+
+
+
public record BcRegistryAddressDto(String addressCity, String addressCountry, String addressRegion, String deliveryInstructions, String postalCode, String streetAddress, String streetAddressAdditional, String addressType) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryAddressDto

      +
      public BcRegistryAddressDto(String addressCity, + String addressCountry, + String addressRegion, + String deliveryInstructions, + String postalCode, + String streetAddress, + String streetAddressAdditional, + String addressType)
      +
      Creates an instance of a BcRegistryAddressDto record class.
      +
      +
      Parameters:
      +
      addressCity - the value for the addressCity record component
      +
      addressCountry - the value for the addressCountry record component
      +
      addressRegion - the value for the addressRegion record component
      +
      deliveryInstructions - the value for the deliveryInstructions record component
      +
      postalCode - the value for the postalCode record component
      +
      streetAddress - the value for the streetAddress record component
      +
      streetAddressAdditional - the value for the streetAddressAdditional record component
      +
      addressType - the value for the addressType record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      addressCity

      +
      public String addressCity()
      +
      Returns the value of the addressCity record component.
      +
      +
      Returns:
      +
      the value of the addressCity record component
      +
      +
      +
    • +
    • +
      +

      addressCountry

      +
      public String addressCountry()
      +
      Returns the value of the addressCountry record component.
      +
      +
      Returns:
      +
      the value of the addressCountry record component
      +
      +
      +
    • +
    • +
      +

      addressRegion

      +
      public String addressRegion()
      +
      Returns the value of the addressRegion record component.
      +
      +
      Returns:
      +
      the value of the addressRegion record component
      +
      +
      +
    • +
    • +
      +

      deliveryInstructions

      +
      public String deliveryInstructions()
      +
      Returns the value of the deliveryInstructions record component.
      +
      +
      Returns:
      +
      the value of the deliveryInstructions record component
      +
      +
      +
    • +
    • +
      +

      postalCode

      +
      public String postalCode()
      +
      Returns the value of the postalCode record component.
      +
      +
      Returns:
      +
      the value of the postalCode record component
      +
      +
      +
    • +
    • +
      +

      streetAddress

      +
      public String streetAddress()
      +
      Returns the value of the streetAddress record component.
      +
      +
      Returns:
      +
      the value of the streetAddress record component
      +
      +
      +
    • +
    • +
      +

      streetAddressAdditional

      +
      public String streetAddressAdditional()
      +
      Returns the value of the streetAddressAdditional record component.
      +
      +
      Returns:
      +
      the value of the streetAddressAdditional record component
      +
      +
      +
    • +
    • +
      +

      addressType

      +
      public String addressType()
      +
      Returns the value of the addressType record component.
      +
      +
      Returns:
      +
      the value of the addressType record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryBusinessAdressesDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryBusinessAdressesDto.html new file mode 100644 index 0000000000..1809d24e2c --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryBusinessAdressesDto.html @@ -0,0 +1,272 @@ + + + + +BcRegistryBusinessAdressesDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryBusinessAdressesDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
+
+
+
+
public record BcRegistryBusinessAdressesDto(BcRegistryAddressDto mailingAddress, BcRegistryAddressDto deliveryAddress) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryBusinessAdressesDto

      +
      public BcRegistryBusinessAdressesDto(BcRegistryAddressDto mailingAddress, + BcRegistryAddressDto deliveryAddress)
      +
      Creates an instance of a BcRegistryBusinessAdressesDto record class.
      +
      +
      Parameters:
      +
      mailingAddress - the value for the mailingAddress record component
      +
      deliveryAddress - the value for the deliveryAddress record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      addresses

      +
      public Set<BcRegistryAddressDto> addresses()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      mailingAddress

      +
      public BcRegistryAddressDto mailingAddress()
      +
      Returns the value of the mailingAddress record component.
      +
      +
      Returns:
      +
      the value of the mailingAddress record component
      +
      +
      +
    • +
    • +
      +

      deliveryAddress

      +
      public BcRegistryAddressDto deliveryAddress()
      +
      Returns the value of the deliveryAddress record component.
      +
      +
      Returns:
      +
      the value of the deliveryAddress record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryBusinessDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryBusinessDto.html new file mode 100644 index 0000000000..6e67a454b2 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryBusinessDto.html @@ -0,0 +1,368 @@ + + + + +BcRegistryBusinessDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryBusinessDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
+
+
+
public record BcRegistryBusinessDto(Boolean goodStanding, Boolean hasCorrections, Boolean hasCourtOrders, Boolean hasRestrictions, String identifier, String legalName, String legalType, String state) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    BcRegistryBusinessDto(Boolean goodStanding, + Boolean hasCorrections, + Boolean hasCourtOrders, + Boolean hasRestrictions, + String identifier, + String legalName, + String legalType, + String state)
    +
    +
    Creates an instance of a BcRegistryBusinessDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the goodStanding record component.
    +
    + + +
    +
    Returns the value of the hasCorrections record component.
    +
    + + +
    +
    Returns the value of the hasCourtOrders record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the hasRestrictions record component.
    +
    + + +
    +
    Returns the value of the identifier record component.
    +
    + + +
    +
    Returns the value of the legalName record component.
    +
    + + +
    +
    Returns the value of the legalType record component.
    +
    + + +
    +
    Returns the value of the state record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryBusinessDto

      +
      public BcRegistryBusinessDto(Boolean goodStanding, + Boolean hasCorrections, + Boolean hasCourtOrders, + Boolean hasRestrictions, + String identifier, + String legalName, + String legalType, + String state)
      +
      Creates an instance of a BcRegistryBusinessDto record class.
      +
      +
      Parameters:
      +
      goodStanding - the value for the goodStanding record component
      +
      hasCorrections - the value for the hasCorrections record component
      +
      hasCourtOrders - the value for the hasCourtOrders record component
      +
      hasRestrictions - the value for the hasRestrictions record component
      +
      identifier - the value for the identifier record component
      +
      legalName - the value for the legalName record component
      +
      legalType - the value for the legalType record component
      +
      state - the value for the state record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      goodStanding

      +
      public Boolean goodStanding()
      +
      Returns the value of the goodStanding record component.
      +
      +
      Returns:
      +
      the value of the goodStanding record component
      +
      +
      +
    • +
    • +
      +

      hasCorrections

      +
      public Boolean hasCorrections()
      +
      Returns the value of the hasCorrections record component.
      +
      +
      Returns:
      +
      the value of the hasCorrections record component
      +
      +
      +
    • +
    • +
      +

      hasCourtOrders

      +
      public Boolean hasCourtOrders()
      +
      Returns the value of the hasCourtOrders record component.
      +
      +
      Returns:
      +
      the value of the hasCourtOrders record component
      +
      +
      +
    • +
    • +
      +

      hasRestrictions

      +
      public Boolean hasRestrictions()
      +
      Returns the value of the hasRestrictions record component.
      +
      +
      Returns:
      +
      the value of the hasRestrictions record component
      +
      +
      +
    • +
    • +
      +

      identifier

      +
      public String identifier()
      +
      Returns the value of the identifier record component.
      +
      +
      Returns:
      +
      the value of the identifier record component
      +
      +
      +
    • +
    • +
      +

      legalName

      +
      public String legalName()
      +
      Returns the value of the legalName record component.
      +
      +
      Returns:
      +
      the value of the legalName record component
      +
      +
      +
    • +
    • +
      +

      legalType

      +
      public String legalType()
      +
      Returns the value of the legalType record component.
      +
      +
      Returns:
      +
      the value of the legalType record component
      +
      +
      +
    • +
    • +
      +

      state

      +
      public String state()
      +
      Returns the value of the state record component.
      +
      +
      Returns:
      +
      the value of the state record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessRequestDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessRequestDto.html new file mode 100644 index 0000000000..7d12a5af93 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessRequestDto.html @@ -0,0 +1,235 @@ + + + + +BcRegistryDocumentAccessRequestDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryDocumentAccessRequestDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
+
+
+
+
+
public record BcRegistryDocumentAccessRequestDto(List<BcRegistryDocumentAccessTypeDto> documents) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryDocumentAccessRequestDto

      +
      public BcRegistryDocumentAccessRequestDto(List<BcRegistryDocumentAccessTypeDto> documents)
      +
      Creates an instance of a BcRegistryDocumentAccessRequestDto record class.
      +
      +
      Parameters:
      +
      documents - the value for the documents record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      documents

      + +
      Returns the value of the documents record component.
      +
      +
      Returns:
      +
      the value of the documents record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessTypeDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessTypeDto.html new file mode 100644 index 0000000000..d1f54481e8 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessTypeDto.html @@ -0,0 +1,235 @@ + + + + +BcRegistryDocumentAccessTypeDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryDocumentAccessTypeDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
+
+
+
+
+
public record BcRegistryDocumentAccessTypeDto(String documentType) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Creates an instance of a BcRegistryDocumentAccessTypeDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the documentType record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryDocumentAccessTypeDto

      +
      public BcRegistryDocumentAccessTypeDto(String documentType)
      +
      Creates an instance of a BcRegistryDocumentAccessTypeDto record class.
      +
      +
      Parameters:
      +
      documentType - the value for the documentType record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      documentType

      +
      public String documentType()
      +
      Returns the value of the documentType record component.
      +
      +
      Returns:
      +
      the value of the documentType record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentDto.html new file mode 100644 index 0000000000..42328b3924 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentDto.html @@ -0,0 +1,292 @@ + + + + +BcRegistryDocumentDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryDocumentDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
+
+
+
public record BcRegistryDocumentDto(BcRegistryBusinessDto business, BcRegistryOfficesDto offices, List<BcRegistryPartyDto> parties) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryDocumentDto

      +
      public BcRegistryDocumentDto(BcRegistryBusinessDto business, + BcRegistryOfficesDto offices, + List<BcRegistryPartyDto> parties)
      +
      Creates an instance of a BcRegistryDocumentDto record class.
      +
      +
      Parameters:
      +
      business - the value for the business record component
      +
      offices - the value for the offices record component
      +
      parties - the value for the parties record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      matchOfficesParties

      +
      public Map<BcRegistryAddressDto,Set<BcRegistryPartyDto>> matchOfficesParties()
      +
      Returns a mapping of addresses to sets of parties associated with those addresses. If the + offices object is valid, adds all of its addresses to the mapping with an empty set of parties. + For each valid party, adds it to the set of parties associated with its mailing or delivery + address in the mapping.
      +
      +
      Returns:
      +
      a mapping of addresses to sets of parties associated with those addresses
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      business

      +
      public BcRegistryBusinessDto business()
      +
      Returns the value of the business record component.
      +
      +
      Returns:
      +
      the value of the business record component
      +
      +
      +
    • +
    • +
      +

      offices

      +
      public BcRegistryOfficesDto offices()
      +
      Returns the value of the offices record component.
      +
      +
      Returns:
      +
      the value of the offices record component
      +
      +
      +
    • +
    • +
      +

      parties

      +
      public List<BcRegistryPartyDto> parties()
      +
      Returns the value of the parties record component.
      +
      +
      Returns:
      +
      the value of the parties record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestBodyDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestBodyDto.html new file mode 100644 index 0000000000..457ef6caf8 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestBodyDto.html @@ -0,0 +1,235 @@ + + + + +BcRegistryDocumentRequestBodyDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryDocumentRequestBodyDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
+
+
+
+
+
public record BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto documentAccessRequest) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryDocumentRequestBodyDto

      +
      public BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto documentAccessRequest)
      +
      Creates an instance of a BcRegistryDocumentRequestBodyDto record class.
      +
      +
      Parameters:
      +
      documentAccessRequest - the value for the documentAccessRequest record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      documentAccessRequest

      +
      public BcRegistryDocumentAccessRequestDto documentAccessRequest()
      +
      Returns the value of the documentAccessRequest record component.
      +
      +
      Returns:
      +
      the value of the documentAccessRequest record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestDocumentDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestDocumentDto.html new file mode 100644 index 0000000000..d6873bd73f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestDocumentDto.html @@ -0,0 +1,292 @@ + + + + +BcRegistryDocumentRequestDocumentDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryDocumentRequestDocumentDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
+
+
+
public record BcRegistryDocumentRequestDocumentDto(String documentKey, String documentType, String fileName, Long id) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    BcRegistryDocumentRequestDocumentDto(String documentKey, + String documentType, + String fileName, + Long id)
    +
    +
    Creates an instance of a BcRegistryDocumentRequestDocumentDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the documentKey record component.
    +
    + + +
    +
    Returns the value of the documentType record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the fileName record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + +
    id()
    +
    +
    Returns the value of the id record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryDocumentRequestDocumentDto

      +
      public BcRegistryDocumentRequestDocumentDto(String documentKey, + String documentType, + String fileName, + Long id)
      +
      Creates an instance of a BcRegistryDocumentRequestDocumentDto record class.
      +
      +
      Parameters:
      +
      documentKey - the value for the documentKey record component
      +
      documentType - the value for the documentType record component
      +
      fileName - the value for the fileName record component
      +
      id - the value for the id record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      documentKey

      +
      public String documentKey()
      +
      Returns the value of the documentKey record component.
      +
      +
      Returns:
      +
      the value of the documentKey record component
      +
      +
      +
    • +
    • +
      +

      documentType

      +
      public String documentType()
      +
      Returns the value of the documentType record component.
      +
      +
      Returns:
      +
      the value of the documentType record component
      +
      +
      +
    • +
    • +
      +

      fileName

      +
      public String fileName()
      +
      Returns the value of the fileName record component.
      +
      +
      Returns:
      +
      the value of the fileName record component
      +
      +
      +
    • +
    • +
      +

      id

      +
      public Long id()
      +
      Returns the value of the id record component.
      +
      +
      Returns:
      +
      the value of the id record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestResponseDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestResponseDto.html new file mode 100644 index 0000000000..6351b7896b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestResponseDto.html @@ -0,0 +1,311 @@ + + + + +BcRegistryDocumentRequestResponseDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryDocumentRequestResponseDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
+
+
+
public record BcRegistryDocumentRequestResponseDto(String businessIdentifier, String businessName, List<BcRegistryDocumentRequestDocumentDto> documents, String paymentStatus, String status) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryDocumentRequestResponseDto

      +
      public BcRegistryDocumentRequestResponseDto(String businessIdentifier, + String businessName, + List<BcRegistryDocumentRequestDocumentDto> documents, + String paymentStatus, + String status)
      +
      Creates an instance of a BcRegistryDocumentRequestResponseDto record class.
      +
      +
      Parameters:
      +
      businessIdentifier - the value for the businessIdentifier record component
      +
      businessName - the value for the businessName record component
      +
      documents - the value for the documents record component
      +
      paymentStatus - the value for the paymentStatus record component
      +
      status - the value for the status record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      businessIdentifier

      +
      public String businessIdentifier()
      +
      Returns the value of the businessIdentifier record component.
      +
      +
      Returns:
      +
      the value of the businessIdentifier record component
      +
      +
      +
    • +
    • +
      +

      businessName

      +
      public String businessName()
      +
      Returns the value of the businessName record component.
      +
      +
      Returns:
      +
      the value of the businessName record component
      +
      +
      +
    • +
    • +
      +

      documents

      + +
      Returns the value of the documents record component.
      +
      +
      Returns:
      +
      the value of the documents record component
      +
      +
      +
    • +
    • +
      +

      paymentStatus

      +
      public String paymentStatus()
      +
      Returns the value of the paymentStatus record component.
      +
      +
      Returns:
      +
      the value of the paymentStatus record component
      +
      +
      +
    • +
    • +
      +

      status

      +
      public String status()
      +
      Returns the value of the status record component.
      +
      +
      Returns:
      +
      the value of the status record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryExceptionMessageDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryExceptionMessageDto.html new file mode 100644 index 0000000000..f4354beed8 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryExceptionMessageDto.html @@ -0,0 +1,254 @@ + + + + +BcRegistryExceptionMessageDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryExceptionMessageDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+
+
+
+
+
public record BcRegistryExceptionMessageDto(String errorMessage, String rootCause) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    BcRegistryExceptionMessageDto(String errorMessage, + String rootCause)
    +
    +
    Creates an instance of a BcRegistryExceptionMessageDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the errorMessage record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the rootCause record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryExceptionMessageDto

      +
      public BcRegistryExceptionMessageDto(String errorMessage, + String rootCause)
      +
      Creates an instance of a BcRegistryExceptionMessageDto record class.
      +
      +
      Parameters:
      +
      errorMessage - the value for the errorMessage record component
      +
      rootCause - the value for the rootCause record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      errorMessage

      +
      public String errorMessage()
      +
      Returns the value of the errorMessage record component.
      +
      +
      Returns:
      +
      the value of the errorMessage record component
      +
      +
      +
    • +
    • +
      +

      rootCause

      +
      public String rootCause()
      +
      Returns the value of the rootCause record component.
      +
      +
      Returns:
      +
      the value of the rootCause record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetResponseDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetResponseDto.html new file mode 100644 index 0000000000..da2a235ef9 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetResponseDto.html @@ -0,0 +1,235 @@ + + + + +BcRegistryFacetResponseDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryFacetResponseDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto
+
+
+
+
+
public record BcRegistryFacetResponseDto(BcRegistryFacetSearchResultsDto searchResults) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryFacetResponseDto

      +
      public BcRegistryFacetResponseDto(BcRegistryFacetSearchResultsDto searchResults)
      +
      Creates an instance of a BcRegistryFacetResponseDto record class.
      +
      +
      Parameters:
      +
      searchResults - the value for the searchResults record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      searchResults

      +
      public BcRegistryFacetSearchResultsDto searchResults()
      +
      Returns the value of the searchResults record component.
      +
      +
      Returns:
      +
      the value of the searchResults record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetSearchResultEntryDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetSearchResultEntryDto.html new file mode 100644 index 0000000000..4f88c92ecb --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetSearchResultEntryDto.html @@ -0,0 +1,330 @@ + + + + +BcRegistryFacetSearchResultEntryDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryFacetSearchResultEntryDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
+
+
+
public record BcRegistryFacetSearchResultEntryDto(String bn, String identifier, String legalType, String name, String status, Boolean goodStanding) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    BcRegistryFacetSearchResultEntryDto(String bn, + String identifier, + String legalType, + String name, + String status, + Boolean goodStanding)
    +
    +
    Creates an instance of a BcRegistryFacetSearchResultEntryDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    bn()
    +
    +
    Returns the value of the bn record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the goodStanding record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the identifier record component.
    +
    + + +
    +
    Returns the value of the legalType record component.
    +
    + + +
    +
    Returns the value of the name record component.
    +
    + + +
    +
    Returns the value of the status record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryFacetSearchResultEntryDto

      +
      public BcRegistryFacetSearchResultEntryDto(String bn, + String identifier, + String legalType, + String name, + String status, + Boolean goodStanding)
      +
      Creates an instance of a BcRegistryFacetSearchResultEntryDto record class.
      +
      +
      Parameters:
      +
      bn - the value for the bn record component
      +
      identifier - the value for the identifier record component
      +
      legalType - the value for the legalType record component
      +
      name - the value for the name record component
      +
      status - the value for the status record component
      +
      goodStanding - the value for the goodStanding record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      bn

      +
      public String bn()
      +
      Returns the value of the bn record component.
      +
      +
      Returns:
      +
      the value of the bn record component
      +
      +
      +
    • +
    • +
      +

      identifier

      +
      public String identifier()
      +
      Returns the value of the identifier record component.
      +
      +
      Returns:
      +
      the value of the identifier record component
      +
      +
      +
    • +
    • +
      +

      legalType

      +
      public String legalType()
      +
      Returns the value of the legalType record component.
      +
      +
      Returns:
      +
      the value of the legalType record component
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    • +
      +

      status

      +
      public String status()
      +
      Returns the value of the status record component.
      +
      +
      Returns:
      +
      the value of the status record component
      +
      +
      +
    • +
    • +
      +

      goodStanding

      +
      public Boolean goodStanding()
      +
      Returns the value of the goodStanding record component.
      +
      +
      Returns:
      +
      the value of the goodStanding record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetSearchResultsDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetSearchResultsDto.html new file mode 100644 index 0000000000..92ee999b21 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryFacetSearchResultsDto.html @@ -0,0 +1,254 @@ + + + + +BcRegistryFacetSearchResultsDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryFacetSearchResultsDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto
+
+
+
+
+
public record BcRegistryFacetSearchResultsDto(List<BcRegistryFacetSearchResultEntryDto> results, long totalResults) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryFacetSearchResultsDto

      +
      public BcRegistryFacetSearchResultsDto(List<BcRegistryFacetSearchResultEntryDto> results, + long totalResults)
      +
      Creates an instance of a BcRegistryFacetSearchResultsDto record class.
      +
      +
      Parameters:
      +
      results - the value for the results record component
      +
      totalResults - the value for the totalResults record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      results

      + +
      Returns the value of the results record component.
      +
      +
      Returns:
      +
      the value of the results record component
      +
      +
      +
    • +
    • +
      +

      totalResults

      +
      public long totalResults()
      +
      Returns the value of the totalResults record component.
      +
      +
      Returns:
      +
      the value of the totalResults record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryIdentificationDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryIdentificationDto.html new file mode 100644 index 0000000000..544f77ba40 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryIdentificationDto.html @@ -0,0 +1,254 @@ + + + + +BcRegistryIdentificationDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryIdentificationDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+
+
+
+
+
public record BcRegistryIdentificationDto(BcRegistryBusinessDto business, BcRegistryBusinessAdressesDto businessOffice) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryIdentificationDto

      +
      public BcRegistryIdentificationDto(BcRegistryBusinessDto business, + BcRegistryBusinessAdressesDto businessOffice)
      +
      Creates an instance of a BcRegistryIdentificationDto record class.
      +
      +
      Parameters:
      +
      business - the value for the business record component
      +
      businessOffice - the value for the businessOffice record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      business

      +
      public BcRegistryBusinessDto business()
      +
      Returns the value of the business record component.
      +
      +
      Returns:
      +
      the value of the business record component
      +
      +
      +
    • +
    • +
      +

      businessOffice

      +
      public BcRegistryBusinessAdressesDto businessOffice()
      +
      Returns the value of the businessOffice record component.
      +
      +
      Returns:
      +
      the value of the businessOffice record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficerDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficerDto.html new file mode 100644 index 0000000000..0c48019e76 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficerDto.html @@ -0,0 +1,320 @@ + + + + +BcRegistryOfficerDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryOfficerDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
+
+
+
public record BcRegistryOfficerDto(String email, String firstName, String lastName, String middleInitial, String partyType) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    BcRegistryOfficerDto(String email, + String firstName, + String lastName, + String middleInitial, + String partyType)
    +
    +
    Creates an instance of a BcRegistryOfficerDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the email record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the firstName record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    boolean
    + +
     
    + + +
    +
    Returns the value of the lastName record component.
    +
    + + +
    +
    Returns the value of the middleInitial record component.
    +
    + + +
    +
    Returns the value of the partyType record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryOfficerDto

      +
      public BcRegistryOfficerDto(String email, + String firstName, + String lastName, + String middleInitial, + String partyType)
      +
      Creates an instance of a BcRegistryOfficerDto record class.
      +
      +
      Parameters:
      +
      email - the value for the email record component
      +
      firstName - the value for the firstName record component
      +
      lastName - the value for the lastName record component
      +
      middleInitial - the value for the middleInitial record component
      +
      partyType - the value for the partyType record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isPerson

      +
      public boolean isPerson()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      email

      +
      public String email()
      +
      Returns the value of the email record component.
      +
      +
      Returns:
      +
      the value of the email record component
      +
      +
      +
    • +
    • +
      +

      firstName

      +
      public String firstName()
      +
      Returns the value of the firstName record component.
      +
      +
      Returns:
      +
      the value of the firstName record component
      +
      +
      +
    • +
    • +
      +

      lastName

      +
      public String lastName()
      +
      Returns the value of the lastName record component.
      +
      +
      Returns:
      +
      the value of the lastName record component
      +
      +
      +
    • +
    • +
      +

      middleInitial

      +
      public String middleInitial()
      +
      Returns the value of the middleInitial record component.
      +
      +
      Returns:
      +
      the value of the middleInitial record component
      +
      +
      +
    • +
    • +
      +

      partyType

      +
      public String partyType()
      +
      Returns the value of the partyType record component.
      +
      +
      Returns:
      +
      the value of the partyType record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficesDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficesDto.html new file mode 100644 index 0000000000..8d828b5d42 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficesDto.html @@ -0,0 +1,253 @@ + + + + +BcRegistryOfficesDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryOfficesDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
+
+
+
+
public record BcRegistryOfficesDto(BcRegistryBusinessAdressesDto businessOffice) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryOfficesDto

      +
      public BcRegistryOfficesDto(BcRegistryBusinessAdressesDto businessOffice)
      +
      Creates an instance of a BcRegistryOfficesDto record class.
      +
      +
      Parameters:
      +
      businessOffice - the value for the businessOffice record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      addresses

      +
      public Set<BcRegistryAddressDto> addresses()
      +
      +
    • +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      businessOffice

      +
      public BcRegistryBusinessAdressesDto businessOffice()
      +
      Returns the value of the businessOffice record component.
      +
      +
      Returns:
      +
      the value of the businessOffice record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryPartyDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryPartyDto.html new file mode 100644 index 0000000000..82ad2b4f79 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryPartyDto.html @@ -0,0 +1,336 @@ + + + + +BcRegistryPartyDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryPartyDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
+
+
+
public record BcRegistryPartyDto(BcRegistryAddressDto deliveryAddress, BcRegistryAddressDto mailingAddress, BcRegistryOfficerDto officer, List<BcRegistryRoleDto> roles) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryPartyDto

      +
      public BcRegistryPartyDto(BcRegistryAddressDto deliveryAddress, + BcRegistryAddressDto mailingAddress, + BcRegistryOfficerDto officer, + List<BcRegistryRoleDto> roles)
      +
      Creates an instance of a BcRegistryPartyDto record class.
      +
      +
      Parameters:
      +
      deliveryAddress - the value for the deliveryAddress record component
      +
      mailingAddress - the value for the mailingAddress record component
      +
      officer - the value for the officer record component
      +
      roles - the value for the roles record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      addresses

      +
      public Set<BcRegistryAddressDto> addresses()
      +
      +
    • +
    • +
      +

      isMatch

      +
      public boolean isMatch(String city, + String country, + String region, + String postalCode, + String streetAddress)
      +
      +
    • +
    • +
      +

      isPerson

      +
      public boolean isPerson()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      deliveryAddress

      +
      public BcRegistryAddressDto deliveryAddress()
      +
      Returns the value of the deliveryAddress record component.
      +
      +
      Returns:
      +
      the value of the deliveryAddress record component
      +
      +
      +
    • +
    • +
      +

      mailingAddress

      +
      public BcRegistryAddressDto mailingAddress()
      +
      Returns the value of the mailingAddress record component.
      +
      +
      Returns:
      +
      the value of the mailingAddress record component
      +
      +
      +
    • +
    • +
      +

      officer

      +
      public BcRegistryOfficerDto officer()
      +
      Returns the value of the officer record component.
      +
      +
      Returns:
      +
      the value of the officer record component
      +
      +
      +
    • +
    • +
      +

      roles

      +
      public List<BcRegistryRoleDto> roles()
      +
      Returns the value of the roles record component.
      +
      +
      Returns:
      +
      the value of the roles record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryRoleDto.html b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryRoleDto.html new file mode 100644 index 0000000000..e9634abace --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/BcRegistryRoleDto.html @@ -0,0 +1,282 @@ + + + + +BcRegistryRoleDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class BcRegistryRoleDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
+
+
+
public record BcRegistryRoleDto(LocalDate appointmentDate, LocalDate cessationDate, String roleType) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    BcRegistryRoleDto(LocalDate appointmentDate, + LocalDate cessationDate, + String roleType)
    +
    +
    Creates an instance of a BcRegistryRoleDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    + + +
    +
    Returns the value of the appointmentDate record component.
    +
    + + +
    +
    Returns the value of the cessationDate record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the roleType record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryRoleDto

      +
      public BcRegistryRoleDto(LocalDate appointmentDate, + LocalDate cessationDate, + String roleType)
      +
      Creates an instance of a BcRegistryRoleDto record class.
      +
      +
      Parameters:
      +
      appointmentDate - the value for the appointmentDate record component
      +
      cessationDate - the value for the cessationDate record component
      +
      roleType - the value for the roleType record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      active

      +
      public boolean active()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      appointmentDate

      +
      public LocalDate appointmentDate()
      +
      Returns the value of the appointmentDate record component.
      +
      +
      Returns:
      +
      the value of the appointmentDate record component
      +
      +
      +
    • +
    • +
      +

      cessationDate

      +
      public LocalDate cessationDate()
      +
      Returns the value of the cessationDate record component.
      +
      +
      Returns:
      +
      the value of the cessationDate record component
      +
      +
      +
    • +
    • +
      +

      roleType

      +
      public String roleType()
      +
      Returns the value of the roleType record component.
      +
      +
      Returns:
      +
      the value of the roleType record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/ClientDetailsDto.html b/backend/ca/bc/gov/app/dto/bcregistry/ClientDetailsDto.html new file mode 100644 index 0000000000..cdf9082d06 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/ClientDetailsDto.html @@ -0,0 +1,312 @@ + + + + +ClientDetailsDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientDetailsDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
+
+
+
public record ClientDetailsDto(String name, String id, Boolean goodStanding, List<ClientAddressDto> addresses, List<ClientContactDto> contacts) +extends Record
+
A data transfer object representing the details of a client.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientDetailsDto

      +
      public ClientDetailsDto(String name, + String id, + Boolean goodStanding, + List<ClientAddressDto> addresses, + List<ClientContactDto> contacts)
      +
      Creates an instance of a ClientDetailsDto record class.
      +
      +
      Parameters:
      +
      name - the value for the name record component
      +
      id - the value for the id record component
      +
      goodStanding - the value for the goodStanding record component
      +
      addresses - the value for the addresses record component
      +
      contacts - the value for the contacts record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    • +
      +

      id

      +
      public String id()
      +
      Returns the value of the id record component.
      +
      +
      Returns:
      +
      the value of the id record component
      +
      +
      +
    • +
    • +
      +

      goodStanding

      +
      public Boolean goodStanding()
      +
      Returns the value of the goodStanding record component.
      +
      +
      Returns:
      +
      the value of the goodStanding record component
      +
      +
      +
    • +
    • +
      +

      addresses

      +
      public List<ClientAddressDto> addresses()
      +
      Returns the value of the addresses record component.
      +
      +
      Returns:
      +
      the value of the addresses record component
      +
      +
      +
    • +
    • +
      +

      contacts

      +
      public List<ClientContactDto> contacts()
      +
      Returns the value of the contacts record component.
      +
      +
      Returns:
      +
      the value of the contacts record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryAddressDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryAddressDto.html new file mode 100644 index 0000000000..5a856163f9 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryAddressDto.html @@ -0,0 +1,163 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto

+
+
Packages that use BcRegistryAddressDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryBusinessAdressesDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryBusinessAdressesDto.html new file mode 100644 index 0000000000..33ca21a1da --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryBusinessAdressesDto.html @@ -0,0 +1,111 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryBusinessDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryBusinessDto.html new file mode 100644 index 0000000000..a0af4f6657 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryBusinessDto.html @@ -0,0 +1,113 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto

+
+
Packages that use BcRegistryBusinessDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessRequestDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessRequestDto.html new file mode 100644 index 0000000000..b1b03b314f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessRequestDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessTypeDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessTypeDto.html new file mode 100644 index 0000000000..9ad7defb0d --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessTypeDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentDto.html new file mode 100644 index 0000000000..5386e2a43a --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentDto.html @@ -0,0 +1,89 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto

+
+
Packages that use BcRegistryDocumentDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestBodyDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestBodyDto.html new file mode 100644 index 0000000000..5cae4ef9cc --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestBodyDto.html @@ -0,0 +1,87 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestDocumentDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestDocumentDto.html new file mode 100644 index 0000000000..3715cfc6c5 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestDocumentDto.html @@ -0,0 +1,104 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestResponseDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestResponseDto.html new file mode 100644 index 0000000000..f2430814d6 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestResponseDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto

+
+No usage of ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryExceptionMessageDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryExceptionMessageDto.html new file mode 100644 index 0000000000..ac11fe8a8f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryExceptionMessageDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto

+
+No usage of ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetResponseDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetResponseDto.html new file mode 100644 index 0000000000..b2ec628ae6 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetResponseDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto

+
+No usage of ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetSearchResultEntryDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetSearchResultEntryDto.html new file mode 100644 index 0000000000..aed6272c19 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetSearchResultEntryDto.html @@ -0,0 +1,120 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto

+
+ + +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetSearchResultsDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetSearchResultsDto.html new file mode 100644 index 0000000000..f7e3dee706 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryFacetSearchResultsDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryIdentificationDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryIdentificationDto.html new file mode 100644 index 0000000000..f481dd6276 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryIdentificationDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto

+
+No usage of ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficerDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficerDto.html new file mode 100644 index 0000000000..1df7248d36 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficerDto.html @@ -0,0 +1,103 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto

+
+
Packages that use BcRegistryOfficerDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficesDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficesDto.html new file mode 100644 index 0000000000..236c40768b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficesDto.html @@ -0,0 +1,102 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto

+
+
Packages that use BcRegistryOfficesDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryPartyDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryPartyDto.html new file mode 100644 index 0000000000..0889a1179f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryPartyDto.html @@ -0,0 +1,107 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto

+
+
Packages that use BcRegistryPartyDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryRoleDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryRoleDto.html new file mode 100644 index 0000000000..673499dc9d --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryRoleDto.html @@ -0,0 +1,103 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto

+
+
Packages that use BcRegistryRoleDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/class-use/ClientDetailsDto.html b/backend/ca/bc/gov/app/dto/bcregistry/class-use/ClientDetailsDto.html new file mode 100644 index 0000000000..d48a500aed --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/class-use/ClientDetailsDto.html @@ -0,0 +1,108 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.bcregistry.ClientDetailsDto

+
+
Packages that use ClientDetailsDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/package-summary.html b/backend/ca/bc/gov/app/dto/bcregistry/package-summary.html new file mode 100644 index 0000000000..a143eb4833 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/package-summary.html @@ -0,0 +1,146 @@ + + + + +ca.bc.gov.app.dto.bcregistry (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.dto.bcregistry

+
+
+
package ca.bc.gov.app.dto.bcregistry
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/package-tree.html b/backend/ca/bc/gov/app/dto/bcregistry/package-tree.html new file mode 100644 index 0000000000..9fc4e491f6 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/package-tree.html @@ -0,0 +1,98 @@ + + + + +ca.bc.gov.app.dto.bcregistry Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.dto.bcregistry

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/bcregistry/package-use.html b/backend/ca/bc/gov/app/dto/bcregistry/package-use.html new file mode 100644 index 0000000000..606096106f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/bcregistry/package-use.html @@ -0,0 +1,177 @@ + + + + +Uses of Package ca.bc.gov.app.dto.bcregistry (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.dto.bcregistry

+
+ + +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailAttachment.html b/backend/ca/bc/gov/app/dto/ches/ChesMailAttachment.html new file mode 100644 index 0000000000..0137565261 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailAttachment.html @@ -0,0 +1,292 @@ + + + + +ChesMailAttachment (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ChesMailAttachment

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
+
+
+
public record ChesMailAttachment(String content, String contentType, ChesMailEncoding encoding, String filename) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesMailAttachment(String content, + String contentType, + ChesMailEncoding encoding, + String filename)
    +
    +
    Creates an instance of a ChesMailAttachment record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the content record component.
    +
    + + +
    +
    Returns the value of the contentType record component.
    +
    + + +
    +
    Returns the value of the encoding record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the filename record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesMailAttachment

      +
      public ChesMailAttachment(String content, + String contentType, + ChesMailEncoding encoding, + String filename)
      +
      Creates an instance of a ChesMailAttachment record class.
      +
      +
      Parameters:
      +
      content - the value for the content record component
      +
      contentType - the value for the contentType record component
      +
      encoding - the value for the encoding record component
      +
      filename - the value for the filename record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      content

      +
      public String content()
      +
      Returns the value of the content record component.
      +
      +
      Returns:
      +
      the value of the content record component
      +
      +
      +
    • +
    • +
      +

      contentType

      +
      public String contentType()
      +
      Returns the value of the contentType record component.
      +
      +
      Returns:
      +
      the value of the contentType record component
      +
      +
      +
    • +
    • +
      +

      encoding

      +
      public ChesMailEncoding encoding()
      +
      Returns the value of the encoding record component.
      +
      +
      Returns:
      +
      the value of the encoding record component
      +
      +
      +
    • +
    • +
      +

      filename

      +
      public String filename()
      +
      Returns the value of the filename record component.
      +
      +
      Returns:
      +
      the value of the filename record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailBodyType.html b/backend/ca/bc/gov/app/dto/ches/ChesMailBodyType.html new file mode 100644 index 0000000000..a7500fde73 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailBodyType.html @@ -0,0 +1,251 @@ + + + + +ChesMailBodyType (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ChesMailBodyType

+
+
java.lang.Object +
java.lang.Enum<ChesMailBodyType> +
ca.bc.gov.app.dto.ches.ChesMailBodyType
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ChesMailBodyType>, Constable
+
+
+
public enum ChesMailBodyType +extends Enum<ChesMailBodyType>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ChesMailBodyType[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ChesMailBodyType valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      value

      +
      public String value()
      +
      +
    • +
    • +
      +

      fromValue

      +
      public static ChesMailBodyType fromValue(String value)
      +
      Returns the enum constant with the specified string value.
      +
      +
      Parameters:
      +
      value - the string value representing the enum constant
      +
      Returns:
      +
      the enum constant with the specified string value
      +
      Throws:
      +
      IllegalArgumentException - if no enum constant with the specified string value exists
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailEncoding.html b/backend/ca/bc/gov/app/dto/ches/ChesMailEncoding.html new file mode 100644 index 0000000000..b3ee9c9b6a --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailEncoding.html @@ -0,0 +1,267 @@ + + + + +ChesMailEncoding (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ChesMailEncoding

+
+
java.lang.Object +
java.lang.Enum<ChesMailEncoding> +
ca.bc.gov.app.dto.ches.ChesMailEncoding
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ChesMailEncoding>, Constable
+
+
+
public enum ChesMailEncoding +extends Enum<ChesMailEncoding>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ChesMailEncoding[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ChesMailEncoding valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      value

      +
      public String value()
      +
      +
    • +
    • +
      +

      fromValue

      +
      public static ChesMailEncoding fromValue(String value)
      +
      Returns the enum constant with the specified string value.
      +
      +
      Parameters:
      +
      value - the string value representing the enum constant
      +
      Returns:
      +
      the enum constant with the specified string value
      +
      Throws:
      +
      IllegalArgumentException - if no enum constant with the specified string value exists
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailError.html b/backend/ca/bc/gov/app/dto/ches/ChesMailError.html new file mode 100644 index 0000000000..aa99c60f62 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailError.html @@ -0,0 +1,254 @@ + + + + +ChesMailError (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ChesMailError

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.ChesMailError
+
+
+
+
+
public record ChesMailError(String message, String value) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesMailError(String message, + String value)
    +
    +
    Creates an instance of a ChesMailError record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the message record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    + + +
    +
    Returns the value of the value record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesMailError

      +
      public ChesMailError(String message, + String value)
      +
      Creates an instance of a ChesMailError record class.
      +
      +
      Parameters:
      +
      message - the value for the message record component
      +
      value - the value for the value record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      message

      +
      public String message()
      +
      Returns the value of the message record component.
      +
      +
      Returns:
      +
      the value of the message record component
      +
      +
      +
    • +
    • +
      +

      value

      +
      public String value()
      +
      Returns the value of the value record component.
      +
      +
      Returns:
      +
      the value of the value record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailErrorResponse.html b/backend/ca/bc/gov/app/dto/ches/ChesMailErrorResponse.html new file mode 100644 index 0000000000..0c4c7aabed --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailErrorResponse.html @@ -0,0 +1,311 @@ + + + + +ChesMailErrorResponse (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ChesMailErrorResponse

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
+
+
+
public record ChesMailErrorResponse(String type, String title, int status, String detail, List<ChesMailError> errors) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesMailErrorResponse(String type, + String title, + int status, + String detail, + List<ChesMailError> errors)
    +
    +
    Creates an instance of a ChesMailErrorResponse record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the detail record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the errors record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    int
    + +
    +
    Returns the value of the status record component.
    +
    + + +
    +
    Returns the value of the title record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    + + +
    +
    Returns the value of the type record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesMailErrorResponse

      +
      public ChesMailErrorResponse(String type, + String title, + int status, + String detail, + List<ChesMailError> errors)
      +
      Creates an instance of a ChesMailErrorResponse record class.
      +
      +
      Parameters:
      +
      type - the value for the type record component
      +
      title - the value for the title record component
      +
      status - the value for the status record component
      +
      detail - the value for the detail record component
      +
      errors - the value for the errors record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      type

      +
      public String type()
      +
      Returns the value of the type record component.
      +
      +
      Returns:
      +
      the value of the type record component
      +
      +
      +
    • +
    • +
      +

      title

      +
      public String title()
      +
      Returns the value of the title record component.
      +
      +
      Returns:
      +
      the value of the title record component
      +
      +
      +
    • +
    • +
      +

      status

      +
      public int status()
      +
      Returns the value of the status record component.
      +
      +
      Returns:
      +
      the value of the status record component
      +
      +
      +
    • +
    • +
      +

      detail

      +
      public String detail()
      +
      Returns the value of the detail record component.
      +
      +
      Returns:
      +
      the value of the detail record component
      +
      +
      +
    • +
    • +
      +

      errors

      +
      public List<ChesMailError> errors()
      +
      Returns the value of the errors record component.
      +
      +
      Returns:
      +
      the value of the errors record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailPriority.html b/backend/ca/bc/gov/app/dto/ches/ChesMailPriority.html new file mode 100644 index 0000000000..a414c23115 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailPriority.html @@ -0,0 +1,259 @@ + + + + +ChesMailPriority (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ChesMailPriority

+
+
java.lang.Object +
java.lang.Enum<ChesMailPriority> +
ca.bc.gov.app.dto.ches.ChesMailPriority
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ChesMailPriority>, Constable
+
+
+
public enum ChesMailPriority +extends Enum<ChesMailPriority>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ChesMailPriority[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ChesMailPriority valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      value

      +
      public String value()
      +
      +
    • +
    • +
      +

      fromValue

      +
      public static ChesMailPriority fromValue(String value)
      +
      Returns the enum constant with the specified string value.
      +
      +
      Parameters:
      +
      value - the string value representing the enum constant
      +
      Returns:
      +
      the enum constant with the specified string value
      +
      Throws:
      +
      IllegalArgumentException - if no enum constant with the specified string value exists
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailRequest.html b/backend/ca/bc/gov/app/dto/ches/ChesMailRequest.html new file mode 100644 index 0000000000..bb69a0c32c --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailRequest.html @@ -0,0 +1,444 @@ + + + + +ChesMailRequest (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ChesMailRequest

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
+
+
+
public record ChesMailRequest(List<ChesMailAttachment> attachments, List<String> bcc, ChesMailBodyType bodyType, String body, List<String> cc, Integer delay, ChesMailEncoding encoding, String from, ChesMailPriority priority, String subject, String tag, List<String> to) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesMailRequest

      +
      public ChesMailRequest(List<ChesMailAttachment> attachments, + List<String> bcc, + ChesMailBodyType bodyType, + String body, + List<String> cc, + Integer delay, + ChesMailEncoding encoding, + String from, + ChesMailPriority priority, + String subject, + String tag, + List<String> to)
      +
      Creates an instance of a ChesMailRequest record class.
      +
      +
      Parameters:
      +
      attachments - the value for the attachments record component
      +
      bcc - the value for the bcc record component
      +
      bodyType - the value for the bodyType record component
      +
      body - the value for the body record component
      +
      cc - the value for the cc record component
      +
      delay - the value for the delay record component
      +
      encoding - the value for the encoding record component
      +
      from - the value for the from record component
      +
      priority - the value for the priority record component
      +
      subject - the value for the subject record component
      +
      tag - the value for the tag record component
      +
      to - the value for the to record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      attachments

      +
      public List<ChesMailAttachment> attachments()
      +
      Returns the value of the attachments record component.
      +
      +
      Returns:
      +
      the value of the attachments record component
      +
      +
      +
    • +
    • +
      +

      bcc

      +
      public List<String> bcc()
      +
      Returns the value of the bcc record component.
      +
      +
      Returns:
      +
      the value of the bcc record component
      +
      +
      +
    • +
    • +
      +

      bodyType

      +
      public ChesMailBodyType bodyType()
      +
      Returns the value of the bodyType record component.
      +
      +
      Returns:
      +
      the value of the bodyType record component
      +
      +
      +
    • +
    • +
      +

      body

      +
      public String body()
      +
      Returns the value of the body record component.
      +
      +
      Returns:
      +
      the value of the body record component
      +
      +
      +
    • +
    • +
      +

      cc

      +
      public List<String> cc()
      +
      Returns the value of the cc record component.
      +
      +
      Returns:
      +
      the value of the cc record component
      +
      +
      +
    • +
    • +
      +

      delay

      +
      public Integer delay()
      +
      Returns the value of the delay record component.
      +
      +
      Returns:
      +
      the value of the delay record component
      +
      +
      +
    • +
    • +
      +

      encoding

      +
      public ChesMailEncoding encoding()
      +
      Returns the value of the encoding record component.
      +
      +
      Returns:
      +
      the value of the encoding record component
      +
      +
      +
    • +
    • +
      +

      from

      +
      public String from()
      +
      Returns the value of the from record component.
      +
      +
      Returns:
      +
      the value of the from record component
      +
      +
      +
    • +
    • +
      +

      priority

      +
      public ChesMailPriority priority()
      +
      Returns the value of the priority record component.
      +
      +
      Returns:
      +
      the value of the priority record component
      +
      +
      +
    • +
    • +
      +

      subject

      +
      public String subject()
      +
      Returns the value of the subject record component.
      +
      +
      Returns:
      +
      the value of the subject record component
      +
      +
      +
    • +
    • +
      +

      tag

      +
      public String tag()
      +
      Returns the value of the tag record component.
      +
      +
      Returns:
      +
      the value of the tag record component
      +
      +
      +
    • +
    • +
      +

      to

      +
      public List<String> to()
      +
      Returns the value of the to record component.
      +
      +
      Returns:
      +
      the value of the to record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailResponse.html b/backend/ca/bc/gov/app/dto/ches/ChesMailResponse.html new file mode 100644 index 0000000000..348a335a9b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailResponse.html @@ -0,0 +1,260 @@ + + + + +ChesMailResponse (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ChesMailResponse

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.ChesMailResponse
+
+
+
+
+
public record ChesMailResponse(@Valid @NotNull List<ChesMailResponseMessage> messages, @NotNull UUID txId) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesMailResponse(@Valid @NotNull List<ChesMailResponseMessage> messages, + @NotNull UUID txId)
    +
    +
    Creates an instance of a ChesMailResponse record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    @Valid @NotNull List<ChesMailResponseMessage>
    + +
    +
    Returns the value of the messages record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    @NotNull UUID
    + +
    +
    Returns the value of the txId record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesMailResponse

      +
      public ChesMailResponse(@Valid @NotNull + @Valid @NotNull List<ChesMailResponseMessage> messages, + @JsonPropertyDescription("A corresponding transaction uuid") @NotNull + @NotNull UUID txId)
      +
      Creates an instance of a ChesMailResponse record class.
      +
      +
      Parameters:
      +
      messages - the value for the messages record component
      +
      txId - the value for the txId record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      messages

      +
      @Valid +@NotNull +public @Valid @NotNull List<ChesMailResponseMessage> messages()
      +
      Returns the value of the messages record component.
      +
      +
      Returns:
      +
      the value of the messages record component
      +
      +
      +
    • +
    • +
      +

      txId

      +
      @JsonPropertyDescription("A corresponding transaction uuid") +@NotNull +public @NotNull UUID txId()
      +
      Returns the value of the txId record component.
      +
      +
      Returns:
      +
      the value of the txId record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesMailResponseMessage.html b/backend/ca/bc/gov/app/dto/ches/ChesMailResponseMessage.html new file mode 100644 index 0000000000..1cfd01aefe --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesMailResponseMessage.html @@ -0,0 +1,282 @@ + + + + +ChesMailResponseMessage (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ChesMailResponseMessage

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
+
+
+
public record ChesMailResponseMessage(@NotNull UUID msgId, String tag, @Valid @NotNull List<String> to) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesMailResponseMessage(@NotNull UUID msgId, + String tag, + @Valid @NotNull List<String> to)
    +
    +
    Creates an instance of a ChesMailResponseMessage record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    @NotNull UUID
    + +
    +
    Returns the value of the msgId record component.
    +
    + +
    tag()
    +
    +
    Returns the value of the tag record component.
    +
    +
    @Valid @NotNull List<String>
    +
    to()
    +
    +
    Returns the value of the to record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesMailResponseMessage

      +
      public ChesMailResponseMessage(@JsonPropertyDescription("A corresponding message uuid") @NotNull + @NotNull UUID msgId, + @JsonPropertyDescription("A unique string which is associated with the message") + String tag, + @JsonPropertyDescription("An array of recipient email addresses that this message will go to") @Valid @NotNull + @Valid @NotNull List<String> to)
      +
      Creates an instance of a ChesMailResponseMessage record class.
      +
      +
      Parameters:
      +
      msgId - the value for the msgId record component
      +
      tag - the value for the tag record component
      +
      to - the value for the to record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      msgId

      +
      @JsonPropertyDescription("A corresponding message uuid") +@NotNull +public @NotNull UUID msgId()
      +
      Returns the value of the msgId record component.
      +
      +
      Returns:
      +
      the value of the msgId record component
      +
      +
      +
    • +
    • +
      +

      tag

      +
      @JsonPropertyDescription("A unique string which is associated with the message") +public String tag()
      +
      Returns the value of the tag record component.
      +
      +
      Returns:
      +
      the value of the tag record component
      +
      +
      +
    • +
    • +
      +

      to

      +
      @JsonPropertyDescription("An array of recipient email addresses that this message will go to") +@Valid +@NotNull +public @Valid @NotNull List<String> to()
      +
      Returns the value of the to record component.
      +
      +
      Returns:
      +
      the value of the to record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/ChesRequestDto.html b/backend/ca/bc/gov/app/dto/ches/ChesRequestDto.html new file mode 100644 index 0000000000..d3d02f830a --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/ChesRequestDto.html @@ -0,0 +1,266 @@ + + + + +ChesRequestDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ChesRequestDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.ChesRequestDto
+
+
+
+
+
Record Components:
+
emailTo - list of emails to send message to
+
emailBody - body of the email, can be html
+
+
+
public record ChesRequestDto(@NotNull @Min(1L) @Email List<String> emailTo, @NotNull String emailBody) +extends Record
+
The type Ches request dto.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesRequestDto(@NotNull @Min(1L) @Email List<String> emailTo, + @NotNull String emailBody)
    +
    +
    Creates an instance of a ChesRequestDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    @NotNull String
    + +
    +
    Returns the value of the emailBody record component.
    +
    +
    @NotNull @Min(1L) @Email List<String>
    + +
    +
    Returns the value of the emailTo record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesRequestDto

      +
      public ChesRequestDto(@NotNull @Min(1L) @Email + @NotNull @Min(1L) @Email List<String> emailTo, + @NotNull + @NotNull String emailBody)
      +
      Creates an instance of a ChesRequestDto record class.
      +
      +
      Parameters:
      +
      emailTo - the value for the emailTo record component
      +
      emailBody - the value for the emailBody record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      emailTo

      +
      @NotNull +@Min(1L) +@Email +public @NotNull @Min(1L) @Email List<String> emailTo()
      +
      Returns the value of the emailTo record component.
      +
      +
      Returns:
      +
      the value of the emailTo record component
      +
      +
      +
    • +
    • +
      +

      emailBody

      +
      @NotNull +public @NotNull String emailBody()
      +
      Returns the value of the emailBody record component.
      +
      +
      Returns:
      +
      the value of the emailBody record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/CommonExposureJwtDto.html b/backend/ca/bc/gov/app/dto/ches/CommonExposureJwtDto.html new file mode 100644 index 0000000000..9d1fe1dd38 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/CommonExposureJwtDto.html @@ -0,0 +1,330 @@ + + + + +CommonExposureJwtDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class CommonExposureJwtDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
+
+
+
public record CommonExposureJwtDto(String accessToken, long expiresIn, long refreshExpiresIn, String tokenType, long notBeforePolicy, String scope) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    CommonExposureJwtDto(String accessToken, + long expiresIn, + long refreshExpiresIn, + String tokenType, + long notBeforePolicy, + String scope)
    +
    +
    Creates an instance of a CommonExposureJwtDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the accessToken record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    long
    + +
    +
    Returns the value of the expiresIn record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    long
    + +
    +
    Returns the value of the notBeforePolicy record component.
    +
    +
    long
    + +
    +
    Returns the value of the refreshExpiresIn record component.
    +
    + + +
    +
    Returns the value of the scope record component.
    +
    + + +
    +
    Returns the value of the tokenType record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CommonExposureJwtDto

      +
      public CommonExposureJwtDto(String accessToken, + long expiresIn, + long refreshExpiresIn, + String tokenType, + long notBeforePolicy, + String scope)
      +
      Creates an instance of a CommonExposureJwtDto record class.
      +
      +
      Parameters:
      +
      accessToken - the value for the accessToken record component
      +
      expiresIn - the value for the expiresIn record component
      +
      refreshExpiresIn - the value for the refreshExpiresIn record component
      +
      tokenType - the value for the tokenType record component
      +
      notBeforePolicy - the value for the notBeforePolicy record component
      +
      scope - the value for the scope record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      accessToken

      +
      public String accessToken()
      +
      Returns the value of the accessToken record component.
      +
      +
      Returns:
      +
      the value of the accessToken record component
      +
      +
      +
    • +
    • +
      +

      expiresIn

      +
      public long expiresIn()
      +
      Returns the value of the expiresIn record component.
      +
      +
      Returns:
      +
      the value of the expiresIn record component
      +
      +
      +
    • +
    • +
      +

      refreshExpiresIn

      +
      public long refreshExpiresIn()
      +
      Returns the value of the refreshExpiresIn record component.
      +
      +
      Returns:
      +
      the value of the refreshExpiresIn record component
      +
      +
      +
    • +
    • +
      +

      tokenType

      +
      public String tokenType()
      +
      Returns the value of the tokenType record component.
      +
      +
      Returns:
      +
      the value of the tokenType record component
      +
      +
      +
    • +
    • +
      +

      notBeforePolicy

      +
      public long notBeforePolicy()
      +
      Returns the value of the notBeforePolicy record component.
      +
      +
      Returns:
      +
      the value of the notBeforePolicy record component
      +
      +
      +
    • +
    • +
      +

      scope

      +
      public String scope()
      +
      Returns the value of the scope record component.
      +
      +
      Returns:
      +
      the value of the scope record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailAttachment.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailAttachment.html new file mode 100644 index 0000000000..a064a5e8d1 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailAttachment.html @@ -0,0 +1,111 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.ChesMailAttachment (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.ChesMailAttachment

+
+
Packages that use ChesMailAttachment
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailBodyType.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailBodyType.html new file mode 100644 index 0000000000..169a2c0f7c --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailBodyType.html @@ -0,0 +1,127 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.ches.ChesMailBodyType (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.ches.ChesMailBodyType

+
+
Packages that use ChesMailBodyType
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailEncoding.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailEncoding.html new file mode 100644 index 0000000000..018c68c43f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailEncoding.html @@ -0,0 +1,140 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.ches.ChesMailEncoding (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.ches.ChesMailEncoding

+
+
Packages that use ChesMailEncoding
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailError.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailError.html new file mode 100644 index 0000000000..2dd1cb52ac --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailError.html @@ -0,0 +1,104 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.ChesMailError (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.ChesMailError

+
+
Packages that use ChesMailError
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailErrorResponse.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailErrorResponse.html new file mode 100644 index 0000000000..e7cc4e6fa1 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailErrorResponse.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.ChesMailErrorResponse (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.ChesMailErrorResponse

+
+No usage of ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailPriority.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailPriority.html new file mode 100644 index 0000000000..e19b9eeed9 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailPriority.html @@ -0,0 +1,127 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.ches.ChesMailPriority (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.ches.ChesMailPriority

+
+
Packages that use ChesMailPriority
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailRequest.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailRequest.html new file mode 100644 index 0000000000..e0fad5b05a --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailRequest.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.ChesMailRequest (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.ChesMailRequest

+
+No usage of ca.bc.gov.app.dto.ches.ChesMailRequest
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailResponse.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailResponse.html new file mode 100644 index 0000000000..2fec9e3019 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailResponse.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.ChesMailResponse (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.ChesMailResponse

+
+No usage of ca.bc.gov.app.dto.ches.ChesMailResponse
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailResponseMessage.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailResponseMessage.html new file mode 100644 index 0000000000..c23a911619 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesMailResponseMessage.html @@ -0,0 +1,101 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.ChesMailResponseMessage (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.ChesMailResponseMessage

+
+
Packages that use ChesMailResponseMessage
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/ChesRequestDto.html b/backend/ca/bc/gov/app/dto/ches/class-use/ChesRequestDto.html new file mode 100644 index 0000000000..de0fac4b54 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/ChesRequestDto.html @@ -0,0 +1,91 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.ChesRequestDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.ChesRequestDto

+
+
Packages that use ChesRequestDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/class-use/CommonExposureJwtDto.html b/backend/ca/bc/gov/app/dto/ches/class-use/CommonExposureJwtDto.html new file mode 100644 index 0000000000..363bd266ce --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/class-use/CommonExposureJwtDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ches.CommonExposureJwtDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ches.CommonExposureJwtDto

+
+No usage of ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/package-summary.html b/backend/ca/bc/gov/app/dto/ches/package-summary.html new file mode 100644 index 0000000000..6623e88bc2 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/package-summary.html @@ -0,0 +1,136 @@ + + + + +ca.bc.gov.app.dto.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.dto.ches

+
+
+
package ca.bc.gov.app.dto.ches
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/package-tree.html b/backend/ca/bc/gov/app/dto/ches/package-tree.html new file mode 100644 index 0000000000..e4882d4fe7 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/package-tree.html @@ -0,0 +1,103 @@ + + + + +ca.bc.gov.app.dto.ches Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.dto.ches

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/ches/package-use.html b/backend/ca/bc/gov/app/dto/ches/package-use.html new file mode 100644 index 0000000000..f8483967fa --- /dev/null +++ b/backend/ca/bc/gov/app/dto/ches/package-use.html @@ -0,0 +1,109 @@ + + + + +Uses of Package ca.bc.gov.app.dto.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.dto.ches

+
+
Packages that use ca.bc.gov.app.dto.ches
+
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/class-use/ValidationError.html b/backend/ca/bc/gov/app/dto/class-use/ValidationError.html new file mode 100644 index 0000000000..970fa2dad5 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/class-use/ValidationError.html @@ -0,0 +1,87 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ValidationError (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.ValidationError

+
+
Packages that use ValidationError
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/AddressCompleteFindDto.html b/backend/ca/bc/gov/app/dto/client/AddressCompleteFindDto.html new file mode 100644 index 0000000000..6b52f5099c --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/AddressCompleteFindDto.html @@ -0,0 +1,362 @@ + + + + +AddressCompleteFindDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class AddressCompleteFindDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
+
+
+
All Implemented Interfaces:
+
AddressError
+
+
+
public record AddressCompleteFindDto(String id, String text, String description, String next, String error, String cause, String resolution) +extends Record +implements AddressError
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    AddressCompleteFindDto(String id, + String text, + String description, + String next, + String error, + String cause, + String resolution)
    +
    +
    Creates an instance of a AddressCompleteFindDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the cause record component.
    +
    + + +
    +
    Returns the value of the description record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the error record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + +
    id()
    +
    +
    Returns the value of the id record component.
    +
    + + +
    +
    Returns the value of the next record component.
    +
    + + +
    +
    Returns the value of the resolution record component.
    +
    + + +
    +
    Returns the value of the text record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AddressCompleteFindDto

      +
      public AddressCompleteFindDto(String id, + String text, + String description, + String next, + String error, + String cause, + String resolution)
      +
      Creates an instance of a AddressCompleteFindDto record class.
      +
      +
      Parameters:
      +
      id - the value for the id record component
      +
      text - the value for the text record component
      +
      description - the value for the description record component
      +
      next - the value for the next record component
      +
      error - the value for the error record component
      +
      cause - the value for the cause record component
      +
      resolution - the value for the resolution record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      id

      +
      public String id()
      +
      Returns the value of the id record component.
      +
      +
      Returns:
      +
      the value of the id record component
      +
      +
      +
    • +
    • +
      +

      text

      +
      public String text()
      +
      Returns the value of the text record component.
      +
      +
      Returns:
      +
      the value of the text record component
      +
      +
      +
    • +
    • +
      +

      description

      +
      public String description()
      +
      Returns the value of the description record component.
      +
      +
      Specified by:
      +
      description in interface AddressError
      +
      Returns:
      +
      the value of the description record component
      +
      +
      +
    • +
    • +
      +

      next

      +
      public String next()
      +
      Returns the value of the next record component.
      +
      +
      Returns:
      +
      the value of the next record component
      +
      +
      +
    • +
    • +
      +

      error

      +
      public String error()
      +
      Returns the value of the error record component.
      +
      +
      Specified by:
      +
      error in interface AddressError
      +
      Returns:
      +
      the value of the error record component
      +
      +
      +
    • +
    • +
      +

      cause

      +
      public String cause()
      +
      Returns the value of the cause record component.
      +
      +
      Specified by:
      +
      cause in interface AddressError
      +
      Returns:
      +
      the value of the cause record component
      +
      +
      +
    • +
    • +
      +

      resolution

      +
      public String resolution()
      +
      Returns the value of the resolution record component.
      +
      +
      Specified by:
      +
      resolution in interface AddressError
      +
      Returns:
      +
      the value of the resolution record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/AddressCompleteFindListDto.html b/backend/ca/bc/gov/app/dto/client/AddressCompleteFindListDto.html new file mode 100644 index 0000000000..9b4e26f999 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/AddressCompleteFindListDto.html @@ -0,0 +1,235 @@ + + + + +AddressCompleteFindListDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class AddressCompleteFindListDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.AddressCompleteFindListDto
+
+
+
+
+
public record AddressCompleteFindListDto(List<AddressCompleteFindDto> items) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AddressCompleteFindListDto

      +
      public AddressCompleteFindListDto(List<AddressCompleteFindDto> items)
      +
      Creates an instance of a AddressCompleteFindListDto record class.
      +
      +
      Parameters:
      +
      items - the value for the items record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      items

      +
      public List<AddressCompleteFindDto> items()
      +
      Returns the value of the items record component.
      +
      +
      Returns:
      +
      the value of the items record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/AddressCompleteRetrieveDto.html b/backend/ca/bc/gov/app/dto/client/AddressCompleteRetrieveDto.html new file mode 100644 index 0000000000..9ed6f851f7 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/AddressCompleteRetrieveDto.html @@ -0,0 +1,533 @@ + + + + +AddressCompleteRetrieveDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class AddressCompleteRetrieveDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
+
+
+
All Implemented Interfaces:
+
AddressError
+
+
+
public record AddressCompleteRetrieveDto(String language, String city, String province, String provinceName, String countryName, String countryIso2, String postalCode, String line1, String line2, String line3, String line4, String line5, String error, String description, String cause, String resolution) +extends Record +implements AddressError
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    AddressCompleteRetrieveDto(String language, + String city, + String province, + String provinceName, + String countryName, + String countryIso2, + String postalCode, + String line1, + String line2, + String line3, + String line4, + String line5, + String error, + String description, + String cause, + String resolution)
    +
    +
    Creates an instance of a AddressCompleteRetrieveDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the cause record component.
    +
    + + +
    +
    Returns the value of the city record component.
    +
    + + +
    +
    Returns the value of the countryIso2 record component.
    +
    + + +
    +
    Returns the value of the countryName record component.
    +
    + + +
    +
    Returns the value of the description record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the error record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the language record component.
    +
    + + +
    +
    Returns the value of the line1 record component.
    +
    + + +
    +
    Returns the value of the line2 record component.
    +
    + + +
    +
    Returns the value of the line3 record component.
    +
    + + +
    +
    Returns the value of the line4 record component.
    +
    + + +
    +
    Returns the value of the line5 record component.
    +
    + + +
    +
    Returns the value of the postalCode record component.
    +
    + + +
    +
    Returns the value of the province record component.
    +
    + + +
    +
    Returns the value of the provinceName record component.
    +
    + + +
    +
    Returns the value of the resolution record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AddressCompleteRetrieveDto

      +
      public AddressCompleteRetrieveDto(String language, + String city, + String province, + String provinceName, + String countryName, + String countryIso2, + String postalCode, + String line1, + String line2, + String line3, + String line4, + String line5, + String error, + String description, + String cause, + String resolution)
      +
      Creates an instance of a AddressCompleteRetrieveDto record class.
      +
      +
      Parameters:
      +
      language - the value for the language record component
      +
      city - the value for the city record component
      +
      province - the value for the province record component
      +
      provinceName - the value for the provinceName record component
      +
      countryName - the value for the countryName record component
      +
      countryIso2 - the value for the countryIso2 record component
      +
      postalCode - the value for the postalCode record component
      +
      line1 - the value for the line1 record component
      +
      line2 - the value for the line2 record component
      +
      line3 - the value for the line3 record component
      +
      line4 - the value for the line4 record component
      +
      line5 - the value for the line5 record component
      +
      error - the value for the error record component
      +
      description - the value for the description record component
      +
      cause - the value for the cause record component
      +
      resolution - the value for the resolution record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      language

      +
      public String language()
      +
      Returns the value of the language record component.
      +
      +
      Returns:
      +
      the value of the language record component
      +
      +
      +
    • +
    • +
      +

      city

      +
      public String city()
      +
      Returns the value of the city record component.
      +
      +
      Returns:
      +
      the value of the city record component
      +
      +
      +
    • +
    • +
      +

      province

      +
      public String province()
      +
      Returns the value of the province record component.
      +
      +
      Returns:
      +
      the value of the province record component
      +
      +
      +
    • +
    • +
      +

      provinceName

      +
      public String provinceName()
      +
      Returns the value of the provinceName record component.
      +
      +
      Returns:
      +
      the value of the provinceName record component
      +
      +
      +
    • +
    • +
      +

      countryName

      +
      public String countryName()
      +
      Returns the value of the countryName record component.
      +
      +
      Returns:
      +
      the value of the countryName record component
      +
      +
      +
    • +
    • +
      +

      countryIso2

      +
      public String countryIso2()
      +
      Returns the value of the countryIso2 record component.
      +
      +
      Returns:
      +
      the value of the countryIso2 record component
      +
      +
      +
    • +
    • +
      +

      postalCode

      +
      public String postalCode()
      +
      Returns the value of the postalCode record component.
      +
      +
      Returns:
      +
      the value of the postalCode record component
      +
      +
      +
    • +
    • +
      +

      line1

      +
      public String line1()
      +
      Returns the value of the line1 record component.
      +
      +
      Returns:
      +
      the value of the line1 record component
      +
      +
      +
    • +
    • +
      +

      line2

      +
      public String line2()
      +
      Returns the value of the line2 record component.
      +
      +
      Returns:
      +
      the value of the line2 record component
      +
      +
      +
    • +
    • +
      +

      line3

      +
      public String line3()
      +
      Returns the value of the line3 record component.
      +
      +
      Returns:
      +
      the value of the line3 record component
      +
      +
      +
    • +
    • +
      +

      line4

      +
      public String line4()
      +
      Returns the value of the line4 record component.
      +
      +
      Returns:
      +
      the value of the line4 record component
      +
      +
      +
    • +
    • +
      +

      line5

      +
      public String line5()
      +
      Returns the value of the line5 record component.
      +
      +
      Returns:
      +
      the value of the line5 record component
      +
      +
      +
    • +
    • +
      +

      error

      +
      public String error()
      +
      Returns the value of the error record component.
      +
      +
      Specified by:
      +
      error in interface AddressError
      +
      Returns:
      +
      the value of the error record component
      +
      +
      +
    • +
    • +
      +

      description

      +
      public String description()
      +
      Returns the value of the description record component.
      +
      +
      Specified by:
      +
      description in interface AddressError
      +
      Returns:
      +
      the value of the description record component
      +
      +
      +
    • +
    • +
      +

      cause

      +
      public String cause()
      +
      Returns the value of the cause record component.
      +
      +
      Specified by:
      +
      cause in interface AddressError
      +
      Returns:
      +
      the value of the cause record component
      +
      +
      +
    • +
    • +
      +

      resolution

      +
      public String resolution()
      +
      Returns the value of the resolution record component.
      +
      +
      Specified by:
      +
      resolution in interface AddressError
      +
      Returns:
      +
      the value of the resolution record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/AddressCompleteRetrieveListDto.html b/backend/ca/bc/gov/app/dto/client/AddressCompleteRetrieveListDto.html new file mode 100644 index 0000000000..c68c4046aa --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/AddressCompleteRetrieveListDto.html @@ -0,0 +1,235 @@ + + + + +AddressCompleteRetrieveListDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class AddressCompleteRetrieveListDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto
+
+
+
+
+
public record AddressCompleteRetrieveListDto(List<AddressCompleteRetrieveDto> items) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AddressCompleteRetrieveListDto

      +
      public AddressCompleteRetrieveListDto(List<AddressCompleteRetrieveDto> items)
      +
      Creates an instance of a AddressCompleteRetrieveListDto record class.
      +
      +
      Parameters:
      +
      items - the value for the items record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      items

      + +
      Returns the value of the items record component.
      +
      +
      Returns:
      +
      the value of the items record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/AddressError.html b/backend/ca/bc/gov/app/dto/client/AddressError.html new file mode 100644 index 0000000000..a7aa9e3dde --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/AddressError.html @@ -0,0 +1,160 @@ + + + + +AddressError (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface AddressError

+
+
+
+
All Known Implementing Classes:
+
AddressCompleteFindDto, AddressCompleteRetrieveDto
+
+
+
public interface AddressError
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      error

      +
      String error()
      +
      +
    • +
    • +
      +

      description

      +
      String description()
      +
      +
    • +
    • +
      +

      cause

      +
      String cause()
      +
      +
    • +
    • +
      +

      resolution

      +
      String resolution()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/BusinessTypeEnum.html b/backend/ca/bc/gov/app/dto/client/BusinessTypeEnum.html new file mode 100644 index 0000000000..88b31ecd70 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/BusinessTypeEnum.html @@ -0,0 +1,222 @@ + + + + +BusinessTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class BusinessTypeEnum

+
+
java.lang.Object +
java.lang.Enum<BusinessTypeEnum> +
ca.bc.gov.app.dto.client.BusinessTypeEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<BusinessTypeEnum>, Constable
+
+
+
public enum BusinessTypeEnum +extends Enum<BusinessTypeEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static BusinessTypeEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static BusinessTypeEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientAddressDto.html b/backend/ca/bc/gov/app/dto/client/ClientAddressDto.html new file mode 100644 index 0000000000..90e11eb37b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientAddressDto.html @@ -0,0 +1,509 @@ + + + + +ClientAddressDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientAddressDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientAddressDto
+
+
+
+
+
public record ClientAddressDto(String streetAddress, String complementaryAddressOne, String complementaryAddressTwo, ClientValueTextDto country, ClientValueTextDto province, String city, String postalCode, String businessPhoneNumber, String secondaryPhoneNumber, String faxNumber, String emailAddress, String notes, int index, String locationName) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientAddressDto

      +
      public ClientAddressDto(String streetAddress, + String complementaryAddressOne, + String complementaryAddressTwo, + ClientValueTextDto country, + ClientValueTextDto province, + String city, + String postalCode, + String businessPhoneNumber, + String secondaryPhoneNumber, + String faxNumber, + String emailAddress, + String notes, + int index, + String locationName)
      +
      Creates an instance of a ClientAddressDto record class.
      +
      +
      Parameters:
      +
      streetAddress - the value for the streetAddress record component
      +
      complementaryAddressOne - the value for the complementaryAddressOne record component
      +
      complementaryAddressTwo - the value for the complementaryAddressTwo record component
      +
      country - the value for the country record component
      +
      province - the value for the province record component
      +
      city - the value for the city record component
      +
      postalCode - the value for the postalCode record component
      +
      businessPhoneNumber - the value for the businessPhoneNumber record component
      +
      secondaryPhoneNumber - the value for the secondaryPhoneNumber record component
      +
      faxNumber - the value for the faxNumber record component
      +
      emailAddress - the value for the emailAddress record component
      +
      notes - the value for the notes record component
      +
      index - the value for the index record component
      +
      locationName - the value for the locationName record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      description

      +
      public Map<String,Object> description()
      +
      +
    • +
    • +
      +

      withIndexed

      +
      public ClientAddressDto withIndexed(int index)
      +
      +
    • +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      streetAddress

      +
      public String streetAddress()
      +
      Returns the value of the streetAddress record component.
      +
      +
      Returns:
      +
      the value of the streetAddress record component
      +
      +
      +
    • +
    • +
      +

      complementaryAddressOne

      +
      public String complementaryAddressOne()
      +
      Returns the value of the complementaryAddressOne record component.
      +
      +
      Returns:
      +
      the value of the complementaryAddressOne record component
      +
      +
      +
    • +
    • +
      +

      complementaryAddressTwo

      +
      public String complementaryAddressTwo()
      +
      Returns the value of the complementaryAddressTwo record component.
      +
      +
      Returns:
      +
      the value of the complementaryAddressTwo record component
      +
      +
      +
    • +
    • +
      +

      country

      +
      public ClientValueTextDto country()
      +
      Returns the value of the country record component.
      +
      +
      Returns:
      +
      the value of the country record component
      +
      +
      +
    • +
    • +
      +

      province

      +
      public ClientValueTextDto province()
      +
      Returns the value of the province record component.
      +
      +
      Returns:
      +
      the value of the province record component
      +
      +
      +
    • +
    • +
      +

      city

      +
      public String city()
      +
      Returns the value of the city record component.
      +
      +
      Returns:
      +
      the value of the city record component
      +
      +
      +
    • +
    • +
      +

      postalCode

      +
      public String postalCode()
      +
      Returns the value of the postalCode record component.
      +
      +
      Returns:
      +
      the value of the postalCode record component
      +
      +
      +
    • +
    • +
      +

      businessPhoneNumber

      +
      public String businessPhoneNumber()
      +
      Returns the value of the businessPhoneNumber record component.
      +
      +
      Returns:
      +
      the value of the businessPhoneNumber record component
      +
      +
      +
    • +
    • +
      +

      secondaryPhoneNumber

      +
      public String secondaryPhoneNumber()
      +
      Returns the value of the secondaryPhoneNumber record component.
      +
      +
      Returns:
      +
      the value of the secondaryPhoneNumber record component
      +
      +
      +
    • +
    • +
      +

      faxNumber

      +
      public String faxNumber()
      +
      Returns the value of the faxNumber record component.
      +
      +
      Returns:
      +
      the value of the faxNumber record component
      +
      +
      +
    • +
    • +
      +

      emailAddress

      +
      public String emailAddress()
      +
      Returns the value of the emailAddress record component.
      +
      +
      Returns:
      +
      the value of the emailAddress record component
      +
      +
      +
    • +
    • +
      +

      notes

      +
      public String notes()
      +
      Returns the value of the notes record component.
      +
      +
      Returns:
      +
      the value of the notes record component
      +
      +
      +
    • +
    • +
      +

      index

      +
      public int index()
      +
      Returns the value of the index record component.
      +
      +
      Returns:
      +
      the value of the index record component
      +
      +
      +
    • +
    • +
      +

      locationName

      +
      public String locationName()
      +
      Returns the value of the locationName record component.
      +
      +
      Returns:
      +
      the value of the locationName record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientBusinessInformationDto.html b/backend/ca/bc/gov/app/dto/client/ClientBusinessInformationDto.html new file mode 100644 index 0000000000..2f97b76e94 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientBusinessInformationDto.html @@ -0,0 +1,617 @@ + + + + +ClientBusinessInformationDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientBusinessInformationDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
+
+
+
public record ClientBusinessInformationDto(String registrationNumber, String businessName, String businessType, String clientType, String goodStandingInd, String legalType, LocalDate birthdate, String district, String workSafeBcNumber, String doingBusinessAs, String clientAcronym, String firstName, String middleName, String lastName, String notes, String identificationType, String clientIdentification, String identificationCountry, String identificationProvince) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientBusinessInformationDto

      +
      public ClientBusinessInformationDto(String registrationNumber, + String businessName, + String businessType, + String clientType, + String goodStandingInd, + String legalType, + LocalDate birthdate, + String district, + String workSafeBcNumber, + String doingBusinessAs, + String clientAcronym, + String firstName, + String middleName, + String lastName, + String notes, + String identificationType, + String clientIdentification, + String identificationCountry, + String identificationProvince)
      +
      Creates an instance of a ClientBusinessInformationDto record class.
      +
      +
      Parameters:
      +
      registrationNumber - the value for the registrationNumber record component
      +
      businessName - the value for the businessName record component
      +
      businessType - the value for the businessType record component
      +
      clientType - the value for the clientType record component
      +
      goodStandingInd - the value for the goodStandingInd record component
      +
      legalType - the value for the legalType record component
      +
      birthdate - the value for the birthdate record component
      +
      district - the value for the district record component
      +
      workSafeBcNumber - the value for the workSafeBcNumber record component
      +
      doingBusinessAs - the value for the doingBusinessAs record component
      +
      clientAcronym - the value for the clientAcronym record component
      +
      firstName - the value for the firstName record component
      +
      middleName - the value for the middleName record component
      +
      lastName - the value for the lastName record component
      +
      notes - the value for the notes record component
      +
      identificationType - the value for the identificationType record component
      +
      clientIdentification - the value for the clientIdentification record component
      +
      identificationCountry - the value for the identificationCountry record component
      +
      identificationProvince - the value for the identificationProvince record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      description

      +
      public Map<String,Object> description()
      +
      Returns a map containing the description of the client's business information.
      +
      +
      Returns:
      +
      a map with keys representing the description fields and corresponding values
      +
      +
      +
    • +
    • +
      +

      idType

      +
      public String idType()
      +
      This method is used to determine the identification type of the client. +

      + It first checks if both the identificationType and clientIdentification fields are not blank. + If they are not, it then checks if the identificationType is either CDDL or USDL and if the + identificationProvince is not blank. If these conditions are met, it returns the + identificationProvince concatenated with "DL". If these conditions are not met, it simply + returns the identificationType. +

      + If either the identificationType or clientIdentification fields are blank, it returns null.

      +
      +
      Returns:
      +
      The identification type of the client, or null if the necessary fields are blank.
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      registrationNumber

      +
      public String registrationNumber()
      +
      Returns the value of the registrationNumber record component.
      +
      +
      Returns:
      +
      the value of the registrationNumber record component
      +
      +
      +
    • +
    • +
      +

      businessName

      +
      public String businessName()
      +
      Returns the value of the businessName record component.
      +
      +
      Returns:
      +
      the value of the businessName record component
      +
      +
      +
    • +
    • +
      +

      businessType

      +
      public String businessType()
      +
      Returns the value of the businessType record component.
      +
      +
      Returns:
      +
      the value of the businessType record component
      +
      +
      +
    • +
    • +
      +

      clientType

      +
      public String clientType()
      +
      Returns the value of the clientType record component.
      +
      +
      Returns:
      +
      the value of the clientType record component
      +
      +
      +
    • +
    • +
      +

      goodStandingInd

      +
      public String goodStandingInd()
      +
      Returns the value of the goodStandingInd record component.
      +
      +
      Returns:
      +
      the value of the goodStandingInd record component
      +
      +
      +
    • +
    • +
      +

      legalType

      +
      public String legalType()
      +
      Returns the value of the legalType record component.
      +
      +
      Returns:
      +
      the value of the legalType record component
      +
      +
      +
    • +
    • +
      +

      birthdate

      +
      public LocalDate birthdate()
      +
      Returns the value of the birthdate record component.
      +
      +
      Returns:
      +
      the value of the birthdate record component
      +
      +
      +
    • +
    • +
      +

      district

      +
      public String district()
      +
      Returns the value of the district record component.
      +
      +
      Returns:
      +
      the value of the district record component
      +
      +
      +
    • +
    • +
      +

      workSafeBcNumber

      +
      public String workSafeBcNumber()
      +
      Returns the value of the workSafeBcNumber record component.
      +
      +
      Returns:
      +
      the value of the workSafeBcNumber record component
      +
      +
      +
    • +
    • +
      +

      doingBusinessAs

      +
      public String doingBusinessAs()
      +
      Returns the value of the doingBusinessAs record component.
      +
      +
      Returns:
      +
      the value of the doingBusinessAs record component
      +
      +
      +
    • +
    • +
      +

      clientAcronym

      +
      public String clientAcronym()
      +
      Returns the value of the clientAcronym record component.
      +
      +
      Returns:
      +
      the value of the clientAcronym record component
      +
      +
      +
    • +
    • +
      +

      firstName

      +
      public String firstName()
      +
      Returns the value of the firstName record component.
      +
      +
      Returns:
      +
      the value of the firstName record component
      +
      +
      +
    • +
    • +
      +

      middleName

      +
      public String middleName()
      +
      Returns the value of the middleName record component.
      +
      +
      Returns:
      +
      the value of the middleName record component
      +
      +
      +
    • +
    • +
      +

      lastName

      +
      public String lastName()
      +
      Returns the value of the lastName record component.
      +
      +
      Returns:
      +
      the value of the lastName record component
      +
      +
      +
    • +
    • +
      +

      notes

      +
      public String notes()
      +
      Returns the value of the notes record component.
      +
      +
      Returns:
      +
      the value of the notes record component
      +
      +
      +
    • +
    • +
      +

      identificationType

      +
      public String identificationType()
      +
      Returns the value of the identificationType record component.
      +
      +
      Returns:
      +
      the value of the identificationType record component
      +
      +
      +
    • +
    • +
      +

      clientIdentification

      +
      public String clientIdentification()
      +
      Returns the value of the clientIdentification record component.
      +
      +
      Returns:
      +
      the value of the clientIdentification record component
      +
      +
      +
    • +
    • +
      +

      identificationCountry

      +
      public String identificationCountry()
      +
      Returns the value of the identificationCountry record component.
      +
      +
      Returns:
      +
      the value of the identificationCountry record component
      +
      +
      +
    • +
    • +
      +

      identificationProvince

      +
      public String identificationProvince()
      +
      Returns the value of the identificationProvince record component.
      +
      +
      Returns:
      +
      the value of the identificationProvince record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientContactDto.html b/backend/ca/bc/gov/app/dto/client/ClientContactDto.html new file mode 100644 index 0000000000..5069dc0d21 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientContactDto.html @@ -0,0 +1,425 @@ + + + + +ClientContactDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientContactDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientContactDto
+
+
+
+
+
Record Components:
+
contactType - the contact type
+
firstName - the first name
+
lastName - the last name
+
phoneNumber - the phone number
+
email - the email
+
index - zero-based index of the contact
+
locationNames - name of locations associated to this contact
+
+
+
public record ClientContactDto(ClientValueTextDto contactType, String firstName, String lastName, String phoneNumber, String secondaryPhoneNumber, String faxNumber, String email, int index, List<ClientValueTextDto> locationNames) +extends Record
+
The type Client contact dto.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientContactDto

      +
      public ClientContactDto(ClientValueTextDto contactType, + String firstName, + String lastName, + String phoneNumber, + String secondaryPhoneNumber, + String faxNumber, + String email, + int index, + List<ClientValueTextDto> locationNames)
      +
      Creates an instance of a ClientContactDto record class.
      +
      +
      Parameters:
      +
      contactType - the value for the contactType record component
      +
      firstName - the value for the firstName record component
      +
      lastName - the value for the lastName record component
      +
      phoneNumber - the value for the phoneNumber record component
      +
      secondaryPhoneNumber - the value for the secondaryPhoneNumber record component
      +
      faxNumber - the value for the faxNumber record component
      +
      email - the value for the email record component
      +
      index - the value for the index record component
      +
      locationNames - the value for the locationNames record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      description

      +
      public Map<String,Object> description()
      +
      +
    • +
    • +
      +

      withIndexed

      +
      public ClientContactDto withIndexed(int index)
      +
      +
    • +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      contactType

      +
      public ClientValueTextDto contactType()
      +
      Returns the value of the contactType record component.
      +
      +
      Returns:
      +
      the value of the contactType record component
      +
      +
      +
    • +
    • +
      +

      firstName

      +
      public String firstName()
      +
      Returns the value of the firstName record component.
      +
      +
      Returns:
      +
      the value of the firstName record component
      +
      +
      +
    • +
    • +
      +

      lastName

      +
      public String lastName()
      +
      Returns the value of the lastName record component.
      +
      +
      Returns:
      +
      the value of the lastName record component
      +
      +
      +
    • +
    • +
      +

      phoneNumber

      +
      public String phoneNumber()
      +
      Returns the value of the phoneNumber record component.
      +
      +
      Returns:
      +
      the value of the phoneNumber record component
      +
      +
      +
    • +
    • +
      +

      secondaryPhoneNumber

      +
      public String secondaryPhoneNumber()
      +
      Returns the value of the secondaryPhoneNumber record component.
      +
      +
      Returns:
      +
      the value of the secondaryPhoneNumber record component
      +
      +
      +
    • +
    • +
      +

      faxNumber

      +
      public String faxNumber()
      +
      Returns the value of the faxNumber record component.
      +
      +
      Returns:
      +
      the value of the faxNumber record component
      +
      +
      +
    • +
    • +
      +

      email

      +
      public String email()
      +
      Returns the value of the email record component.
      +
      +
      Returns:
      +
      the value of the email record component
      +
      +
      +
    • +
    • +
      +

      index

      +
      public int index()
      +
      Returns the value of the index record component.
      +
      +
      Returns:
      +
      the value of the index record component
      +
      +
      +
    • +
    • +
      +

      locationNames

      +
      public List<ClientValueTextDto> locationNames()
      +
      Returns the value of the locationNames record component.
      +
      +
      Returns:
      +
      the value of the locationNames record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientListSubmissionDto.html b/backend/ca/bc/gov/app/dto/client/ClientListSubmissionDto.html new file mode 100644 index 0000000000..c09cb95da9 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientListSubmissionDto.html @@ -0,0 +1,387 @@ + + + + +ClientListSubmissionDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientListSubmissionDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
+
+
+
public record ClientListSubmissionDto(long id, String requestType, String name, String clientType, String district, String submittedAt, String user, String status, Long count) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ClientListSubmissionDto(long id, + String requestType, + String name, + String clientType, + String district, + String submittedAt, + String user, + String status, + Long count)
    +
    +
    Creates an instance of a ClientListSubmissionDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the clientType record component.
    +
    + + +
    +
    Returns the value of the count record component.
    +
    + + +
    +
    Returns the value of the district record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    long
    +
    id()
    +
    +
    Returns the value of the id record component.
    +
    + + +
    +
    Returns the value of the name record component.
    +
    + + +
    +
    Returns the value of the requestType record component.
    +
    + + +
    +
    Returns the value of the status record component.
    +
    + + +
    +
    Returns the value of the submittedAt record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    + + +
    +
    Returns the value of the user record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientListSubmissionDto

      +
      public ClientListSubmissionDto(long id, + String requestType, + String name, + String clientType, + String district, + String submittedAt, + String user, + String status, + Long count)
      +
      Creates an instance of a ClientListSubmissionDto record class.
      +
      +
      Parameters:
      +
      id - the value for the id record component
      +
      requestType - the value for the requestType record component
      +
      name - the value for the name record component
      +
      clientType - the value for the clientType record component
      +
      district - the value for the district record component
      +
      submittedAt - the value for the submittedAt record component
      +
      user - the value for the user record component
      +
      status - the value for the status record component
      +
      count - the value for the count record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      id

      +
      public long id()
      +
      Returns the value of the id record component.
      +
      +
      Returns:
      +
      the value of the id record component
      +
      +
      +
    • +
    • +
      +

      requestType

      +
      public String requestType()
      +
      Returns the value of the requestType record component.
      +
      +
      Returns:
      +
      the value of the requestType record component
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    • +
      +

      clientType

      +
      public String clientType()
      +
      Returns the value of the clientType record component.
      +
      +
      Returns:
      +
      the value of the clientType record component
      +
      +
      +
    • +
    • +
      +

      district

      +
      public String district()
      +
      Returns the value of the district record component.
      +
      +
      Returns:
      +
      the value of the district record component
      +
      +
      +
    • +
    • +
      +

      submittedAt

      +
      public String submittedAt()
      +
      Returns the value of the submittedAt record component.
      +
      +
      Returns:
      +
      the value of the submittedAt record component
      +
      +
      +
    • +
    • +
      +

      user

      +
      public String user()
      +
      Returns the value of the user record component.
      +
      +
      Returns:
      +
      the value of the user record component
      +
      +
      +
    • +
    • +
      +

      status

      +
      public String status()
      +
      Returns the value of the status record component.
      +
      +
      Returns:
      +
      the value of the status record component
      +
      +
      +
    • +
    • +
      +

      count

      +
      public Long count()
      +
      Returns the value of the count record component.
      +
      +
      Returns:
      +
      the value of the count record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientLocationDto.html b/backend/ca/bc/gov/app/dto/client/ClientLocationDto.html new file mode 100644 index 0000000000..f169d38952 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientLocationDto.html @@ -0,0 +1,263 @@ + + + + +ClientLocationDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientLocationDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientLocationDto
+
+
+
+
+
public record ClientLocationDto(List<ClientAddressDto> addresses, List<ClientContactDto> contacts) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientLocationDto

      +
      public ClientLocationDto(List<ClientAddressDto> addresses, + List<ClientContactDto> contacts)
      +
      Creates an instance of a ClientLocationDto record class.
      +
      +
      Parameters:
      +
      addresses - the value for the addresses record component
      +
      contacts - the value for the contacts record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      description

      +
      public Map<String,Object> description()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      addresses

      +
      public List<ClientAddressDto> addresses()
      +
      Returns the value of the addresses record component.
      +
      +
      Returns:
      +
      the value of the addresses record component
      +
      +
      +
    • +
    • +
      +

      contacts

      +
      public List<ClientContactDto> contacts()
      +
      Returns the value of the contacts record component.
      +
      +
      Returns:
      +
      the value of the contacts record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientLookUpDto.html b/backend/ca/bc/gov/app/dto/client/ClientLookUpDto.html new file mode 100644 index 0000000000..689d4426e5 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientLookUpDto.html @@ -0,0 +1,292 @@ + + + + +ClientLookUpDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientLookUpDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
+
+
+
public record ClientLookUpDto(String code, String name, String status, String legalType) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ClientLookUpDto(String code, + String name, + String status, + String legalType)
    +
    +
    Creates an instance of a ClientLookUpDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the code record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the legalType record component.
    +
    + + +
    +
    Returns the value of the name record component.
    +
    + + +
    +
    Returns the value of the status record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientLookUpDto

      +
      public ClientLookUpDto(String code, + String name, + String status, + String legalType)
      +
      Creates an instance of a ClientLookUpDto record class.
      +
      +
      Parameters:
      +
      code - the value for the code record component
      +
      name - the value for the name record component
      +
      status - the value for the status record component
      +
      legalType - the value for the legalType record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      code

      +
      public String code()
      +
      Returns the value of the code record component.
      +
      +
      Returns:
      +
      the value of the code record component
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    • +
      +

      status

      +
      public String status()
      +
      Returns the value of the status record component.
      +
      +
      Returns:
      +
      the value of the status record component
      +
      +
      +
    • +
    • +
      +

      legalType

      +
      public String legalType()
      +
      Returns the value of the legalType record component.
      +
      +
      Returns:
      +
      the value of the legalType record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientSubmissionDto.html b/backend/ca/bc/gov/app/dto/client/ClientSubmissionDto.html new file mode 100644 index 0000000000..1402ba05a7 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientSubmissionDto.html @@ -0,0 +1,308 @@ + + + + +ClientSubmissionDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientSubmissionDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
+
+
+
public record ClientSubmissionDto(ClientBusinessInformationDto businessInformation, ClientLocationDto location, String userId, String userLastName) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientSubmissionDto

      +
      public ClientSubmissionDto(ClientBusinessInformationDto businessInformation, + ClientLocationDto location, + String userId, + String userLastName)
      +
      Creates an instance of a ClientSubmissionDto record class.
      +
      +
      Parameters:
      +
      businessInformation - the value for the businessInformation record component
      +
      location - the value for the location record component
      +
      userId - the value for the userId record component
      +
      userLastName - the value for the userLastName record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      description

      +
      public Map<String,Object> description(String userName)
      +
      Returns a map containing the description of the client's business information.
      +
      +
      Returns:
      +
      a map with keys representing the description fields and corresponding values
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      businessInformation

      +
      public ClientBusinessInformationDto businessInformation()
      +
      Returns the value of the businessInformation record component.
      +
      +
      Returns:
      +
      the value of the businessInformation record component
      +
      +
      +
    • +
    • +
      +

      location

      +
      public ClientLocationDto location()
      +
      Returns the value of the location record component.
      +
      +
      Returns:
      +
      the value of the location record component
      +
      +
      +
    • +
    • +
      +

      userId

      +
      public String userId()
      +
      Returns the value of the userId record component.
      +
      +
      Returns:
      +
      the value of the userId record component
      +
      +
      +
    • +
    • +
      +

      userLastName

      +
      public String userLastName()
      +
      Returns the value of the userLastName record component.
      +
      +
      Returns:
      +
      the value of the userLastName record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientTypeEnum.html b/backend/ca/bc/gov/app/dto/client/ClientTypeEnum.html new file mode 100644 index 0000000000..7ed909a9c8 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientTypeEnum.html @@ -0,0 +1,270 @@ + + + + +ClientTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ClientTypeEnum

+
+
java.lang.Object +
java.lang.Enum<ClientTypeEnum> +
ca.bc.gov.app.dto.client.ClientTypeEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ClientTypeEnum>, Constable
+
+
+
public enum ClientTypeEnum +extends Enum<ClientTypeEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ClientTypeEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ClientTypeEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/ClientValueTextDto.html b/backend/ca/bc/gov/app/dto/client/ClientValueTextDto.html new file mode 100644 index 0000000000..321de6101f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/ClientValueTextDto.html @@ -0,0 +1,254 @@ + + + + +ClientValueTextDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ClientValueTextDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.ClientValueTextDto
+
+
+
+
+
public record ClientValueTextDto(String value, String text) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Creates an instance of a ClientValueTextDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the text record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    + + +
    +
    Returns the value of the value record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientValueTextDto

      +
      public ClientValueTextDto(String value, + String text)
      +
      Creates an instance of a ClientValueTextDto record class.
      +
      +
      Parameters:
      +
      value - the value for the value record component
      +
      text - the value for the text record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      value

      +
      public String value()
      +
      Returns the value of the value record component.
      +
      +
      Returns:
      +
      the value of the value record component
      +
      +
      +
    • +
    • +
      +

      text

      +
      public String text()
      +
      Returns the value of the text record component.
      +
      +
      Returns:
      +
      the value of the text record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/CodeNameDto.html b/backend/ca/bc/gov/app/dto/client/CodeNameDto.html new file mode 100644 index 0000000000..d2f49708a8 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/CodeNameDto.html @@ -0,0 +1,269 @@ + + + + +CodeNameDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class CodeNameDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.CodeNameDto
+
+
+
+
+
public record CodeNameDto(String code, String name) +extends Record
+
The CodeNameDto class represents a simple data transfer object (DTO) that encapsulates a + name and code for a specific object. It is used to transfer this information between different + parts of an application. This class is annotated with Swagger annotations for generating API + documentation. It provides a description and example JSON representation for the object it + represents. + +

+ Example JSON representation: +


+ {
+   "code": "00000002",
+   "name": "BAXTER"
+ }
+ 
+

+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    CodeNameDto(String code, + String name)
    +
    +
    Creates an instance of a CodeNameDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the code record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the name record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CodeNameDto

      +
      public CodeNameDto(String code, + String name)
      +
      Creates an instance of a CodeNameDto record class.
      +
      +
      Parameters:
      +
      code - the value for the code record component
      +
      name - the value for the name record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      code

      +
      public String code()
      +
      Returns the value of the code record component.
      +
      +
      Returns:
      +
      the value of the code record component
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/DistrictDto.html b/backend/ca/bc/gov/app/dto/client/DistrictDto.html new file mode 100644 index 0000000000..b3f2f850a5 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/DistrictDto.html @@ -0,0 +1,273 @@ + + + + +DistrictDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class DistrictDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.DistrictDto
+
+
+
+
+
public record DistrictDto(String code, String description, String emails) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    DistrictDto(String code, + String description, + String emails)
    +
    +
    Creates an instance of a DistrictDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the code record component.
    +
    + + +
    +
    Returns the value of the description record component.
    +
    + + +
    +
    Returns the value of the emails record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DistrictDto

      +
      public DistrictDto(String code, + String description, + String emails)
      +
      Creates an instance of a DistrictDto record class.
      +
      +
      Parameters:
      +
      code - the value for the code record component
      +
      description - the value for the description record component
      +
      emails - the value for the emails record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      code

      +
      public String code()
      +
      Returns the value of the code record component.
      +
      +
      Returns:
      +
      the value of the code record component
      +
      +
      +
    • +
    • +
      +

      description

      +
      public String description()
      +
      Returns the value of the description record component.
      +
      +
      Returns:
      +
      the value of the description record component
      +
      +
      +
    • +
    • +
      +

      emails

      +
      public String emails()
      +
      Returns the value of the emails record component.
      +
      +
      Returns:
      +
      the value of the emails record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/EmailLogDto.html b/backend/ca/bc/gov/app/dto/client/EmailLogDto.html new file mode 100644 index 0000000000..94cc03835f --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/EmailLogDto.html @@ -0,0 +1,368 @@ + + + + +EmailLogDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class EmailLogDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.EmailLogDto
+
+
+
+
+
public record EmailLogDto(Integer emailLogId, String templateName, String emailAddress, String subject, String emailSentInd, String emailId, String exceptionMessage, Map<String,Object> variables) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    EmailLogDto(Integer emailLogId, + String templateName, + String emailAddress, + String subject, + String emailSentInd, + String emailId, + String exceptionMessage, + Map<String,Object> variables)
    +
    +
    Creates an instance of a EmailLogDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the emailAddress record component.
    +
    + + +
    +
    Returns the value of the emailId record component.
    +
    + + +
    +
    Returns the value of the emailLogId record component.
    +
    + + +
    +
    Returns the value of the emailSentInd record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the exceptionMessage record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the subject record component.
    +
    + + +
    +
    Returns the value of the templateName record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    + + +
    +
    Returns the value of the variables record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EmailLogDto

      +
      public EmailLogDto(Integer emailLogId, + String templateName, + String emailAddress, + String subject, + String emailSentInd, + String emailId, + String exceptionMessage, + Map<String,Object> variables)
      +
      Creates an instance of a EmailLogDto record class.
      +
      +
      Parameters:
      +
      emailLogId - the value for the emailLogId record component
      +
      templateName - the value for the templateName record component
      +
      emailAddress - the value for the emailAddress record component
      +
      subject - the value for the subject record component
      +
      emailSentInd - the value for the emailSentInd record component
      +
      emailId - the value for the emailId record component
      +
      exceptionMessage - the value for the exceptionMessage record component
      +
      variables - the value for the variables record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      emailLogId

      +
      public Integer emailLogId()
      +
      Returns the value of the emailLogId record component.
      +
      +
      Returns:
      +
      the value of the emailLogId record component
      +
      +
      +
    • +
    • +
      +

      templateName

      +
      public String templateName()
      +
      Returns the value of the templateName record component.
      +
      +
      Returns:
      +
      the value of the templateName record component
      +
      +
      +
    • +
    • +
      +

      emailAddress

      +
      public String emailAddress()
      +
      Returns the value of the emailAddress record component.
      +
      +
      Returns:
      +
      the value of the emailAddress record component
      +
      +
      +
    • +
    • +
      +

      subject

      +
      public String subject()
      +
      Returns the value of the subject record component.
      +
      +
      Returns:
      +
      the value of the subject record component
      +
      +
      +
    • +
    • +
      +

      emailSentInd

      +
      public String emailSentInd()
      +
      Returns the value of the emailSentInd record component.
      +
      +
      Returns:
      +
      the value of the emailSentInd record component
      +
      +
      +
    • +
    • +
      +

      emailId

      +
      public String emailId()
      +
      Returns the value of the emailId record component.
      +
      +
      Returns:
      +
      the value of the emailId record component
      +
      +
      +
    • +
    • +
      +

      exceptionMessage

      +
      public String exceptionMessage()
      +
      Returns the value of the exceptionMessage record component.
      +
      +
      Returns:
      +
      the value of the exceptionMessage record component
      +
      +
      +
    • +
    • +
      +

      variables

      +
      public Map<String,Object> variables()
      +
      Returns the value of the variables record component.
      +
      +
      Returns:
      +
      the value of the variables record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/EmailRequestDto.html b/backend/ca/bc/gov/app/dto/client/EmailRequestDto.html new file mode 100644 index 0000000000..8477d3af31 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/EmailRequestDto.html @@ -0,0 +1,382 @@ + + + + +EmailRequestDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class EmailRequestDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.EmailRequestDto
+
+
+
+
+
Record Components:
+
registrationNumber - The registration number associated with the client.
+
name - The name of the client or recipient of the email.
+
userId - The unique identifier of the user initiating the email.
+
userName - The name of the user initiating the email (not to be confused with the client's + name or username).
+
email - The email address to which the email will be sent.
+
templateName - The name of the email template to be used for formatting the email content.
+
subject - The subject of the email.
+
variables - A map of variables to be used in the email template, allowing dynamic content.
+
+
+
public record EmailRequestDto(String registrationNumber, String name, String userId, String userName, String email, String templateName, String subject, Map<String,Object> variables) +extends Record
+
Represents a request object for sending emails via CHES (Common Hosted Email Service). This data + transfer object (DTO) encapsulates the necessary information to send an email.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EmailRequestDto

      +
      public EmailRequestDto(String registrationNumber, + String name, + String userId, + String userName, + String email, + String templateName, + String subject, + Map<String,Object> variables)
      +
      Creates an instance of a EmailRequestDto record class.
      +
      +
      Parameters:
      +
      registrationNumber - the value for the registrationNumber record component
      +
      name - the value for the name record component
      +
      userId - the value for the userId record component
      +
      userName - the value for the userName record component
      +
      email - the value for the email record component
      +
      templateName - the value for the templateName record component
      +
      subject - the value for the subject record component
      +
      variables - the value for the variables record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      registrationNumber

      +
      public String registrationNumber()
      +
      Returns the value of the registrationNumber record component.
      +
      +
      Returns:
      +
      the value of the registrationNumber record component
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    • +
      +

      userId

      +
      public String userId()
      +
      Returns the value of the userId record component.
      +
      +
      Returns:
      +
      the value of the userId record component
      +
      +
      +
    • +
    • +
      +

      userName

      +
      public String userName()
      +
      Returns the value of the userName record component.
      +
      +
      Returns:
      +
      the value of the userName record component
      +
      +
      +
    • +
    • +
      +

      email

      +
      public String email()
      +
      Returns the value of the email record component.
      +
      +
      Returns:
      +
      the value of the email record component
      +
      +
      +
    • +
    • +
      +

      templateName

      +
      public String templateName()
      +
      Returns the value of the templateName record component.
      +
      +
      Returns:
      +
      the value of the templateName record component
      +
      +
      +
    • +
    • +
      +

      subject

      +
      public String subject()
      +
      Returns the value of the subject record component.
      +
      +
      Returns:
      +
      the value of the subject record component
      +
      +
      +
    • +
    • +
      +

      variables

      +
      public Map<String,Object> variables()
      +
      Returns the value of the variables record component.
      +
      +
      Returns:
      +
      the value of the variables record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/IdentificationTypeDto.html b/backend/ca/bc/gov/app/dto/client/IdentificationTypeDto.html new file mode 100644 index 0000000000..2335554cfb --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/IdentificationTypeDto.html @@ -0,0 +1,273 @@ + + + + +IdentificationTypeDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class IdentificationTypeDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
+
+
+
public record IdentificationTypeDto(String code, String description, String country) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    IdentificationTypeDto(String code, + String description, + String country)
    +
    +
    Creates an instance of a IdentificationTypeDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the code record component.
    +
    + + +
    +
    Returns the value of the country record component.
    +
    + + +
    +
    Returns the value of the description record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IdentificationTypeDto

      +
      public IdentificationTypeDto(String code, + String description, + String country)
      +
      Creates an instance of a IdentificationTypeDto record class.
      +
      +
      Parameters:
      +
      code - the value for the code record component
      +
      description - the value for the description record component
      +
      country - the value for the country record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      code

      +
      public String code()
      +
      Returns the value of the code record component.
      +
      +
      Returns:
      +
      the value of the code record component
      +
      +
      +
    • +
    • +
      +

      description

      +
      public String description()
      +
      Returns the value of the description record component.
      +
      +
      Returns:
      +
      the value of the description record component
      +
      +
      +
    • +
    • +
      +

      country

      +
      public String country()
      +
      Returns the value of the country record component.
      +
      +
      Returns:
      +
      the value of the country record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/IdentificationTypeEnum.html b/backend/ca/bc/gov/app/dto/client/IdentificationTypeEnum.html new file mode 100644 index 0000000000..92c51dab43 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/IdentificationTypeEnum.html @@ -0,0 +1,262 @@ + + + + +IdentificationTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class IdentificationTypeEnum

+
+
java.lang.Object +
java.lang.Enum<IdentificationTypeEnum> +
ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<IdentificationTypeEnum>, Constable
+
+
+
public enum IdentificationTypeEnum +extends Enum<IdentificationTypeEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static IdentificationTypeEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static IdentificationTypeEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/LegalTypeEnum.html b/backend/ca/bc/gov/app/dto/client/LegalTypeEnum.html new file mode 100644 index 0000000000..a81b2e65c3 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/LegalTypeEnum.html @@ -0,0 +1,342 @@ + + + + +LegalTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class LegalTypeEnum

+
+
java.lang.Object +
java.lang.Enum<LegalTypeEnum> +
ca.bc.gov.app.dto.client.LegalTypeEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<LegalTypeEnum>, Constable
+
+
+
public enum LegalTypeEnum +extends Enum<LegalTypeEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static LegalTypeEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static LegalTypeEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/MatchResult.html b/backend/ca/bc/gov/app/dto/client/MatchResult.html new file mode 100644 index 0000000000..dc03c7a93b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/MatchResult.html @@ -0,0 +1,273 @@ + + + + +MatchResult (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class MatchResult

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.client.MatchResult
+
+
+
+
+
public record MatchResult(String field, String match, boolean fuzzy) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    MatchResult(String field, + String match, + boolean fuzzy)
    +
    +
    Creates an instance of a MatchResult record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the field record component.
    +
    +
    boolean
    + +
    +
    Returns the value of the fuzzy record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the match record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      MatchResult

      +
      public MatchResult(String field, + String match, + boolean fuzzy)
      +
      Creates an instance of a MatchResult record class.
      +
      +
      Parameters:
      +
      field - the value for the field record component
      +
      match - the value for the match record component
      +
      fuzzy - the value for the fuzzy record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      field

      +
      public String field()
      +
      Returns the value of the field record component.
      +
      +
      Returns:
      +
      the value of the field record component
      +
      +
      +
    • +
    • +
      +

      match

      +
      public String match()
      +
      Returns the value of the match record component.
      +
      +
      Returns:
      +
      the value of the match record component
      +
      +
      +
    • +
    • +
      +

      fuzzy

      +
      public boolean fuzzy()
      +
      Returns the value of the fuzzy record component.
      +
      +
      Returns:
      +
      the value of the fuzzy record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/StepMatchEnum.html b/backend/ca/bc/gov/app/dto/client/StepMatchEnum.html new file mode 100644 index 0000000000..b804e61b8b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/StepMatchEnum.html @@ -0,0 +1,270 @@ + + + + +StepMatchEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class StepMatchEnum

+
+
java.lang.Object +
java.lang.Enum<StepMatchEnum> +
ca.bc.gov.app.dto.client.StepMatchEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<StepMatchEnum>, Constable
+
+
+
public enum StepMatchEnum +extends Enum<StepMatchEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      STEP1INDIVIDUAL

      +
      public static final StepMatchEnum STEP1INDIVIDUAL
      +
      +
    • +
    • +
      +

      STEP1REGISTERED

      +
      public static final StepMatchEnum STEP1REGISTERED
      +
      +
    • +
    • +
      +

      STEP1UNREGISTERED

      +
      public static final StepMatchEnum STEP1UNREGISTERED
      +
      +
    • +
    • +
      +

      STEP1FIRSTNATION

      +
      public static final StepMatchEnum STEP1FIRSTNATION
      +
      +
    • +
    • +
      +

      STEP1FORESTS

      +
      public static final StepMatchEnum STEP1FORESTS
      +
      +
    • +
    • +
      +

      STEP1GOVERNMENT

      +
      public static final StepMatchEnum STEP1GOVERNMENT
      +
      +
    • +
    • +
      +

      STEP2

      +
      public static final StepMatchEnum STEP2
      +
      +
    • +
    • +
      +

      STEP3

      +
      public static final StepMatchEnum STEP3
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static StepMatchEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static StepMatchEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteFindDto.html b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteFindDto.html new file mode 100644 index 0000000000..da7438a0d3 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteFindDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.AddressCompleteFindDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.AddressCompleteFindDto

+
+
Packages that use AddressCompleteFindDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteFindListDto.html b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteFindListDto.html new file mode 100644 index 0000000000..fb5b187c40 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteFindListDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.AddressCompleteFindListDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.AddressCompleteFindListDto

+
+No usage of ca.bc.gov.app.dto.client.AddressCompleteFindListDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteRetrieveDto.html b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteRetrieveDto.html new file mode 100644 index 0000000000..c62c16c477 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteRetrieveDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto

+
+
Packages that use AddressCompleteRetrieveDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteRetrieveListDto.html b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteRetrieveListDto.html new file mode 100644 index 0000000000..688ece58f7 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/AddressCompleteRetrieveListDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto

+
+No usage of ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/AddressError.html b/backend/ca/bc/gov/app/dto/client/class-use/AddressError.html new file mode 100644 index 0000000000..a5050e654b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/AddressError.html @@ -0,0 +1,90 @@ + + + + +Uses of Interface ca.bc.gov.app.dto.client.AddressError (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.dto.client.AddressError

+
+
Packages that use AddressError
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/BusinessTypeEnum.html b/backend/ca/bc/gov/app/dto/client/class-use/BusinessTypeEnum.html new file mode 100644 index 0000000000..6bb5cb44ac --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/BusinessTypeEnum.html @@ -0,0 +1,95 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.client.BusinessTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.client.BusinessTypeEnum

+
+
Packages that use BusinessTypeEnum
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientAddressDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientAddressDto.html new file mode 100644 index 0000000000..918b6a0989 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientAddressDto.html @@ -0,0 +1,208 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientAddressDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientAddressDto

+
+
Packages that use ClientAddressDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientBusinessInformationDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientBusinessInformationDto.html new file mode 100644 index 0000000000..be011dada3 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientBusinessInformationDto.html @@ -0,0 +1,123 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientBusinessInformationDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientBusinessInformationDto

+
+ +
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientContactDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientContactDto.html new file mode 100644 index 0000000000..29cabadfee --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientContactDto.html @@ -0,0 +1,147 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientContactDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientContactDto

+
+
Packages that use ClientContactDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientListSubmissionDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientListSubmissionDto.html new file mode 100644 index 0000000000..313a414170 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientListSubmissionDto.html @@ -0,0 +1,116 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientListSubmissionDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientListSubmissionDto

+
+
Packages that use ClientListSubmissionDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientLocationDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientLocationDto.html new file mode 100644 index 0000000000..656f178e0b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientLocationDto.html @@ -0,0 +1,103 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientLocationDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientLocationDto

+
+
Packages that use ClientLocationDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientLookUpDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientLookUpDto.html new file mode 100644 index 0000000000..4f144c534a --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientLookUpDto.html @@ -0,0 +1,111 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientLookUpDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientLookUpDto

+
+
Packages that use ClientLookUpDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientSubmissionDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientSubmissionDto.html new file mode 100644 index 0000000000..31ea15c954 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientSubmissionDto.html @@ -0,0 +1,173 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientSubmissionDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientSubmissionDto

+
+
Packages that use ClientSubmissionDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientTypeEnum.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientTypeEnum.html new file mode 100644 index 0000000000..774270e837 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientTypeEnum.html @@ -0,0 +1,111 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.client.ClientTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.client.ClientTypeEnum

+
+
Packages that use ClientTypeEnum
+
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/ClientValueTextDto.html b/backend/ca/bc/gov/app/dto/client/class-use/ClientValueTextDto.html new file mode 100644 index 0000000000..0f0fc99022 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/ClientValueTextDto.html @@ -0,0 +1,166 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.ClientValueTextDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.ClientValueTextDto

+
+
Packages that use ClientValueTextDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/CodeNameDto.html b/backend/ca/bc/gov/app/dto/client/class-use/CodeNameDto.html new file mode 100644 index 0000000000..2f5b10c4e9 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/CodeNameDto.html @@ -0,0 +1,174 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.CodeNameDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.CodeNameDto

+
+
Packages that use CodeNameDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/DistrictDto.html b/backend/ca/bc/gov/app/dto/client/class-use/DistrictDto.html new file mode 100644 index 0000000000..b59a49f704 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/DistrictDto.html @@ -0,0 +1,105 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.DistrictDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.DistrictDto

+
+
Packages that use DistrictDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/EmailLogDto.html b/backend/ca/bc/gov/app/dto/client/class-use/EmailLogDto.html new file mode 100644 index 0000000000..886631c6b4 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/EmailLogDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.EmailLogDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.EmailLogDto

+
+No usage of ca.bc.gov.app.dto.client.EmailLogDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/EmailRequestDto.html b/backend/ca/bc/gov/app/dto/client/class-use/EmailRequestDto.html new file mode 100644 index 0000000000..620e38f0e5 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/EmailRequestDto.html @@ -0,0 +1,118 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.EmailRequestDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.EmailRequestDto

+
+
Packages that use EmailRequestDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/IdentificationTypeDto.html b/backend/ca/bc/gov/app/dto/client/class-use/IdentificationTypeDto.html new file mode 100644 index 0000000000..eda9919757 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/IdentificationTypeDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.IdentificationTypeDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.IdentificationTypeDto

+
+No usage of ca.bc.gov.app.dto.client.IdentificationTypeDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/IdentificationTypeEnum.html b/backend/ca/bc/gov/app/dto/client/class-use/IdentificationTypeEnum.html new file mode 100644 index 0000000000..dbfa7f05b2 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/IdentificationTypeEnum.html @@ -0,0 +1,95 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.client.IdentificationTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.client.IdentificationTypeEnum

+
+
Packages that use IdentificationTypeEnum
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/LegalTypeEnum.html b/backend/ca/bc/gov/app/dto/client/class-use/LegalTypeEnum.html new file mode 100644 index 0000000000..8d111f4bf9 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/LegalTypeEnum.html @@ -0,0 +1,111 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.client.LegalTypeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.client.LegalTypeEnum

+
+
Packages that use LegalTypeEnum
+
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/MatchResult.html b/backend/ca/bc/gov/app/dto/client/class-use/MatchResult.html new file mode 100644 index 0000000000..fa59634af6 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/MatchResult.html @@ -0,0 +1,118 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.client.MatchResult (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.client.MatchResult

+
+
Packages that use MatchResult
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/class-use/StepMatchEnum.html b/backend/ca/bc/gov/app/dto/client/class-use/StepMatchEnum.html new file mode 100644 index 0000000000..d537db8e16 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/class-use/StepMatchEnum.html @@ -0,0 +1,128 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.client.StepMatchEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.client.StepMatchEnum

+
+
Packages that use StepMatchEnum
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/package-summary.html b/backend/ca/bc/gov/app/dto/client/package-summary.html new file mode 100644 index 0000000000..95e601e773 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/package-summary.html @@ -0,0 +1,167 @@ + + + + +ca.bc.gov.app.dto.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.dto.client

+
+
+
package ca.bc.gov.app.dto.client
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/package-tree.html b/backend/ca/bc/gov/app/dto/client/package-tree.html new file mode 100644 index 0000000000..48d8ce9af0 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/package-tree.html @@ -0,0 +1,121 @@ + + + + +ca.bc.gov.app.dto.client Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.dto.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/client/package-use.html b/backend/ca/bc/gov/app/dto/client/package-use.html new file mode 100644 index 0000000000..4fe4e2dbc0 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/client/package-use.html @@ -0,0 +1,264 @@ + + + + +Uses of Package ca.bc.gov.app.dto.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.dto.client

+
+
Packages that use ca.bc.gov.app.dto.client
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/AddressSearchDto.html b/backend/ca/bc/gov/app/dto/legacy/AddressSearchDto.html new file mode 100644 index 0000000000..06eb43f9d1 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/AddressSearchDto.html @@ -0,0 +1,320 @@ + + + + +AddressSearchDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class AddressSearchDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
+
+
+
public record AddressSearchDto(String address, String city, String province, String postalCode, String country) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    AddressSearchDto(String address, + String city, + String province, + String postalCode, + String country)
    +
    +
    Creates an instance of a AddressSearchDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the address record component.
    +
    + + +
    +
    Returns the value of the city record component.
    +
    + + +
    +
    Returns the value of the country record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    boolean
    + +
     
    + + +
    +
    Returns the value of the postalCode record component.
    +
    + + +
    +
    Returns the value of the province record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AddressSearchDto

      +
      public AddressSearchDto(String address, + String city, + String province, + String postalCode, + String country)
      +
      Creates an instance of a AddressSearchDto record class.
      +
      +
      Parameters:
      +
      address - the value for the address record component
      +
      city - the value for the city record component
      +
      province - the value for the province record component
      +
      postalCode - the value for the postalCode record component
      +
      country - the value for the country record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      address

      +
      public String address()
      +
      Returns the value of the address record component.
      +
      +
      Returns:
      +
      the value of the address record component
      +
      +
      +
    • +
    • +
      +

      city

      +
      public String city()
      +
      Returns the value of the city record component.
      +
      +
      Returns:
      +
      the value of the city record component
      +
      +
      +
    • +
    • +
      +

      province

      +
      public String province()
      +
      Returns the value of the province record component.
      +
      +
      Returns:
      +
      the value of the province record component
      +
      +
      +
    • +
    • +
      +

      postalCode

      +
      public String postalCode()
      +
      Returns the value of the postalCode record component.
      +
      +
      Returns:
      +
      the value of the postalCode record component
      +
      +
      +
    • +
    • +
      +

      country

      +
      public String country()
      +
      Returns the value of the country record component.
      +
      +
      Returns:
      +
      the value of the country record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/ClientStatusCodeEnum.html b/backend/ca/bc/gov/app/dto/legacy/ClientStatusCodeEnum.html new file mode 100644 index 0000000000..c3515b980e --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/ClientStatusCodeEnum.html @@ -0,0 +1,246 @@ + + + + +ClientStatusCodeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ClientStatusCodeEnum

+
+
java.lang.Object +
java.lang.Enum<ClientStatusCodeEnum> +
ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ClientStatusCodeEnum>, Constable
+
+
+
public enum ClientStatusCodeEnum +extends Enum<ClientStatusCodeEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ClientStatusCodeEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ClientStatusCodeEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/ClientTypeCodeEnum.html b/backend/ca/bc/gov/app/dto/legacy/ClientTypeCodeEnum.html new file mode 100644 index 0000000000..daada3b452 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/ClientTypeCodeEnum.html @@ -0,0 +1,311 @@ + + + + +ClientTypeCodeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ClientTypeCodeEnum

+
+
java.lang.Object +
java.lang.Enum<ClientTypeCodeEnum> +
ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ClientTypeCodeEnum>, Constable
+
+
+
public enum ClientTypeCodeEnum +extends Enum<ClientTypeCodeEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ClientTypeCodeEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static ClientTypeCodeEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      as

      +
      public static String as(String code)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/ContactSearchDto.html b/backend/ca/bc/gov/app/dto/legacy/ContactSearchDto.html new file mode 100644 index 0000000000..5558d5ed42 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/ContactSearchDto.html @@ -0,0 +1,358 @@ + + + + +ContactSearchDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ContactSearchDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
+
+
+
public record ContactSearchDto(String firstName, String middleName, String lastName, String email, String phone, String phone2, String fax) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ContactSearchDto(String firstName, + String middleName, + String lastName, + String email, + String phone, + String phone2, + String fax)
    +
    +
    Creates an instance of a ContactSearchDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the email record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + +
    fax()
    +
    +
    Returns the value of the fax record component.
    +
    + + +
    +
    Returns the value of the firstName record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    boolean
    + +
     
    + + +
    +
    Returns the value of the lastName record component.
    +
    + + +
    +
    Returns the value of the middleName record component.
    +
    + + +
    +
    Returns the value of the phone record component.
    +
    + + +
    +
    Returns the value of the phone2 record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ContactSearchDto

      +
      public ContactSearchDto(String firstName, + String middleName, + String lastName, + String email, + String phone, + String phone2, + String fax)
      +
      Creates an instance of a ContactSearchDto record class.
      +
      +
      Parameters:
      +
      firstName - the value for the firstName record component
      +
      middleName - the value for the middleName record component
      +
      lastName - the value for the lastName record component
      +
      email - the value for the email record component
      +
      phone - the value for the phone record component
      +
      phone2 - the value for the phone2 record component
      +
      fax - the value for the fax record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isValid

      +
      public boolean isValid()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      firstName

      +
      public String firstName()
      +
      Returns the value of the firstName record component.
      +
      +
      Returns:
      +
      the value of the firstName record component
      +
      +
      +
    • +
    • +
      +

      middleName

      +
      public String middleName()
      +
      Returns the value of the middleName record component.
      +
      +
      Returns:
      +
      the value of the middleName record component
      +
      +
      +
    • +
    • +
      +

      lastName

      +
      public String lastName()
      +
      Returns the value of the lastName record component.
      +
      +
      Returns:
      +
      the value of the lastName record component
      +
      +
      +
    • +
    • +
      +

      email

      +
      public String email()
      +
      Returns the value of the email record component.
      +
      +
      Returns:
      +
      the value of the email record component
      +
      +
      +
    • +
    • +
      +

      phone

      +
      public String phone()
      +
      Returns the value of the phone record component.
      +
      +
      Returns:
      +
      the value of the phone record component
      +
      +
      +
    • +
    • +
      +

      phone2

      +
      public String phone2()
      +
      Returns the value of the phone2 record component.
      +
      +
      Returns:
      +
      the value of the phone2 record component
      +
      +
      +
    • +
    • +
      +

      fax

      +
      public String fax()
      +
      Returns the value of the fax record component.
      +
      +
      Returns:
      +
      the value of the fax record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/ForestClientDto.html b/backend/ca/bc/gov/app/dto/legacy/ForestClientDto.html new file mode 100644 index 0000000000..6f1ba143ae --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/ForestClientDto.html @@ -0,0 +1,500 @@ + + + + +ForestClientDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ForestClientDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
+
+
+
public record ForestClientDto(String clientNumber, String clientName, String legalFirstName, String legalMiddleName, String clientStatusCode, String clientTypeCode, String clientIdTypeCode, String clientIdentification, String registryCompanyTypeCode, String corpRegnNmbr, String clientAcronym, String wcbFirmNumber, String ocgSupplierNmbr, String clientComment) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ForestClientDto

      +
      public ForestClientDto(String clientNumber, + String clientName, + String legalFirstName, + String legalMiddleName, + String clientStatusCode, + String clientTypeCode, + String clientIdTypeCode, + String clientIdentification, + String registryCompanyTypeCode, + String corpRegnNmbr, + String clientAcronym, + String wcbFirmNumber, + String ocgSupplierNmbr, + String clientComment)
      +
      Creates an instance of a ForestClientDto record class.
      +
      +
      Parameters:
      +
      clientNumber - the value for the clientNumber record component
      +
      clientName - the value for the clientName record component
      +
      legalFirstName - the value for the legalFirstName record component
      +
      legalMiddleName - the value for the legalMiddleName record component
      +
      clientStatusCode - the value for the clientStatusCode record component
      +
      clientTypeCode - the value for the clientTypeCode record component
      +
      clientIdTypeCode - the value for the clientIdTypeCode record component
      +
      clientIdentification - the value for the clientIdentification record component
      +
      registryCompanyTypeCode - the value for the registryCompanyTypeCode record component
      +
      corpRegnNmbr - the value for the corpRegnNmbr record component
      +
      clientAcronym - the value for the clientAcronym record component
      +
      wcbFirmNumber - the value for the wcbFirmNumber record component
      +
      ocgSupplierNmbr - the value for the ocgSupplierNmbr record component
      +
      clientComment - the value for the clientComment record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      legalName

      +
      public String legalName()
      +
      +
    • +
    • +
      +

      description

      +
      public Map<String,Object> description(String userName)
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      clientNumber

      +
      public String clientNumber()
      +
      Returns the value of the clientNumber record component.
      +
      +
      Returns:
      +
      the value of the clientNumber record component
      +
      +
      +
    • +
    • +
      +

      clientName

      +
      public String clientName()
      +
      Returns the value of the clientName record component.
      +
      +
      Returns:
      +
      the value of the clientName record component
      +
      +
      +
    • +
    • +
      +

      legalFirstName

      +
      public String legalFirstName()
      +
      Returns the value of the legalFirstName record component.
      +
      +
      Returns:
      +
      the value of the legalFirstName record component
      +
      +
      +
    • +
    • +
      +

      legalMiddleName

      +
      public String legalMiddleName()
      +
      Returns the value of the legalMiddleName record component.
      +
      +
      Returns:
      +
      the value of the legalMiddleName record component
      +
      +
      +
    • +
    • +
      +

      clientStatusCode

      +
      public String clientStatusCode()
      +
      Returns the value of the clientStatusCode record component.
      +
      +
      Returns:
      +
      the value of the clientStatusCode record component
      +
      +
      +
    • +
    • +
      +

      clientTypeCode

      +
      public String clientTypeCode()
      +
      Returns the value of the clientTypeCode record component.
      +
      +
      Returns:
      +
      the value of the clientTypeCode record component
      +
      +
      +
    • +
    • +
      +

      clientIdTypeCode

      +
      public String clientIdTypeCode()
      +
      Returns the value of the clientIdTypeCode record component.
      +
      +
      Returns:
      +
      the value of the clientIdTypeCode record component
      +
      +
      +
    • +
    • +
      +

      clientIdentification

      +
      public String clientIdentification()
      +
      Returns the value of the clientIdentification record component.
      +
      +
      Returns:
      +
      the value of the clientIdentification record component
      +
      +
      +
    • +
    • +
      +

      registryCompanyTypeCode

      +
      public String registryCompanyTypeCode()
      +
      Returns the value of the registryCompanyTypeCode record component.
      +
      +
      Returns:
      +
      the value of the registryCompanyTypeCode record component
      +
      +
      +
    • +
    • +
      +

      corpRegnNmbr

      +
      public String corpRegnNmbr()
      +
      Returns the value of the corpRegnNmbr record component.
      +
      +
      Returns:
      +
      the value of the corpRegnNmbr record component
      +
      +
      +
    • +
    • +
      +

      clientAcronym

      +
      public String clientAcronym()
      +
      Returns the value of the clientAcronym record component.
      +
      +
      Returns:
      +
      the value of the clientAcronym record component
      +
      +
      +
    • +
    • +
      +

      wcbFirmNumber

      +
      public String wcbFirmNumber()
      +
      Returns the value of the wcbFirmNumber record component.
      +
      +
      Returns:
      +
      the value of the wcbFirmNumber record component
      +
      +
      +
    • +
    • +
      +

      ocgSupplierNmbr

      +
      public String ocgSupplierNmbr()
      +
      Returns the value of the ocgSupplierNmbr record component.
      +
      +
      Returns:
      +
      the value of the ocgSupplierNmbr record component
      +
      +
      +
    • +
    • +
      +

      clientComment

      +
      public String clientComment()
      +
      Returns the value of the clientComment record component.
      +
      +
      Returns:
      +
      the value of the clientComment record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/class-use/AddressSearchDto.html b/backend/ca/bc/gov/app/dto/legacy/class-use/AddressSearchDto.html new file mode 100644 index 0000000000..fbc2150305 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/class-use/AddressSearchDto.html @@ -0,0 +1,87 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.legacy.AddressSearchDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.legacy.AddressSearchDto

+
+
Packages that use AddressSearchDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/class-use/ClientStatusCodeEnum.html b/backend/ca/bc/gov/app/dto/legacy/class-use/ClientStatusCodeEnum.html new file mode 100644 index 0000000000..84d4014b92 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/class-use/ClientStatusCodeEnum.html @@ -0,0 +1,95 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum

+
+
Packages that use ClientStatusCodeEnum
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/class-use/ClientTypeCodeEnum.html b/backend/ca/bc/gov/app/dto/legacy/class-use/ClientTypeCodeEnum.html new file mode 100644 index 0000000000..a32425f907 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/class-use/ClientTypeCodeEnum.html @@ -0,0 +1,95 @@ + + + + +Uses of Enum Class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum

+
+
Packages that use ClientTypeCodeEnum
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/class-use/ContactSearchDto.html b/backend/ca/bc/gov/app/dto/legacy/class-use/ContactSearchDto.html new file mode 100644 index 0000000000..fc258701c2 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/class-use/ContactSearchDto.html @@ -0,0 +1,87 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.legacy.ContactSearchDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.legacy.ContactSearchDto

+
+
Packages that use ContactSearchDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/class-use/ForestClientDto.html b/backend/ca/bc/gov/app/dto/legacy/class-use/ForestClientDto.html new file mode 100644 index 0000000000..e373ff3071 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/class-use/ForestClientDto.html @@ -0,0 +1,146 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.legacy.ForestClientDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.legacy.ForestClientDto

+
+
Packages that use ForestClientDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/package-summary.html b/backend/ca/bc/gov/app/dto/legacy/package-summary.html new file mode 100644 index 0000000000..a64225b490 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/package-summary.html @@ -0,0 +1,122 @@ + + + + +ca.bc.gov.app.dto.legacy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.dto.legacy

+
+
+
package ca.bc.gov.app.dto.legacy
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/package-tree.html b/backend/ca/bc/gov/app/dto/legacy/package-tree.html new file mode 100644 index 0000000000..3f06069071 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/package-tree.html @@ -0,0 +1,97 @@ + + + + +ca.bc.gov.app.dto.legacy Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.dto.legacy

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/legacy/package-use.html b/backend/ca/bc/gov/app/dto/legacy/package-use.html new file mode 100644 index 0000000000..20980d38d0 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/legacy/package-use.html @@ -0,0 +1,116 @@ + + + + +Uses of Package ca.bc.gov.app.dto.legacy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.dto.legacy

+
+
Packages that use ca.bc.gov.app.dto.legacy
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/FeatureDto.html b/backend/ca/bc/gov/app/dto/openmaps/FeatureDto.html new file mode 100644 index 0000000000..bbcb522d68 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/FeatureDto.html @@ -0,0 +1,235 @@ + + + + +FeatureDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class FeatureDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.openmaps.FeatureDto
+
+
+
+
+
public record FeatureDto(PropertyDto properties) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    FeatureDto(PropertyDto properties)
    +
    +
    Creates an instance of a FeatureDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the properties record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FeatureDto

      +
      public FeatureDto(PropertyDto properties)
      +
      Creates an instance of a FeatureDto record class.
      +
      +
      Parameters:
      +
      properties - the value for the properties record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      properties

      +
      public PropertyDto properties()
      +
      Returns the value of the properties record component.
      +
      +
      Returns:
      +
      the value of the properties record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/OpenMapsResponseDto.html b/backend/ca/bc/gov/app/dto/openmaps/OpenMapsResponseDto.html new file mode 100644 index 0000000000..aca470a998 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/OpenMapsResponseDto.html @@ -0,0 +1,263 @@ + + + + +OpenMapsResponseDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class OpenMapsResponseDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
+
+
+
+
public record OpenMapsResponseDto(Integer numberReturned, List<FeatureDto> features) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    OpenMapsResponseDto(Integer numberReturned, + List<FeatureDto> features)
    +
    +
    Creates an instance of a OpenMapsResponseDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the features record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the numberReturned record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      OpenMapsResponseDto

      +
      public OpenMapsResponseDto(Integer numberReturned, + List<FeatureDto> features)
      +
      Creates an instance of a OpenMapsResponseDto record class.
      +
      +
      Parameters:
      +
      numberReturned - the value for the numberReturned record component
      +
      features - the value for the features record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      empty

      +
      public boolean empty()
      +
      +
    • +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      numberReturned

      +
      public Integer numberReturned()
      +
      Returns the value of the numberReturned record component.
      +
      +
      Returns:
      +
      the value of the numberReturned record component
      +
      +
      +
    • +
    • +
      +

      features

      +
      public List<FeatureDto> features()
      +
      Returns the value of the features record component.
      +
      +
      Returns:
      +
      the value of the features record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/PropertyDto.html b/backend/ca/bc/gov/app/dto/openmaps/PropertyDto.html new file mode 100644 index 0000000000..62b6cbbda3 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/PropertyDto.html @@ -0,0 +1,349 @@ + + + + +PropertyDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class PropertyDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
+
+
+
public record PropertyDto(String firstNationFederalName, Integer firstNationFederalId, String addressLine1, String addressLine2, String officeCity, String officeProvince, String officePostalCode) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    PropertyDto(String firstNationFederalName, + Integer firstNationFederalId, + String addressLine1, + String addressLine2, + String officeCity, + String officeProvince, + String officePostalCode)
    +
    +
    Creates an instance of a PropertyDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the addressLine1 record component.
    +
    + + +
    +
    Returns the value of the addressLine2 record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the firstNationFederalId record component.
    +
    + + +
    +
    Returns the value of the firstNationFederalName record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the officeCity record component.
    +
    + + +
    +
    Returns the value of the officePostalCode record component.
    +
    + + +
    +
    Returns the value of the officeProvince record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PropertyDto

      +
      public PropertyDto(String firstNationFederalName, + Integer firstNationFederalId, + String addressLine1, + String addressLine2, + String officeCity, + String officeProvince, + String officePostalCode)
      +
      Creates an instance of a PropertyDto record class.
      +
      +
      Parameters:
      +
      firstNationFederalName - the value for the firstNationFederalName record component
      +
      firstNationFederalId - the value for the firstNationFederalId record component
      +
      addressLine1 - the value for the addressLine1 record component
      +
      addressLine2 - the value for the addressLine2 record component
      +
      officeCity - the value for the officeCity record component
      +
      officeProvince - the value for the officeProvince record component
      +
      officePostalCode - the value for the officePostalCode record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      firstNationFederalName

      +
      public String firstNationFederalName()
      +
      Returns the value of the firstNationFederalName record component.
      +
      +
      Returns:
      +
      the value of the firstNationFederalName record component
      +
      +
      +
    • +
    • +
      +

      firstNationFederalId

      +
      public Integer firstNationFederalId()
      +
      Returns the value of the firstNationFederalId record component.
      +
      +
      Returns:
      +
      the value of the firstNationFederalId record component
      +
      +
      +
    • +
    • +
      +

      addressLine1

      +
      public String addressLine1()
      +
      Returns the value of the addressLine1 record component.
      +
      +
      Returns:
      +
      the value of the addressLine1 record component
      +
      +
      +
    • +
    • +
      +

      addressLine2

      +
      public String addressLine2()
      +
      Returns the value of the addressLine2 record component.
      +
      +
      Returns:
      +
      the value of the addressLine2 record component
      +
      +
      +
    • +
    • +
      +

      officeCity

      +
      public String officeCity()
      +
      Returns the value of the officeCity record component.
      +
      +
      Returns:
      +
      the value of the officeCity record component
      +
      +
      +
    • +
    • +
      +

      officeProvince

      +
      public String officeProvince()
      +
      Returns the value of the officeProvince record component.
      +
      +
      Returns:
      +
      the value of the officeProvince record component
      +
      +
      +
    • +
    • +
      +

      officePostalCode

      +
      public String officePostalCode()
      +
      Returns the value of the officePostalCode record component.
      +
      +
      Returns:
      +
      the value of the officePostalCode record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/class-use/FeatureDto.html b/backend/ca/bc/gov/app/dto/openmaps/class-use/FeatureDto.html new file mode 100644 index 0000000000..de45418f2d --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/class-use/FeatureDto.html @@ -0,0 +1,101 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.openmaps.FeatureDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.openmaps.FeatureDto

+
+
Packages that use FeatureDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/class-use/OpenMapsResponseDto.html b/backend/ca/bc/gov/app/dto/openmaps/class-use/OpenMapsResponseDto.html new file mode 100644 index 0000000000..d96ea2e92b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/class-use/OpenMapsResponseDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto

+
+No usage of ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/class-use/PropertyDto.html b/backend/ca/bc/gov/app/dto/openmaps/class-use/PropertyDto.html new file mode 100644 index 0000000000..17ff9d9e61 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/class-use/PropertyDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.openmaps.PropertyDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.openmaps.PropertyDto

+
+
Packages that use PropertyDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/package-summary.html b/backend/ca/bc/gov/app/dto/openmaps/package-summary.html new file mode 100644 index 0000000000..dfe7c3a351 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/package-summary.html @@ -0,0 +1,112 @@ + + + + +ca.bc.gov.app.dto.openmaps (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.dto.openmaps

+
+
+
package ca.bc.gov.app.dto.openmaps
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/package-tree.html b/backend/ca/bc/gov/app/dto/openmaps/package-tree.html new file mode 100644 index 0000000000..e9992fe629 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/package-tree.html @@ -0,0 +1,82 @@ + + + + +ca.bc.gov.app.dto.openmaps Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.dto.openmaps

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/openmaps/package-use.html b/backend/ca/bc/gov/app/dto/openmaps/package-use.html new file mode 100644 index 0000000000..7ebac55a10 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/openmaps/package-use.html @@ -0,0 +1,86 @@ + + + + +Uses of Package ca.bc.gov.app.dto.openmaps (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.dto.openmaps

+
+
Packages that use ca.bc.gov.app.dto.openmaps
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/package-summary.html b/backend/ca/bc/gov/app/dto/package-summary.html new file mode 100644 index 0000000000..03c011643d --- /dev/null +++ b/backend/ca/bc/gov/app/dto/package-summary.html @@ -0,0 +1,112 @@ + + + + +ca.bc.gov.app.dto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.dto

+
+
+
package ca.bc.gov.app.dto
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/package-tree.html b/backend/ca/bc/gov/app/dto/package-tree.html new file mode 100644 index 0000000000..56408a3f20 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/package-tree.html @@ -0,0 +1,80 @@ + + + + +ca.bc.gov.app.dto Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.dto

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/package-use.html b/backend/ca/bc/gov/app/dto/package-use.html new file mode 100644 index 0000000000..ddf8507620 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/package-use.html @@ -0,0 +1,86 @@ + + + + +Uses of Package ca.bc.gov.app.dto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.dto

+
+
Packages that use ca.bc.gov.app.dto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/SubmissionAddressDto.html b/backend/ca/bc/gov/app/dto/submissions/SubmissionAddressDto.html new file mode 100644 index 0000000000..641ce1886c --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/SubmissionAddressDto.html @@ -0,0 +1,349 @@ + + + + +SubmissionAddressDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class SubmissionAddressDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
+
+
+
public record SubmissionAddressDto(Integer index, String streetAddress, String country, String province, String city, String postalCode, String name) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    SubmissionAddressDto(Integer index, + String streetAddress, + String country, + String province, + String city, + String postalCode, + String name)
    +
    +
    Creates an instance of a SubmissionAddressDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the city record component.
    +
    + + +
    +
    Returns the value of the country record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the index record component.
    +
    + + +
    +
    Returns the value of the name record component.
    +
    + + +
    +
    Returns the value of the postalCode record component.
    +
    + + +
    +
    Returns the value of the province record component.
    +
    + + +
    +
    Returns the value of the streetAddress record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionAddressDto

      +
      public SubmissionAddressDto(Integer index, + String streetAddress, + String country, + String province, + String city, + String postalCode, + String name)
      +
      Creates an instance of a SubmissionAddressDto record class.
      +
      +
      Parameters:
      +
      index - the value for the index record component
      +
      streetAddress - the value for the streetAddress record component
      +
      country - the value for the country record component
      +
      province - the value for the province record component
      +
      city - the value for the city record component
      +
      postalCode - the value for the postalCode record component
      +
      name - the value for the name record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      index

      +
      public Integer index()
      +
      Returns the value of the index record component.
      +
      +
      Returns:
      +
      the value of the index record component
      +
      +
      +
    • +
    • +
      +

      streetAddress

      +
      public String streetAddress()
      +
      Returns the value of the streetAddress record component.
      +
      +
      Returns:
      +
      the value of the streetAddress record component
      +
      +
      +
    • +
    • +
      +

      country

      +
      public String country()
      +
      Returns the value of the country record component.
      +
      +
      Returns:
      +
      the value of the country record component
      +
      +
      +
    • +
    • +
      +

      province

      +
      public String province()
      +
      Returns the value of the province record component.
      +
      +
      Returns:
      +
      the value of the province record component
      +
      +
      +
    • +
    • +
      +

      city

      +
      public String city()
      +
      Returns the value of the city record component.
      +
      +
      Returns:
      +
      the value of the city record component
      +
      +
      +
    • +
    • +
      +

      postalCode

      +
      public String postalCode()
      +
      Returns the value of the postalCode record component.
      +
      +
      Returns:
      +
      the value of the postalCode record component
      +
      +
      +
    • +
    • +
      +

      name

      +
      public String name()
      +
      Returns the value of the name record component.
      +
      +
      Returns:
      +
      the value of the name record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/SubmissionApproveRejectDto.html b/backend/ca/bc/gov/app/dto/submissions/SubmissionApproveRejectDto.html new file mode 100644 index 0000000000..d37438f674 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/SubmissionApproveRejectDto.html @@ -0,0 +1,273 @@ + + + + +SubmissionApproveRejectDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class SubmissionApproveRejectDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
+
+
+
public record SubmissionApproveRejectDto(boolean approved, List<String> reasons, String message) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    SubmissionApproveRejectDto(boolean approved, + List<String> reasons, + String message)
    +
    +
    Creates an instance of a SubmissionApproveRejectDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
    +
    Returns the value of the approved record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the message record component.
    +
    + + +
    +
    Returns the value of the reasons record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionApproveRejectDto

      +
      public SubmissionApproveRejectDto(boolean approved, + List<String> reasons, + String message)
      +
      Creates an instance of a SubmissionApproveRejectDto record class.
      +
      +
      Parameters:
      +
      approved - the value for the approved record component
      +
      reasons - the value for the reasons record component
      +
      message - the value for the message record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      approved

      +
      public boolean approved()
      +
      Returns the value of the approved record component.
      +
      +
      Returns:
      +
      the value of the approved record component
      +
      +
      +
    • +
    • +
      +

      reasons

      +
      public List<String> reasons()
      +
      Returns the value of the reasons record component.
      +
      +
      Returns:
      +
      the value of the reasons record component
      +
      +
      +
    • +
    • +
      +

      message

      +
      public String message()
      +
      Returns the value of the message record component.
      +
      +
      Returns:
      +
      the value of the message record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/SubmissionBusinessDto.html b/backend/ca/bc/gov/app/dto/submissions/SubmissionBusinessDto.html new file mode 100644 index 0000000000..6ffc569cde --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/SubmissionBusinessDto.html @@ -0,0 +1,406 @@ + + + + +SubmissionBusinessDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class SubmissionBusinessDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
+
+
+
public record SubmissionBusinessDto(String businessType, String registrationNumber, String clientNumber, String organizationName, String clientType, String clientTypeDesc, String goodStandingInd, LocalDate birthdate, String district, String districtDesc) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionBusinessDto

      +
      public SubmissionBusinessDto(String businessType, + String registrationNumber, + String clientNumber, + String organizationName, + String clientType, + String clientTypeDesc, + String goodStandingInd, + LocalDate birthdate, + String district, + String districtDesc)
      +
      Creates an instance of a SubmissionBusinessDto record class.
      +
      +
      Parameters:
      +
      businessType - the value for the businessType record component
      +
      registrationNumber - the value for the registrationNumber record component
      +
      clientNumber - the value for the clientNumber record component
      +
      organizationName - the value for the organizationName record component
      +
      clientType - the value for the clientType record component
      +
      clientTypeDesc - the value for the clientTypeDesc record component
      +
      goodStandingInd - the value for the goodStandingInd record component
      +
      birthdate - the value for the birthdate record component
      +
      district - the value for the district record component
      +
      districtDesc - the value for the districtDesc record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      businessType

      +
      public String businessType()
      +
      Returns the value of the businessType record component.
      +
      +
      Returns:
      +
      the value of the businessType record component
      +
      +
      +
    • +
    • +
      +

      registrationNumber

      +
      public String registrationNumber()
      +
      Returns the value of the registrationNumber record component.
      +
      +
      Returns:
      +
      the value of the registrationNumber record component
      +
      +
      +
    • +
    • +
      +

      clientNumber

      +
      public String clientNumber()
      +
      Returns the value of the clientNumber record component.
      +
      +
      Returns:
      +
      the value of the clientNumber record component
      +
      +
      +
    • +
    • +
      +

      organizationName

      +
      public String organizationName()
      +
      Returns the value of the organizationName record component.
      +
      +
      Returns:
      +
      the value of the organizationName record component
      +
      +
      +
    • +
    • +
      +

      clientType

      +
      public String clientType()
      +
      Returns the value of the clientType record component.
      +
      +
      Returns:
      +
      the value of the clientType record component
      +
      +
      +
    • +
    • +
      +

      clientTypeDesc

      +
      public String clientTypeDesc()
      +
      Returns the value of the clientTypeDesc record component.
      +
      +
      Returns:
      +
      the value of the clientTypeDesc record component
      +
      +
      +
    • +
    • +
      +

      goodStandingInd

      +
      public String goodStandingInd()
      +
      Returns the value of the goodStandingInd record component.
      +
      +
      Returns:
      +
      the value of the goodStandingInd record component
      +
      +
      +
    • +
    • +
      +

      birthdate

      +
      public LocalDate birthdate()
      +
      Returns the value of the birthdate record component.
      +
      +
      Returns:
      +
      the value of the birthdate record component
      +
      +
      +
    • +
    • +
      +

      district

      +
      public String district()
      +
      Returns the value of the district record component.
      +
      +
      Returns:
      +
      the value of the district record component
      +
      +
      +
    • +
    • +
      +

      districtDesc

      +
      public String districtDesc()
      +
      Returns the value of the districtDesc record component.
      +
      +
      Returns:
      +
      the value of the districtDesc record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/SubmissionContactDto.html b/backend/ca/bc/gov/app/dto/submissions/SubmissionContactDto.html new file mode 100644 index 0000000000..614e4255af --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/SubmissionContactDto.html @@ -0,0 +1,368 @@ + + + + +SubmissionContactDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class SubmissionContactDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
+
+
+
public record SubmissionContactDto(Integer index, String contactType, String firstName, String lastName, String phoneNumber, String emailAddress, Set<String> locations, String userId) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    SubmissionContactDto(Integer index, + String contactType, + String firstName, + String lastName, + String phoneNumber, + String emailAddress, + Set<String> locations, + String userId)
    +
    +
    Creates an instance of a SubmissionContactDto record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    +
    Returns the value of the contactType record component.
    +
    + + +
    +
    Returns the value of the emailAddress record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    + + +
    +
    Returns the value of the firstName record component.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    + + +
    +
    Returns the value of the index record component.
    +
    + + +
    +
    Returns the value of the lastName record component.
    +
    + + +
    +
    Returns the value of the locations record component.
    +
    + + +
    +
    Returns the value of the phoneNumber record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    + + +
    +
    Returns the value of the userId record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionContactDto

      +
      public SubmissionContactDto(Integer index, + String contactType, + String firstName, + String lastName, + String phoneNumber, + String emailAddress, + Set<String> locations, + String userId)
      +
      Creates an instance of a SubmissionContactDto record class.
      +
      +
      Parameters:
      +
      index - the value for the index record component
      +
      contactType - the value for the contactType record component
      +
      firstName - the value for the firstName record component
      +
      lastName - the value for the lastName record component
      +
      phoneNumber - the value for the phoneNumber record component
      +
      emailAddress - the value for the emailAddress record component
      +
      locations - the value for the locations record component
      +
      userId - the value for the userId record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      index

      +
      public Integer index()
      +
      Returns the value of the index record component.
      +
      +
      Returns:
      +
      the value of the index record component
      +
      +
      +
    • +
    • +
      +

      contactType

      +
      public String contactType()
      +
      Returns the value of the contactType record component.
      +
      +
      Returns:
      +
      the value of the contactType record component
      +
      +
      +
    • +
    • +
      +

      firstName

      +
      public String firstName()
      +
      Returns the value of the firstName record component.
      +
      +
      Returns:
      +
      the value of the firstName record component
      +
      +
      +
    • +
    • +
      +

      lastName

      +
      public String lastName()
      +
      Returns the value of the lastName record component.
      +
      +
      Returns:
      +
      the value of the lastName record component
      +
      +
      +
    • +
    • +
      +

      phoneNumber

      +
      public String phoneNumber()
      +
      Returns the value of the phoneNumber record component.
      +
      +
      Returns:
      +
      the value of the phoneNumber record component
      +
      +
      +
    • +
    • +
      +

      emailAddress

      +
      public String emailAddress()
      +
      Returns the value of the emailAddress record component.
      +
      +
      Returns:
      +
      the value of the emailAddress record component
      +
      +
      +
    • +
    • +
      +

      locations

      +
      public Set<String> locations()
      +
      Returns the value of the locations record component.
      +
      +
      Returns:
      +
      the value of the locations record component
      +
      +
      +
    • +
    • +
      +

      userId

      +
      public String userId()
      +
      Returns the value of the userId record component.
      +
      +
      Returns:
      +
      the value of the userId record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/SubmissionDetailsDto.html b/backend/ca/bc/gov/app/dto/submissions/SubmissionDetailsDto.html new file mode 100644 index 0000000000..65e533941b --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/SubmissionDetailsDto.html @@ -0,0 +1,463 @@ + + + + +SubmissionDetailsDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class SubmissionDetailsDto

+
+
java.lang.Object +
java.lang.Record +
ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
+
+
+
public record SubmissionDetailsDto(Long submissionId, String submissionStatus, String submissionType, LocalDateTime submittedTimestamp, LocalDateTime updateTimestamp, LocalDateTime approvedTimestamp, String updateUser, SubmissionBusinessDto business, List<SubmissionContactDto> contact, List<SubmissionAddressDto> address, Map<String,Object> matchers, String rejectionReason, String confirmedMatchUserId) +extends Record
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionDetailsDto

      +
      public SubmissionDetailsDto(Long submissionId, + String submissionStatus, + String submissionType, + LocalDateTime submittedTimestamp, + LocalDateTime updateTimestamp, + LocalDateTime approvedTimestamp, + String updateUser, + SubmissionBusinessDto business, + List<SubmissionContactDto> contact, + List<SubmissionAddressDto> address, + Map<String,Object> matchers, + String rejectionReason, + String confirmedMatchUserId)
      +
      Creates an instance of a SubmissionDetailsDto record class.
      +
      +
      Parameters:
      +
      submissionId - the value for the submissionId record component
      +
      submissionStatus - the value for the submissionStatus record component
      +
      submissionType - the value for the submissionType record component
      +
      submittedTimestamp - the value for the submittedTimestamp record component
      +
      updateTimestamp - the value for the updateTimestamp record component
      +
      approvedTimestamp - the value for the approvedTimestamp record component
      +
      updateUser - the value for the updateUser record component
      +
      business - the value for the business record component
      +
      contact - the value for the contact record component
      +
      address - the value for the address record component
      +
      matchers - the value for the matchers record component
      +
      rejectionReason - the value for the rejectionReason record component
      +
      confirmedMatchUserId - the value for the confirmedMatchUserId record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      submissionId

      +
      public Long submissionId()
      +
      Returns the value of the submissionId record component.
      +
      +
      Returns:
      +
      the value of the submissionId record component
      +
      +
      +
    • +
    • +
      +

      submissionStatus

      +
      public String submissionStatus()
      +
      Returns the value of the submissionStatus record component.
      +
      +
      Returns:
      +
      the value of the submissionStatus record component
      +
      +
      +
    • +
    • +
      +

      submissionType

      +
      public String submissionType()
      +
      Returns the value of the submissionType record component.
      +
      +
      Returns:
      +
      the value of the submissionType record component
      +
      +
      +
    • +
    • +
      +

      submittedTimestamp

      +
      public LocalDateTime submittedTimestamp()
      +
      Returns the value of the submittedTimestamp record component.
      +
      +
      Returns:
      +
      the value of the submittedTimestamp record component
      +
      +
      +
    • +
    • +
      +

      updateTimestamp

      +
      public LocalDateTime updateTimestamp()
      +
      Returns the value of the updateTimestamp record component.
      +
      +
      Returns:
      +
      the value of the updateTimestamp record component
      +
      +
      +
    • +
    • +
      +

      approvedTimestamp

      +
      public LocalDateTime approvedTimestamp()
      +
      Returns the value of the approvedTimestamp record component.
      +
      +
      Returns:
      +
      the value of the approvedTimestamp record component
      +
      +
      +
    • +
    • +
      +

      updateUser

      +
      public String updateUser()
      +
      Returns the value of the updateUser record component.
      +
      +
      Returns:
      +
      the value of the updateUser record component
      +
      +
      +
    • +
    • +
      +

      business

      +
      public SubmissionBusinessDto business()
      +
      Returns the value of the business record component.
      +
      +
      Returns:
      +
      the value of the business record component
      +
      +
      +
    • +
    • +
      +

      contact

      +
      public List<SubmissionContactDto> contact()
      +
      Returns the value of the contact record component.
      +
      +
      Returns:
      +
      the value of the contact record component
      +
      +
      +
    • +
    • +
      +

      address

      +
      public List<SubmissionAddressDto> address()
      +
      Returns the value of the address record component.
      +
      +
      Returns:
      +
      the value of the address record component
      +
      +
      +
    • +
    • +
      +

      matchers

      +
      public Map<String,Object> matchers()
      +
      Returns the value of the matchers record component.
      +
      +
      Returns:
      +
      the value of the matchers record component
      +
      +
      +
    • +
    • +
      +

      rejectionReason

      +
      public String rejectionReason()
      +
      Returns the value of the rejectionReason record component.
      +
      +
      Returns:
      +
      the value of the rejectionReason record component
      +
      +
      +
    • +
    • +
      +

      confirmedMatchUserId

      +
      public String confirmedMatchUserId()
      +
      Returns the value of the confirmedMatchUserId record component.
      +
      +
      Returns:
      +
      the value of the confirmedMatchUserId record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionAddressDto.html b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionAddressDto.html new file mode 100644 index 0000000000..cc45d36d21 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionAddressDto.html @@ -0,0 +1,89 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.submissions.SubmissionAddressDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.submissions.SubmissionAddressDto

+
+
Packages that use SubmissionAddressDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionApproveRejectDto.html b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionApproveRejectDto.html new file mode 100644 index 0000000000..feea0b27ee --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionApproveRejectDto.html @@ -0,0 +1,109 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto

+
+
Packages that use SubmissionApproveRejectDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionBusinessDto.html b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionBusinessDto.html new file mode 100644 index 0000000000..2c747267e8 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionBusinessDto.html @@ -0,0 +1,112 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.submissions.SubmissionBusinessDto

+
+
Packages that use SubmissionBusinessDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionContactDto.html b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionContactDto.html new file mode 100644 index 0000000000..cb95c3fa4c --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionContactDto.html @@ -0,0 +1,112 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.submissions.SubmissionContactDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.submissions.SubmissionContactDto

+
+
Packages that use SubmissionContactDto
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionDetailsDto.html b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionDetailsDto.html new file mode 100644 index 0000000000..c0cad94605 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/class-use/SubmissionDetailsDto.html @@ -0,0 +1,104 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Record Class
ca.bc.gov.app.dto.submissions.SubmissionDetailsDto

+
+
Packages that use SubmissionDetailsDto
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/package-summary.html b/backend/ca/bc/gov/app/dto/submissions/package-summary.html new file mode 100644 index 0000000000..4e362164d0 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/package-summary.html @@ -0,0 +1,116 @@ + + + + +ca.bc.gov.app.dto.submissions (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.dto.submissions

+
+
+
package ca.bc.gov.app.dto.submissions
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/package-tree.html b/backend/ca/bc/gov/app/dto/submissions/package-tree.html new file mode 100644 index 0000000000..c7d3e3e353 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/package-tree.html @@ -0,0 +1,84 @@ + + + + +ca.bc.gov.app.dto.submissions Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.dto.submissions

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/dto/submissions/package-use.html b/backend/ca/bc/gov/app/dto/submissions/package-use.html new file mode 100644 index 0000000000..2985e04713 --- /dev/null +++ b/backend/ca/bc/gov/app/dto/submissions/package-use.html @@ -0,0 +1,118 @@ + + + + +Uses of Package ca.bc.gov.app.dto.submissions (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.dto.submissions

+
+ + +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/BaseEntity.html b/backend/ca/bc/gov/app/entity/client/BaseEntity.html new file mode 100644 index 0000000000..ce8879cec3 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/BaseEntity.html @@ -0,0 +1,187 @@ + + + + +BaseEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BaseEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.BaseEntity
+
+
+
+
Direct Known Subclasses:
+
ExpirableBaseEntity, SubmissionEntity
+
+
+
public abstract class BaseEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      updatedAt

      +
      @Column("update_timestamp") +protected LocalDateTime updatedAt
      +
      +
    • +
    • +
      +

      createdBy

      +
      @Column("create_user") +@NotNull +protected @NotNull String createdBy
      +
      +
    • +
    • +
      +

      updatedBy

      +
      @Column("update_user") +protected String updatedBy
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BaseEntity

      +
      public BaseEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/ClientTypeCodeEntity.html b/backend/ca/bc/gov/app/entity/client/ClientTypeCodeEntity.html new file mode 100644 index 0000000000..04bb452f62 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/ClientTypeCodeEntity.html @@ -0,0 +1,152 @@ + + + + +ClientTypeCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientTypeCodeEntity

+
+ +
+
+
@Table(name="client_type_code", + schema="nrfc") +public class ClientTypeCodeEntity +extends ExpirableBaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientTypeCodeEntity

      +
      public ClientTypeCodeEntity(String code, + String description)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/ContactTypeCodeEntity.html b/backend/ca/bc/gov/app/entity/client/ContactTypeCodeEntity.html new file mode 100644 index 0000000000..45a03e9b4f --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/ContactTypeCodeEntity.html @@ -0,0 +1,150 @@ + + + + +ContactTypeCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ContactTypeCodeEntity

+
+ +
+
+
@Table(name="contact_type_code", + schema="nrfc") +public class ContactTypeCodeEntity +extends ExpirableBaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ContactTypeCodeEntity

      +
      public ContactTypeCodeEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/CountryCodeEntity.html b/backend/ca/bc/gov/app/entity/client/CountryCodeEntity.html new file mode 100644 index 0000000000..107fb1e624 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/CountryCodeEntity.html @@ -0,0 +1,153 @@ + + + + +CountryCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CountryCodeEntity

+
+ +
+
+
@Table(name="country_code", + schema="nrfc") +public class CountryCodeEntity +extends ExpirableBaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CountryCodeEntity

      +
      public CountryCodeEntity(@NotNull @Size(min=2,max=2) + @NotNull @Size(min=2,max=2) String countryCode, + String description)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/DistrictCodeEntity.html b/backend/ca/bc/gov/app/entity/client/DistrictCodeEntity.html new file mode 100644 index 0000000000..f2188e5886 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/DistrictCodeEntity.html @@ -0,0 +1,150 @@ + + + + +DistrictCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DistrictCodeEntity

+
+ +
+
+
@Table(name="district_code", + schema="nrfc") +public class DistrictCodeEntity +extends ExpirableBaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DistrictCodeEntity

      +
      public DistrictCodeEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/EmailLogEntity.html b/backend/ca/bc/gov/app/entity/client/EmailLogEntity.html new file mode 100644 index 0000000000..eef2be599a --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/EmailLogEntity.html @@ -0,0 +1,134 @@ + + + + +EmailLogEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class EmailLogEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.EmailLogEntity
+
+
+
+
@Table(name="email_log", + schema="nrfc") +public class EmailLogEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      EmailLogEntity

      +
      public EmailLogEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/ExpirableBaseEntity.html b/backend/ca/bc/gov/app/entity/client/ExpirableBaseEntity.html new file mode 100644 index 0000000000..cd7d513c5a --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/ExpirableBaseEntity.html @@ -0,0 +1,205 @@ + + + + +ExpirableBaseEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ExpirableBaseEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.BaseEntity +
ca.bc.gov.app.entity.client.ExpirableBaseEntity
+
+
+
+
+
Direct Known Subclasses:
+
ClientTypeCodeEntity, ContactTypeCodeEntity, CountryCodeEntity, DistrictCodeEntity, ProvinceCodeEntity, SubmissionTypeCodeEntity
+
+
+
public abstract class ExpirableBaseEntity +extends BaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      description

      +
      @NotNull +@Size(min=5, + max=100) +protected @NotNull @Size(min=5,max=100) String description
      +
      +
    • +
    • +
      +

      createdAt

      +
      @Column("create_timestamp") +protected LocalDateTime createdAt
      +
      +
    • +
    • +
      +

      effectiveAt

      +
      @NotNull +@Column("effective_date") +protected @NotNull LocalDate effectiveAt
      +
      +
    • +
    • +
      +

      expiredAt

      +
      @NotNull +@Column("expiry_date") +protected @NotNull LocalDate expiredAt
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ExpirableBaseEntity

      +
      public ExpirableBaseEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/ProvinceCodeEntity.html b/backend/ca/bc/gov/app/entity/client/ProvinceCodeEntity.html new file mode 100644 index 0000000000..10893d3865 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/ProvinceCodeEntity.html @@ -0,0 +1,150 @@ + + + + +ProvinceCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ProvinceCodeEntity

+
+ +
+
+
@Table(name="province_code", + schema="nrfc") +public class ProvinceCodeEntity +extends ExpirableBaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ProvinceCodeEntity

      +
      public ProvinceCodeEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionContactEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionContactEntity.html new file mode 100644 index 0000000000..4c8870608d --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionContactEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionContactEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionContactEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.SubmissionContactEntity
+
+
+
+
@Table(name="submission_contact", + schema="nrfc") +public class SubmissionContactEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionContactEntity

      +
      public SubmissionContactEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionDetailEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionDetailEntity.html new file mode 100644 index 0000000000..f7e485ceb1 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionDetailEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionDetailEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionDetailEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.SubmissionDetailEntity
+
+
+
+
@Table(name="submission_detail", + schema="nrfc") +public class SubmissionDetailEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionDetailEntity

      +
      public SubmissionDetailEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionEntity.html new file mode 100644 index 0000000000..f75df7925e --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionEntity.html @@ -0,0 +1,145 @@ + + + + +SubmissionEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.BaseEntity +
ca.bc.gov.app.entity.client.SubmissionEntity
+
+
+
+
+
@Table(name="submission", + schema="nrfc") +public class SubmissionEntity +extends BaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionEntity

      +
      public SubmissionEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionLocationContactEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionLocationContactEntity.html new file mode 100644 index 0000000000..af0dce6dc3 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionLocationContactEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionLocationContactEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionLocationContactEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.SubmissionLocationContactEntity
+
+
+
+
@Table(name="submission_location_contact_xref", + schema="nrfc") +public class SubmissionLocationContactEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionLocationContactEntity

      +
      public SubmissionLocationContactEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionLocationContactIdEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionLocationContactIdEntity.html new file mode 100644 index 0000000000..8a8d6f5e0f --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionLocationContactIdEntity.html @@ -0,0 +1,132 @@ + + + + +SubmissionLocationContactIdEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionLocationContactIdEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.SubmissionLocationContactIdEntity
+
+
+
+
public class SubmissionLocationContactIdEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionLocationContactIdEntity

      +
      public SubmissionLocationContactIdEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionLocationEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionLocationEntity.html new file mode 100644 index 0000000000..e715cc6966 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionLocationEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionLocationEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionLocationEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.SubmissionLocationEntity
+
+
+
+
@Table(name="submission_location", + schema="nrfc") +public class SubmissionLocationEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionLocationEntity

      +
      public SubmissionLocationEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionMatchDetailEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionMatchDetailEntity.html new file mode 100644 index 0000000000..8206fc01ac --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionMatchDetailEntity.html @@ -0,0 +1,176 @@ + + + + +SubmissionMatchDetailEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionMatchDetailEntity

+
+
java.lang.Object +
ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity
+
+
+
+
@Table(name="submission_matching_detail", + schema="nrfc") +public class SubmissionMatchDetailEntity +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      updatedAt

      +
      @Column("confirmed_match_timestamp") +protected LocalDateTime updatedAt
      +
      +
    • +
    • +
      +

      createdBy

      +
      @Column("confirmed_match_userid") +@Size(min=1, + max=60) +protected @Size(min=1,max=60) String createdBy
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionMatchDetailEntity

      +
      public SubmissionMatchDetailEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/SubmissionTypeCodeEntity.html b/backend/ca/bc/gov/app/entity/client/SubmissionTypeCodeEntity.html new file mode 100644 index 0000000000..ce06f6cc31 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/SubmissionTypeCodeEntity.html @@ -0,0 +1,150 @@ + + + + +SubmissionTypeCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionTypeCodeEntity

+
+ +
+
+
@Table(name="submission_type_code", + schema="nrfc") +public class SubmissionTypeCodeEntity +extends ExpirableBaseEntity
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionTypeCodeEntity

      +
      public SubmissionTypeCodeEntity()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/BaseEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/BaseEntity.html new file mode 100644 index 0000000000..6b5766ee43 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/BaseEntity.html @@ -0,0 +1,108 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.BaseEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.BaseEntity

+
+
Packages that use BaseEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/ClientTypeCodeEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/ClientTypeCodeEntity.html new file mode 100644 index 0000000000..7d464f3379 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/ClientTypeCodeEntity.html @@ -0,0 +1,90 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.ClientTypeCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.ClientTypeCodeEntity

+
+
Packages that use ClientTypeCodeEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/ContactTypeCodeEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/ContactTypeCodeEntity.html new file mode 100644 index 0000000000..86f7718ac8 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/ContactTypeCodeEntity.html @@ -0,0 +1,92 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.ContactTypeCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.ContactTypeCodeEntity

+
+
Packages that use ContactTypeCodeEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/CountryCodeEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/CountryCodeEntity.html new file mode 100644 index 0000000000..40bb876c2d --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/CountryCodeEntity.html @@ -0,0 +1,93 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.CountryCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.CountryCodeEntity

+
+
Packages that use CountryCodeEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/DistrictCodeEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/DistrictCodeEntity.html new file mode 100644 index 0000000000..8c33b3d2b1 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/DistrictCodeEntity.html @@ -0,0 +1,90 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.DistrictCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.DistrictCodeEntity

+
+
Packages that use DistrictCodeEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/EmailLogEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/EmailLogEntity.html new file mode 100644 index 0000000000..d2c4d16449 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/EmailLogEntity.html @@ -0,0 +1,130 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.EmailLogEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.EmailLogEntity

+
+
Packages that use EmailLogEntity
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/ExpirableBaseEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/ExpirableBaseEntity.html new file mode 100644 index 0000000000..37247ff4cc --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/ExpirableBaseEntity.html @@ -0,0 +1,102 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.ExpirableBaseEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.ExpirableBaseEntity

+
+
Packages that use ExpirableBaseEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/ProvinceCodeEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/ProvinceCodeEntity.html new file mode 100644 index 0000000000..481fe9fc2b --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/ProvinceCodeEntity.html @@ -0,0 +1,92 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.ProvinceCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.ProvinceCodeEntity

+
+
Packages that use ProvinceCodeEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionContactEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionContactEntity.html new file mode 100644 index 0000000000..6847d922a8 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionContactEntity.html @@ -0,0 +1,98 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionContactEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionContactEntity

+
+
Packages that use SubmissionContactEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionDetailEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionDetailEntity.html new file mode 100644 index 0000000000..6be425256e --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionDetailEntity.html @@ -0,0 +1,91 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionDetailEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionDetailEntity

+
+
Packages that use SubmissionDetailEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionEntity.html new file mode 100644 index 0000000000..0d2ae60887 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionEntity.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionEntity

+
+No usage of ca.bc.gov.app.entity.client.SubmissionEntity
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationContactEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationContactEntity.html new file mode 100644 index 0000000000..cf2f961838 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationContactEntity.html @@ -0,0 +1,90 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionLocationContactEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionLocationContactEntity

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationContactIdEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationContactIdEntity.html new file mode 100644 index 0000000000..3eb6dce153 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationContactIdEntity.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionLocationContactIdEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionLocationContactIdEntity

+
+No usage of ca.bc.gov.app.entity.client.SubmissionLocationContactIdEntity
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationEntity.html new file mode 100644 index 0000000000..e9fb6cd86d --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionLocationEntity.html @@ -0,0 +1,114 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionLocationEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionLocationEntity

+
+
Packages that use SubmissionLocationEntity
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionMatchDetailEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionMatchDetailEntity.html new file mode 100644 index 0000000000..14460258e7 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionMatchDetailEntity.html @@ -0,0 +1,130 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity

+
+
Packages that use SubmissionMatchDetailEntity
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/class-use/SubmissionTypeCodeEntity.html b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionTypeCodeEntity.html new file mode 100644 index 0000000000..a8b689b90e --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/class-use/SubmissionTypeCodeEntity.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.client.SubmissionTypeCodeEntity (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.entity.client.SubmissionTypeCodeEntity

+
+No usage of ca.bc.gov.app.entity.client.SubmissionTypeCodeEntity
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/package-summary.html b/backend/ca/bc/gov/app/entity/client/package-summary.html new file mode 100644 index 0000000000..e57d5afa21 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/package-summary.html @@ -0,0 +1,117 @@ + + + + +ca.bc.gov.app.entity.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.entity.client

+
+
+
package ca.bc.gov.app.entity.client
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/package-tree.html b/backend/ca/bc/gov/app/entity/client/package-tree.html new file mode 100644 index 0000000000..ddf71106da --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/package-tree.html @@ -0,0 +1,97 @@ + + + + +ca.bc.gov.app.entity.client Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.entity.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/entity/client/package-use.html b/backend/ca/bc/gov/app/entity/client/package-use.html new file mode 100644 index 0000000000..0a6a39f505 --- /dev/null +++ b/backend/ca/bc/gov/app/entity/client/package-use.html @@ -0,0 +1,145 @@ + + + + +Uses of Package ca.bc.gov.app.entity.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.entity.client

+
+
Packages that use ca.bc.gov.app.entity.client
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/AddressLookupException.html b/backend/ca/bc/gov/app/exception/AddressLookupException.html new file mode 100644 index 0000000000..8ef8453b18 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/AddressLookupException.html @@ -0,0 +1,181 @@ + + + + +AddressLookupException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AddressLookupException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.AddressLookupException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(BAD_REQUEST) +public class AddressLookupException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

    +org.springframework.web.ErrorResponse.Builder
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class org.springframework.web.server.ResponseStatusException

    +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
    +
    +

    Methods inherited from class org.springframework.web.ErrorResponseException

    +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
    +
    +

    Methods inherited from class org.springframework.core.NestedRuntimeException

    +contains, getMostSpecificCause, getRootCause
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.web.ErrorResponse

    +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AddressLookupException

      +
      public AddressLookupException(String error)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/BadRequestException.html b/backend/ca/bc/gov/app/exception/BadRequestException.html new file mode 100644 index 0000000000..343df0e4d7 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/BadRequestException.html @@ -0,0 +1,181 @@ + + + + +BadRequestException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BadRequestException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.BadRequestException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(BAD_REQUEST) +public class BadRequestException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

    +org.springframework.web.ErrorResponse.Builder
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class org.springframework.web.server.ResponseStatusException

    +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
    +
    +

    Methods inherited from class org.springframework.web.ErrorResponseException

    +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
    +
    +

    Methods inherited from class org.springframework.core.NestedRuntimeException

    +contains, getMostSpecificCause, getRootCause
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.web.ErrorResponse

    +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BadRequestException

      +
      public BadRequestException(String message)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/CannotExtractTokenException.html b/backend/ca/bc/gov/app/exception/CannotExtractTokenException.html new file mode 100644 index 0000000000..5c7caf5127 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/CannotExtractTokenException.html @@ -0,0 +1,181 @@ + + + + +CannotExtractTokenException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CannotExtractTokenException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.CannotExtractTokenException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(PRECONDITION_FAILED) +public class CannotExtractTokenException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CannotExtractTokenException

      +
      public CannotExtractTokenException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/ClientAlreadyExistException.html b/backend/ca/bc/gov/app/exception/ClientAlreadyExistException.html new file mode 100644 index 0000000000..fac7641002 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/ClientAlreadyExistException.html @@ -0,0 +1,193 @@ + + + + +ClientAlreadyExistException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientAlreadyExistException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.ClientAlreadyExistException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(CONFLICT) +public class ClientAlreadyExistException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientAlreadyExistException

      +
      public ClientAlreadyExistException(String clientNumber, + String clientCode, + String clientName)
      +
      +
    • +
    • +
      +

      ClientAlreadyExistException

      +
      public ClientAlreadyExistException(String clientNumber)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/DataMatchException.html b/backend/ca/bc/gov/app/exception/DataMatchException.html new file mode 100644 index 0000000000..9a8a0758cf --- /dev/null +++ b/backend/ca/bc/gov/app/exception/DataMatchException.html @@ -0,0 +1,181 @@ + + + + +DataMatchException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class DataMatchException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.DataMatchException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(CONFLICT) +public class DataMatchException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      DataMatchException

      +
      public DataMatchException(List<MatchResult> matches)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/InvalidAccessTokenException.html b/backend/ca/bc/gov/app/exception/InvalidAccessTokenException.html new file mode 100644 index 0000000000..2f0c60399a --- /dev/null +++ b/backend/ca/bc/gov/app/exception/InvalidAccessTokenException.html @@ -0,0 +1,181 @@ + + + + +InvalidAccessTokenException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class InvalidAccessTokenException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.InvalidAccessTokenException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(UNAUTHORIZED) +public class InvalidAccessTokenException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      InvalidAccessTokenException

      +
      public InvalidAccessTokenException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/InvalidRequestObjectException.html b/backend/ca/bc/gov/app/exception/InvalidRequestObjectException.html new file mode 100644 index 0000000000..34b743de10 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/InvalidRequestObjectException.html @@ -0,0 +1,181 @@ + + + + +InvalidRequestObjectException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class InvalidRequestObjectException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.InvalidRequestObjectException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(BAD_REQUEST) +public class InvalidRequestObjectException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      InvalidRequestObjectException

      +
      public InvalidRequestObjectException(String message)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/InvalidRoleException.html b/backend/ca/bc/gov/app/exception/InvalidRoleException.html new file mode 100644 index 0000000000..4c88e1f5f8 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/InvalidRoleException.html @@ -0,0 +1,181 @@ + + + + +InvalidRoleException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class InvalidRoleException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.InvalidRoleException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(FORBIDDEN) +public class InvalidRoleException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

    +org.springframework.web.ErrorResponse.Builder
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class org.springframework.web.server.ResponseStatusException

    +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
    +
    +

    Methods inherited from class org.springframework.web.ErrorResponseException

    +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
    +
    +

    Methods inherited from class org.springframework.core.NestedRuntimeException

    +contains, getMostSpecificCause, getRootCause
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.web.ErrorResponse

    +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      InvalidRoleException

      +
      public InvalidRoleException()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/NoClientDataFound.html b/backend/ca/bc/gov/app/exception/NoClientDataFound.html new file mode 100644 index 0000000000..f5b30a5ff2 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/NoClientDataFound.html @@ -0,0 +1,181 @@ + + + + +NoClientDataFound (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class NoClientDataFound

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.NoClientDataFound
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(NOT_FOUND) +public class NoClientDataFound +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

    +org.springframework.web.ErrorResponse.Builder
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    NoClientDataFound(String clientNumber)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class org.springframework.web.server.ResponseStatusException

    +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
    +
    +

    Methods inherited from class org.springframework.web.ErrorResponseException

    +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
    +
    +

    Methods inherited from class org.springframework.core.NestedRuntimeException

    +contains, getMostSpecificCause, getRootCause
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.web.ErrorResponse

    +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      NoClientDataFound

      +
      public NoClientDataFound(String clientNumber)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/NoFirstNationException.html b/backend/ca/bc/gov/app/exception/NoFirstNationException.html new file mode 100644 index 0000000000..81e027f179 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/NoFirstNationException.html @@ -0,0 +1,181 @@ + + + + +NoFirstNationException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class NoFirstNationException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.NoFirstNationException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(NOT_FOUND) +public class NoFirstNationException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

    +org.springframework.web.ErrorResponse.Builder
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class org.springframework.web.server.ResponseStatusException

    +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
    +
    +

    Methods inherited from class org.springframework.web.ErrorResponseException

    +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
    +
    +

    Methods inherited from class org.springframework.core.NestedRuntimeException

    +contains, getMostSpecificCause, getRootCause
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.web.ErrorResponse

    +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      NoFirstNationException

      +
      public NoFirstNationException(String firstNationId)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/RequestAlreadyProcessedException.html b/backend/ca/bc/gov/app/exception/RequestAlreadyProcessedException.html new file mode 100644 index 0000000000..5c37eb7fdc --- /dev/null +++ b/backend/ca/bc/gov/app/exception/RequestAlreadyProcessedException.html @@ -0,0 +1,189 @@ + + + + +RequestAlreadyProcessedException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RequestAlreadyProcessedException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.RequestAlreadyProcessedException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(CONFLICT) +public class RequestAlreadyProcessedException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RequestAlreadyProcessedException

      +
      public RequestAlreadyProcessedException()
      +
      +
    • +
    • +
      +

      RequestAlreadyProcessedException

      +
      public RequestAlreadyProcessedException(String message)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/UnableToProcessRequestException.html b/backend/ca/bc/gov/app/exception/UnableToProcessRequestException.html new file mode 100644 index 0000000000..338f3e2b1f --- /dev/null +++ b/backend/ca/bc/gov/app/exception/UnableToProcessRequestException.html @@ -0,0 +1,189 @@ + + + + +UnableToProcessRequestException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnableToProcessRequestException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.UnableToProcessRequestException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(UNPROCESSABLE_ENTITY) +public class UnableToProcessRequestException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnableToProcessRequestException

      +
      public UnableToProcessRequestException(String message)
      +
      +
    • +
    • +
      +

      UnableToProcessRequestException

      +
      public UnableToProcessRequestException(List<String> messages)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/UnexpectedErrorException.html b/backend/ca/bc/gov/app/exception/UnexpectedErrorException.html new file mode 100644 index 0000000000..867514dc5a --- /dev/null +++ b/backend/ca/bc/gov/app/exception/UnexpectedErrorException.html @@ -0,0 +1,183 @@ + + + + +UnexpectedErrorException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnexpectedErrorException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.UnexpectedErrorException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(INTERNAL_SERVER_ERROR) +public class UnexpectedErrorException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    +

    Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

    +org.springframework.web.ErrorResponse.Builder
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    UnexpectedErrorException(int statusCode, + String message)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class org.springframework.web.server.ResponseStatusException

    +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
    +
    +

    Methods inherited from class org.springframework.web.ErrorResponseException

    +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
    +
    +

    Methods inherited from class org.springframework.core.NestedRuntimeException

    +contains, getMostSpecificCause, getRootCause
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.web.ErrorResponse

    +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnexpectedErrorException

      +
      public UnexpectedErrorException(int statusCode, + String message)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/UnsuportedClientTypeException.html b/backend/ca/bc/gov/app/exception/UnsuportedClientTypeException.html new file mode 100644 index 0000000000..3c70c71eb8 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/UnsuportedClientTypeException.html @@ -0,0 +1,181 @@ + + + + +UnsuportedClientTypeException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnsuportedClientTypeException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.UnsuportedClientTypeException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(NOT_ACCEPTABLE) +public class UnsuportedClientTypeException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnsuportedClientTypeException

      +
      public UnsuportedClientTypeException(String clientType)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/ValidationException.html b/backend/ca/bc/gov/app/exception/ValidationException.html new file mode 100644 index 0000000000..ae2163a980 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/ValidationException.html @@ -0,0 +1,181 @@ + + + + +ValidationException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ValidationException

+
+
java.lang.Object +
java.lang.Throwable +
java.lang.Exception +
java.lang.RuntimeException +
org.springframework.core.NestedRuntimeException +
org.springframework.web.ErrorResponseException +
org.springframework.web.server.ResponseStatusException +
ca.bc.gov.app.exception.ValidationException
+
+
+
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, org.springframework.web.ErrorResponse
+
+
+
@ResponseStatus(BAD_REQUEST) +public class ValidationException +extends org.springframework.web.server.ResponseStatusException
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/AddressLookupException.html b/backend/ca/bc/gov/app/exception/class-use/AddressLookupException.html new file mode 100644 index 0000000000..6167d675dd --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/AddressLookupException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.AddressLookupException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.AddressLookupException

+
+No usage of ca.bc.gov.app.exception.AddressLookupException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/BadRequestException.html b/backend/ca/bc/gov/app/exception/class-use/BadRequestException.html new file mode 100644 index 0000000000..0664a3b59f --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/BadRequestException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.BadRequestException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.BadRequestException

+
+No usage of ca.bc.gov.app.exception.BadRequestException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/CannotExtractTokenException.html b/backend/ca/bc/gov/app/exception/class-use/CannotExtractTokenException.html new file mode 100644 index 0000000000..c7651f306b --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/CannotExtractTokenException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.CannotExtractTokenException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.CannotExtractTokenException

+
+No usage of ca.bc.gov.app.exception.CannotExtractTokenException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/ClientAlreadyExistException.html b/backend/ca/bc/gov/app/exception/class-use/ClientAlreadyExistException.html new file mode 100644 index 0000000000..b49920ffeb --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/ClientAlreadyExistException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.ClientAlreadyExistException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.ClientAlreadyExistException

+
+No usage of ca.bc.gov.app.exception.ClientAlreadyExistException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/DataMatchException.html b/backend/ca/bc/gov/app/exception/class-use/DataMatchException.html new file mode 100644 index 0000000000..98e02d5ff4 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/DataMatchException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.DataMatchException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.DataMatchException

+
+No usage of ca.bc.gov.app.exception.DataMatchException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/InvalidAccessTokenException.html b/backend/ca/bc/gov/app/exception/class-use/InvalidAccessTokenException.html new file mode 100644 index 0000000000..f7850e1da3 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/InvalidAccessTokenException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.InvalidAccessTokenException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.InvalidAccessTokenException

+
+No usage of ca.bc.gov.app.exception.InvalidAccessTokenException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/InvalidRequestObjectException.html b/backend/ca/bc/gov/app/exception/class-use/InvalidRequestObjectException.html new file mode 100644 index 0000000000..d076bed8f2 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/InvalidRequestObjectException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.InvalidRequestObjectException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.InvalidRequestObjectException

+
+No usage of ca.bc.gov.app.exception.InvalidRequestObjectException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/InvalidRoleException.html b/backend/ca/bc/gov/app/exception/class-use/InvalidRoleException.html new file mode 100644 index 0000000000..54b4299164 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/InvalidRoleException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.InvalidRoleException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.InvalidRoleException

+
+No usage of ca.bc.gov.app.exception.InvalidRoleException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/NoClientDataFound.html b/backend/ca/bc/gov/app/exception/class-use/NoClientDataFound.html new file mode 100644 index 0000000000..9acaf9b695 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/NoClientDataFound.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.NoClientDataFound (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.NoClientDataFound

+
+No usage of ca.bc.gov.app.exception.NoClientDataFound
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/NoFirstNationException.html b/backend/ca/bc/gov/app/exception/class-use/NoFirstNationException.html new file mode 100644 index 0000000000..a591067992 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/NoFirstNationException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.NoFirstNationException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.NoFirstNationException

+
+No usage of ca.bc.gov.app.exception.NoFirstNationException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/RequestAlreadyProcessedException.html b/backend/ca/bc/gov/app/exception/class-use/RequestAlreadyProcessedException.html new file mode 100644 index 0000000000..19e12f93e8 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/RequestAlreadyProcessedException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.RequestAlreadyProcessedException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.RequestAlreadyProcessedException

+
+No usage of ca.bc.gov.app.exception.RequestAlreadyProcessedException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/UnableToProcessRequestException.html b/backend/ca/bc/gov/app/exception/class-use/UnableToProcessRequestException.html new file mode 100644 index 0000000000..16272d4830 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/UnableToProcessRequestException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.UnableToProcessRequestException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.UnableToProcessRequestException

+
+No usage of ca.bc.gov.app.exception.UnableToProcessRequestException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/UnexpectedErrorException.html b/backend/ca/bc/gov/app/exception/class-use/UnexpectedErrorException.html new file mode 100644 index 0000000000..352b66d8df --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/UnexpectedErrorException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.UnexpectedErrorException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.UnexpectedErrorException

+
+No usage of ca.bc.gov.app.exception.UnexpectedErrorException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/UnsuportedClientTypeException.html b/backend/ca/bc/gov/app/exception/class-use/UnsuportedClientTypeException.html new file mode 100644 index 0000000000..44b4f87b74 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/UnsuportedClientTypeException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.UnsuportedClientTypeException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.UnsuportedClientTypeException

+
+No usage of ca.bc.gov.app.exception.UnsuportedClientTypeException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/class-use/ValidationException.html b/backend/ca/bc/gov/app/exception/class-use/ValidationException.html new file mode 100644 index 0000000000..33368e066d --- /dev/null +++ b/backend/ca/bc/gov/app/exception/class-use/ValidationException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.ValidationException (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.exception.ValidationException

+
+No usage of ca.bc.gov.app.exception.ValidationException
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/package-summary.html b/backend/ca/bc/gov/app/exception/package-summary.html new file mode 100644 index 0000000000..4ce269fd35 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/package-summary.html @@ -0,0 +1,126 @@ + + + + +ca.bc.gov.app.exception (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.exception

+
+
+
package ca.bc.gov.app.exception
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/package-tree.html b/backend/ca/bc/gov/app/exception/package-tree.html new file mode 100644 index 0000000000..82002cb382 --- /dev/null +++ b/backend/ca/bc/gov/app/exception/package-tree.html @@ -0,0 +1,114 @@ + + + + +ca.bc.gov.app.exception Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.exception

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/exception/package-use.html b/backend/ca/bc/gov/app/exception/package-use.html new file mode 100644 index 0000000000..88ca8f90aa --- /dev/null +++ b/backend/ca/bc/gov/app/exception/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.exception (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.exception

+
+No usage of ca.bc.gov.app.exception
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/BcRegistryApiHealthIndicator.html b/backend/ca/bc/gov/app/health/BcRegistryApiHealthIndicator.html new file mode 100644 index 0000000000..dbf6a9b650 --- /dev/null +++ b/backend/ca/bc/gov/app/health/BcRegistryApiHealthIndicator.html @@ -0,0 +1,191 @@ + + + + +BcRegistryApiHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BcRegistryApiHealthIndicator

+
+
java.lang.Object +
ca.bc.gov.app.health.BcRegistryApiHealthIndicator
+
+
+
+
All Implemented Interfaces:
+
ManualHealthIndicator, org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
+
+
+
@Component +public class BcRegistryApiHealthIndicator +extends Object +implements ManualHealthIndicator
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryApiHealthIndicator

      +
      public BcRegistryApiHealthIndicator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      health

      +
      public org.springframework.boot.actuate.health.Health health()
      +
      +
      Specified by:
      +
      health in interface org.springframework.boot.actuate.health.HealthIndicator
      +
      +
      +
    • +
    • +
      +

      isHealthy

      +
      public void isHealthy(boolean healthy, + Throwable error)
      +
      +
      Specified by:
      +
      isHealthy in interface ManualHealthIndicator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/CanadaPostApiHealthIndicator.html b/backend/ca/bc/gov/app/health/CanadaPostApiHealthIndicator.html new file mode 100644 index 0000000000..477f3cdf9c --- /dev/null +++ b/backend/ca/bc/gov/app/health/CanadaPostApiHealthIndicator.html @@ -0,0 +1,181 @@ + + + + +CanadaPostApiHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CanadaPostApiHealthIndicator

+
+
java.lang.Object +
ca.bc.gov.app.health.CanadaPostApiHealthIndicator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
+
+
+
@Component +public class CanadaPostApiHealthIndicator +extends Object +implements org.springframework.boot.actuate.health.HealthIndicator
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    CanadaPostApiHealthIndicator(ForestClientConfiguration configuration, + org.springframework.web.reactive.function.client.WebClient addressCompleteApi, + io.micrometer.observation.ObservationRegistry registry)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.springframework.boot.actuate.health.Health
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

    +getHealth
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CanadaPostApiHealthIndicator

      +
      public CanadaPostApiHealthIndicator(ForestClientConfiguration configuration, + @Qualifier("addressCompleteApi") + org.springframework.web.reactive.function.client.WebClient addressCompleteApi, + io.micrometer.observation.ObservationRegistry registry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      health

      +
      public org.springframework.boot.actuate.health.Health health()
      +
      +
      Specified by:
      +
      health in interface org.springframework.boot.actuate.health.HealthIndicator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/ChesHealthIndicator.html b/backend/ca/bc/gov/app/health/ChesHealthIndicator.html new file mode 100644 index 0000000000..1a23a7e547 --- /dev/null +++ b/backend/ca/bc/gov/app/health/ChesHealthIndicator.html @@ -0,0 +1,182 @@ + + + + +ChesHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChesHealthIndicator

+
+
java.lang.Object +
ca.bc.gov.app.health.ChesHealthIndicator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
+
+
+
@Component +public class ChesHealthIndicator +extends Object +implements org.springframework.boot.actuate.health.HealthIndicator
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesHealthIndicator(org.springframework.web.reactive.function.client.WebClient chesApi, + org.springframework.web.reactive.function.client.WebClient authApi, + io.micrometer.observation.ObservationRegistry registry)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.springframework.boot.actuate.health.Health
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

    +getHealth
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesHealthIndicator

      +
      public ChesHealthIndicator(@Qualifier("chesApi") + org.springframework.web.reactive.function.client.WebClient chesApi, + @Qualifier("authApi") + org.springframework.web.reactive.function.client.WebClient authApi, + io.micrometer.observation.ObservationRegistry registry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      health

      +
      public org.springframework.boot.actuate.health.Health health()
      +
      +
      Specified by:
      +
      health in interface org.springframework.boot.actuate.health.HealthIndicator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/HealthExchangeFilterFunction.html b/backend/ca/bc/gov/app/health/HealthExchangeFilterFunction.html new file mode 100644 index 0000000000..2e0dc5be00 --- /dev/null +++ b/backend/ca/bc/gov/app/health/HealthExchangeFilterFunction.html @@ -0,0 +1,177 @@ + + + + +HealthExchangeFilterFunction (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class HealthExchangeFilterFunction

+
+
java.lang.Object +
ca.bc.gov.app.health.HealthExchangeFilterFunction
+
+
+
+
All Implemented Interfaces:
+
org.springframework.web.reactive.function.client.ExchangeFilterFunction
+
+
+
public class HealthExchangeFilterFunction +extends Object +implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse>
    +
    filter(org.springframework.web.reactive.function.client.ClientRequest request, + org.springframework.web.reactive.function.client.ExchangeFunction next)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.web.reactive.function.client.ExchangeFilterFunction

    +andThen, apply
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      HealthExchangeFilterFunction

      +
      public HealthExchangeFilterFunction()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      filter

      +
      public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(org.springframework.web.reactive.function.client.ClientRequest request, + org.springframework.web.reactive.function.client.ExchangeFunction next)
      +
      +
      Specified by:
      +
      filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/LegacyApiHealthIndicator.html b/backend/ca/bc/gov/app/health/LegacyApiHealthIndicator.html new file mode 100644 index 0000000000..7d38269799 --- /dev/null +++ b/backend/ca/bc/gov/app/health/LegacyApiHealthIndicator.html @@ -0,0 +1,179 @@ + + + + +LegacyApiHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LegacyApiHealthIndicator

+
+
java.lang.Object +
ca.bc.gov.app.health.LegacyApiHealthIndicator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
+
+
+
@Component +public class LegacyApiHealthIndicator +extends Object +implements org.springframework.boot.actuate.health.HealthIndicator
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    LegacyApiHealthIndicator(org.springframework.web.reactive.function.client.WebClient legacyApi, + io.micrometer.observation.ObservationRegistry registry)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.springframework.boot.actuate.health.Health
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

    +getHealth
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LegacyApiHealthIndicator

      +
      public LegacyApiHealthIndicator(@Qualifier("legacyApi") + org.springframework.web.reactive.function.client.WebClient legacyApi, + io.micrometer.observation.ObservationRegistry registry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      health

      +
      public org.springframework.boot.actuate.health.Health health()
      +
      +
      Specified by:
      +
      health in interface org.springframework.boot.actuate.health.HealthIndicator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/ManualHealthIndicator.html b/backend/ca/bc/gov/app/health/ManualHealthIndicator.html new file mode 100644 index 0000000000..42ae94db9d --- /dev/null +++ b/backend/ca/bc/gov/app/health/ManualHealthIndicator.html @@ -0,0 +1,143 @@ + + + + +ManualHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ManualHealthIndicator

+
+
+
+
All Superinterfaces:
+
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
+
+
+
All Known Implementing Classes:
+
BcRegistryApiHealthIndicator
+
+
+
public interface ManualHealthIndicator +extends org.springframework.boot.actuate.health.HealthIndicator
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    isHealthy(boolean healthy, + Throwable error)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

    +getHealth, health
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      isHealthy

      +
      void isHealthy(boolean healthy, + Throwable error)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/class-use/BcRegistryApiHealthIndicator.html b/backend/ca/bc/gov/app/health/class-use/BcRegistryApiHealthIndicator.html new file mode 100644 index 0000000000..444123046f --- /dev/null +++ b/backend/ca/bc/gov/app/health/class-use/BcRegistryApiHealthIndicator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.health.BcRegistryApiHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.health.BcRegistryApiHealthIndicator

+
+No usage of ca.bc.gov.app.health.BcRegistryApiHealthIndicator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/class-use/CanadaPostApiHealthIndicator.html b/backend/ca/bc/gov/app/health/class-use/CanadaPostApiHealthIndicator.html new file mode 100644 index 0000000000..4acb5d38e6 --- /dev/null +++ b/backend/ca/bc/gov/app/health/class-use/CanadaPostApiHealthIndicator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.health.CanadaPostApiHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.health.CanadaPostApiHealthIndicator

+
+No usage of ca.bc.gov.app.health.CanadaPostApiHealthIndicator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/class-use/ChesHealthIndicator.html b/backend/ca/bc/gov/app/health/class-use/ChesHealthIndicator.html new file mode 100644 index 0000000000..4972deadbe --- /dev/null +++ b/backend/ca/bc/gov/app/health/class-use/ChesHealthIndicator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.health.ChesHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.health.ChesHealthIndicator

+
+No usage of ca.bc.gov.app.health.ChesHealthIndicator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/class-use/HealthExchangeFilterFunction.html b/backend/ca/bc/gov/app/health/class-use/HealthExchangeFilterFunction.html new file mode 100644 index 0000000000..cd4bfdf94e --- /dev/null +++ b/backend/ca/bc/gov/app/health/class-use/HealthExchangeFilterFunction.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.health.HealthExchangeFilterFunction (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.health.HealthExchangeFilterFunction

+
+No usage of ca.bc.gov.app.health.HealthExchangeFilterFunction
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/class-use/LegacyApiHealthIndicator.html b/backend/ca/bc/gov/app/health/class-use/LegacyApiHealthIndicator.html new file mode 100644 index 0000000000..a9fff022ee --- /dev/null +++ b/backend/ca/bc/gov/app/health/class-use/LegacyApiHealthIndicator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.health.LegacyApiHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.health.LegacyApiHealthIndicator

+
+No usage of ca.bc.gov.app.health.LegacyApiHealthIndicator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/class-use/ManualHealthIndicator.html b/backend/ca/bc/gov/app/health/class-use/ManualHealthIndicator.html new file mode 100644 index 0000000000..1da69ac135 --- /dev/null +++ b/backend/ca/bc/gov/app/health/class-use/ManualHealthIndicator.html @@ -0,0 +1,106 @@ + + + + +Uses of Interface ca.bc.gov.app.health.ManualHealthIndicator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.health.ManualHealthIndicator

+
+
Packages that use ManualHealthIndicator
+
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/package-summary.html b/backend/ca/bc/gov/app/health/package-summary.html new file mode 100644 index 0000000000..ae92c7a145 --- /dev/null +++ b/backend/ca/bc/gov/app/health/package-summary.html @@ -0,0 +1,114 @@ + + + + +ca.bc.gov.app.health (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.health

+
+
+
package ca.bc.gov.app.health
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/package-tree.html b/backend/ca/bc/gov/app/health/package-tree.html new file mode 100644 index 0000000000..856f899b4b --- /dev/null +++ b/backend/ca/bc/gov/app/health/package-tree.html @@ -0,0 +1,94 @@ + + + + +ca.bc.gov.app.health Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.health

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+
    +
  • org.springframework.boot.actuate.health.HealthContributor +
      +
    • org.springframework.boot.actuate.health.HealthIndicator + +
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/health/package-use.html b/backend/ca/bc/gov/app/health/package-use.html new file mode 100644 index 0000000000..acfd10d634 --- /dev/null +++ b/backend/ca/bc/gov/app/health/package-use.html @@ -0,0 +1,97 @@ + + + + +Uses of Package ca.bc.gov.app.health (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.health

+
+
Packages that use ca.bc.gov.app.health
+
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/job/ches/ChesEmailResendJob.html b/backend/ca/bc/gov/app/job/ches/ChesEmailResendJob.html new file mode 100644 index 0000000000..84957c206f --- /dev/null +++ b/backend/ca/bc/gov/app/job/ches/ChesEmailResendJob.html @@ -0,0 +1,185 @@ + + + + +ChesEmailResendJob (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChesEmailResendJob

+
+
java.lang.Object +
ca.bc.gov.app.job.ches.ChesEmailResendJob
+
+
+
+
@Service +public class ChesEmailResendJob +extends Object
+
Service for resending failed emails. This service is scheduled to run at fixed intervals and + resends any emails that previously failed to send.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesEmailResendJob

      +
      public ChesEmailResendJob(EmailLogRepository emailLogRepository, + ChesService chesService, + io.micrometer.core.instrument.MeterRegistry meterRegistry)
      +
      Constructs a new ChesEmailResendJob.
      +
      +
      Parameters:
      +
      emailLogRepository - the repository for accessing email logs
      +
      chesService - the service for sending emails
      +
      meterRegistry - the registry for accessing application metrics
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      startResendJob

      +
      @Scheduled(fixedDelay=30000L) +public void startResendJob()
      +
      Starts the job for resending failed emails. This method is scheduled to run at fixed intervals + and resends any emails that previously failed to send. For each failed email, it increments a + counter and then attempts to resend the email.
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/job/ches/class-use/ChesEmailResendJob.html b/backend/ca/bc/gov/app/job/ches/class-use/ChesEmailResendJob.html new file mode 100644 index 0000000000..b9ff7024d2 --- /dev/null +++ b/backend/ca/bc/gov/app/job/ches/class-use/ChesEmailResendJob.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.job.ches.ChesEmailResendJob (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.job.ches.ChesEmailResendJob

+
+No usage of ca.bc.gov.app.job.ches.ChesEmailResendJob
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/job/ches/package-summary.html b/backend/ca/bc/gov/app/job/ches/package-summary.html new file mode 100644 index 0000000000..aee25e700d --- /dev/null +++ b/backend/ca/bc/gov/app/job/ches/package-summary.html @@ -0,0 +1,89 @@ + + + + +ca.bc.gov.app.job.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.job.ches

+
+
+
package ca.bc.gov.app.job.ches
+
+
    +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    Service for resending failed emails.
    +
    +
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/job/ches/package-tree.html b/backend/ca/bc/gov/app/job/ches/package-tree.html new file mode 100644 index 0000000000..0d07b0c90d --- /dev/null +++ b/backend/ca/bc/gov/app/job/ches/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.job.ches Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.job.ches

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/job/ches/package-use.html b/backend/ca/bc/gov/app/job/ches/package-use.html new file mode 100644 index 0000000000..9ce698fb05 --- /dev/null +++ b/backend/ca/bc/gov/app/job/ches/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.job.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.job.ches

+
+No usage of ca.bc.gov.app.job.ches
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/models/client/SubmissionStatusEnum.html b/backend/ca/bc/gov/app/models/client/SubmissionStatusEnum.html new file mode 100644 index 0000000000..7a59265f0e --- /dev/null +++ b/backend/ca/bc/gov/app/models/client/SubmissionStatusEnum.html @@ -0,0 +1,275 @@ + + + + +SubmissionStatusEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class SubmissionStatusEnum

+
+
java.lang.Object +
java.lang.Enum<SubmissionStatusEnum> +
ca.bc.gov.app.models.client.SubmissionStatusEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<SubmissionStatusEnum>, Constable
+
+
+
public enum SubmissionStatusEnum +extends Enum<SubmissionStatusEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static SubmissionStatusEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static SubmissionStatusEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      value

      +
      public String value()
      +
      +
    • +
    • +
      +

      fromValue

      +
      public static SubmissionStatusEnum fromValue(String value)
      +
      Returns the enum constant with the specified string value.
      +
      +
      Parameters:
      +
      value - the string value representing the enum constant
      +
      Returns:
      +
      the enum constant with the specified string value
      +
      Throws:
      +
      IllegalArgumentException - if no enum constant with the specified string value exists
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/models/client/SubmissionTypeCodeEnum.html b/backend/ca/bc/gov/app/models/client/SubmissionTypeCodeEnum.html new file mode 100644 index 0000000000..3aadcee064 --- /dev/null +++ b/backend/ca/bc/gov/app/models/client/SubmissionTypeCodeEnum.html @@ -0,0 +1,267 @@ + + + + +SubmissionTypeCodeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class SubmissionTypeCodeEnum

+
+
java.lang.Object +
java.lang.Enum<SubmissionTypeCodeEnum> +
ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<SubmissionTypeCodeEnum>, Constable
+
+
+
public enum SubmissionTypeCodeEnum +extends Enum<SubmissionTypeCodeEnum>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static SubmissionTypeCodeEnum[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static SubmissionTypeCodeEnum valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    • +
      +

      value

      +
      public String value()
      +
      +
    • +
    • +
      +

      fromValue

      +
      public static SubmissionTypeCodeEnum fromValue(String value)
      +
      Returns the enum constant with the specified string value.
      +
      +
      Parameters:
      +
      value - the string value representing the enum constant
      +
      Returns:
      +
      the enum constant with the specified string value
      +
      Throws:
      +
      IllegalArgumentException - if no enum constant with the specified string value exists
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/models/client/class-use/SubmissionStatusEnum.html b/backend/ca/bc/gov/app/models/client/class-use/SubmissionStatusEnum.html new file mode 100644 index 0000000000..6a6c49be63 --- /dev/null +++ b/backend/ca/bc/gov/app/models/client/class-use/SubmissionStatusEnum.html @@ -0,0 +1,161 @@ + + + + +Uses of Enum Class ca.bc.gov.app.models.client.SubmissionStatusEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.models.client.SubmissionStatusEnum

+
+
Packages that use SubmissionStatusEnum
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/models/client/class-use/SubmissionTypeCodeEnum.html b/backend/ca/bc/gov/app/models/client/class-use/SubmissionTypeCodeEnum.html new file mode 100644 index 0000000000..e675053de9 --- /dev/null +++ b/backend/ca/bc/gov/app/models/client/class-use/SubmissionTypeCodeEnum.html @@ -0,0 +1,100 @@ + + + + +Uses of Enum Class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Enum Class
ca.bc.gov.app.models.client.SubmissionTypeCodeEnum

+
+
Packages that use SubmissionTypeCodeEnum
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/models/client/package-summary.html b/backend/ca/bc/gov/app/models/client/package-summary.html new file mode 100644 index 0000000000..ce35da72a5 --- /dev/null +++ b/backend/ca/bc/gov/app/models/client/package-summary.html @@ -0,0 +1,89 @@ + + + + +ca.bc.gov.app.models.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.models.client

+
+
+
package ca.bc.gov.app.models.client
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/models/client/package-tree.html b/backend/ca/bc/gov/app/models/client/package-tree.html new file mode 100644 index 0000000000..c8124a1acc --- /dev/null +++ b/backend/ca/bc/gov/app/models/client/package-tree.html @@ -0,0 +1,81 @@ + + + + +ca.bc.gov.app.models.client Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.models.client

+Package Hierarchies: + +
+
+

Enum Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/models/client/package-use.html b/backend/ca/bc/gov/app/models/client/package-use.html new file mode 100644 index 0000000000..8c1e52a443 --- /dev/null +++ b/backend/ca/bc/gov/app/models/client/package-use.html @@ -0,0 +1,125 @@ + + + + +Uses of Package ca.bc.gov.app.models.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.models.client

+
+
Packages that use ca.bc.gov.app.models.client
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/package-summary.html b/backend/ca/bc/gov/app/package-summary.html new file mode 100644 index 0000000000..8b4293ed82 --- /dev/null +++ b/backend/ca/bc/gov/app/package-summary.html @@ -0,0 +1,118 @@ + + + + +ca.bc.gov.app (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app

+
+
+
package ca.bc.gov.app
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/package-tree.html b/backend/ca/bc/gov/app/package-tree.html new file mode 100644 index 0000000000..6c4586cef6 --- /dev/null +++ b/backend/ca/bc/gov/app/package-tree.html @@ -0,0 +1,77 @@ + + + + +ca.bc.gov.app Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/package-use.html b/backend/ca/bc/gov/app/package-use.html new file mode 100644 index 0000000000..0c6f7be2dc --- /dev/null +++ b/backend/ca/bc/gov/app/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app

+
+No usage of ca.bc.gov.app
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/QueryPredicates.html b/backend/ca/bc/gov/app/predicates/QueryPredicates.html new file mode 100644 index 0000000000..63d5de6e43 --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/QueryPredicates.html @@ -0,0 +1,171 @@ + + + + +QueryPredicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface QueryPredicates

+
+
+
+
All Known Implementing Classes:
+
SubmissionDetailPredicates, SubmissionPredicates
+
+
+
public interface QueryPredicates
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    Static Methods
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static org.springframework.data.relational.core.query.Criteria
    +
    isAfter(LocalDateTime endDate, + String fieldName)
    +
     
    +
    static org.springframework.data.relational.core.query.Criteria
    +
    isBefore(LocalDateTime startDate, + String fieldName)
    +
     
    +
    static org.springframework.data.relational.core.query.Criteria
    +
    isNull(String fieldName)
    +
     
    +
    static org.springframework.data.relational.core.query.Criteria
    +
    orContains(String[] values, + String fieldName)
    +
     
    +
    static org.springframework.data.relational.core.query.Criteria
    +
    orEqualTo(String[] values, + String fieldName)
    +
     
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      orEqualTo

      +
      static org.springframework.data.relational.core.query.Criteria orEqualTo(String[] values, + String fieldName)
      +
      +
    • +
    • +
      +

      orContains

      +
      static org.springframework.data.relational.core.query.Criteria orContains(String[] values, + String fieldName)
      +
      +
    • +
    • +
      +

      isAfter

      +
      static org.springframework.data.relational.core.query.Criteria isAfter(LocalDateTime endDate, + String fieldName)
      +
      +
    • +
    • +
      +

      isBefore

      +
      static org.springframework.data.relational.core.query.Criteria isBefore(LocalDateTime startDate, + String fieldName)
      +
      +
    • +
    • +
      +

      isNull

      +
      static org.springframework.data.relational.core.query.Criteria isNull(String fieldName)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/SubmissionDetailPredicates.html b/backend/ca/bc/gov/app/predicates/SubmissionDetailPredicates.html new file mode 100644 index 0000000000..b890ce549b --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/SubmissionDetailPredicates.html @@ -0,0 +1,168 @@ + + + + +SubmissionDetailPredicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionDetailPredicates

+
+
java.lang.Object +
ca.bc.gov.app.predicates.SubmissionDetailPredicates
+
+
+
+
All Implemented Interfaces:
+
QueryPredicates
+
+
+
public class SubmissionDetailPredicates +extends Object +implements QueryPredicates
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionDetailPredicates

      +
      public SubmissionDetailPredicates()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      orName

      +
      public static org.springframework.data.relational.core.query.Criteria orName(String[] values)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/SubmissionPredicates.html b/backend/ca/bc/gov/app/predicates/SubmissionPredicates.html new file mode 100644 index 0000000000..7cffcfd59d --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/SubmissionPredicates.html @@ -0,0 +1,177 @@ + + + + +SubmissionPredicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class SubmissionPredicates

+
+
java.lang.Object +
ca.bc.gov.app.predicates.SubmissionPredicates
+
+
+
+
All Implemented Interfaces:
+
QueryPredicates
+
+
+
public class SubmissionPredicates +extends Object +implements QueryPredicates
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SubmissionPredicates

      +
      public SubmissionPredicates()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      orStatus

      +
      public static org.springframework.data.relational.core.query.Criteria orStatus(SubmissionStatusEnum[] values)
      +
      +
    • +
    • +
      +

      orSubmittedAt

      +
      public static org.springframework.data.relational.core.query.Criteria orSubmittedAt(String[] values)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/class-use/QueryPredicates.html b/backend/ca/bc/gov/app/predicates/class-use/QueryPredicates.html new file mode 100644 index 0000000000..6fbeb94bb3 --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/class-use/QueryPredicates.html @@ -0,0 +1,90 @@ + + + + +Uses of Interface ca.bc.gov.app.predicates.QueryPredicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.predicates.QueryPredicates

+
+
Packages that use QueryPredicates
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/class-use/SubmissionDetailPredicates.html b/backend/ca/bc/gov/app/predicates/class-use/SubmissionDetailPredicates.html new file mode 100644 index 0000000000..0b33c22f35 --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/class-use/SubmissionDetailPredicates.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.predicates.SubmissionDetailPredicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.predicates.SubmissionDetailPredicates

+
+No usage of ca.bc.gov.app.predicates.SubmissionDetailPredicates
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/class-use/SubmissionPredicates.html b/backend/ca/bc/gov/app/predicates/class-use/SubmissionPredicates.html new file mode 100644 index 0000000000..d791f5c065 --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/class-use/SubmissionPredicates.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.predicates.SubmissionPredicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.predicates.SubmissionPredicates

+
+No usage of ca.bc.gov.app.predicates.SubmissionPredicates
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/package-summary.html b/backend/ca/bc/gov/app/predicates/package-summary.html new file mode 100644 index 0000000000..34f0f6da8d --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/package-summary.html @@ -0,0 +1,108 @@ + + + + +ca.bc.gov.app.predicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.predicates

+
+
+
package ca.bc.gov.app.predicates
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/package-tree.html b/backend/ca/bc/gov/app/predicates/package-tree.html new file mode 100644 index 0000000000..e089facc37 --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/package-tree.html @@ -0,0 +1,83 @@ + + + + +ca.bc.gov.app.predicates Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.predicates

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/predicates/package-use.html b/backend/ca/bc/gov/app/predicates/package-use.html new file mode 100644 index 0000000000..5dd2c48c27 --- /dev/null +++ b/backend/ca/bc/gov/app/predicates/package-use.html @@ -0,0 +1,84 @@ + + + + +Uses of Package ca.bc.gov.app.predicates (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.predicates

+
+
Packages that use ca.bc.gov.app.predicates
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/ClientTypeCodeRepository.html b/backend/ca/bc/gov/app/repository/client/ClientTypeCodeRepository.html new file mode 100644 index 0000000000..9d7f2c949c --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/ClientTypeCodeRepository.html @@ -0,0 +1,148 @@ + + + + +ClientTypeCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ClientTypeCodeRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<ClientTypeCodeEntity,String>, org.springframework.data.repository.Repository<ClientTypeCodeEntity,String>
+
+
+
@Repository +public interface ClientTypeCodeRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ClientTypeCodeEntity,String>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Flux<ClientTypeCodeEntity>
    +
    findActiveAt(LocalDate activeDate)
    +
     
    +
    reactor.core.publisher.Mono<ClientTypeCodeEntity>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findActiveAt

      +
      @Query("SELECT * FROM\n nrfc.client_type_code\nWHERE\n (expiry_date is null or expiry_date > :activeDate)\n and effective_date <= :activeDate\nORDER BY\n description\n") +reactor.core.publisher.Flux<ClientTypeCodeEntity> findActiveAt(LocalDate activeDate)
      +
      +
    • +
    • +
      +

      findByCode

      +
      reactor.core.publisher.Mono<ClientTypeCodeEntity> findByCode(String code)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/ContactTypeCodeRepository.html b/backend/ca/bc/gov/app/repository/client/ContactTypeCodeRepository.html new file mode 100644 index 0000000000..be8cc0c83d --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/ContactTypeCodeRepository.html @@ -0,0 +1,155 @@ + + + + +ContactTypeCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ContactTypeCodeRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<ContactTypeCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ContactTypeCodeEntity,String>, org.springframework.data.repository.Repository<ContactTypeCodeEntity,String>
+
+
+
@Repository +public interface ContactTypeCodeRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ContactTypeCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ContactTypeCodeEntity,String>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Flux<ContactTypeCodeEntity>
    +
    findActiveAt(LocalDate activeDate, + org.springframework.data.domain.Pageable pageable)
    +
     
    +
    reactor.core.publisher.Mono<ContactTypeCodeEntity>
    +
    findByOrDescription(String id, + String description)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

    +findAll
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findActiveAt

      +
      @Query("SELECT * FROM\nnrfc.contact_type_code\nWHERE\n(expiry_date is null or expiry_date > :activeDate)\nand effective_date <= :activeDate\nORDER BY description") +reactor.core.publisher.Flux<ContactTypeCodeEntity> findActiveAt(LocalDate activeDate, + org.springframework.data.domain.Pageable pageable)
      +
      +
    • +
    • +
      +

      findByOrDescription

      +
      reactor.core.publisher.Mono<ContactTypeCodeEntity> findByOrDescription(String id, + String description)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/CountryCodeRepository.html b/backend/ca/bc/gov/app/repository/client/CountryCodeRepository.html new file mode 100644 index 0000000000..74f59d4b90 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/CountryCodeRepository.html @@ -0,0 +1,159 @@ + + + + +CountryCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface CountryCodeRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<CountryCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<CountryCodeEntity,String>, org.springframework.data.repository.Repository<CountryCodeEntity,String>
+
+
+
@Repository +public interface CountryCodeRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<CountryCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<CountryCodeEntity,String>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Flux<CountryCodeEntity>
    +
    findAllBy(org.springframework.data.domain.Pageable pageable)
    +
     
    +
    reactor.core.publisher.Mono<CountryCodeEntity>
    + +
     
    +
    reactor.core.publisher.Mono<CountryCodeEntity>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

    +findAll
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findAllBy

      +
      reactor.core.publisher.Flux<CountryCodeEntity> findAllBy(org.springframework.data.domain.Pageable pageable)
      +
      +
    • +
    • +
      +

      findByCountryCode

      +
      reactor.core.publisher.Mono<CountryCodeEntity> findByCountryCode(String code)
      +
      +
    • +
    • +
      +

      findByDescription

      +
      reactor.core.publisher.Mono<CountryCodeEntity> findByDescription(String description)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/DistrictCodeRepository.html b/backend/ca/bc/gov/app/repository/client/DistrictCodeRepository.html new file mode 100644 index 0000000000..5414cd2787 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/DistrictCodeRepository.html @@ -0,0 +1,150 @@ + + + + +DistrictCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface DistrictCodeRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<DistrictCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<DistrictCodeEntity,String>, org.springframework.data.repository.Repository<DistrictCodeEntity,String>
+
+
+
@Repository +public interface DistrictCodeRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<DistrictCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<DistrictCodeEntity,String>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Flux<DistrictCodeEntity>
    +
    findAllBy(org.springframework.data.domain.Pageable pageable)
    +
     
    +
    reactor.core.publisher.Mono<DistrictCodeEntity>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

    +findAll
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findAllBy

      +
      reactor.core.publisher.Flux<DistrictCodeEntity> findAllBy(org.springframework.data.domain.Pageable pageable)
      +
      +
    • +
    • +
      +

      findByCode

      +
      reactor.core.publisher.Mono<DistrictCodeEntity> findByCode(String code)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/EmailLogRepository.html b/backend/ca/bc/gov/app/repository/client/EmailLogRepository.html new file mode 100644 index 0000000000..7c8622004e --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/EmailLogRepository.html @@ -0,0 +1,138 @@ + + + + +EmailLogRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface EmailLogRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<EmailLogEntity,Integer>, org.springframework.data.repository.Repository<EmailLogEntity,Integer>
+
+
+
@Repository +public interface EmailLogRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<EmailLogEntity,Integer>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Flux<EmailLogEntity>
    +
    findByEmailSentInd(String emailSentInd)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findByEmailSentInd

      +
      reactor.core.publisher.Flux<EmailLogEntity> findByEmailSentInd(String emailSentInd)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/ProvinceCodeRepository.html b/backend/ca/bc/gov/app/repository/client/ProvinceCodeRepository.html new file mode 100644 index 0000000000..541367e73b --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/ProvinceCodeRepository.html @@ -0,0 +1,153 @@ + + + + +ProvinceCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ProvinceCodeRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<ProvinceCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ProvinceCodeEntity,String>, org.springframework.data.repository.Repository<ProvinceCodeEntity,String>
+
+
+
public interface ProvinceCodeRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ProvinceCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ProvinceCodeEntity,String>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Flux<ProvinceCodeEntity>
    +
    findByCountryCode(String countryCode, + org.springframework.data.domain.Pageable pageable)
    +
     
    +
    reactor.core.publisher.Mono<ProvinceCodeEntity>
    +
    findByCountryCodeAndProvinceCode(String countryCode, + String provinceCode)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

    +findAll
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findByCountryCode

      +
      reactor.core.publisher.Flux<ProvinceCodeEntity> findByCountryCode(String countryCode, + org.springframework.data.domain.Pageable pageable)
      +
      +
    • +
    • +
      +

      findByCountryCodeAndProvinceCode

      +
      reactor.core.publisher.Mono<ProvinceCodeEntity> findByCountryCodeAndProvinceCode(String countryCode, + String provinceCode)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/SubmissionContactRepository.html b/backend/ca/bc/gov/app/repository/client/SubmissionContactRepository.html new file mode 100644 index 0000000000..cf6f9e409c --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/SubmissionContactRepository.html @@ -0,0 +1,103 @@ + + + + +SubmissionContactRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SubmissionContactRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionContactEntity,Integer>, org.springframework.data.repository.Repository<SubmissionContactEntity,Integer>
+
+
+
@Repository +public interface SubmissionContactRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionContactEntity,Integer>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/SubmissionDetailRepository.html b/backend/ca/bc/gov/app/repository/client/SubmissionDetailRepository.html new file mode 100644 index 0000000000..c39681f383 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/SubmissionDetailRepository.html @@ -0,0 +1,103 @@ + + + + +SubmissionDetailRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SubmissionDetailRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionDetailEntity,Integer>, org.springframework.data.repository.Repository<SubmissionDetailEntity,Integer>
+
+
+
@Repository +public interface SubmissionDetailRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionDetailEntity,Integer>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/SubmissionLocationContactRepository.html b/backend/ca/bc/gov/app/repository/client/SubmissionLocationContactRepository.html new file mode 100644 index 0000000000..db67ed1d68 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/SubmissionLocationContactRepository.html @@ -0,0 +1,147 @@ + + + + +SubmissionLocationContactRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SubmissionLocationContactRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationContactEntity,SubmissionLocationContactIdEntity>, org.springframework.data.repository.Repository<SubmissionLocationContactEntity,SubmissionLocationContactIdEntity>
+
+
+
@Repository +public interface SubmissionLocationContactRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationContactEntity,SubmissionLocationContactIdEntity>
+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/SubmissionLocationRepository.html b/backend/ca/bc/gov/app/repository/client/SubmissionLocationRepository.html new file mode 100644 index 0000000000..0133b9bf0e --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/SubmissionLocationRepository.html @@ -0,0 +1,103 @@ + + + + +SubmissionLocationRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SubmissionLocationRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationEntity,Integer>, org.springframework.data.repository.Repository<SubmissionLocationEntity,Integer>
+
+
+
@Repository +public interface SubmissionLocationRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationEntity,Integer>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/SubmissionMatchDetailRepository.html b/backend/ca/bc/gov/app/repository/client/SubmissionMatchDetailRepository.html new file mode 100644 index 0000000000..2db778f059 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/SubmissionMatchDetailRepository.html @@ -0,0 +1,138 @@ + + + + +SubmissionMatchDetailRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SubmissionMatchDetailRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionMatchDetailEntity,Integer>, org.springframework.data.repository.Repository<SubmissionMatchDetailEntity,Integer>
+
+
+
@Repository +public interface SubmissionMatchDetailRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionMatchDetailEntity,Integer>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Mono<SubmissionMatchDetailEntity>
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+
+ +
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/SubmissionRepository.html b/backend/ca/bc/gov/app/repository/client/SubmissionRepository.html new file mode 100644 index 0000000000..4089b5dfe0 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/SubmissionRepository.html @@ -0,0 +1,103 @@ + + + + +SubmissionRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SubmissionRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionEntity,Integer>, org.springframework.data.repository.Repository<SubmissionEntity,Integer>
+
+
+
@Repository +public interface SubmissionRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionEntity,Integer>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/SubmissionTypeCodeRepository.html b/backend/ca/bc/gov/app/repository/client/SubmissionTypeCodeRepository.html new file mode 100644 index 0000000000..4c4b9d098f --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/SubmissionTypeCodeRepository.html @@ -0,0 +1,103 @@ + + + + +SubmissionTypeCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface SubmissionTypeCodeRepository

+
+
+
+
All Superinterfaces:
+
org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionTypeCodeEntity,String>, org.springframework.data.repository.Repository<SubmissionTypeCodeEntity,String>
+
+
+
@Repository +public interface SubmissionTypeCodeRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionTypeCodeEntity,String>
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/ClientTypeCodeRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/ClientTypeCodeRepository.html new file mode 100644 index 0000000000..bbc6339907 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/ClientTypeCodeRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.ClientTypeCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.ClientTypeCodeRepository

+
+No usage of ca.bc.gov.app.repository.client.ClientTypeCodeRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/ContactTypeCodeRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/ContactTypeCodeRepository.html new file mode 100644 index 0000000000..f15a270e6e --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/ContactTypeCodeRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.ContactTypeCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.ContactTypeCodeRepository

+
+No usage of ca.bc.gov.app.repository.client.ContactTypeCodeRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/CountryCodeRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/CountryCodeRepository.html new file mode 100644 index 0000000000..02350b2260 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/CountryCodeRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.CountryCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.CountryCodeRepository

+
+No usage of ca.bc.gov.app.repository.client.CountryCodeRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/DistrictCodeRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/DistrictCodeRepository.html new file mode 100644 index 0000000000..55eb3c6032 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/DistrictCodeRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.DistrictCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.DistrictCodeRepository

+
+No usage of ca.bc.gov.app.repository.client.DistrictCodeRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/EmailLogRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/EmailLogRepository.html new file mode 100644 index 0000000000..b16d97cbec --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/EmailLogRepository.html @@ -0,0 +1,112 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.EmailLogRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.EmailLogRepository

+
+
Packages that use EmailLogRepository
+
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/ProvinceCodeRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/ProvinceCodeRepository.html new file mode 100644 index 0000000000..cf4e27ad03 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/ProvinceCodeRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.ProvinceCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.ProvinceCodeRepository

+
+No usage of ca.bc.gov.app.repository.client.ProvinceCodeRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/SubmissionContactRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionContactRepository.html new file mode 100644 index 0000000000..d7a095de05 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionContactRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.SubmissionContactRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.SubmissionContactRepository

+
+No usage of ca.bc.gov.app.repository.client.SubmissionContactRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/SubmissionDetailRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionDetailRepository.html new file mode 100644 index 0000000000..aa749b0d66 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionDetailRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.SubmissionDetailRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.SubmissionDetailRepository

+
+No usage of ca.bc.gov.app.repository.client.SubmissionDetailRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/SubmissionLocationContactRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionLocationContactRepository.html new file mode 100644 index 0000000000..f942bf09df --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionLocationContactRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.SubmissionLocationContactRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.SubmissionLocationContactRepository

+
+No usage of ca.bc.gov.app.repository.client.SubmissionLocationContactRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/SubmissionLocationRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionLocationRepository.html new file mode 100644 index 0000000000..b4980a5996 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionLocationRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.SubmissionLocationRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.SubmissionLocationRepository

+
+No usage of ca.bc.gov.app.repository.client.SubmissionLocationRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/SubmissionMatchDetailRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionMatchDetailRepository.html new file mode 100644 index 0000000000..ebc063afd3 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionMatchDetailRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.SubmissionMatchDetailRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.SubmissionMatchDetailRepository

+
+No usage of ca.bc.gov.app.repository.client.SubmissionMatchDetailRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/SubmissionRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionRepository.html new file mode 100644 index 0000000000..847fd8902a --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.SubmissionRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.SubmissionRepository

+
+No usage of ca.bc.gov.app.repository.client.SubmissionRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/class-use/SubmissionTypeCodeRepository.html b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionTypeCodeRepository.html new file mode 100644 index 0000000000..ef0e04f30a --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/class-use/SubmissionTypeCodeRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.client.SubmissionTypeCodeRepository (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.repository.client.SubmissionTypeCodeRepository

+
+No usage of ca.bc.gov.app.repository.client.SubmissionTypeCodeRepository
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/package-summary.html b/backend/ca/bc/gov/app/repository/client/package-summary.html new file mode 100644 index 0000000000..07a0dff32b --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/package-summary.html @@ -0,0 +1,111 @@ + + + + +ca.bc.gov.app.repository.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.repository.client

+
+
+
package ca.bc.gov.app.repository.client
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/package-tree.html b/backend/ca/bc/gov/app/repository/client/package-tree.html new file mode 100644 index 0000000000..5eea09cc54 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/package-tree.html @@ -0,0 +1,100 @@ + + + + +ca.bc.gov.app.repository.client Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.repository.client

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/repository/client/package-use.html b/backend/ca/bc/gov/app/repository/client/package-use.html new file mode 100644 index 0000000000..a03d804223 --- /dev/null +++ b/backend/ca/bc/gov/app/repository/client/package-use.html @@ -0,0 +1,97 @@ + + + + +Uses of Package ca.bc.gov.app.repository.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.repository.client

+
+ +
+
Package
+
Description
+ +
 
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/ApiAuthorizationCustomizer.html b/backend/ca/bc/gov/app/security/ApiAuthorizationCustomizer.html new file mode 100644 index 0000000000..5252bb216a --- /dev/null +++ b/backend/ca/bc/gov/app/security/ApiAuthorizationCustomizer.html @@ -0,0 +1,182 @@ + + + + +ApiAuthorizationCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ApiAuthorizationCustomizer

+
+
java.lang.Object +
ca.bc.gov.app.security.ApiAuthorizationCustomizer
+
+
+
+
All Implemented Interfaces:
+
org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec>
+
+
+
@Component +public class ApiAuthorizationCustomizer +extends Object +implements org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec>
+
This class customizes the authorization rules for different API endpoints. It implements the + Customizer interface and overrides the customize method to set the authorization rules.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customize(org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec authorize)
    +
    +
    This method customizes the AuthorizeExchangeSpec by setting the authorization rules for + different API endpoints.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ApiAuthorizationCustomizer

      +
      public ApiAuthorizationCustomizer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      customize

      +
      public void customize(org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec authorize)
      +
      This method customizes the AuthorizeExchangeSpec by setting the authorization rules for + different API endpoints. The rules specify which roles can access which endpoints.
      +
      +
      Specified by:
      +
      customize in interface org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec>
      +
      Parameters:
      +
      authorize - The AuthorizeExchangeSpec to be customized.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/CookieCsrfRequestAttributeHandler.html b/backend/ca/bc/gov/app/security/CookieCsrfRequestAttributeHandler.html new file mode 100644 index 0000000000..f4e2971c46 --- /dev/null +++ b/backend/ca/bc/gov/app/security/CookieCsrfRequestAttributeHandler.html @@ -0,0 +1,196 @@ + + + + +CookieCsrfRequestAttributeHandler (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CookieCsrfRequestAttributeHandler

+
+
java.lang.Object +
org.springframework.security.web.server.csrf.ServerCsrfTokenRequestAttributeHandler +
ca.bc.gov.app.security.CookieCsrfRequestAttributeHandler
+
+
+
+
+
All Implemented Interfaces:
+
org.springframework.security.web.server.csrf.ServerCsrfTokenRequestHandler, org.springframework.security.web.server.csrf.ServerCsrfTokenRequestResolver
+
+
+
@Component +public class CookieCsrfRequestAttributeHandler +extends org.springframework.security.web.server.csrf.ServerCsrfTokenRequestAttributeHandler
+
This class is a custom CSRF token request attribute handler that extends the ServerCsrfTokenRequestAttributeHandler. + It is annotated with @Component, meaning it is a Spring-managed bean and can be autowired into other components.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Mono<String>
    +
    resolveCsrfTokenValue(org.springframework.web.server.ServerWebExchange exchange, + org.springframework.security.web.server.csrf.CsrfToken csrfToken)
    +
    +
    This method is used to resolve the CSRF token value from the request.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.springframework.security.web.server.csrf.ServerCsrfTokenRequestAttributeHandler

    +handle, setTokenFromMultipartDataEnabled
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CookieCsrfRequestAttributeHandler

      +
      public CookieCsrfRequestAttributeHandler()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      resolveCsrfTokenValue

      +
      public reactor.core.publisher.Mono<String> resolveCsrfTokenValue(org.springframework.web.server.ServerWebExchange exchange, + org.springframework.security.web.server.csrf.CsrfToken csrfToken)
      +
      This method is used to resolve the CSRF token value from the request. + It first checks if the exchange and csrfToken are not null. + Then, it tries to get the CSRF token value from the form data. + If it cannot find the CSRF token in the form data, it tries to get it from the request headers.
      +
      +
      Specified by:
      +
      resolveCsrfTokenValue in interface org.springframework.security.web.server.csrf.ServerCsrfTokenRequestHandler
      +
      Specified by:
      +
      resolveCsrfTokenValue in interface org.springframework.security.web.server.csrf.ServerCsrfTokenRequestResolver
      +
      Overrides:
      +
      resolveCsrfTokenValue in class org.springframework.security.web.server.csrf.ServerCsrfTokenRequestAttributeHandler
      +
      Parameters:
      +
      exchange - The current server web exchange.
      +
      csrfToken - The CSRF token.
      +
      Returns:
      +
      A Mono that emits the CSRF token value if it is found, or empty if it is not found.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/CorsCustomizer.html b/backend/ca/bc/gov/app/security/CorsCustomizer.html new file mode 100644 index 0000000000..3bceb70f62 --- /dev/null +++ b/backend/ca/bc/gov/app/security/CorsCustomizer.html @@ -0,0 +1,187 @@ + + + + +CorsCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CorsCustomizer

+
+
java.lang.Object +
ca.bc.gov.app.security.CorsCustomizer
+
+
+
+
All Implemented Interfaces:
+
org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.CorsSpec>
+
+
+
@Component +public class CorsCustomizer +extends Object +implements org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.CorsSpec>
+
This class customizes the CORS (Cross-Origin Resource Sharing) configuration for the application. + It implements the Customizer interface and overrides the customize method to set the CORS + configuration source. The CORS configuration source is set to a function that returns a + CorsConfiguration object. The CorsConfiguration object is configured with the allowed origins, + methods, headers, exposed headers, max age, and allow credentials settings from the + ForestClientConfiguration.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customize(org.springframework.security.config.web.server.ServerHttpSecurity.CorsSpec corsSpec)
    +
    +
    This method customizes the CORS configuration by setting the CORS configuration source.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CorsCustomizer

      +
      public CorsCustomizer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      customize

      +
      public void customize(org.springframework.security.config.web.server.ServerHttpSecurity.CorsSpec corsSpec)
      +
      This method customizes the CORS configuration by setting the CORS configuration source. The + CORS configuration source is set to a function that returns a CorsConfiguration object. The + CorsConfiguration object is configured with the allowed origins, methods, headers, exposed + headers, max age, and allow credentials settings from the ForestClientConfiguration.
      +
      +
      Specified by:
      +
      customize in interface org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.CorsSpec>
      +
      Parameters:
      +
      corsSpec - The CORS specification to be customized.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/CsrfCustomizer.html b/backend/ca/bc/gov/app/security/CsrfCustomizer.html new file mode 100644 index 0000000000..d32da099e1 --- /dev/null +++ b/backend/ca/bc/gov/app/security/CsrfCustomizer.html @@ -0,0 +1,185 @@ + + + + +CsrfCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CsrfCustomizer

+
+
java.lang.Object +
ca.bc.gov.app.security.CsrfCustomizer
+
+
+
+
All Implemented Interfaces:
+
org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.CsrfSpec>
+
+
+
@Component +public class CsrfCustomizer +extends Object +implements org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.CsrfSpec>
+
This class is a customizer for CSRF (Cross-Site Request Forgery) protection in a Spring Security context. + It is annotated with @Component, meaning it is a Spring-managed bean and will be automatically detected and instantiated by Spring. + It is also annotated with @RequiredArgsConstructor, a Lombok annotation that generates a constructor requiring all final fields. + In this case, the constructor will require an instance of CookieCsrfRequestAttributeHandler.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customize(org.springframework.security.config.web.server.ServerHttpSecurity.CsrfSpec csrfSpec)
    +
    +
    This method customizes the CSRF protection settings.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CsrfCustomizer

      +
      public CsrfCustomizer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      customize

      +
      public void customize(org.springframework.security.config.web.server.ServerHttpSecurity.CsrfSpec csrfSpec)
      +
      This method customizes the CSRF protection settings. + It sets the CSRF token repository to a CookieServerCsrfTokenRepository with HTTP only set to false. + This means that the CSRF token will be stored in a cookie that can be accessed by client-side scripts. + It also sets the CSRF token request handler to the CookieCsrfRequestAttributeHandler instance provided in the constructor.
      +
      +
      Specified by:
      +
      customize in interface org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.CsrfSpec>
      +
      Parameters:
      +
      csrfSpec - The CSRF specification to be customized.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/HeadersCustomizer.html b/backend/ca/bc/gov/app/security/HeadersCustomizer.html new file mode 100644 index 0000000000..52eb5c461b --- /dev/null +++ b/backend/ca/bc/gov/app/security/HeadersCustomizer.html @@ -0,0 +1,182 @@ + + + + +HeadersCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class HeadersCustomizer

+
+
java.lang.Object +
ca.bc.gov.app.security.HeadersCustomizer
+
+
+
+
All Implemented Interfaces:
+
org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec>
+
+
+
@Component +public class HeadersCustomizer +extends Object +implements org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec>
+
This class is a customizer for HTTP headers in a Spring Boot application. + It is annotated with @Component, which means it is a Spring Bean and will be automatically instantiated by Spring. + It implements the Customizer interface with a type parameter of HeaderSpec, which is a specification for HTTP headers in Spring Security.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customize(org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec headerSpec)
    +
    +
    This method customizes the HTTP headers for the application.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      HeadersCustomizer

      +
      public HeadersCustomizer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      customize

      +
      public void customize(org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec headerSpec)
      +
      This method customizes the HTTP headers for the application. + It sets various security-related headers such as Content-Security-Policy, Strict-Transport-Security, X-XSS-Protection, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy.
      +
      +
      Specified by:
      +
      customize in interface org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec>
      +
      Parameters:
      +
      headerSpec - The specification for the HTTP headers.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/Oauth2Customizer.html b/backend/ca/bc/gov/app/security/Oauth2Customizer.html new file mode 100644 index 0000000000..bcd146c89f --- /dev/null +++ b/backend/ca/bc/gov/app/security/Oauth2Customizer.html @@ -0,0 +1,187 @@ + + + + +Oauth2Customizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Oauth2Customizer

+
+
java.lang.Object +
ca.bc.gov.app.security.Oauth2Customizer
+
+
+
+
All Implemented Interfaces:
+
org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.OAuth2ResourceServerSpec>
+
+
+
@Component +public class Oauth2Customizer +extends Object +implements org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.OAuth2ResourceServerSpec>
+
This class customizes the OAuth2 resource server specification for the application. It implements + the Customizer interface and overrides the customize method to set the JWT authentication + converter. The JWT authentication converter is set to a ReactiveJwtAuthenticationConverterAdapter + with a JwtAuthenticationConverter. The JwtAuthenticationConverter has a + GrantedAuthoritiesConverter set as the JWT granted authorities converter. This configuration + allows the extraction of granted authorities from the JWT.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    customize(org.springframework.security.config.web.server.ServerHttpSecurity.OAuth2ResourceServerSpec oAuth2ResourceServerSpec)
    +
    +
    This method customizes the OAuth2ResourceServerSpec by setting the JWT authentication + converter.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Oauth2Customizer

      +
      public Oauth2Customizer()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      customize

      +
      public void customize(org.springframework.security.config.web.server.ServerHttpSecurity.OAuth2ResourceServerSpec oAuth2ResourceServerSpec)
      +
      This method customizes the OAuth2ResourceServerSpec by setting the JWT authentication + converter. The JWT authentication converter is set to the result of the + grantedAuthoritiesExtractor method.
      +
      +
      Specified by:
      +
      customize in interface org.springframework.security.config.Customizer<org.springframework.security.config.web.server.ServerHttpSecurity.OAuth2ResourceServerSpec>
      +
      Parameters:
      +
      oAuth2ResourceServerSpec - The OAuth2ResourceServerSpec to be customized.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/class-use/ApiAuthorizationCustomizer.html b/backend/ca/bc/gov/app/security/class-use/ApiAuthorizationCustomizer.html new file mode 100644 index 0000000000..e799099e2c --- /dev/null +++ b/backend/ca/bc/gov/app/security/class-use/ApiAuthorizationCustomizer.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.security.ApiAuthorizationCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.security.ApiAuthorizationCustomizer

+
+No usage of ca.bc.gov.app.security.ApiAuthorizationCustomizer
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/class-use/CookieCsrfRequestAttributeHandler.html b/backend/ca/bc/gov/app/security/class-use/CookieCsrfRequestAttributeHandler.html new file mode 100644 index 0000000000..97442537ce --- /dev/null +++ b/backend/ca/bc/gov/app/security/class-use/CookieCsrfRequestAttributeHandler.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.security.CookieCsrfRequestAttributeHandler (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.security.CookieCsrfRequestAttributeHandler

+
+No usage of ca.bc.gov.app.security.CookieCsrfRequestAttributeHandler
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/class-use/CorsCustomizer.html b/backend/ca/bc/gov/app/security/class-use/CorsCustomizer.html new file mode 100644 index 0000000000..ea3258e96e --- /dev/null +++ b/backend/ca/bc/gov/app/security/class-use/CorsCustomizer.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.security.CorsCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.security.CorsCustomizer

+
+No usage of ca.bc.gov.app.security.CorsCustomizer
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/class-use/CsrfCustomizer.html b/backend/ca/bc/gov/app/security/class-use/CsrfCustomizer.html new file mode 100644 index 0000000000..5a309d2b97 --- /dev/null +++ b/backend/ca/bc/gov/app/security/class-use/CsrfCustomizer.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.security.CsrfCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.security.CsrfCustomizer

+
+No usage of ca.bc.gov.app.security.CsrfCustomizer
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/class-use/HeadersCustomizer.html b/backend/ca/bc/gov/app/security/class-use/HeadersCustomizer.html new file mode 100644 index 0000000000..1b2c71e3e6 --- /dev/null +++ b/backend/ca/bc/gov/app/security/class-use/HeadersCustomizer.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.security.HeadersCustomizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.security.HeadersCustomizer

+
+No usage of ca.bc.gov.app.security.HeadersCustomizer
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/class-use/Oauth2Customizer.html b/backend/ca/bc/gov/app/security/class-use/Oauth2Customizer.html new file mode 100644 index 0000000000..b4e05b667c --- /dev/null +++ b/backend/ca/bc/gov/app/security/class-use/Oauth2Customizer.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.security.Oauth2Customizer (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.security.Oauth2Customizer

+
+No usage of ca.bc.gov.app.security.Oauth2Customizer
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/package-summary.html b/backend/ca/bc/gov/app/security/package-summary.html new file mode 100644 index 0000000000..7edb52b059 --- /dev/null +++ b/backend/ca/bc/gov/app/security/package-summary.html @@ -0,0 +1,120 @@ + + + + +ca.bc.gov.app.security (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.security

+
+
+
package ca.bc.gov.app.security
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    This class customizes the authorization rules for different API endpoints.
    +
    + +
    +
    This class is a custom CSRF token request attribute handler that extends the ServerCsrfTokenRequestAttributeHandler.
    +
    + +
    +
    This class customizes the CORS (Cross-Origin Resource Sharing) configuration for the application.
    +
    + +
    +
    This class is a customizer for CSRF (Cross-Site Request Forgery) protection in a Spring Security context.
    +
    + +
    +
    This class is a customizer for HTTP headers in a Spring Boot application.
    +
    + +
    +
    This class customizes the OAuth2 resource server specification for the application.
    +
    +
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/package-tree.html b/backend/ca/bc/gov/app/security/package-tree.html new file mode 100644 index 0000000000..8bc2204e8d --- /dev/null +++ b/backend/ca/bc/gov/app/security/package-tree.html @@ -0,0 +1,85 @@ + + + + +ca.bc.gov.app.security Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.security

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • ca.bc.gov.app.security.ApiAuthorizationCustomizer (implements org.springframework.security.config.Customizer<T>)
    • +
    • ca.bc.gov.app.security.CorsCustomizer (implements org.springframework.security.config.Customizer<T>)
    • +
    • ca.bc.gov.app.security.CsrfCustomizer (implements org.springframework.security.config.Customizer<T>)
    • +
    • ca.bc.gov.app.security.HeadersCustomizer (implements org.springframework.security.config.Customizer<T>)
    • +
    • ca.bc.gov.app.security.Oauth2Customizer (implements org.springframework.security.config.Customizer<T>)
    • +
    • org.springframework.security.web.server.csrf.ServerCsrfTokenRequestAttributeHandler (implements org.springframework.security.web.server.csrf.ServerCsrfTokenRequestHandler) + +
    • +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/security/package-use.html b/backend/ca/bc/gov/app/security/package-use.html new file mode 100644 index 0000000000..24f687618d --- /dev/null +++ b/backend/ca/bc/gov/app/security/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.security (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.security

+
+No usage of ca.bc.gov.app.security
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/bcregistry/BcRegistryService.html b/backend/ca/bc/gov/app/service/bcregistry/BcRegistryService.html new file mode 100644 index 0000000000..6483735d61 --- /dev/null +++ b/backend/ca/bc/gov/app/service/bcregistry/BcRegistryService.html @@ -0,0 +1,205 @@ + + + + +BcRegistryService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class BcRegistryService

+
+
java.lang.Object +
ca.bc.gov.app.service.bcregistry.BcRegistryService
+
+
+
+
@Service +public class BcRegistryService +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      BcRegistryService

      +
      public BcRegistryService(@Qualifier("bcRegistryApi") + org.springframework.web.reactive.function.client.WebClient bcRegistryApi, + io.micrometer.observation.ObservationRegistry registry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/bcregistry/class-use/BcRegistryService.html b/backend/ca/bc/gov/app/service/bcregistry/class-use/BcRegistryService.html new file mode 100644 index 0000000000..3fd0dcc526 --- /dev/null +++ b/backend/ca/bc/gov/app/service/bcregistry/class-use/BcRegistryService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.bcregistry.BcRegistryService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.bcregistry.BcRegistryService

+
+No usage of ca.bc.gov.app.service.bcregistry.BcRegistryService
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/bcregistry/package-summary.html b/backend/ca/bc/gov/app/service/bcregistry/package-summary.html new file mode 100644 index 0000000000..181b071849 --- /dev/null +++ b/backend/ca/bc/gov/app/service/bcregistry/package-summary.html @@ -0,0 +1,87 @@ + + + + +ca.bc.gov.app.service.bcregistry (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.service.bcregistry

+
+
+
package ca.bc.gov.app.service.bcregistry
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/bcregistry/package-tree.html b/backend/ca/bc/gov/app/service/bcregistry/package-tree.html new file mode 100644 index 0000000000..55452a5e4e --- /dev/null +++ b/backend/ca/bc/gov/app/service/bcregistry/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.service.bcregistry Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.service.bcregistry

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/bcregistry/package-use.html b/backend/ca/bc/gov/app/service/bcregistry/package-use.html new file mode 100644 index 0000000000..ab9050ae82 --- /dev/null +++ b/backend/ca/bc/gov/app/service/bcregistry/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.service.bcregistry (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.service.bcregistry

+
+No usage of ca.bc.gov.app.service.bcregistry
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/ches/ChesService.html b/backend/ca/bc/gov/app/service/ches/ChesService.html new file mode 100644 index 0000000000..e1a84031b8 --- /dev/null +++ b/backend/ca/bc/gov/app/service/ches/ChesService.html @@ -0,0 +1,272 @@ + + + + +ChesService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ChesService

+
+
java.lang.Object +
ca.bc.gov.app.service.ches.ChesService
+
+
+
+
@Service +public class ChesService +extends Object
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final String
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ChesService(ForestClientConfiguration configuration, + org.springframework.web.reactive.function.client.WebClient chesApi, + org.springframework.web.reactive.function.client.WebClient authApi, + EmailLogRepository emailLogRepository, + io.micrometer.core.instrument.MeterRegistry meterRegistry, + io.micrometer.observation.ObservationRegistry registry)
    +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    reactor.core.publisher.Mono<String>
    +
    buildTemplate(String templateName, + Map<String,Object> variables)
    +
    +
    Builds a String representation of an HTML email template by applying a map of variables to the + FreeMarker template identified by the given template name.
    +
    +
    reactor.core.publisher.Mono<String>
    +
    sendEmail(ChesRequestDto requestContent, + String subject)
    +
    +
    Sends an email using the BC Government's Common Email Service (Ches) via HTTP POST request + using WebClient.
    +
    +
    reactor.core.publisher.Mono<String>
    +
    sendEmail(String templateName, + String emailAddress, + String subject, + Map<String,Object> emailVariables, + Integer emailLogId)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ChesService

      +
      public ChesService(ForestClientConfiguration configuration, + @Qualifier("chesApi") + org.springframework.web.reactive.function.client.WebClient chesApi, + @Qualifier("authApi") + org.springframework.web.reactive.function.client.WebClient authApi, + EmailLogRepository emailLogRepository, + io.micrometer.core.instrument.MeterRegistry meterRegistry, + io.micrometer.observation.ObservationRegistry registry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      sendEmail

      +
      public reactor.core.publisher.Mono<String> sendEmail(String templateName, + String emailAddress, + String subject, + Map<String,Object> emailVariables, + Integer emailLogId)
      +
      +
    • +
    • +
      +

      sendEmail

      +
      public reactor.core.publisher.Mono<String> sendEmail(ChesRequestDto requestContent, + String subject)
      +
      Sends an email using the BC Government's Common Email Service (Ches) via HTTP POST request + using WebClient.
      +
      +
      Parameters:
      +
      requestContent - the ChesRequestDto object representing the email to be sent
      +
      Returns:
      +
      a Mono that the transaction ID of the email send operation upon completion
      +
      Throws:
      +
      InvalidAccessTokenException - if the authorization token is invalid or expired
      +
      InvalidRoleException - if does not have the required role to perform the requested + action
      +
      +
      +
    • +
    • +
      +

      buildTemplate

      +
      public reactor.core.publisher.Mono<String> buildTemplate(String templateName, + Map<String,Object> variables)
      +
      Builds a String representation of an HTML email template by applying a map of variables to the + FreeMarker template identified by the given template name.
      +
      +
      Parameters:
      +
      templateName - the name of the FreeMarker template, without the ".html" extension
      +
      variables - a map of variable names and their corresponding values to be used when + processing the template
      +
      Returns:
      +
      a Mono that emits the String representation of the processed template, or an error if + an exception occurs during template processing
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/ches/class-use/ChesService.html b/backend/ca/bc/gov/app/service/ches/class-use/ChesService.html new file mode 100644 index 0000000000..d061cc11b7 --- /dev/null +++ b/backend/ca/bc/gov/app/service/ches/class-use/ChesService.html @@ -0,0 +1,91 @@ + + + + +Uses of Class ca.bc.gov.app.service.ches.ChesService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.ches.ChesService

+
+
Packages that use ChesService
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/ches/package-summary.html b/backend/ca/bc/gov/app/service/ches/package-summary.html new file mode 100644 index 0000000000..608f9c9e39 --- /dev/null +++ b/backend/ca/bc/gov/app/service/ches/package-summary.html @@ -0,0 +1,87 @@ + + + + +ca.bc.gov.app.service.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.service.ches

+
+
+
package ca.bc.gov.app.service.ches
+
+
    +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
     
    +
    +
    +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/ches/package-tree.html b/backend/ca/bc/gov/app/service/ches/package-tree.html new file mode 100644 index 0000000000..87917b102b --- /dev/null +++ b/backend/ca/bc/gov/app/service/ches/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.service.ches Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.service.ches

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/ches/package-use.html b/backend/ca/bc/gov/app/service/ches/package-use.html new file mode 100644 index 0000000000..ee5ef5b331 --- /dev/null +++ b/backend/ca/bc/gov/app/service/ches/package-use.html @@ -0,0 +1,84 @@ + + + + +Uses of Package ca.bc.gov.app.service.ches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.service.ches

+
+
Packages that use ca.bc.gov.app.service.ches
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/ClientAddressService.html b/backend/ca/bc/gov/app/service/client/ClientAddressService.html new file mode 100644 index 0000000000..c3e7229942 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/ClientAddressService.html @@ -0,0 +1,182 @@ + + + + +ClientAddressService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientAddressService

+
+
java.lang.Object +
ca.bc.gov.app.service.client.ClientAddressService
+
+
+
+
@Service +public class ClientAddressService +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientAddressService

      +
      public ClientAddressService(ForestClientConfiguration configuration, + @Qualifier("addressCompleteApi") + org.springframework.web.reactive.function.client.WebClient addressCompleteApi, + io.micrometer.observation.ObservationRegistry registry)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findPossibleAddresses

      +
      public reactor.core.publisher.Flux<CodeNameDto> findPossibleAddresses(String country, + Integer maxSuggestions, + String searchTerm)
      +
      +
    • +
    • +
      +

      getAddress

      +
      public reactor.core.publisher.Mono<ClientAddressDto> getAddress(String addressId)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/ClientLegacyService.html b/backend/ca/bc/gov/app/service/client/ClientLegacyService.html new file mode 100644 index 0000000000..f64fe58024 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/ClientLegacyService.html @@ -0,0 +1,303 @@ + + + + +ClientLegacyService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientLegacyService

+
+
java.lang.Object +
ca.bc.gov.app.service.client.ClientLegacyService
+
+
+
+
@Service +public class ClientLegacyService +extends Object
+
This class is responsible for interacting with the legacy API to fetch client data. It uses the + WebClient to send HTTP requests to the legacy API and converts the responses into Flux of + ForestClientDto objects. It provides several methods to search for clients in the legacy system + using different search criteria. +

+ It is annotated with @Slf4j for logging, @Service to indicate that it's a Spring service bean, + and @Observed for metrics. +

+ Each method logs the search parameters and the results for debugging purposes.

+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientLegacyService

      +
      public ClientLegacyService(@Qualifier("legacyApi") + org.springframework.web.reactive.function.client.WebClient legacyApi)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      searchLegacy

      +
      public reactor.core.publisher.Flux<ForestClientDto> searchLegacy(String registrationNumber, + String companyName, + String userId, + String businessId)
      +
      Searches for a list of ForestClientDto in the legacy API based on the given + registration number and company name.
      +
      +
      Parameters:
      +
      registrationNumber - the registration number to search for
      +
      companyName - the company name to search for
      +
      userId - the id of the user making the request
      +
      businessId - the id of the business making the request in case of bceid
      +
      Returns:
      +
      a Flux of ForestClientDto objects matching the search criteria
      +
      +
      +
    • +
    • +
      +

      searchIdAndLastName

      +
      public reactor.core.publisher.Flux<ForestClientDto> searchIdAndLastName(String id, + String lastName)
      +
      This method is used to search for a client in the legacy system using the client's ID and last + name.
      +
      +
      Parameters:
      +
      id - The ID of the client to search for. It could be the driver's license number, + passport number or even the BCSC GUID
      +
      lastName - The last name of the client to search for.
      +
      Returns:
      +
      A Flux of ForestClientDto objects that match the search criteria.
      +
      +
      +
    • +
    • +
      +

      searchIndividual

      +
      public reactor.core.publisher.Flux<ForestClientDto> searchIndividual(String firstName, + String lastName, + LocalDate dob, + String identification)
      +
      This method is used to search for an individual in the legacy system using the individual's + first name, last name, date of birth, and identification.
      +
      +
      Parameters:
      +
      firstName - The first name of the individual to search for.
      +
      lastName - The last name of the individual to search for.
      +
      dob - The date of birth of the individual to search for.
      +
      identification - The identification of the individual to search for. It could be the + driver's license number, passport number, birth certificate number, etc. + It is optional.
      +
      Returns:
      +
      A Flux of ForestClientDto objects that match the search criteria.
      +
      +
      +
    • +
    • +
      +

      searchDocument

      +
      public reactor.core.publisher.Flux<ForestClientDto> searchDocument(String idType, + String identification)
      +
      This method is used to search for a document in the legacy system using the document's ID type + and identification.
      +
      +
      Parameters:
      +
      idType - The type of the ID to search for. It could be the type of document like + driver's license, passport, etc.
      +
      identification - The identification of the document to search for. It could be the number + or code on the document.
      +
      Returns:
      +
      A Flux of ForestClientDto objects that match the search criteria.
      +
      +
      +
    • +
    • +
      +

      searchGeneric

      +
      public reactor.core.publisher.Flux<ForestClientDto> searchGeneric(String searchType, + String value)
      +
      +
    • +
    • +
      +

      searchLocation

      +
      public reactor.core.publisher.Flux<ForestClientDto> searchLocation(AddressSearchDto dto)
      +
      +
    • +
    • +
      +

      searchContact

      +
      public reactor.core.publisher.Flux<ForestClientDto> searchContact(ContactSearchDto dto)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/ClientMatchService.html b/backend/ca/bc/gov/app/service/client/ClientMatchService.html new file mode 100644 index 0000000000..c630d90b8d --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/ClientMatchService.html @@ -0,0 +1,184 @@ + + + + +ClientMatchService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientMatchService

+
+
java.lang.Object +
ca.bc.gov.app.service.client.ClientMatchService
+
+
+
+
@Service +public class ClientMatchService +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientMatchService

      +
      public ClientMatchService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      matchClients

      +
      public reactor.core.publisher.Mono<Void> matchClients(ClientSubmissionDto dto, + int step)
      +
      This method is responsible for matching clients based on the provided ClientSubmissionDto and + the step number. It first validates the input data and throws an InvalidRequestObjectException if + any of the data is invalid. Then, it delegates the matching process to the appropriate method + based on the step number.
      +
      +
      Parameters:
      +
      dto - The ClientSubmissionDto object containing the client data to be matched.
      +
      step - The step number indicating which matching method to use.
      +
      Returns:
      +
      A Mono of a Map containing the matching results. If no match is found, an empty map is + returned.
      +
      Throws:
      +
      IllegalArgumentException - if the input data is invalid or if the step number is not 1, + 2, or 3.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/ClientService.html b/backend/ca/bc/gov/app/service/client/ClientService.html new file mode 100644 index 0000000000..d98a0b1fb4 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/ClientService.html @@ -0,0 +1,472 @@ + + + + +ClientService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientService

+
+
java.lang.Object +
ca.bc.gov.app.service.client.ClientService
+
+
+
+
@Service +public class ClientService +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientService

      +
      public ClientService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      findActiveClientTypeCodes

      +
      public reactor.core.publisher.Flux<CodeNameDto> findActiveClientTypeCodes(LocalDate targetDate)
      +

      Find Active Client Type Codes

      +

      List client type code based on it's effective and expiration date. + The rule used for it is the expiration date must not be set or should be bigger than provided + date and the effective date bust be before or equal to the provided date.

      +

      The order is by description.

      +
      +
      Parameters:
      +
      targetDate - The date to be used as reference.
      +
      Returns:
      +
      A list of CodeNameDto
      +
      +
      +
    • +
    • +
      +

      getActiveDistrictCodes

      +
      public reactor.core.publisher.Flux<CodeNameDto> getActiveDistrictCodes(int page, + int size)
      +

      List natural resource districts

      +

      List natural resource districts by page with a defined size.

      + List natural resource districts by page with a defined size. The list will be sorted by + district name.
      +
      +
      Parameters:
      +
      page - The page number, it is a 0-index base.
      +
      size - The amount of entries per page.
      +
      Returns:
      +
      A list of CodeNameDto entries.
      +
      +
      +
    • +
    • +
      +

      listCountries

      +
      public reactor.core.publisher.Flux<CodeNameDto> listCountries(int page, + int size)
      +

      List countries

      +

      List countries by page with a defined size. + The list will be sorted by order and country name.

      List countries by page with a defined + size. The list will be sorted by order and country name.
      +
      +
      Parameters:
      +
      page - The page number, it is a 0-index base.
      +
      size - The amount of entries per page.
      +
      Returns:
      +
      A list of CodeNameDto entries.
      +
      +
      +
    • +
    • +
      +

      getCountryByCode

      +
      public reactor.core.publisher.Mono<CodeNameDto> getCountryByCode(String countryCode)
      +
      Retrieves country information by its country code. This method queries the + countryCodeRepository to find a country entity with the specified country code. If a + matching entity is found, it is mapped to a CodeNameDto object, which encapsulates the + country code and description. The resulting data is wrapped in a Mono, which represents the + asynchronous result of the operation.
      +
      +
      Parameters:
      +
      countryCode - The code of the country to retrieve information for.
      +
      Returns:
      +
      A Mono that emits the CodeNameDto object if a matching country is found, or an + empty result if no match is found.
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      getClientTypeByCode

      +
      public reactor.core.publisher.Mono<CodeNameDto> getClientTypeByCode(String code)
      +
      Retrieves a client type by its unique code. This method queries the clientTypeCodeRepository to + find a client type entity with the specified code. If a matching entity is found, it is + converted to a CodeNameDto object containing the code and description, and wrapped in a + Mono. If no matching entity is found, the Mono will complete without emitting any items.
      +
      +
      Parameters:
      +
      code - The unique code of the client type to retrieve.
      +
      Returns:
      +
      A Mono emitting a CodeNameDto if a matching client type is found, or an empty + result if no match is found.
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    • +
      +

      listProvinces

      +
      public reactor.core.publisher.Flux<CodeNameDto> listProvinces(String countryCode, + int page, + int size)
      +

      List Provinces

      +

      List provinces by country (which include states) by page with a defined size. + The list will be sorted by province name.

      +
      +
      Parameters:
      +
      countryCode - The code of the country to list provinces from.
      +
      page - The page number, it is a 0-index base.
      +
      size - The amount of entries per page.
      +
      Returns:
      +
      A list of CodeNameDto entries.
      +
      +
      +
    • +
    • +
      +

      listClientContactTypeCodes

      +
      public reactor.core.publisher.Flux<CodeNameDto> listClientContactTypeCodes(LocalDate activeDate, + int page, + int size)
      +

      List contact types

      + List contact type codes by page with a defined size.
      +
      +
      Parameters:
      +
      page - The page number, it is a 0-index base.
      +
      size - The amount of entries per page.
      +
      Returns:
      +
      A list of CodeNameDto entries.
      +
      +
      +
    • +
    • +
      +

      getClientDetails

      +
      public reactor.core.publisher.Mono<ClientDetailsDto> getClientDetails(String clientNumber, + String userId, + String businessId)
      +
      Retrieves the client details for a given client number by making calls to BC Registry service. + The details include the company standing and addresses.
      +
      +
      Parameters:
      +
      clientNumber - the client number for which to retrieve details
      +
      Returns:
      +
      a Mono that emits a ClientDetailsDto object representing the details of the client
      +
      +
      +
    • +
    • +
      +

      findByClientNameOrIncorporation

      +
      public reactor.core.publisher.Flux<ClientLookUpDto> findByClientNameOrIncorporation(String value)
      +
      Searches the BC Registry API for BcRegistryFacetSearchResultEntryDto instances matching + the given value and maps them to ClientLookUpDto instances.
      +
      +
      Parameters:
      +
      value - the value to search for
      +
      Returns:
      +
      a Flux of ClientLookUpDto instances representing matching BC Registry + entries
      +
      Throws:
      +
      NoClientDataFound - if no matching data is found
      +
      InvalidAccessTokenException - if the access token is invalid or expired
      +
      +
      +
    • +
    • +
      +

      sendEmail

      +
      public reactor.core.publisher.Mono<String> sendEmail(EmailRequestDto emailRequestDto)
      +

      Send Email

      +

      Send email to a client.

      +
      +
      Parameters:
      +
      emailRequestDto - The request data containing client details.
      +
      Returns:
      +
      A Mono of String.
      +
      +
      +
    • +
    • +
      +

      triggerEmailDuplicatedClient

      +
      public reactor.core.publisher.Mono<Void> triggerEmailDuplicatedClient(EmailRequestDto emailRequestDto, + String userId, + String businessId)
      +

      Send Email

      +

      Send email to the client when entry already exists.

      +
      +
      Parameters:
      +
      emailRequestDto - The request data containing user and client details.
      +
      Returns:
      +
      A Mono of Void.
      +
      +
      +
    • +
    • +
      +

      findByIndividual

      +
      public reactor.core.publisher.Mono<Void> findByIndividual(String userId, + String lastName)
      +
      +
    • +
    • +
      +

      findByUserIdAndLastName

      +
      public reactor.core.publisher.Mono<String> findByUserIdAndLastName(String userId, + String lastName)
      +
      +
    • +
    • +
      +

      getDistrictByCode

      +
      public reactor.core.publisher.Mono<DistrictDto> getDistrictByCode(String districtCode)
      +
      Retrieves natural resource district information by its district code. This method queries the + districtCodeRepository to find a district entity with the specified district code. If a + matching entity is found, it is mapped to a DistrictDto object, which encapsulates the + district code, description and email. The resulting data is wrapped in a Mono, which represents + the asynchronous result of the operation.
      +
      +
      Parameters:
      +
      districtCode - The code of the district to retrieve information for.
      +
      Returns:
      +
      A Mono that emits the DistrictDto object if a matching district is found, or an + empty result if no match is found.
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/ClientSubmissionService.html b/backend/ca/bc/gov/app/service/client/ClientSubmissionService.html new file mode 100644 index 0000000000..2ab5a14051 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/ClientSubmissionService.html @@ -0,0 +1,222 @@ + + + + +ClientSubmissionService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientSubmissionService

+
+
java.lang.Object +
ca.bc.gov.app.service.client.ClientSubmissionService
+
+
+
+
@Service +public class ClientSubmissionService +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientSubmissionService

      +
      public ClientSubmissionService()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      listSubmissions

      +
      public reactor.core.publisher.Flux<ClientListSubmissionDto> listSubmissions(int page, + int size, + SubmissionStatusEnum[] requestStatus, + String[] clientType, + String[] district, + String[] name, + String[] submittedAt)
      +
      +
    • +
    • +
      +

      submit

      +
      public reactor.core.publisher.Mono<Integer> submit(ClientSubmissionDto clientSubmissionDto, + org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Submits a new client submission and returns a Mono of the submission ID.
      +
      +
      Parameters:
      +
      clientSubmissionDto - the DTO representing the client submission
      +
      Returns:
      +
      a Mono of the submission ID
      +
      +
      +
    • +
    • +
      +

      getSubmissionDetail

      +
      public reactor.core.publisher.Mono<SubmissionDetailsDto> getSubmissionDetail(Long id)
      +
      +
    • +
    • +
      +

      approveOrReject

      +
      public reactor.core.publisher.Mono<Void> approveOrReject(Long id, + String userId, + String userEmail, + String userName, + SubmissionApproveRejectDto request)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/class-use/ClientAddressService.html b/backend/ca/bc/gov/app/service/client/class-use/ClientAddressService.html new file mode 100644 index 0000000000..88d9203ee4 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/class-use/ClientAddressService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientAddressService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.ClientAddressService

+
+No usage of ca.bc.gov.app.service.client.ClientAddressService
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/class-use/ClientLegacyService.html b/backend/ca/bc/gov/app/service/client/class-use/ClientLegacyService.html new file mode 100644 index 0000000000..fec969885b --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/class-use/ClientLegacyService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientLegacyService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.ClientLegacyService

+
+No usage of ca.bc.gov.app.service.client.ClientLegacyService
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/class-use/ClientMatchService.html b/backend/ca/bc/gov/app/service/client/class-use/ClientMatchService.html new file mode 100644 index 0000000000..ed212e819d --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/class-use/ClientMatchService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientMatchService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.ClientMatchService

+
+No usage of ca.bc.gov.app.service.client.ClientMatchService
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/class-use/ClientService.html b/backend/ca/bc/gov/app/service/client/class-use/ClientService.html new file mode 100644 index 0000000000..e53f0ee51c --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/class-use/ClientService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.ClientService

+
+No usage of ca.bc.gov.app.service.client.ClientService
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/class-use/ClientSubmissionService.html b/backend/ca/bc/gov/app/service/client/class-use/ClientSubmissionService.html new file mode 100644 index 0000000000..7c05b8a19e --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/class-use/ClientSubmissionService.html @@ -0,0 +1,88 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientSubmissionService (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.ClientSubmissionService

+
+
Packages that use ClientSubmissionService
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/ContactStepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/ContactStepMatcher.html new file mode 100644 index 0000000000..c326e361ee --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/ContactStepMatcher.html @@ -0,0 +1,227 @@ + + + + +ContactStepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ContactStepMatcher

+
+
java.lang.Object +
ca.bc.gov.app.service.client.matches.ContactStepMatcher
+
+
+
+
All Implemented Interfaces:
+
StepMatcher
+
+
+
@Component +public class ContactStepMatcher +extends Object +implements StepMatcher
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ContactStepMatcher

      +
      public ContactStepMatcher()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLogger

      +
      public org.slf4j.Logger getLogger()
      +
      This method is used to get the logger for this class. This is just to allow the default methods + to access the logger.
      +
      +
      Specified by:
      +
      getLogger in interface StepMatcher
      +
      Returns:
      +
      The Logger object used for logging in this class.
      +
      +
      +
    • +
    • +
      +

      getStepMatcher

      +
      public StepMatchEnum getStepMatcher()
      +
      This method returns the step matcher enumeration value for contact steps.
      +
      +
      Specified by:
      +
      getStepMatcher in interface StepMatcher
      +
      Returns:
      +
      The StepMatchEnum value representing the location step.
      +
      +
      +
    • +
    • +
      +

      matchStep

      +
      public reactor.core.publisher.Mono<Void> matchStep(ClientSubmissionDto dto)
      +

      This method matches the client submission data to the contact step. It performs three + searches:

      +
        +
      1. A fuzzy match for a combination of name, email and phone numbers fields
      2. +
      3. A full match for the email address (both on location and contact)
      4. +
      5. A full match for each phone number (both on location and contact)
      6. +
      +

      The results of these searches are then processed and reduced to a single result.

      +
      +
      Specified by:
      +
      matchStep in interface StepMatcher
      +
      Parameters:
      +
      dto - The ClientSubmissionDto object containing the client data to be matched.
      +
      Returns:
      +
      A Mono indicating when the matching process is complete.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/IndividualStepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/IndividualStepMatcher.html new file mode 100644 index 0000000000..566c4e6a34 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/IndividualStepMatcher.html @@ -0,0 +1,230 @@ + + + + +IndividualStepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class IndividualStepMatcher

+
+
java.lang.Object +
ca.bc.gov.app.service.client.matches.IndividualStepMatcher
+
+
+
+
All Implemented Interfaces:
+
StepMatcher
+
+
+
@Component +public class IndividualStepMatcher +extends Object +implements StepMatcher
+
This class implements the StepMatcher interface and provides the functionality for matching + individual steps. It uses the ClientLegacyService to search for individuals and documents based + on the provided client submission data.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      IndividualStepMatcher

      +
      public IndividualStepMatcher()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLogger

      +
      public org.slf4j.Logger getLogger()
      +
      This method is used to get the logger for this class. + This is just to allow the default methods to access the logger.
      +
      +
      Specified by:
      +
      getLogger in interface StepMatcher
      +
      Returns:
      +
      The Logger object used for logging in this class.
      +
      +
      +
    • +
    • +
      +

      getStepMatcher

      +
      public StepMatchEnum getStepMatcher()
      +
      This method returns the step matcher enumeration value for individual steps.
      +
      +
      Specified by:
      +
      getStepMatcher in interface StepMatcher
      +
      Returns:
      +
      The StepMatchEnum value representing the individual step.
      +
      +
      +
    • +
    • +
      +

      matchStep

      +
      public reactor.core.publisher.Mono<Void> matchStep(ClientSubmissionDto dto)
      +

      This method matches the client submission data to the individual step. It performs three + searches:

      +
        +
      1. A fuzzy search for individuals without a document ID.
      2. +
      3. A full search for individuals with a document ID.
      4. +
      5. A full search for the document itself.
      6. +
      +

      The results of these searches are then processed and reduced to a single result.

      +
      +
      Specified by:
      +
      matchStep in interface StepMatcher
      +
      Parameters:
      +
      dto - The ClientSubmissionDto object containing the client data to be matched.
      +
      Returns:
      +
      A Mono indicating when the matching process is complete.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/LocationStepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/LocationStepMatcher.html new file mode 100644 index 0000000000..672602a936 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/LocationStepMatcher.html @@ -0,0 +1,227 @@ + + + + +LocationStepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class LocationStepMatcher

+
+
java.lang.Object +
ca.bc.gov.app.service.client.matches.LocationStepMatcher
+
+
+
+
All Implemented Interfaces:
+
StepMatcher
+
+
+
@Component +public class LocationStepMatcher +extends Object +implements StepMatcher
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      LocationStepMatcher

      +
      public LocationStepMatcher()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLogger

      +
      public org.slf4j.Logger getLogger()
      +
      This method is used to get the logger for this class. This is just to allow the default methods + to access the logger.
      +
      +
      Specified by:
      +
      getLogger in interface StepMatcher
      +
      Returns:
      +
      The Logger object used for logging in this class.
      +
      +
      +
    • +
    • +
      +

      getStepMatcher

      +
      public StepMatchEnum getStepMatcher()
      +
      This method returns the step matcher enumeration value for location steps.
      +
      +
      Specified by:
      +
      getStepMatcher in interface StepMatcher
      +
      Returns:
      +
      The StepMatchEnum value representing the location step.
      +
      +
      +
    • +
    • +
      +

      matchStep

      +
      public reactor.core.publisher.Mono<Void> matchStep(ClientSubmissionDto dto)
      +

      This method matches the client submission data to the location step. It performs three + searches:

      +
        +
      1. A full match for a combination of all address-related fields
      2. +
      3. A full match for the email address (both on location and contact)
      4. +
      5. A full match for each phone number (both on location and contact)
      6. +
      +

      The results of these searches are then processed and reduced to a single result.

      +
      +
      Specified by:
      +
      matchStep in interface StepMatcher
      +
      Parameters:
      +
      dto - The ClientSubmissionDto object containing the client data to be matched.
      +
      Returns:
      +
      A Mono indicating when the matching process is complete.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/StepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/StepMatcher.html new file mode 100644 index 0000000000..a9e2a0298d --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/StepMatcher.html @@ -0,0 +1,228 @@ + + + + +StepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface StepMatcher

+
+
+
+
All Known Implementing Classes:
+
ContactStepMatcher, IndividualStepMatcher, LocationStepMatcher
+
+
+
public interface StepMatcher
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.slf4j.Logger
    + +
     
    + + +
    +
    This method is used to get the step matcher enumeration value.
    +
    +
    reactor.core.publisher.Mono<Void>
    + +
    +
    This method is used to match the client submission data to a specific step.
    +
    +
    default reactor.core.publisher.Mono<MatchResult>
    +
    processResult(reactor.core.publisher.Flux<ForestClientDto> response, + String fieldName, + boolean isFuzzy)
    +
    +
    This default method processes the result of a match operation.
    +
    +
    default reactor.core.publisher.Mono<Void>
    +
    reduceMatchResults(reactor.core.publisher.Flux<MatchResult> responses)
    +
    +
    This default method is used to reduce match results.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLogger

      +
      org.slf4j.Logger getLogger()
      +
      +
    • +
    • +
      +

      getStepMatcher

      +
      StepMatchEnum getStepMatcher()
      +
      This method is used to get the step matcher enumeration value. The implementation of this + method will depend on the specific step to be matched.
      +
      +
      Returns:
      +
      The StepMatchEnum value representing the step to be matched.
      +
      +
      +
    • +
    • +
      +

      matchStep

      +
      reactor.core.publisher.Mono<Void> matchStep(ClientSubmissionDto dto)
      +
      This method is used to match the client submission data to a specific step. The implementation + of this method will depend on the specific step to be matched.
      +
      +
      Parameters:
      +
      dto - The ClientSubmissionDto object containing the client data to be matched.
      +
      Returns:
      +
      A Mono indicating when the matching process is complete.
      +
      +
      +
    • +
    • +
      +

      processResult

      +
      default reactor.core.publisher.Mono<MatchResult> processResult(reactor.core.publisher.Flux<ForestClientDto> response, + String fieldName, + boolean isFuzzy)
      +

      This default method processes the result of a match operation. + It takes a Flux of ForestClientDto objects, a field name, and a boolean indicating whether the + match is fuzzy as input. It performs the following operations:

      +
        +
      1. Maps each ForestClientDto object to its client number.
      2. +
      3. Collects the client numbers into a string, separated by commas.
      4. +
      5. Maps the string of client numbers to a new MatchResult object, + using the provided field name and fuzzy indicator.
      6. +
      +
      +
      Parameters:
      +
      response - A Flux of ForestClientDto objects to be processed.
      +
      fieldName - The name of the field to be used in the MatchResult object.
      +
      isFuzzy - A boolean indicating whether the match is fuzzy.
      +
      Returns:
      +
      A Mono object containing the result of the match operation.
      +
      +
      +
    • +
    • +
      +

      reduceMatchResults

      +
      default reactor.core.publisher.Mono<Void> reduceMatchResults(reactor.core.publisher.Flux<MatchResult> responses)
      +

      This default method is used to reduce match results. If there's any match result, it will + throw a DataMatchException, if not, it will return an empty Mono. It takes a Flux of + MatchResult objects as input and performs the following operations:

      +
        +
      1. Sorts the MatchResult objects based on the fuzzy attribute.
      2. +
      3. Removes duplicate MatchResult objects based on the field attribute.
      4. +
      5. Collects the remaining MatchResult objects into a list.
      6. +
      7. Maps the list of MatchResult objects to a new DataMatchException object.
      8. +
      9. Returns a Mono error with the DataMatchException.
      10. +
      +
      +
      Parameters:
      +
      responses - A Flux of MatchResult objects to be reduced.
      +
      Returns:
      +
      A Mono that completes with an error containing the DataMatchException.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/class-use/ContactStepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/class-use/ContactStepMatcher.html new file mode 100644 index 0000000000..279d9b21d7 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/class-use/ContactStepMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.matches.ContactStepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.matches.ContactStepMatcher

+
+No usage of ca.bc.gov.app.service.client.matches.ContactStepMatcher
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/class-use/IndividualStepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/class-use/IndividualStepMatcher.html new file mode 100644 index 0000000000..cd04102347 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/class-use/IndividualStepMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.matches.IndividualStepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.matches.IndividualStepMatcher

+
+No usage of ca.bc.gov.app.service.client.matches.IndividualStepMatcher
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/class-use/LocationStepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/class-use/LocationStepMatcher.html new file mode 100644 index 0000000000..5a2b7a7585 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/class-use/LocationStepMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.matches.LocationStepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.service.client.matches.LocationStepMatcher

+
+No usage of ca.bc.gov.app.service.client.matches.LocationStepMatcher
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/class-use/StepMatcher.html b/backend/ca/bc/gov/app/service/client/matches/class-use/StepMatcher.html new file mode 100644 index 0000000000..8ecf7b3614 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/class-use/StepMatcher.html @@ -0,0 +1,96 @@ + + + + +Uses of Interface ca.bc.gov.app.service.client.matches.StepMatcher (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.service.client.matches.StepMatcher

+
+
Packages that use StepMatcher
+
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/package-summary.html b/backend/ca/bc/gov/app/service/client/matches/package-summary.html new file mode 100644 index 0000000000..eddcc0631f --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/package-summary.html @@ -0,0 +1,113 @@ + + + + +ca.bc.gov.app.service.client.matches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.service.client.matches

+
+
+
package ca.bc.gov.app.service.client.matches
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/package-tree.html b/backend/ca/bc/gov/app/service/client/matches/package-tree.html new file mode 100644 index 0000000000..698d9a4e37 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/package-tree.html @@ -0,0 +1,84 @@ + + + + +ca.bc.gov.app.service.client.matches Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.service.client.matches

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/matches/package-use.html b/backend/ca/bc/gov/app/service/client/matches/package-use.html new file mode 100644 index 0000000000..c5e3398488 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/matches/package-use.html @@ -0,0 +1,84 @@ + + + + +Uses of Package ca.bc.gov.app.service.client.matches (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.service.client.matches

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/package-summary.html b/backend/ca/bc/gov/app/service/client/package-summary.html new file mode 100644 index 0000000000..4a090b9726 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/package-summary.html @@ -0,0 +1,108 @@ + + + + +ca.bc.gov.app.service.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.service.client

+
+
+
package ca.bc.gov.app.service.client
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/package-tree.html b/backend/ca/bc/gov/app/service/client/package-tree.html new file mode 100644 index 0000000000..f5d657e058 --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/package-tree.html @@ -0,0 +1,80 @@ + + + + +ca.bc.gov.app.service.client Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.service.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/service/client/package-use.html b/backend/ca/bc/gov/app/service/client/package-use.html new file mode 100644 index 0000000000..aa4a00054c --- /dev/null +++ b/backend/ca/bc/gov/app/service/client/package-use.html @@ -0,0 +1,84 @@ + + + + +Uses of Package ca.bc.gov.app.service.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.service.client

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/ClientMapper.html b/backend/ca/bc/gov/app/util/ClientMapper.html new file mode 100644 index 0000000000..a06119e72d --- /dev/null +++ b/backend/ca/bc/gov/app/util/ClientMapper.html @@ -0,0 +1,276 @@ + + + + +ClientMapper (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientMapper

+
+
java.lang.Object +
ca.bc.gov.app.util.ClientMapper
+
+
+
+
public class ClientMapper +extends Object
+
+
+ +
+
+ +
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/ClientValidationUtils.html b/backend/ca/bc/gov/app/util/ClientValidationUtils.html new file mode 100644 index 0000000000..696c579957 --- /dev/null +++ b/backend/ca/bc/gov/app/util/ClientValidationUtils.html @@ -0,0 +1,242 @@ + + + + +ClientValidationUtils (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientValidationUtils

+
+
java.lang.Object +
ca.bc.gov.app.util.ClientValidationUtils
+
+
+
+
public class ClientValidationUtils +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      US7ASCII_PATTERN

      +
      public static final Pattern US7ASCII_PATTERN
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientValidationUtils

      +
      public ClientValidationUtils()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validateEmail

      +
      public static void validateEmail(String email, + String field, + org.springframework.validation.Errors errors)
      +
      +
    • +
    • +
      +

      validatePhoneNumber

      +
      public static void validatePhoneNumber(String phoneNumber, + String field, + org.springframework.validation.Errors errors)
      +
      +
    • +
    • +
      +

      fieldIsMissingErrorMessage

      +
      public static String fieldIsMissingErrorMessage(String fieldName)
      +
      +
    • +
    • +
      +

      isValidEnum

      +
      public static <T extends Enum<T>> boolean isValidEnum(String value, + String field, + Class<T> enumClass, + org.springframework.validation.Errors errors)
      +
      +
    • +
    • +
      +

      getClientType

      +
      public static ClientTypeEnum getClientType(LegalTypeEnum legalType)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/JwtPrincipalUtil.html b/backend/ca/bc/gov/app/util/JwtPrincipalUtil.html new file mode 100644 index 0000000000..24e8f41e3f --- /dev/null +++ b/backend/ca/bc/gov/app/util/JwtPrincipalUtil.html @@ -0,0 +1,306 @@ + + + + +JwtPrincipalUtil (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class JwtPrincipalUtil

+
+
java.lang.Object +
ca.bc.gov.app.util.JwtPrincipalUtil
+
+
+
+
public class JwtPrincipalUtil +extends Object
+
This is a utility class for handling JWT principals. It provides methods to extract various + attributes from a JwtAuthenticationToken object. The class is designed with a private constructor + to prevent instantiation.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
     
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static String
    +
    getBusinessId(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
    +
    +
    Retrieves the business ID from the given JwtAuthenticationToken principal.
    +
    +
    static String
    +
    getBusinessName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
    +
    +
    Retrieves the business name from the given JwtAuthenticationToken principal.
    +
    +
    static String
    +
    getEmail(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
    +
    +
    Retrieves the business name from the given JwtAuthenticationToken principal.
    +
    +
    static String
    +
    getLastName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
    +
    +
    Retrieves the last name from the given JwtAuthenticationToken principal.
    +
    +
    static String
    +
    getName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
    +
    +
    Retrieves the display name from the given JwtAuthenticationToken principal.
    +
    +
    static String
    +
    getProvider(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
    +
    +
    Retrieves the provider of the JWT token from the given JwtAuthenticationToken principal.
    +
    +
    static String
    +
    getUserId(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
    +
    +
    Retrieves the user ID from the given JwtAuthenticationToken principal.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      JwtPrincipalUtil

      +
      public JwtPrincipalUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getProvider

      +
      public static String getProvider(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Retrieves the provider of the JWT token from the given JwtAuthenticationToken principal. The + provider is extracted from the token attributes under the key "custom:idp_name". If the + provider starts with "ca.bc.gov.flnr.fam.", it is replaced with "BCSC". If the provider is not + blank, it is returned in uppercase. If the provider is blank, an empty string is returned.
      +
      +
      Parameters:
      +
      principal - JwtAuthenticationToken object from which the provider is to be extracted.
      +
      Returns:
      +
      The provider of the JWT token in uppercase, or an empty string if the provider is + blank.
      +
      +
      +
    • +
    • +
      +

      getUserId

      +
      public static String getUserId(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Retrieves the user ID from the given JwtAuthenticationToken principal. The user ID is extracted + from the token attributes under the key "custom:idp_username". If the user ID is blank, the + value under the key "custom:idp_user_id" is used. If both values are blank, an empty string is + returned. If the user ID is not blank, it is prefixed with the provider in uppercase and a + backslash.
      +
      +
      Parameters:
      +
      principal - JwtAuthenticationToken object from which the user ID is to be extracted.
      +
      Returns:
      +
      The user ID prefixed with the provider in uppercase and a backslash, or an empty string + if the user ID is blank.
      +
      +
      +
    • +
    • +
      +

      getBusinessId

      +
      public static String getBusinessId(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Retrieves the business ID from the given JwtAuthenticationToken principal. The business ID is + extracted from the token attributes under the key "custom:idp_business_id". If the business ID + is blank, an empty string is returned.
      +
      +
      Parameters:
      +
      principal - JwtAuthenticationToken object from which the business ID is to be extracted.
      +
      Returns:
      +
      The business ID, or an empty string if the business ID is blank.
      +
      +
      +
    • +
    • +
      +

      getBusinessName

      +
      public static String getBusinessName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Retrieves the business name from the given JwtAuthenticationToken principal. The business name + is extracted from the token attributes under the key "custom:idp_business_name". If the + business name is blank, an empty string is returned.
      +
      +
      Parameters:
      +
      principal - JwtAuthenticationToken object from which the business name is to be + extracted.
      +
      Returns:
      +
      The business name, or an empty string if the business name is blank.
      +
      +
      +
    • +
    • +
      +

      getEmail

      +
      public static String getEmail(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Retrieves the business name from the given JwtAuthenticationToken principal. The business name + is extracted from the token attributes under the key "custom:idp_business_name". If the + business name is blank, an empty string is returned.
      +
      +
      Parameters:
      +
      principal - JwtAuthenticationToken object from which the business name is to be + extracted.
      +
      Returns:
      +
      The business name, or an empty string if the business name is blank.
      +
      +
      +
    • +
    • +
      +

      getName

      +
      public static String getName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Retrieves the display name from the given JwtAuthenticationToken principal. The display name is + extracted from the token attributes under the key "custom:idp_display_name". If the display + name is blank, the first and last names are extracted and concatenated. If both the first and + last names are blank, an empty string is returned.
      +
      +
      Parameters:
      +
      principal - JwtAuthenticationToken object from which the display name is to be extracted.
      +
      Returns:
      +
      The display name, or the concatenated first and last names, or an empty string if both + the display name and the first and last names are blank.
      +
      +
      +
    • +
    • +
      +

      getLastName

      +
      public static String getLastName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken principal)
      +
      Retrieves the last name from the given JwtAuthenticationToken principal. The last name is + extracted from the token attributes under the key "family_name". If the last name is blank, an + empty string is returned.
      +
      +
      Parameters:
      +
      principal - JwtAuthenticationToken object from which the last name is to be extracted.
      +
      Returns:
      +
      The last name or an empty string if the last name is blank.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/PkceUtil.html b/backend/ca/bc/gov/app/util/PkceUtil.html new file mode 100644 index 0000000000..62bff62849 --- /dev/null +++ b/backend/ca/bc/gov/app/util/PkceUtil.html @@ -0,0 +1,192 @@ + + + + +PkceUtil (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class PkceUtil

+
+
java.lang.Object +
ca.bc.gov.app.util.PkceUtil
+
+
+
+
public class PkceUtil +extends Object
+
Utility class for generating PKCE code verifier and code challenge.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PkceUtil

      +
      public PkceUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      generateCodeVerifier

      +
      public static String generateCodeVerifier()
      +
      Generates a random string of 43 characters (256 bits) for use as a code verifier.
      +
      +
      Returns:
      +
      a random string of 43 characters (256 bits)
      +
      +
      +
    • +
    • +
      +

      generateCodeChallenge

      +
      public static String generateCodeChallenge(String codeVerifier) + throws NoSuchAlgorithmException
      +
      Generates a code challenge from the given code verifier.
      +
      +
      Parameters:
      +
      codeVerifier - the code verifier to generate a code challenge from
      +
      Returns:
      +
      the code challenge
      +
      Throws:
      +
      NoSuchAlgorithmException - if the SHA-256 algorithm is not available
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/ValidationUtil.html b/backend/ca/bc/gov/app/util/ValidationUtil.html new file mode 100644 index 0000000000..7814f02993 --- /dev/null +++ b/backend/ca/bc/gov/app/util/ValidationUtil.html @@ -0,0 +1,190 @@ + + + + +ValidationUtil (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ValidationUtil

+
+
java.lang.Object +
ca.bc.gov.app.util.ValidationUtil
+
+
+
+
public class ValidationUtil +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ValidationUtil

      +
      public ValidationUtil()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validate

      +
      public static <S, +T, +V extends org.springframework.validation.Validator> +void validate(S target, + Class<T> contentClass, + V validator)
      +
      +
    • +
    • +
      +

      validateReactive

      +
      public static <S, +T, +V extends ReactiveValidator> +reactor.core.publisher.Mono<S> validateReactive(S target, + Class<T> contentClass, + V validator)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/class-use/ClientMapper.html b/backend/ca/bc/gov/app/util/class-use/ClientMapper.html new file mode 100644 index 0000000000..d3bfcefe7d --- /dev/null +++ b/backend/ca/bc/gov/app/util/class-use/ClientMapper.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.util.ClientMapper (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.util.ClientMapper

+
+No usage of ca.bc.gov.app.util.ClientMapper
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/class-use/ClientValidationUtils.html b/backend/ca/bc/gov/app/util/class-use/ClientValidationUtils.html new file mode 100644 index 0000000000..05b1fdd98f --- /dev/null +++ b/backend/ca/bc/gov/app/util/class-use/ClientValidationUtils.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.util.ClientValidationUtils (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.util.ClientValidationUtils

+
+No usage of ca.bc.gov.app.util.ClientValidationUtils
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/class-use/JwtPrincipalUtil.html b/backend/ca/bc/gov/app/util/class-use/JwtPrincipalUtil.html new file mode 100644 index 0000000000..5353128537 --- /dev/null +++ b/backend/ca/bc/gov/app/util/class-use/JwtPrincipalUtil.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.util.JwtPrincipalUtil (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.util.JwtPrincipalUtil

+
+No usage of ca.bc.gov.app.util.JwtPrincipalUtil
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/class-use/PkceUtil.html b/backend/ca/bc/gov/app/util/class-use/PkceUtil.html new file mode 100644 index 0000000000..257945ae76 --- /dev/null +++ b/backend/ca/bc/gov/app/util/class-use/PkceUtil.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.util.PkceUtil (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.util.PkceUtil

+
+No usage of ca.bc.gov.app.util.PkceUtil
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/class-use/ValidationUtil.html b/backend/ca/bc/gov/app/util/class-use/ValidationUtil.html new file mode 100644 index 0000000000..1961c22c51 --- /dev/null +++ b/backend/ca/bc/gov/app/util/class-use/ValidationUtil.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.util.ValidationUtil (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.util.ValidationUtil

+
+No usage of ca.bc.gov.app.util.ValidationUtil
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/package-summary.html b/backend/ca/bc/gov/app/util/package-summary.html new file mode 100644 index 0000000000..e6fe8869ee --- /dev/null +++ b/backend/ca/bc/gov/app/util/package-summary.html @@ -0,0 +1,110 @@ + + + + +ca.bc.gov.app.util (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.util

+
+
+
package ca.bc.gov.app.util
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/package-tree.html b/backend/ca/bc/gov/app/util/package-tree.html new file mode 100644 index 0000000000..93529f485a --- /dev/null +++ b/backend/ca/bc/gov/app/util/package-tree.html @@ -0,0 +1,80 @@ + + + + +ca.bc.gov.app.util Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/util/package-use.html b/backend/ca/bc/gov/app/util/package-use.html new file mode 100644 index 0000000000..47108a21ea --- /dev/null +++ b/backend/ca/bc/gov/app/util/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.util (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.util

+
+No usage of ca.bc.gov.app.util
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/ClientAddressDtoValidator.html b/backend/ca/bc/gov/app/validator/client/ClientAddressDtoValidator.html new file mode 100644 index 0000000000..e6946fddac --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/ClientAddressDtoValidator.html @@ -0,0 +1,191 @@ + + + + +ClientAddressDtoValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientAddressDtoValidator

+
+
java.lang.Object +
ca.bc.gov.app.validator.client.ClientAddressDtoValidator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.validation.Validator
+
+
+
@Component +public class ClientAddressDtoValidator +extends Object +implements org.springframework.validation.Validator
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientAddressDtoValidator

      +
      public ClientAddressDtoValidator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supports

      +
      public boolean supports(Class<?> clazz)
      +
      +
      Specified by:
      +
      supports in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    • +
      +

      validate

      +
      public void validate(Object target, + org.springframework.validation.Errors errors)
      +
      +
      Specified by:
      +
      validate in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/ClientContactDtoValidator.html b/backend/ca/bc/gov/app/validator/client/ClientContactDtoValidator.html new file mode 100644 index 0000000000..2ea584dcde --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/ClientContactDtoValidator.html @@ -0,0 +1,191 @@ + + + + +ClientContactDtoValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientContactDtoValidator

+
+
java.lang.Object +
ca.bc.gov.app.validator.client.ClientContactDtoValidator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.validation.Validator
+
+
+
@Component +public class ClientContactDtoValidator +extends Object +implements org.springframework.validation.Validator
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientContactDtoValidator

      +
      public ClientContactDtoValidator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supports

      +
      public boolean supports(Class<?> clazz)
      +
      +
      Specified by:
      +
      supports in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    • +
      +

      validate

      +
      public void validate(Object target, + org.springframework.validation.Errors errors)
      +
      +
      Specified by:
      +
      validate in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/ClientLocationDtoValidator.html b/backend/ca/bc/gov/app/validator/client/ClientLocationDtoValidator.html new file mode 100644 index 0000000000..b67f66c972 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/ClientLocationDtoValidator.html @@ -0,0 +1,191 @@ + + + + +ClientLocationDtoValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientLocationDtoValidator

+
+
java.lang.Object +
ca.bc.gov.app.validator.client.ClientLocationDtoValidator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.validation.Validator
+
+
+
@Component +public class ClientLocationDtoValidator +extends Object +implements org.springframework.validation.Validator
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientLocationDtoValidator

      +
      public ClientLocationDtoValidator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supports

      +
      public boolean supports(Class<?> clazz)
      +
      +
      Specified by:
      +
      supports in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    • +
      +

      validate

      +
      public void validate(Object target, + org.springframework.validation.Errors errors)
      +
      +
      Specified by:
      +
      validate in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/ClientSubmitRequestValidator.html b/backend/ca/bc/gov/app/validator/client/ClientSubmitRequestValidator.html new file mode 100644 index 0000000000..7eae214a79 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/ClientSubmitRequestValidator.html @@ -0,0 +1,206 @@ + + + + +ClientSubmitRequestValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class ClientSubmitRequestValidator

+
+
java.lang.Object +
ca.bc.gov.app.validator.client.ClientSubmitRequestValidator
+
+
+
+
All Implemented Interfaces:
+
ReactiveValidator, org.springframework.validation.Validator
+
+
+
@Component +public class ClientSubmitRequestValidator +extends Object +implements ReactiveValidator
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ClientSubmitRequestValidator

      +
      public ClientSubmitRequestValidator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supports

      +
      public boolean supports(Class<?> clazz)
      +
      +
      Specified by:
      +
      supports in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    • +
      +

      validate

      +
      public void validate(Object target, + org.springframework.validation.Errors errors)
      +
      +
      Specified by:
      +
      validate in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    • +
      +

      validateReactive

      +
      public reactor.core.publisher.Mono<org.springframework.validation.Errors> validateReactive(Object target, + org.springframework.validation.Errors errors)
      +
      +
      Specified by:
      +
      validateReactive in interface ReactiveValidator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/ReactiveValidator.html b/backend/ca/bc/gov/app/validator/client/ReactiveValidator.html new file mode 100644 index 0000000000..06f62024e6 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/ReactiveValidator.html @@ -0,0 +1,143 @@ + + + + +ReactiveValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ReactiveValidator

+
+
+
+
All Superinterfaces:
+
org.springframework.validation.Validator
+
+
+
All Known Implementing Classes:
+
ClientSubmitRequestValidator
+
+
+
public interface ReactiveValidator +extends org.springframework.validation.Validator
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    default reactor.core.publisher.Mono<org.springframework.validation.Errors>
    +
    validateReactive(Object target, + org.springframework.validation.Errors errors)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from interface org.springframework.validation.Validator

    +supports, validate, validateObject
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      validateReactive

      +
      default reactor.core.publisher.Mono<org.springframework.validation.Errors> validateReactive(Object target, + org.springframework.validation.Errors errors)
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/RegisteredBusinessInformationValidator.html b/backend/ca/bc/gov/app/validator/client/RegisteredBusinessInformationValidator.html new file mode 100644 index 0000000000..1fe6f5d18d --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/RegisteredBusinessInformationValidator.html @@ -0,0 +1,191 @@ + + + + +RegisteredBusinessInformationValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class RegisteredBusinessInformationValidator

+
+
java.lang.Object +
ca.bc.gov.app.validator.client.RegisteredBusinessInformationValidator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.validation.Validator
+
+
+
@Component +public class RegisteredBusinessInformationValidator +extends Object +implements org.springframework.validation.Validator
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      RegisteredBusinessInformationValidator

      +
      public RegisteredBusinessInformationValidator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supports

      +
      public boolean supports(Class<?> clazz)
      +
      +
      Specified by:
      +
      supports in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    • +
      +

      validate

      +
      public void validate(Object target, + org.springframework.validation.Errors errors)
      +
      +
      Specified by:
      +
      validate in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/UnregisteredBusinessInformationValidator.html b/backend/ca/bc/gov/app/validator/client/UnregisteredBusinessInformationValidator.html new file mode 100644 index 0000000000..5a54d95c4c --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/UnregisteredBusinessInformationValidator.html @@ -0,0 +1,191 @@ + + + + +UnregisteredBusinessInformationValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class UnregisteredBusinessInformationValidator

+
+
java.lang.Object +
ca.bc.gov.app.validator.client.UnregisteredBusinessInformationValidator
+
+
+
+
All Implemented Interfaces:
+
org.springframework.validation.Validator
+
+
+
@Component +public class UnregisteredBusinessInformationValidator +extends Object +implements org.springframework.validation.Validator
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      UnregisteredBusinessInformationValidator

      +
      public UnregisteredBusinessInformationValidator()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      supports

      +
      public boolean supports(Class<?> clazz)
      +
      +
      Specified by:
      +
      supports in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    • +
      +

      validate

      +
      public void validate(Object target, + org.springframework.validation.Errors errors)
      +
      +
      Specified by:
      +
      validate in interface org.springframework.validation.Validator
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/class-use/ClientAddressDtoValidator.html b/backend/ca/bc/gov/app/validator/client/class-use/ClientAddressDtoValidator.html new file mode 100644 index 0000000000..971cec71c0 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/class-use/ClientAddressDtoValidator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.validator.client.ClientAddressDtoValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.validator.client.ClientAddressDtoValidator

+
+No usage of ca.bc.gov.app.validator.client.ClientAddressDtoValidator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/class-use/ClientContactDtoValidator.html b/backend/ca/bc/gov/app/validator/client/class-use/ClientContactDtoValidator.html new file mode 100644 index 0000000000..5be15184e0 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/class-use/ClientContactDtoValidator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.validator.client.ClientContactDtoValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.validator.client.ClientContactDtoValidator

+
+No usage of ca.bc.gov.app.validator.client.ClientContactDtoValidator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/class-use/ClientLocationDtoValidator.html b/backend/ca/bc/gov/app/validator/client/class-use/ClientLocationDtoValidator.html new file mode 100644 index 0000000000..50f1f62e00 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/class-use/ClientLocationDtoValidator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.validator.client.ClientLocationDtoValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.validator.client.ClientLocationDtoValidator

+
+No usage of ca.bc.gov.app.validator.client.ClientLocationDtoValidator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/class-use/ClientSubmitRequestValidator.html b/backend/ca/bc/gov/app/validator/client/class-use/ClientSubmitRequestValidator.html new file mode 100644 index 0000000000..4856764369 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/class-use/ClientSubmitRequestValidator.html @@ -0,0 +1,88 @@ + + + + +Uses of Class ca.bc.gov.app.validator.client.ClientSubmitRequestValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.validator.client.ClientSubmitRequestValidator

+
+ +
+
Package
+
Description
+ +
 
+
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/class-use/ReactiveValidator.html b/backend/ca/bc/gov/app/validator/client/class-use/ReactiveValidator.html new file mode 100644 index 0000000000..f95b0d2612 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/class-use/ReactiveValidator.html @@ -0,0 +1,123 @@ + + + + +Uses of Interface ca.bc.gov.app.validator.client.ReactiveValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Interface
ca.bc.gov.app.validator.client.ReactiveValidator

+
+
Packages that use ReactiveValidator
+ +
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/class-use/RegisteredBusinessInformationValidator.html b/backend/ca/bc/gov/app/validator/client/class-use/RegisteredBusinessInformationValidator.html new file mode 100644 index 0000000000..3aa6d7b7e4 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/class-use/RegisteredBusinessInformationValidator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.validator.client.RegisteredBusinessInformationValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.validator.client.RegisteredBusinessInformationValidator

+
+No usage of ca.bc.gov.app.validator.client.RegisteredBusinessInformationValidator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/class-use/UnregisteredBusinessInformationValidator.html b/backend/ca/bc/gov/app/validator/client/class-use/UnregisteredBusinessInformationValidator.html new file mode 100644 index 0000000000..777f4e6e8e --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/class-use/UnregisteredBusinessInformationValidator.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.validator.client.UnregisteredBusinessInformationValidator (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
ca.bc.gov.app.validator.client.UnregisteredBusinessInformationValidator

+
+No usage of ca.bc.gov.app.validator.client.UnregisteredBusinessInformationValidator
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/package-summary.html b/backend/ca/bc/gov/app/validator/client/package-summary.html new file mode 100644 index 0000000000..2a1ba09978 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/package-summary.html @@ -0,0 +1,105 @@ + + + + +ca.bc.gov.app.validator.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Package ca.bc.gov.app.validator.client

+
+
+
package ca.bc.gov.app.validator.client
+
+ +
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/package-tree.html b/backend/ca/bc/gov/app/validator/client/package-tree.html new file mode 100644 index 0000000000..c2858d5b3b --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/package-tree.html @@ -0,0 +1,91 @@ + + + + +ca.bc.gov.app.validator.client Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package ca.bc.gov.app.validator.client

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+
    +
  • org.springframework.validation.Validator + +
  • +
+
+
+ +
+
+ + diff --git a/backend/ca/bc/gov/app/validator/client/package-use.html b/backend/ca/bc/gov/app/validator/client/package-use.html new file mode 100644 index 0000000000..d8652758f9 --- /dev/null +++ b/backend/ca/bc/gov/app/validator/client/package-use.html @@ -0,0 +1,123 @@ + + + + +Uses of Package ca.bc.gov.app.validator.client (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Package
ca.bc.gov.app.validator.client

+
+ + +
+ +
+
+ +
+
+ + diff --git a/backend/constant-values.html b/backend/constant-values.html new file mode 100644 index 0000000000..df0630dba7 --- /dev/null +++ b/backend/constant-values.html @@ -0,0 +1,157 @@ + + + + +Constant Field Values (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Constant Field Values

+
+

Contents

+ +
+
+
+

ca.bc.*

+
    +
  • +
    ca.bc.gov.app.ApplicationConstant
    +
    +
    Modifier and Type
    +
    Constant Field
    +
    Value
    +
    public static final String
    + +
    "x-user-businessid"
    +
    public static final String
    + +
    "I"
    +
    public static final String
    + +
    "nrfc"
    +
    public static final String
    + +
    "RSP"
    +
    public static final String
    + +
    "CLIENT_ADMIN"
    +
    public static final String
    + +
    "CLIENT_EDITOR"
    +
    public static final String
    + +
    "CLIENT_VIEWER"
    +
    public static final String
    + +
    "SELECT\n ROW_NUMBER() OVER (order by sc.submission_contact_id ) AS index,\n sc.contact_type_code,\n ctc.description as contact_desc,\n sc.first_name,\n sc.last_name,\n sc.business_phone_number,\n sc.email_address,\n (select STRING_AGG(sl.location_name,\', \') as locations from nrfc.submission_location sl left join nrfc.submission_location_contact_xref slcx on slcx.submission_location_id = sl.submission_location_id left join nrfc.submission_contact sc on sc.submission_contact_id = slcx.submission_contact_id where sl.submission_id = :submissionId) as locations,\n sc.idp_user_id\nFROM nrfc.submission_contact sc\nleft join nrfc.contact_type_code ctc on ctc.contact_type_code = sc.contact_type_code\nwhere sc.submission_id = :submissionId"
    +
    public static final String
    + +
    "SELECT\n s.submission_id,\n ssc.description as status,\n stc.description as submission_type,\n s.submission_date,\n s.update_timestamp,\n s.update_user,\n btc.business_type_code as business_type,\n sd.incorporation_number,\n sd.client_number,\n sd.organization_name,\n ctc.client_type_code as client_type,\n ctc.description as client_type_desc,\n sd.good_standing_ind as good_standing,\n sd.birthdate,\n dc.district_code as district,\n dc.district_code || \' - \' || dc.description as district_desc\nFROM nrfc.submission s\nleft join nrfc.submission_status_code ssc on ssc.submission_status_code = s.submission_status_code \nleft join nrfc.submission_type_code stc on stc.submission_type_code = s.submission_type_code\nleft join nrfc.submission_detail sd on sd.submission_id = s.submission_id \nleft join nrfc.business_type_code btc on btc.business_type_code = sd.business_type_code \nleft join nrfc.district_code dc on dc.district_code = sd.district_code \nleft join nrfc.client_type_code ctc on ctc.client_type_code = sd.client_type_code \nwhere s.submission_id = :submissionId"
    +
    public static final String
    + +
    "submissionId"
    +
    public static final String
    + +
    "SELECT\n ROW_NUMBER() OVER (order by sl.submission_location_id ) AS index,\n sl.street_address,\n sl.country_code,\n cc.description as country_desc,\n sl.province_code,\n pc.description as province_desc,\n sl.city_name,\n sl.postal_code,\n sl.location_name\nFROM nrfc.submission_location sl\nleft join nrfc.country_code cc on cc.country_code = sl.country_code\nleft join nrfc.province_code pc on (pc.province_code = sl.province_code and pc.country_code = cc.country_code)\nwhere sl.submission_id = :submissionId\norder by sl.submission_location_id"
    +
    public static final String
    + +
    "submissionStatus"
    +
    public static final String
    + +
    "submissionType"
    +
    public static final String
    + +
    "USP"
    +
    public static final String
    + +
    "x-user-id"
    +
    public static final String
    + +
    "x-user-email"
    +
    public static final String
    + +
    "x-user-name"
    +
    public static final String
    + +
    "BCEIDBUSINESS_USER"
    +
    public static final String
    + +
    "BCSC_USER"
    +
    public static final String
    + +
    "S2S_USER"
    +
    public static final String
    + +
    "x-total-count"
    +
    +
  • +
+ +
+
+ +
+
+ + diff --git a/backend/element-list b/backend/element-list new file mode 100644 index 0000000000..6235123d27 --- /dev/null +++ b/backend/element-list @@ -0,0 +1,28 @@ +ca.bc.gov.app +ca.bc.gov.app.configuration +ca.bc.gov.app.configuration.flags +ca.bc.gov.app.controller +ca.bc.gov.app.controller.ches +ca.bc.gov.app.controller.client +ca.bc.gov.app.converters +ca.bc.gov.app.dto +ca.bc.gov.app.dto.bcregistry +ca.bc.gov.app.dto.ches +ca.bc.gov.app.dto.client +ca.bc.gov.app.dto.legacy +ca.bc.gov.app.dto.openmaps +ca.bc.gov.app.dto.submissions +ca.bc.gov.app.entity.client +ca.bc.gov.app.exception +ca.bc.gov.app.health +ca.bc.gov.app.job.ches +ca.bc.gov.app.models.client +ca.bc.gov.app.predicates +ca.bc.gov.app.repository.client +ca.bc.gov.app.security +ca.bc.gov.app.service.bcregistry +ca.bc.gov.app.service.ches +ca.bc.gov.app.service.client +ca.bc.gov.app.service.client.matches +ca.bc.gov.app.util +ca.bc.gov.app.validator.client diff --git a/backend/help-doc.html b/backend/help-doc.html new file mode 100644 index 0000000000..fa98906e2c --- /dev/null +++ b/backend/help-doc.html @@ -0,0 +1,196 @@ + + + + +API Help (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Overview

+

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+
+
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exceptions
  • +
  • Errors
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Use

+

Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

Constant Field Values

+

The Constant Field Values page lists the static final fields and their values.

+
+
+

Serialized Form

+

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+ +
+
+ + diff --git a/backend/index-all.html b/backend/index-all.html new file mode 100644 index 0000000000..5be12746cf --- /dev/null +++ b/backend/index-all.html @@ -0,0 +1,3864 @@ + + + + +Index (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

A

+
+
A - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
A - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
A - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
A - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
 
+
AAC - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
 
+
AbstractController<T,V extends ReactiveValidator> - Class in ca.bc.gov.app.controller
+
 
+
AbstractController() - Constructor for class ca.bc.gov.app.controller.AbstractController
+
 
+
accessToken() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns the value of the accessToken record component.
+
+
ACT - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
 
+
active() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
 
+
address() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Returns the value of the address record component.
+
+
address() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the address record component.
+
+
addressCity() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the addressCity record component.
+
+
addressCompleteApi(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
+
Returns a configured instance of WebClient for accessing the Canada Post AddressComplete API.
+
+
AddressCompleteConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.AddressCompleteConfiguration
+
 
+
AddressCompleteFindDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
AddressCompleteFindDto(String, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Creates an instance of a AddressCompleteFindDto record class.
+
+
AddressCompleteFindListDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
AddressCompleteFindListDto(List<AddressCompleteFindDto>) - Constructor for record class ca.bc.gov.app.dto.client.AddressCompleteFindListDto
+
+
Creates an instance of a AddressCompleteFindListDto record class.
+
+
AddressCompleteRetrieveDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
AddressCompleteRetrieveDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Creates an instance of a AddressCompleteRetrieveDto record class.
+
+
AddressCompleteRetrieveListDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
AddressCompleteRetrieveListDto(List<AddressCompleteRetrieveDto>) - Constructor for record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto
+
+
Creates an instance of a AddressCompleteRetrieveListDto record class.
+
+
addressCountry() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the addressCountry record component.
+
+
AddressError - Interface in ca.bc.gov.app.dto.client
+
 
+
addresses() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
 
+
addresses() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
 
+
addresses() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
 
+
addresses() - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Returns the value of the addresses record component.
+
+
addresses() - Method in record class ca.bc.gov.app.dto.client.ClientLocationDto
+
+
Returns the value of the addresses record component.
+
+
addressLine1() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns the value of the addressLine1 record component.
+
+
addressLine2() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns the value of the addressLine2 record component.
+
+
AddressLookupException - Exception in ca.bc.gov.app.exception
+
 
+
AddressLookupException(String) - Constructor for exception ca.bc.gov.app.exception.AddressLookupException
+
 
+
addressRegion() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the addressRegion record component.
+
+
AddressSearchDto - Record Class in ca.bc.gov.app.dto.legacy
+
 
+
AddressSearchDto(String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Creates an instance of a AddressSearchDto record class.
+
+
addressType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the addressType record component.
+
+
ApiAuthorizationCustomizer - Class in ca.bc.gov.app.security
+
+
This class customizes the authorization rules for different API endpoints.
+
+
ApiAuthorizationCustomizer() - Constructor for class ca.bc.gov.app.security.ApiAuthorizationCustomizer
+
 
+
ApplicationConstant - Class in ca.bc.gov.app
+
+
This class contains constants used throughout the application.
+
+
ApplicationConstant() - Constructor for class ca.bc.gov.app.ApplicationConstant
+
 
+
appointmentDate() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
Returns the value of the appointmentDate record component.
+
+
approved() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
Returns the value of the approved record component.
+
+
approvedTimestamp() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the approvedTimestamp record component.
+
+
approveOrReject(Long, String, String, String, SubmissionApproveRejectDto) - Method in class ca.bc.gov.app.service.client.ClientSubmissionService
+
 
+
approveOrReject(Long, JwtAuthenticationToken, SubmissionApproveRejectDto) - Method in class ca.bc.gov.app.controller.client.ClientSubmissionController
+
 
+
as(String) - Static method in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
attachments() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the attachments record component.
+
+
authApi(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
+
Creates a WebClient instance for making HTTP requests to the CHES Auth API on the provided + ForestClientConfiguration.
+
+
AVAILABLE_CLIENT_TYPES - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
+

B

+
+
B - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
B - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
BadRequestException - Exception in ca.bc.gov.app.exception
+
 
+
BadRequestException(String) - Constructor for exception ca.bc.gov.app.exception.BadRequestException
+
 
+
BASE_64 - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
 
+
BaseEntity - Class in ca.bc.gov.app.entity.client
+
 
+
BaseEntity() - Constructor for class ca.bc.gov.app.entity.client.BaseEntity
+
 
+
BC - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
bcc() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the bcc record component.
+
+
BcRegistryAddressDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryAddressDto(String, String, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Creates an instance of a BcRegistryAddressDto record class.
+
+
bcRegistryApi(ForestClientConfiguration, ManualHealthIndicator) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
+
Returns a configured instance of WebClient for accessing the BC Registry API.
+
+
BcRegistryApiHealthIndicator - Class in ca.bc.gov.app.health
+
 
+
BcRegistryApiHealthIndicator() - Constructor for class ca.bc.gov.app.health.BcRegistryApiHealthIndicator
+
 
+
BcRegistryBusinessAdressesDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryBusinessAdressesDto(BcRegistryAddressDto, BcRegistryAddressDto) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
+
Creates an instance of a BcRegistryBusinessAdressesDto record class.
+
+
BcRegistryBusinessDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryBusinessDto(Boolean, Boolean, Boolean, Boolean, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Creates an instance of a BcRegistryBusinessDto record class.
+
+
BcRegistryConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration
+
 
+
BcRegistryDocumentAccessRequestDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryDocumentAccessRequestDto(List<BcRegistryDocumentAccessTypeDto>) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
+
+
Creates an instance of a BcRegistryDocumentAccessRequestDto record class.
+
+
BcRegistryDocumentAccessTypeDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryDocumentAccessTypeDto(String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
+
+
Creates an instance of a BcRegistryDocumentAccessTypeDto record class.
+
+
BcRegistryDocumentDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryDocumentDto(BcRegistryBusinessDto, BcRegistryOfficesDto, List<BcRegistryPartyDto>) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Creates an instance of a BcRegistryDocumentDto record class.
+
+
BcRegistryDocumentRequestBodyDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
+
+
Creates an instance of a BcRegistryDocumentRequestBodyDto record class.
+
+
BcRegistryDocumentRequestDocumentDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryDocumentRequestDocumentDto(String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Creates an instance of a BcRegistryDocumentRequestDocumentDto record class.
+
+
BcRegistryDocumentRequestResponseDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryDocumentRequestResponseDto(String, String, List<BcRegistryDocumentRequestDocumentDto>, String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Creates an instance of a BcRegistryDocumentRequestResponseDto record class.
+
+
BcRegistryExceptionMessageDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryExceptionMessageDto(String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+
+
Creates an instance of a BcRegistryExceptionMessageDto record class.
+
+
BcRegistryFacetResponseDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryFacetResponseDto(BcRegistryFacetSearchResultsDto) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto
+
+
Creates an instance of a BcRegistryFacetResponseDto record class.
+
+
BcRegistryFacetSearchResultEntryDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryFacetSearchResultEntryDto(String, String, String, String, String, Boolean) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Creates an instance of a BcRegistryFacetSearchResultEntryDto record class.
+
+
BcRegistryFacetSearchResultsDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryFacetSearchResultsDto(List<BcRegistryFacetSearchResultEntryDto>, long) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto
+
+
Creates an instance of a BcRegistryFacetSearchResultsDto record class.
+
+
BcRegistryIdentificationDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryIdentificationDto(BcRegistryBusinessDto, BcRegistryBusinessAdressesDto) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+
+
Creates an instance of a BcRegistryIdentificationDto record class.
+
+
BcRegistryOfficerDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryOfficerDto(String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Creates an instance of a BcRegistryOfficerDto record class.
+
+
BcRegistryOfficesDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryOfficesDto(BcRegistryBusinessAdressesDto) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
+
Creates an instance of a BcRegistryOfficesDto record class.
+
+
BcRegistryPartyDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryPartyDto(BcRegistryAddressDto, BcRegistryAddressDto, BcRegistryOfficerDto, List<BcRegistryRoleDto>) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Creates an instance of a BcRegistryPartyDto record class.
+
+
BcRegistryRoleDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
 
+
BcRegistryRoleDto(LocalDate, LocalDate, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
Creates an instance of a BcRegistryRoleDto record class.
+
+
BcRegistryService - Class in ca.bc.gov.app.service.bcregistry
+
 
+
BcRegistryService(WebClient, ObservationRegistry) - Constructor for class ca.bc.gov.app.service.bcregistry.BcRegistryService
+
 
+
BINARY - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
 
+
birthdate() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the birthdate record component.
+
+
birthdate() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the birthdate record component.
+
+
bn() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns the value of the bn record component.
+
+
body() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the body record component.
+
+
bodyType() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the bodyType record component.
+
+
BootApplication - Class in ca.bc.gov.app
+
 
+
BootApplication() - Constructor for class ca.bc.gov.app.BootApplication
+
 
+
BRTH - Enum constant in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
 
+
buildTemplate(String, Map<String, Object>) - Method in class ca.bc.gov.app.service.ches.ChesService
+
+
Builds a String representation of an HTML email template by applying a map of variables to the + FreeMarker template identified by the given template name.
+
+
business() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Returns the value of the business record component.
+
+
business() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+
+
Returns the value of the business record component.
+
+
business() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the business record component.
+
+
BUSINESS_SUMMARY_FILING_HISTORY - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
BUSINESSID_HEADER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
businessIdentifier() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Returns the value of the businessIdentifier record component.
+
+
businessInformation() - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Returns the value of the businessInformation record component.
+
+
businessName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Returns the value of the businessName record component.
+
+
businessName() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the businessName record component.
+
+
businessOffice() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+
+
Returns the value of the businessOffice record component.
+
+
businessOffice() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
+
Returns the value of the businessOffice record component.
+
+
businessPhoneNumber() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the businessPhoneNumber record component.
+
+
businessType() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the businessType record component.
+
+
businessType() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the businessType record component.
+
+
BusinessTypeEnum - Enum Class in ca.bc.gov.app.dto.client
+
 
+
+

C

+
+
C - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
C - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
C - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
ca.bc.gov.app - package ca.bc.gov.app
+
 
+
ca.bc.gov.app.configuration - package ca.bc.gov.app.configuration
+
 
+
ca.bc.gov.app.configuration.flags - package ca.bc.gov.app.configuration.flags
+
 
+
ca.bc.gov.app.controller - package ca.bc.gov.app.controller
+
 
+
ca.bc.gov.app.controller.ches - package ca.bc.gov.app.controller.ches
+
 
+
ca.bc.gov.app.controller.client - package ca.bc.gov.app.controller.client
+
 
+
ca.bc.gov.app.converters - package ca.bc.gov.app.converters
+
 
+
ca.bc.gov.app.dto - package ca.bc.gov.app.dto
+
 
+
ca.bc.gov.app.dto.bcregistry - package ca.bc.gov.app.dto.bcregistry
+
 
+
ca.bc.gov.app.dto.ches - package ca.bc.gov.app.dto.ches
+
 
+
ca.bc.gov.app.dto.client - package ca.bc.gov.app.dto.client
+
 
+
ca.bc.gov.app.dto.legacy - package ca.bc.gov.app.dto.legacy
+
 
+
ca.bc.gov.app.dto.openmaps - package ca.bc.gov.app.dto.openmaps
+
 
+
ca.bc.gov.app.dto.submissions - package ca.bc.gov.app.dto.submissions
+
 
+
ca.bc.gov.app.entity.client - package ca.bc.gov.app.entity.client
+
 
+
ca.bc.gov.app.exception - package ca.bc.gov.app.exception
+
 
+
ca.bc.gov.app.health - package ca.bc.gov.app.health
+
 
+
ca.bc.gov.app.job.ches - package ca.bc.gov.app.job.ches
+
 
+
ca.bc.gov.app.models.client - package ca.bc.gov.app.models.client
+
 
+
ca.bc.gov.app.predicates - package ca.bc.gov.app.predicates
+
 
+
ca.bc.gov.app.repository.client - package ca.bc.gov.app.repository.client
+
 
+
ca.bc.gov.app.security - package ca.bc.gov.app.security
+
 
+
ca.bc.gov.app.service.bcregistry - package ca.bc.gov.app.service.bcregistry
+
 
+
ca.bc.gov.app.service.ches - package ca.bc.gov.app.service.ches
+
 
+
ca.bc.gov.app.service.client - package ca.bc.gov.app.service.client
+
 
+
ca.bc.gov.app.service.client.matches - package ca.bc.gov.app.service.client.matches
+
 
+
ca.bc.gov.app.util - package ca.bc.gov.app.util
+
 
+
ca.bc.gov.app.validator.client - package ca.bc.gov.app.validator.client
+
 
+
CanadaPostApiHealthIndicator - Class in ca.bc.gov.app.health
+
 
+
CanadaPostApiHealthIndicator(ForestClientConfiguration, WebClient, ObservationRegistry) - Constructor for class ca.bc.gov.app.health.CanadaPostApiHealthIndicator
+
 
+
CannotExtractTokenException - Exception in ca.bc.gov.app.exception
+
 
+
CannotExtractTokenException() - Constructor for exception ca.bc.gov.app.exception.CannotExtractTokenException
+
 
+
cause() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns the value of the cause record component.
+
+
cause() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the cause record component.
+
+
cause() - Method in interface ca.bc.gov.app.dto.client.AddressError
+
 
+
cc() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the cc record component.
+
+
CDDL - Enum constant in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
 
+
cessationDate() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
Returns the value of the cessationDate record component.
+
+
chesApi(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
+
Returns a configured instance of WebClient to communicate with the CHES API based on the + provided configuration.
+
+
ChesConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.ChesConfiguration
+
 
+
ChesController - Class in ca.bc.gov.app.controller.ches
+
+
Controller for handling email sending via CHES (Common Hosted Email Service).
+
+
ChesController() - Constructor for class ca.bc.gov.app.controller.ches.ChesController
+
 
+
ChesEmailResendJob - Class in ca.bc.gov.app.job.ches
+
+
Service for resending failed emails.
+
+
ChesEmailResendJob(EmailLogRepository, ChesService, MeterRegistry) - Constructor for class ca.bc.gov.app.job.ches.ChesEmailResendJob
+
+
Constructs a new ChesEmailResendJob.
+
+
ChesHealthIndicator - Class in ca.bc.gov.app.health
+
 
+
ChesHealthIndicator(WebClient, WebClient, ObservationRegistry) - Constructor for class ca.bc.gov.app.health.ChesHealthIndicator
+
 
+
ChesMailAttachment - Record Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailAttachment(String, String, ChesMailEncoding, String) - Constructor for record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Creates an instance of a ChesMailAttachment record class.
+
+
ChesMailBodyType - Enum Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailEncoding - Enum Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailError - Record Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailError(String, String) - Constructor for record class ca.bc.gov.app.dto.ches.ChesMailError
+
+
Creates an instance of a ChesMailError record class.
+
+
ChesMailErrorResponse - Record Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailErrorResponse(String, String, int, String, List<ChesMailError>) - Constructor for record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Creates an instance of a ChesMailErrorResponse record class.
+
+
ChesMailPriority - Enum Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailRequest - Record Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailRequest(List<ChesMailAttachment>, List<String>, ChesMailBodyType, String, List<String>, Integer, ChesMailEncoding, String, ChesMailPriority, String, String, List<String>) - Constructor for record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Creates an instance of a ChesMailRequest record class.
+
+
ChesMailResponse - Record Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailResponse(List<ChesMailResponseMessage>, UUID) - Constructor for record class ca.bc.gov.app.dto.ches.ChesMailResponse
+
+
Creates an instance of a ChesMailResponse record class.
+
+
ChesMailResponseMessage - Record Class in ca.bc.gov.app.dto.ches
+
 
+
ChesMailResponseMessage(UUID, String, List<String>) - Constructor for record class ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
Creates an instance of a ChesMailResponseMessage record class.
+
+
ChesRequestDto - Record Class in ca.bc.gov.app.dto.ches
+
+
The type Ches request dto.
+
+
ChesRequestDto(List<String>, String) - Constructor for record class ca.bc.gov.app.dto.ches.ChesRequestDto
+
+
Creates an instance of a ChesRequestDto record class.
+
+
ChesService - Class in ca.bc.gov.app.service.ches
+
 
+
ChesService(ForestClientConfiguration, WebClient, WebClient, EmailLogRepository, MeterRegistry, ObservationRegistry) - Constructor for class ca.bc.gov.app.service.ches.ChesService
+
 
+
city() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the city record component.
+
+
city() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the city record component.
+
+
city() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Returns the value of the city record component.
+
+
city() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns the value of the city record component.
+
+
CITZ - Enum constant in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
 
+
clientAcronym() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the clientAcronym record component.
+
+
clientAcronym() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientAcronym record component.
+
+
ClientAddressController - Class in ca.bc.gov.app.controller.client
+
 
+
ClientAddressController() - Constructor for class ca.bc.gov.app.controller.client.ClientAddressController
+
 
+
ClientAddressDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
ClientAddressDto(String, String, String, ClientValueTextDto, ClientValueTextDto, String, String, String, String, String, String, String, int, String) - Constructor for record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Creates an instance of a ClientAddressDto record class.
+
+
ClientAddressDtoValidator - Class in ca.bc.gov.app.validator.client
+
 
+
ClientAddressDtoValidator() - Constructor for class ca.bc.gov.app.validator.client.ClientAddressDtoValidator
+
 
+
ClientAddressService - Class in ca.bc.gov.app.service.client
+
 
+
ClientAddressService(ForestClientConfiguration, WebClient, ObservationRegistry) - Constructor for class ca.bc.gov.app.service.client.ClientAddressService
+
 
+
ClientAlreadyExistException - Exception in ca.bc.gov.app.exception
+
 
+
ClientAlreadyExistException(String) - Constructor for exception ca.bc.gov.app.exception.ClientAlreadyExistException
+
 
+
ClientAlreadyExistException(String, String, String) - Constructor for exception ca.bc.gov.app.exception.ClientAlreadyExistException
+
 
+
ClientBusinessInformationDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
ClientBusinessInformationDto(String, String, String, String, String, String, LocalDate, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Creates an instance of a ClientBusinessInformationDto record class.
+
+
ClientCodesController - Class in ca.bc.gov.app.controller.client
+
 
+
ClientCodesController() - Constructor for class ca.bc.gov.app.controller.client.ClientCodesController
+
 
+
clientComment() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientComment record component.
+
+
ClientContactDto - Record Class in ca.bc.gov.app.dto.client
+
+
The type Client contact dto.
+
+
ClientContactDto(ClientValueTextDto, String, String, String, String, String, String, int, List<ClientValueTextDto>) - Constructor for record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Creates an instance of a ClientContactDto record class.
+
+
ClientContactDtoValidator - Class in ca.bc.gov.app.validator.client
+
 
+
ClientContactDtoValidator() - Constructor for class ca.bc.gov.app.validator.client.ClientContactDtoValidator
+
 
+
ClientController - Class in ca.bc.gov.app.controller.client
+
 
+
ClientController() - Constructor for class ca.bc.gov.app.controller.client.ClientController
+
 
+
ClientDetailsDto - Record Class in ca.bc.gov.app.dto.bcregistry
+
+
A data transfer object representing the details of a client.
+
+
ClientDetailsDto(String, String, Boolean, List<ClientAddressDto>, List<ClientContactDto>) - Constructor for record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Creates an instance of a ClientDetailsDto record class.
+
+
clientIdentification() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the clientIdentification record component.
+
+
clientIdentification() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientIdentification record component.
+
+
clientIdTypeCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientIdTypeCode record component.
+
+
ClientLegacyService - Class in ca.bc.gov.app.service.client
+
+
This class is responsible for interacting with the legacy API to fetch client data.
+
+
ClientLegacyService(WebClient) - Constructor for class ca.bc.gov.app.service.client.ClientLegacyService
+
 
+
ClientListSubmissionDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
ClientListSubmissionDto(long, String, String, String, String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Creates an instance of a ClientListSubmissionDto record class.
+
+
ClientLocationDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
ClientLocationDto(List<ClientAddressDto>, List<ClientContactDto>) - Constructor for record class ca.bc.gov.app.dto.client.ClientLocationDto
+
+
Creates an instance of a ClientLocationDto record class.
+
+
ClientLocationDtoValidator - Class in ca.bc.gov.app.validator.client
+
 
+
ClientLocationDtoValidator() - Constructor for class ca.bc.gov.app.validator.client.ClientLocationDtoValidator
+
 
+
ClientLookUpDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
ClientLookUpDto(String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Creates an instance of a ClientLookUpDto record class.
+
+
ClientMapper - Class in ca.bc.gov.app.util
+
 
+
ClientMapper() - Constructor for class ca.bc.gov.app.util.ClientMapper
+
 
+
ClientMatchController - Class in ca.bc.gov.app.controller.client
+
+
This class is a REST controller for client matching operations.
+
+
ClientMatchController() - Constructor for class ca.bc.gov.app.controller.client.ClientMatchController
+
 
+
ClientMatchService - Class in ca.bc.gov.app.service.client
+
 
+
ClientMatchService() - Constructor for class ca.bc.gov.app.service.client.ClientMatchService
+
 
+
clientName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientName record component.
+
+
clientNumber() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientNumber record component.
+
+
clientNumber() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the clientNumber record component.
+
+
ClientService - Class in ca.bc.gov.app.service.client
+
 
+
ClientService() - Constructor for class ca.bc.gov.app.service.client.ClientService
+
 
+
clientStatusCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientStatusCode record component.
+
+
ClientStatusCodeEnum - Enum Class in ca.bc.gov.app.dto.legacy
+
 
+
ClientSubmissionController - Class in ca.bc.gov.app.controller.client
+
 
+
ClientSubmissionController(ClientSubmissionService, ClientSubmitRequestValidator) - Constructor for class ca.bc.gov.app.controller.client.ClientSubmissionController
+
 
+
ClientSubmissionDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
ClientSubmissionDto(ClientBusinessInformationDto, ClientLocationDto, String, String) - Constructor for record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Creates an instance of a ClientSubmissionDto record class.
+
+
ClientSubmissionService - Class in ca.bc.gov.app.service.client
+
 
+
ClientSubmissionService() - Constructor for class ca.bc.gov.app.service.client.ClientSubmissionService
+
 
+
ClientSubmitRequestValidator - Class in ca.bc.gov.app.validator.client
+
 
+
ClientSubmitRequestValidator() - Constructor for class ca.bc.gov.app.validator.client.ClientSubmitRequestValidator
+
 
+
clientType() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the clientType record component.
+
+
clientType() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the clientType record component.
+
+
clientType() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the clientType record component.
+
+
clientTypeCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the clientTypeCode record component.
+
+
ClientTypeCodeEntity - Class in ca.bc.gov.app.entity.client
+
 
+
ClientTypeCodeEntity(String, String) - Constructor for class ca.bc.gov.app.entity.client.ClientTypeCodeEntity
+
 
+
ClientTypeCodeEnum - Enum Class in ca.bc.gov.app.dto.legacy
+
 
+
ClientTypeCodeRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
clientTypeDesc() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the clientTypeDesc record component.
+
+
ClientTypeEnum - Enum Class in ca.bc.gov.app.dto.client
+
 
+
ClientValidationUtils - Class in ca.bc.gov.app.util
+
 
+
ClientValidationUtils() - Constructor for class ca.bc.gov.app.util.ClientValidationUtils
+
 
+
ClientValueTextDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
ClientValueTextDto(String, String) - Constructor for record class ca.bc.gov.app.dto.client.ClientValueTextDto
+
+
Creates an instance of a ClientValueTextDto record class.
+
+
code() - Method in record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Returns the value of the code record component.
+
+
code() - Method in record class ca.bc.gov.app.dto.client.CodeNameDto
+
+
Returns the value of the code record component.
+
+
code() - Method in record class ca.bc.gov.app.dto.client.DistrictDto
+
+
Returns the value of the code record component.
+
+
code() - Method in record class ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
Returns the value of the code record component.
+
+
CodeNameDto - Record Class in ca.bc.gov.app.dto.client
+
+
The CodeNameDto class represents a simple data transfer object (DTO) that encapsulates a + name and code for a specific object.
+
+
CodeNameDto(String, String) - Constructor for record class ca.bc.gov.app.dto.client.CodeNameDto
+
+
Creates an instance of a CodeNameDto record class.
+
+
CommonExposureJwtDto - Record Class in ca.bc.gov.app.dto.ches
+
 
+
CommonExposureJwtDto(String, long, long, String, long, String) - Constructor for record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Creates an instance of a CommonExposureJwtDto record class.
+
+
complementaryAddressOne() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the complementaryAddressOne record component.
+
+
complementaryAddressTwo() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the complementaryAddressTwo record component.
+
+
confirmedMatchUserId() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the confirmedMatchUserId record component.
+
+
contact() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the contact record component.
+
+
contacts() - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Returns the value of the contacts record component.
+
+
contacts() - Method in record class ca.bc.gov.app.dto.client.ClientLocationDto
+
+
Returns the value of the contacts record component.
+
+
ContactSearchDto - Record Class in ca.bc.gov.app.dto.legacy
+
 
+
ContactSearchDto(String, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Creates an instance of a ContactSearchDto record class.
+
+
ContactStepMatcher - Class in ca.bc.gov.app.service.client.matches
+
 
+
ContactStepMatcher() - Constructor for class ca.bc.gov.app.service.client.matches.ContactStepMatcher
+
 
+
contactType() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the contactType record component.
+
+
contactType() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the contactType record component.
+
+
ContactTypeCodeEntity - Class in ca.bc.gov.app.entity.client
+
 
+
ContactTypeCodeEntity() - Constructor for class ca.bc.gov.app.entity.client.ContactTypeCodeEntity
+
 
+
ContactTypeCodeRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
content() - Method in record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Returns the value of the content record component.
+
+
contentClass - Variable in class ca.bc.gov.app.controller.AbstractController
+
 
+
contentType() - Method in record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Returns the value of the contentType record component.
+
+
convert(Jwt) - Method in class ca.bc.gov.app.converters.GrantedAuthoritiesConverter
+
+
This method is responsible for converting a Jwt token into a collection of GrantedAuthority objects.
+
+
CookieCsrfRequestAttributeHandler - Class in ca.bc.gov.app.security
+
+
This class is a custom CSRF token request attribute handler that extends the ServerCsrfTokenRequestAttributeHandler.
+
+
CookieCsrfRequestAttributeHandler() - Constructor for class ca.bc.gov.app.security.CookieCsrfRequestAttributeHandler
+
 
+
corpRegnNmbr() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the corpRegnNmbr record component.
+
+
CorsCustomizer - Class in ca.bc.gov.app.security
+
+
This class customizes the CORS (Cross-Origin Resource Sharing) configuration for the application.
+
+
CorsCustomizer() - Constructor for class ca.bc.gov.app.security.CorsCustomizer
+
 
+
count() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the count record component.
+
+
countries(Integer, Integer) - Method in class ca.bc.gov.app.controller.client.CountryController
+
 
+
country() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the country record component.
+
+
country() - Method in record class ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
Returns the value of the country record component.
+
+
country() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Returns the value of the country record component.
+
+
country() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns the value of the country record component.
+
+
CountryCodeEntity - Class in ca.bc.gov.app.entity.client
+
 
+
CountryCodeEntity(String, String) - Constructor for class ca.bc.gov.app.entity.client.CountryCodeEntity
+
 
+
CountryCodeRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
CountryController - Class in ca.bc.gov.app.controller.client
+
 
+
CountryController() - Constructor for class ca.bc.gov.app.controller.client.CountryController
+
 
+
countryIso2() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the countryIso2 record component.
+
+
countryName() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the countryName record component.
+
+
CP - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
createdAt - Variable in class ca.bc.gov.app.entity.client.ExpirableBaseEntity
+
 
+
createdBy - Variable in class ca.bc.gov.app.entity.client.BaseEntity
+
 
+
createdBy - Variable in class ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity
+
 
+
CsrfCustomizer - Class in ca.bc.gov.app.security
+
+
This class is a customizer for CSRF (Cross-Site Request Forgery) protection in a Spring Security context.
+
+
CsrfCustomizer() - Constructor for class ca.bc.gov.app.security.CsrfCustomizer
+
 
+
customize(ServerHttpSecurity.AuthorizeExchangeSpec) - Method in class ca.bc.gov.app.security.ApiAuthorizationCustomizer
+
+
This method customizes the AuthorizeExchangeSpec by setting the authorization rules for + different API endpoints.
+
+
customize(ServerHttpSecurity.CorsSpec) - Method in class ca.bc.gov.app.security.CorsCustomizer
+
+
This method customizes the CORS configuration by setting the CORS configuration source.
+
+
customize(ServerHttpSecurity.CsrfSpec) - Method in class ca.bc.gov.app.security.CsrfCustomizer
+
+
This method customizes the CSRF protection settings.
+
+
customize(ServerHttpSecurity.HeaderSpec) - Method in class ca.bc.gov.app.security.HeadersCustomizer
+
+
This method customizes the HTTP headers for the application.
+
+
customize(ServerHttpSecurity.OAuth2ResourceServerSpec) - Method in class ca.bc.gov.app.security.Oauth2Customizer
+
+
This method customizes the OAuth2ResourceServerSpec by setting the JWT authentication + converter.
+
+
+

D

+
+
D - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
 
+
DAC - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
 
+
DataMatchException - Exception in ca.bc.gov.app.exception
+
 
+
DataMatchException(List<MatchResult>) - Constructor for exception ca.bc.gov.app.exception.DataMatchException
+
 
+
DEC - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
 
+
delay() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the delay record component.
+
+
deliveryAddress() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
+
Returns the value of the deliveryAddress record component.
+
+
deliveryAddress() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Returns the value of the deliveryAddress record component.
+
+
deliveryInstructions() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the deliveryInstructions record component.
+
+
description - Variable in class ca.bc.gov.app.entity.client.ExpirableBaseEntity
+
 
+
description() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns the value of the description record component.
+
+
description() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the description record component.
+
+
description() - Method in interface ca.bc.gov.app.dto.client.AddressError
+
 
+
description() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
 
+
description() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns a map containing the description of the client's business information.
+
+
description() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
 
+
description() - Method in record class ca.bc.gov.app.dto.client.ClientLocationDto
+
 
+
description() - Method in record class ca.bc.gov.app.dto.client.DistrictDto
+
+
Returns the value of the description record component.
+
+
description() - Method in record class ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
Returns the value of the description record component.
+
+
description(String) - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Returns a map containing the description of the client's business information.
+
+
description(String) - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
 
+
detail() - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Returns the value of the detail record component.
+
+
distribution() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+
 
+
district() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the district record component.
+
+
district() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the district record component.
+
+
district() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the district record component.
+
+
DistrictCodeEntity - Class in ca.bc.gov.app.entity.client
+
 
+
DistrictCodeEntity() - Constructor for class ca.bc.gov.app.entity.client.DistrictCodeEntity
+
 
+
DistrictCodeRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
DistrictController - Class in ca.bc.gov.app.controller.client
+
 
+
DistrictController() - Constructor for class ca.bc.gov.app.controller.client.DistrictController
+
 
+
districtDesc() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the districtDesc record component.
+
+
DistrictDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
DistrictDto(String, String, String) - Constructor for record class ca.bc.gov.app.dto.client.DistrictDto
+
+
Creates an instance of a DistrictDto record class.
+
+
documentAccessRequest() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
+
+
Returns the value of the documentAccessRequest record component.
+
+
documentKey() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Returns the value of the documentKey record component.
+
+
documents() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
+
+
Returns the value of the documents record component.
+
+
documents() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Returns the value of the documents record component.
+
+
documentType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
+
+
Returns the value of the documentType record component.
+
+
documentType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Returns the value of the documentType record component.
+
+
doingBusinessAs() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the doingBusinessAs record component.
+
+
+

E

+
+
effectiveAt - Variable in class ca.bc.gov.app.entity.client.ExpirableBaseEntity
+
 
+
email() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Returns the value of the email record component.
+
+
email() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the email record component.
+
+
email() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the email record component.
+
+
email() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns the value of the email record component.
+
+
emailAddress() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the emailAddress record component.
+
+
emailAddress() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the emailAddress record component.
+
+
emailAddress() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the emailAddress record component.
+
+
emailBody() - Method in record class ca.bc.gov.app.dto.ches.ChesRequestDto
+
+
Returns the value of the emailBody record component.
+
+
emailId() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the emailId record component.
+
+
EmailLogDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
EmailLogDto(Integer, String, String, String, String, String, String, Map<String, Object>) - Constructor for record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Creates an instance of a EmailLogDto record class.
+
+
EmailLogEntity - Class in ca.bc.gov.app.entity.client
+
 
+
EmailLogEntity() - Constructor for class ca.bc.gov.app.entity.client.EmailLogEntity
+
 
+
EmailLogEntityJsonConvert - Class in ca.bc.gov.app.converters
+
+
This class is responsible for converting EmailLogEntity objects to and from JSON format.
+
+
EmailLogEntityJsonConvert() - Constructor for class ca.bc.gov.app.converters.EmailLogEntityJsonConvert
+
 
+
emailLogId() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the emailLogId record component.
+
+
EmailLogRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
EmailRequestDto - Record Class in ca.bc.gov.app.dto.client
+
+
Represents a request object for sending emails via CHES (Common Hosted Email Service).
+
+
EmailRequestDto(String, String, String, String, String, String, String, Map<String, Object>) - Constructor for record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Creates an instance of a EmailRequestDto record class.
+
+
emails() - Method in record class ca.bc.gov.app.dto.client.DistrictDto
+
+
Returns the value of the emails record component.
+
+
emailSentInd() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the emailSentInd record component.
+
+
emailTo() - Method in record class ca.bc.gov.app.dto.ches.ChesRequestDto
+
+
Returns the value of the emailTo record component.
+
+
empty() - Method in record class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
 
+
encoding() - Method in record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Returns the value of the encoding record component.
+
+
encoding() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the encoding record component.
+
+
EPR - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
equals(Object) - Method in record class ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.ChesMailError
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponse
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.ChesRequestDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindListDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientLocationDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.ClientValueTextDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.CodeNameDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.DistrictDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.client.MatchResult
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.openmaps.FeatureDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class ca.bc.gov.app.dto.ValidationError
+
+
Indicates whether some other object is "equal to" this one.
+
+
error() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns the value of the error record component.
+
+
error() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the error record component.
+
+
error() - Method in interface ca.bc.gov.app.dto.client.AddressError
+
 
+
errorMessage() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+
+
Returns the value of the errorMessage record component.
+
+
errorMsg() - Method in record class ca.bc.gov.app.dto.ValidationError
+
+
Returns the value of the errorMsg record component.
+
+
errors() - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Returns the value of the errors record component.
+
+
exceptionMessage() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the exceptionMessage record component.
+
+
ExpirableBaseEntity - Class in ca.bc.gov.app.entity.client
+
 
+
ExpirableBaseEntity() - Constructor for class ca.bc.gov.app.entity.client.ExpirableBaseEntity
+
 
+
expiredAt - Variable in class ca.bc.gov.app.entity.client.ExpirableBaseEntity
+
 
+
expiresIn() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns the value of the expiresIn record component.
+
+
+

F

+
+
F - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
FAILED_TO_SEND_EMAIL - Static variable in class ca.bc.gov.app.service.ches.ChesService
+
 
+
fax() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns the value of the fax record component.
+
+
faxNumber() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the faxNumber record component.
+
+
faxNumber() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the faxNumber record component.
+
+
FeatureDto - Record Class in ca.bc.gov.app.dto.openmaps
+
 
+
FeatureDto(PropertyDto) - Constructor for record class ca.bc.gov.app.dto.openmaps.FeatureDto
+
+
Creates an instance of a FeatureDto record class.
+
+
FeatureFlagsConfiguration - Class in ca.bc.gov.app.configuration.flags
+
 
+
FeatureFlagsConfiguration() - Constructor for class ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration
+
 
+
features() - Method in record class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
+
Returns the value of the features record component.
+
+
field() - Method in record class ca.bc.gov.app.dto.client.MatchResult
+
+
Returns the value of the field record component.
+
+
fieldId() - Method in record class ca.bc.gov.app.dto.ValidationError
+
+
Returns the value of the fieldId record component.
+
+
fieldIsMissingErrorMessage(String) - Static method in class ca.bc.gov.app.util.ClientValidationUtils
+
 
+
filename() - Method in record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Returns the value of the filename record component.
+
+
fileName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Returns the value of the fileName record component.
+
+
filter(ClientRequest, ExchangeFunction) - Method in class ca.bc.gov.app.health.HealthExchangeFilterFunction
+
 
+
findActiveAt(LocalDate) - Method in interface ca.bc.gov.app.repository.client.ClientTypeCodeRepository
+
 
+
findActiveAt(LocalDate, Pageable) - Method in interface ca.bc.gov.app.repository.client.ContactTypeCodeRepository
+
 
+
findActiveClientTypeCodes() - Method in class ca.bc.gov.app.controller.client.ClientCodesController
+
 
+
findActiveClientTypeCodes(LocalDate) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Find Active Client Type Codes
+
+
findAllBy(Pageable) - Method in interface ca.bc.gov.app.repository.client.CountryCodeRepository
+
 
+
findAllBy(Pageable) - Method in interface ca.bc.gov.app.repository.client.DistrictCodeRepository
+
 
+
findByClientName(String) - Method in class ca.bc.gov.app.controller.client.ClientController
+
+
Retrieve a Flux of ClientLookUpDto objects by searching for clients with a specific name.
+
+
findByClientNameOrIncorporation(String) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Searches the BC Registry API for BcRegistryFacetSearchResultEntryDto instances matching + the given value and maps them to ClientLookUpDto instances.
+
+
findByCode(String) - Method in interface ca.bc.gov.app.repository.client.ClientTypeCodeRepository
+
 
+
findByCode(String) - Method in interface ca.bc.gov.app.repository.client.DistrictCodeRepository
+
 
+
findByCountryCode(String) - Method in interface ca.bc.gov.app.repository.client.CountryCodeRepository
+
 
+
findByCountryCode(String, Pageable) - Method in interface ca.bc.gov.app.repository.client.ProvinceCodeRepository
+
 
+
findByCountryCodeAndProvinceCode(String, String) - Method in interface ca.bc.gov.app.repository.client.ProvinceCodeRepository
+
 
+
findByDescription(String) - Method in interface ca.bc.gov.app.repository.client.CountryCodeRepository
+
 
+
findByEmailSentInd(String) - Method in interface ca.bc.gov.app.repository.client.EmailLogRepository
+
 
+
findByIndividual(String, String) - Method in class ca.bc.gov.app.controller.client.ClientController
+
 
+
findByIndividual(String, String) - Method in class ca.bc.gov.app.service.client.ClientService
+
 
+
findByOrDescription(String, String) - Method in interface ca.bc.gov.app.repository.client.ContactTypeCodeRepository
+
 
+
findByRegistrationNumber(String) - Method in class ca.bc.gov.app.controller.client.ClientController
+
 
+
findBySubmissionContactId(Integer) - Method in interface ca.bc.gov.app.repository.client.SubmissionLocationContactRepository
+
 
+
findBySubmissionId(Integer) - Method in interface ca.bc.gov.app.repository.client.SubmissionMatchDetailRepository
+
 
+
findBySubmissionLocationId(Integer) - Method in interface ca.bc.gov.app.repository.client.SubmissionLocationContactRepository
+
 
+
findByUserIdAndLastName(String, String) - Method in class ca.bc.gov.app.service.client.ClientService
+
 
+
findPossibleAddresses(String, Integer, String) - Method in class ca.bc.gov.app.controller.client.ClientAddressController
+
 
+
findPossibleAddresses(String, Integer, String) - Method in class ca.bc.gov.app.service.client.ClientAddressService
+
 
+
firstName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Returns the value of the firstName record component.
+
+
firstName() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the firstName record component.
+
+
firstName() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the firstName record component.
+
+
firstName() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns the value of the firstName record component.
+
+
firstName() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the firstName record component.
+
+
firstNationFederalId() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns the value of the firstNationFederalId record component.
+
+
firstNationFederalName() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns the value of the firstNationFederalName record component.
+
+
FNID - Enum constant in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
 
+
FOR - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
ForestClientConfiguration - Class in ca.bc.gov.app.configuration
+
+
The Forest client configuration.
+
+
ForestClientConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration
+
 
+
ForestClientConfiguration.AddressCompleteConfiguration - Class in ca.bc.gov.app.configuration
+
+
The Address Complete service from Canada Post configuration.
+
+
ForestClientConfiguration.BcRegistryConfiguration - Class in ca.bc.gov.app.configuration
+
+
The BC Registry configuration.
+
+
ForestClientConfiguration.ChesConfiguration - Class in ca.bc.gov.app.configuration
+
+
The Common hosted email service configuration.
+
+
ForestClientConfiguration.FrontEndConfiguration - Class in ca.bc.gov.app.configuration
+
+
The Front end configuration.
+
+
ForestClientConfiguration.FrontEndCorsConfiguration - Class in ca.bc.gov.app.configuration
+
+
The Front end cors configuration.
+
+
ForestClientConfiguration.LegacyConfiguration - Class in ca.bc.gov.app.configuration
+
+
The Legacy service (AKA Oracle) configuration.
+
+
ForestClientConfiguration.NameSecretDto - Record Class in ca.bc.gov.app.configuration
+
 
+
ForestClientConfiguration.SecurityConfiguration - Class in ca.bc.gov.app.configuration
+
+
The Security / Authentication configuration.
+
+
ForestClientDto - Record Class in ca.bc.gov.app.dto.legacy
+
 
+
ForestClientDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Creates an instance of a ForestClientDto record class.
+
+
ForestClientMetricConfiguration - Class in ca.bc.gov.app.configuration
+
 
+
ForestClientMetricConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+
 
+
from() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the from record component.
+
+
fromValue(String) - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailBodyType
+
+
Returns the enum constant with the specified string value.
+
+
fromValue(String) - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
+
Returns the enum constant with the specified string value.
+
+
fromValue(String) - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailPriority
+
+
Returns the enum constant with the specified string value.
+
+
fromValue(String) - Static method in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
+
Returns the enum constant with the specified string value.
+
+
fromValue(String) - Static method in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
+
Returns the enum constant with the specified string value.
+
+
FrontEndConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndConfiguration
+
 
+
FrontEndCorsConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.FrontEndCorsConfiguration
+
 
+
fuzzy() - Method in record class ca.bc.gov.app.dto.client.MatchResult
+
+
Returns the value of the fuzzy record component.
+
+
fuzzyMatchClients(ClientSubmissionDto, int) - Method in class ca.bc.gov.app.controller.client.ClientMatchController
+
+
This method is a POST endpoint for fuzzy matching clients.
+
+
+

G

+
+
G - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
generateCodeChallenge(String) - Static method in class ca.bc.gov.app.util.PkceUtil
+
+
Generates a code challenge from the given code verifier.
+
+
generateCodeVerifier() - Static method in class ca.bc.gov.app.util.PkceUtil
+
+
Generates a random string of 43 characters (256 bits) for use as a code verifier.
+
+
getActiveDistrictCodes(int, int) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
List natural resource districts
+
+
getActiveDistrictCodes(Integer, Integer) - Method in class ca.bc.gov.app.controller.client.DistrictController
+
 
+
getAddress(String) - Method in class ca.bc.gov.app.controller.client.ClientAddressController
+
 
+
getAddress(String) - Method in class ca.bc.gov.app.service.client.ClientAddressService
+
 
+
getBusinessId(JwtAuthenticationToken) - Static method in class ca.bc.gov.app.util.JwtPrincipalUtil
+
+
Retrieves the business ID from the given JwtAuthenticationToken principal.
+
+
getBusinessName(JwtAuthenticationToken) - Static method in class ca.bc.gov.app.util.JwtPrincipalUtil
+
+
Retrieves the business name from the given JwtAuthenticationToken principal.
+
+
getClientDetails(String, String, String) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Retrieves the client details for a given client number by making calls to BC Registry service.
+
+
getClientDetails(String, JwtAuthenticationToken) - Method in class ca.bc.gov.app.controller.client.ClientController
+
 
+
getClientType(LegalTypeEnum) - Static method in class ca.bc.gov.app.util.ClientValidationUtils
+
 
+
getClientTypeByCode(String) - Method in class ca.bc.gov.app.controller.client.ClientCodesController
+
 
+
getClientTypeByCode(String) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Retrieves a client type by its unique code.
+
+
getCountryByCode(String) - Method in class ca.bc.gov.app.controller.client.CountryController
+
 
+
getCountryByCode(String) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Retrieves country information by its country code.
+
+
getDistrictByCode(String) - Method in class ca.bc.gov.app.controller.client.DistrictController
+
 
+
getDistrictByCode(String) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Retrieves natural resource district information by its district code.
+
+
getDomainUrl() - Method in class ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
+
 
+
getEmail(JwtAuthenticationToken) - Static method in class ca.bc.gov.app.util.JwtPrincipalUtil
+
+
Retrieves the business name from the given JwtAuthenticationToken principal.
+
+
getJwksUrl() - Method in class ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
+
 
+
getLastName(JwtAuthenticationToken) - Static method in class ca.bc.gov.app.util.JwtPrincipalUtil
+
+
Retrieves the last name from the given JwtAuthenticationToken principal.
+
+
getLocationIdByName(List<SubmissionLocationEntity>, ClientContactDto) - Static method in class ca.bc.gov.app.util.ClientMapper
+
 
+
getLogger() - Method in class ca.bc.gov.app.service.client.matches.ContactStepMatcher
+
+
This method is used to get the logger for this class.
+
+
getLogger() - Method in class ca.bc.gov.app.service.client.matches.IndividualStepMatcher
+
+
This method is used to get the logger for this class.
+
+
getLogger() - Method in class ca.bc.gov.app.service.client.matches.LocationStepMatcher
+
+
This method is used to get the logger for this class.
+
+
getLogger() - Method in interface ca.bc.gov.app.service.client.matches.StepMatcher
+
 
+
getName(JwtAuthenticationToken) - Static method in class ca.bc.gov.app.util.JwtPrincipalUtil
+
+
Retrieves the display name from the given JwtAuthenticationToken principal.
+
+
getProvider(JwtAuthenticationToken) - Static method in class ca.bc.gov.app.util.JwtPrincipalUtil
+
+
Retrieves the provider of the JWT token from the given JwtAuthenticationToken principal.
+
+
getRoutingFunction(ErrorAttributes) - Method in class ca.bc.gov.app.controller.GlobalErrorController
+
+
This method is responsible for routing all requests to the error response rendering method.
+
+
getStepMatcher() - Method in class ca.bc.gov.app.service.client.matches.ContactStepMatcher
+
+
This method returns the step matcher enumeration value for contact steps.
+
+
getStepMatcher() - Method in class ca.bc.gov.app.service.client.matches.IndividualStepMatcher
+
+
This method returns the step matcher enumeration value for individual steps.
+
+
getStepMatcher() - Method in class ca.bc.gov.app.service.client.matches.LocationStepMatcher
+
+
This method returns the step matcher enumeration value for location steps.
+
+
getStepMatcher() - Method in interface ca.bc.gov.app.service.client.matches.StepMatcher
+
+
This method is used to get the step matcher enumeration value.
+
+
getSubmissionDetail(Long) - Method in class ca.bc.gov.app.service.client.ClientSubmissionService
+
 
+
getSubmissionDetail(Long, ServerHttpResponse) - Method in class ca.bc.gov.app.controller.client.ClientSubmissionController
+
 
+
getUserId(JwtAuthenticationToken) - Static method in class ca.bc.gov.app.util.JwtPrincipalUtil
+
+
Retrieves the user ID from the given JwtAuthenticationToken principal.
+
+
GlobalErrorController - Class in ca.bc.gov.app.controller
+
+
The GlobalErrorController class extends the AbstractErrorWebExceptionHandler class.
+
+
GlobalErrorController(ErrorAttributes, WebProperties, ApplicationContext, ServerCodecConfigurer) - Constructor for class ca.bc.gov.app.controller.GlobalErrorController
+
 
+
GlobalServiceConfiguration - Class in ca.bc.gov.app.configuration
+
+
Global Service Configuration
+
+
GlobalServiceConfiguration() - Constructor for class ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
 
+
goodStanding() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the goodStanding record component.
+
+
goodStanding() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns the value of the goodStanding record component.
+
+
goodStanding() - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Returns the value of the goodStanding record component.
+
+
goodStandingInd() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the goodStandingInd record component.
+
+
goodStandingInd() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the goodStandingInd record component.
+
+
GP - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
GrantedAuthoritiesConverter - Class in ca.bc.gov.app.converters
+
+
This class is a converter that takes a Jwt token and converts it into a collection of + GrantedAuthority objects.
+
+
GrantedAuthoritiesConverter() - Constructor for class ca.bc.gov.app.converters.GrantedAuthoritiesConverter
+
 
+
+

H

+
+
hasCorrections() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the hasCorrections record component.
+
+
hasCourtOrders() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the hasCourtOrders record component.
+
+
hashCode() - Method in record class ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.ChesMailError
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponse
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.ChesRequestDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindListDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientLocationDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.ClientValueTextDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.CodeNameDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.DistrictDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.client.MatchResult
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.openmaps.FeatureDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class ca.bc.gov.app.dto.ValidationError
+
+
Returns a hash code value for this object.
+
+
hasRestrictions() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the hasRestrictions record component.
+
+
HeadersCustomizer - Class in ca.bc.gov.app.security
+
+
This class is a customizer for HTTP headers in a Spring Boot application.
+
+
HeadersCustomizer() - Constructor for class ca.bc.gov.app.security.HeadersCustomizer
+
 
+
health() - Method in class ca.bc.gov.app.health.BcRegistryApiHealthIndicator
+
 
+
health() - Method in class ca.bc.gov.app.health.CanadaPostApiHealthIndicator
+
 
+
health() - Method in class ca.bc.gov.app.health.ChesHealthIndicator
+
 
+
health() - Method in class ca.bc.gov.app.health.LegacyApiHealthIndicator
+
 
+
HealthExchangeFilterFunction - Class in ca.bc.gov.app.health
+
 
+
HealthExchangeFilterFunction() - Constructor for class ca.bc.gov.app.health.HealthExchangeFilterFunction
+
 
+
HEX - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
 
+
HIGH - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailPriority
+
 
+
HTML - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailBodyType
+
 
+
+

I

+
+
I - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
I - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
id() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Returns the value of the id record component.
+
+
id() - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Returns the value of the id record component.
+
+
id() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns the value of the id record component.
+
+
id() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the id record component.
+
+
identificationCountry() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the identificationCountry record component.
+
+
identificationProvince() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the identificationProvince record component.
+
+
identificationType() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the identificationType record component.
+
+
IdentificationTypeDto - Record Class in ca.bc.gov.app.dto.client
+
 
+
IdentificationTypeDto(String, String, String) - Constructor for record class ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
Creates an instance of a IdentificationTypeDto record class.
+
+
IdentificationTypeEnum - Enum Class in ca.bc.gov.app.dto.client
+
 
+
identifier() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the identifier record component.
+
+
identifier() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns the value of the identifier record component.
+
+
idType() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
This method is used to determine the identification type of the client.
+
+
ignoreTag() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+
 
+
index() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the index record component.
+
+
index() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the index record component.
+
+
index() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns the value of the index record component.
+
+
index() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the index record component.
+
+
INDIVIDUAL_CLIENT_TYPE_CODE - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
IndividualStepMatcher - Class in ca.bc.gov.app.service.client.matches
+
+
This class implements the StepMatcher interface and provides the functionality for matching + individual steps.
+
+
IndividualStepMatcher() - Constructor for class ca.bc.gov.app.service.client.matches.IndividualStepMatcher
+
 
+
InvalidAccessTokenException - Exception in ca.bc.gov.app.exception
+
 
+
InvalidAccessTokenException() - Constructor for exception ca.bc.gov.app.exception.InvalidAccessTokenException
+
 
+
InvalidRequestObjectException - Exception in ca.bc.gov.app.exception
+
 
+
InvalidRequestObjectException(String) - Constructor for exception ca.bc.gov.app.exception.InvalidRequestObjectException
+
 
+
InvalidRoleException - Exception in ca.bc.gov.app.exception
+
 
+
InvalidRoleException() - Constructor for exception ca.bc.gov.app.exception.InvalidRoleException
+
 
+
isAfter(LocalDateTime, String) - Static method in interface ca.bc.gov.app.predicates.QueryPredicates
+
 
+
isBefore(LocalDateTime, String) - Static method in interface ca.bc.gov.app.predicates.QueryPredicates
+
 
+
isHealthy(boolean, Throwable) - Method in class ca.bc.gov.app.health.BcRegistryApiHealthIndicator
+
 
+
isHealthy(boolean, Throwable) - Method in interface ca.bc.gov.app.health.ManualHealthIndicator
+
 
+
isMatch(String, String, String, String, String) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
 
+
isMatcherDisabled() - Method in class ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration
+
 
+
isMatcherEnabled() - Method in class ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration
+
 
+
isMultiAddressDisabled() - Method in class ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration
+
 
+
isMultiAddressEnabled() - Method in class ca.bc.gov.app.configuration.flags.FeatureFlagsConfiguration
+
 
+
isNull(String) - Static method in interface ca.bc.gov.app.predicates.QueryPredicates
+
 
+
isPerson() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
 
+
isPerson() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
 
+
isValid() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
 
+
isValidEnum(String, String, Class<T>, Errors) - Static method in class ca.bc.gov.app.util.ClientValidationUtils
+
 
+
items() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindListDto
+
+
Returns the value of the items record component.
+
+
items() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto
+
+
Returns the value of the items record component.
+
+
+

J

+
+
jwtDecoder(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.SecurityConfiguration
+
+
This method creates a ReactiveJwtDecoder bean.
+
+
JwtPrincipalUtil - Class in ca.bc.gov.app.util
+
+
This is a utility class for handling JWT principals.
+
+
JwtPrincipalUtil() - Constructor for class ca.bc.gov.app.util.JwtPrincipalUtil
+
 
+
+

L

+
+
L - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
L - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
language() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the language record component.
+
+
lastName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Returns the value of the lastName record component.
+
+
lastName() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the lastName record component.
+
+
lastName() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the lastName record component.
+
+
lastName() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns the value of the lastName record component.
+
+
lastName() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the lastName record component.
+
+
legacyApi(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
+
Creates a WebClient instance for making HTTP requests to the Oracle Legacy API based on the + provided ForestClientConfiguration.
+
+
LegacyApiHealthIndicator - Class in ca.bc.gov.app.health
+
 
+
LegacyApiHealthIndicator(WebClient, ObservationRegistry) - Constructor for class ca.bc.gov.app.health.LegacyApiHealthIndicator
+
 
+
LegacyConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.LegacyConfiguration
+
 
+
legalFirstName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the legalFirstName record component.
+
+
legalMiddleName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the legalMiddleName record component.
+
+
legalName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the legalName record component.
+
+
legalName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
 
+
legalType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the legalType record component.
+
+
legalType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns the value of the legalType record component.
+
+
legalType() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the legalType record component.
+
+
legalType() - Method in record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Returns the value of the legalType record component.
+
+
LegalTypeEnum - Enum Class in ca.bc.gov.app.dto.client
+
 
+
LIC - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
line1() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the line1 record component.
+
+
line2() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the line2 record component.
+
+
line3() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the line3 record component.
+
+
line4() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the line4 record component.
+
+
line5() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the line5 record component.
+
+
listClientContactTypeCodes(Integer, Integer) - Method in class ca.bc.gov.app.controller.client.ClientCodesController
+
 
+
listClientContactTypeCodes(LocalDate, int, int) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
List contact types
+
+
listCountries(int, int) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
List countries
+
+
listProvinces(String, int, int) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
List Provinces
+
+
listProvinces(String, Integer, Integer) - Method in class ca.bc.gov.app.controller.client.CountryController
+
 
+
listSubmissions(int, int, SubmissionStatusEnum[], String[], String[], String[], String[]) - Method in class ca.bc.gov.app.service.client.ClientSubmissionService
+
 
+
listSubmissions(int, int, SubmissionStatusEnum[], String[], String[], String[], String[], ServerHttpResponse) - Method in class ca.bc.gov.app.controller.client.ClientSubmissionController
+
 
+
location() - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Returns the value of the location record component.
+
+
locationName() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the locationName record component.
+
+
locationNames() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the locationNames record component.
+
+
locations() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the locations record component.
+
+
LocationStepMatcher - Class in ca.bc.gov.app.service.client.matches
+
 
+
LocationStepMatcher() - Constructor for class ca.bc.gov.app.service.client.matches.LocationStepMatcher
+
 
+
LOW - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailPriority
+
 
+
LP - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
+

M

+
+
mailingAddress() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
+
Returns the value of the mailingAddress record component.
+
+
mailingAddress() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Returns the value of the mailingAddress record component.
+
+
main(String[]) - Static method in class ca.bc.gov.app.BootApplication
+
 
+
ManualHealthIndicator - Interface in ca.bc.gov.app.health
+
 
+
mapAllToSubmissionLocationContactEntity(List<ClientContactDto>) - Static method in class ca.bc.gov.app.util.ClientMapper
+
 
+
mapAllToSubmissionLocationEntity(Integer, List<ClientAddressDto>) - Static method in class ca.bc.gov.app.util.ClientMapper
+
+
Maps all ClientAddressDto objects to a SubmissionLocationEntity list, + using the specified submission ID.
+
+
mapToSubmissionContactEntity(ClientContactDto) - Static method in class ca.bc.gov.app.util.ClientMapper
+
+
Maps a ClientContactDto object to a SubmissionContactEntity object.
+
+
mapToSubmissionDetailEntity(Integer, ClientBusinessInformationDto) - Static method in class ca.bc.gov.app.util.ClientMapper
+
+
Maps a ClientBusinessInformationDto object to a SubmissionDetailEntity object, + using the specified submission ID.
+
+
mapToSubmissionLocationEntity(Integer, ClientAddressDto) - Static method in class ca.bc.gov.app.util.ClientMapper
+
+
Maps a ClientAddressDto object to a SubmissionLocationEntity object, + using the specified submission ID.
+
+
match() - Method in record class ca.bc.gov.app.dto.client.MatchResult
+
+
Returns the value of the match record component.
+
+
matchClients(ClientSubmissionDto, int) - Method in class ca.bc.gov.app.service.client.ClientMatchService
+
+
This method is responsible for matching clients based on the provided ClientSubmissionDto and + the step number.
+
+
matchers() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the matchers record component.
+
+
matchOfficesParties() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Returns a mapping of addresses to sets of parties associated with those addresses.
+
+
MatchResult - Record Class in ca.bc.gov.app.dto.client
+
 
+
MatchResult(String, String, boolean) - Constructor for record class ca.bc.gov.app.dto.client.MatchResult
+
+
Creates an instance of a MatchResult record class.
+
+
matchStep(ClientSubmissionDto) - Method in class ca.bc.gov.app.service.client.matches.ContactStepMatcher
+
+
This method matches the client submission data to the contact step.
+
+
matchStep(ClientSubmissionDto) - Method in class ca.bc.gov.app.service.client.matches.IndividualStepMatcher
+
+
This method matches the client submission data to the individual step.
+
+
matchStep(ClientSubmissionDto) - Method in class ca.bc.gov.app.service.client.matches.LocationStepMatcher
+
+
This method matches the client submission data to the location step.
+
+
matchStep(ClientSubmissionDto) - Method in interface ca.bc.gov.app.service.client.matches.StepMatcher
+
+
This method is used to match the client submission data to a specific step.
+
+
message() - Method in record class ca.bc.gov.app.dto.ches.ChesMailError
+
+
Returns the value of the message record component.
+
+
message() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
Returns the value of the message record component.
+
+
messages() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponse
+
+
Returns the value of the messages record component.
+
+
metricsCommonTags() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+
 
+
middleInitial() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Returns the value of the middleInitial record component.
+
+
middleName() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the middleName record component.
+
+
middleName() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns the value of the middleName record component.
+
+
msgId() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
Returns the value of the msgId record component.
+
+
+

N

+
+
N - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
 
+
name() - Method in record class ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+
+
Returns the value of the name record component.
+
+
name() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns the value of the name record component.
+
+
name() - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Returns the value of the name record component.
+
+
name() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the name record component.
+
+
name() - Method in record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Returns the value of the name record component.
+
+
name() - Method in record class ca.bc.gov.app.dto.client.CodeNameDto
+
+
Returns the value of the name record component.
+
+
name() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the name record component.
+
+
name() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns the value of the name record component.
+
+
NameSecretDto(String, String) - Constructor for record class ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+
+
Creates an instance of a NameSecretDto record class.
+
+
next() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns the value of the next record component.
+
+
NoClientDataFound - Exception in ca.bc.gov.app.exception
+
 
+
NoClientDataFound(String) - Constructor for exception ca.bc.gov.app.exception.NoClientDataFound
+
 
+
NoFirstNationException - Exception in ca.bc.gov.app.exception
+
 
+
NoFirstNationException(String) - Constructor for exception ca.bc.gov.app.exception.NoFirstNationException
+
 
+
NORMAL - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailPriority
+
 
+
notBeforePolicy() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns the value of the notBeforePolicy record component.
+
+
notes() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the notes record component.
+
+
notes() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the notes record component.
+
+
numberReturned() - Method in record class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
+
Returns the value of the numberReturned record component.
+
+
+

O

+
+
Oauth2Customizer - Class in ca.bc.gov.app.security
+
+
This class customizes the OAuth2 resource server specification for the application.
+
+
Oauth2Customizer() - Constructor for class ca.bc.gov.app.security.Oauth2Customizer
+
 
+
objectMapper(Jackson2ObjectMapperBuilder) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
+
 
+
ocgSupplierNmbr() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the ocgSupplierNmbr record component.
+
+
officeCity() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns the value of the officeCity record component.
+
+
officePostalCode() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns the value of the officePostalCode record component.
+
+
officeProvince() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns the value of the officeProvince record component.
+
+
officer() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Returns the value of the officer record component.
+
+
offices() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Returns the value of the offices record component.
+
+
onAfterConvert(EmailLogEntity, SqlIdentifier) - Method in class ca.bc.gov.app.converters.EmailLogEntityJsonConvert
+
+
This method is called after the conversion of an EmailLogEntity object.
+
+
onAfterConvert(SubmissionMatchDetailEntity, SqlIdentifier) - Method in class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
+
+
This method is called after the entity is retrieved from the database.
+
+
onBeforeConvert(EmailLogEntity, SqlIdentifier) - Method in class ca.bc.gov.app.converters.EmailLogEntityJsonConvert
+
+
This method is called before the conversion of an EmailLogEntity object.
+
+
onBeforeConvert(SubmissionMatchDetailEntity, SqlIdentifier) - Method in class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
+
+
This method is called before the entity is saved in the database.
+
+
OpenMapsResponseDto - Record Class in ca.bc.gov.app.dto.openmaps
+
 
+
OpenMapsResponseDto(Integer, List<FeatureDto>) - Constructor for record class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
+
Creates an instance of a OpenMapsResponseDto record class.
+
+
orContains(String[], String) - Static method in interface ca.bc.gov.app.predicates.QueryPredicates
+
 
+
orEqualTo(String[], String) - Static method in interface ca.bc.gov.app.predicates.QueryPredicates
+
 
+
organizationName() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the organizationName record component.
+
+
orName(String[]) - Static method in class ca.bc.gov.app.predicates.SubmissionDetailPredicates
+
 
+
orStatus(SubmissionStatusEnum[]) - Static method in class ca.bc.gov.app.predicates.SubmissionPredicates
+
 
+
orSubmittedAt(String[]) - Static method in class ca.bc.gov.app.predicates.SubmissionPredicates
+
 
+
OTHR - Enum constant in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
 
+
+

P

+
+
P - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
P - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
P - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
 
+
parseName(String, String) - Static method in class ca.bc.gov.app.util.ClientMapper
+
 
+
parties() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Returns the value of the parties record component.
+
+
partyType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Returns the value of the partyType record component.
+
+
PASS - Enum constant in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
 
+
paymentStatus() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Returns the value of the paymentStatus record component.
+
+
phone() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns the value of the phone record component.
+
+
phone2() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns the value of the phone2 record component.
+
+
phoneNumber() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the phoneNumber record component.
+
+
phoneNumber() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the phoneNumber record component.
+
+
PkceUtil - Class in ca.bc.gov.app.util
+
+
Utility class for generating PKCE code verifier and code challenge.
+
+
PkceUtil() - Constructor for class ca.bc.gov.app.util.PkceUtil
+
 
+
postalCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the postalCode record component.
+
+
postalCode() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the postalCode record component.
+
+
postalCode() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the postalCode record component.
+
+
postalCode() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Returns the value of the postalCode record component.
+
+
postalCode() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns the value of the postalCode record component.
+
+
POSTGRES_ATTRIBUTE_SCHEMA - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
priority() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the priority record component.
+
+
processResult(Flux<ForestClientDto>, String, boolean) - Method in interface ca.bc.gov.app.service.client.matches.StepMatcher
+
+
This default method processes the result of a match operation.
+
+
prometheusConfiguration() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+
 
+
properties() - Method in record class ca.bc.gov.app.dto.openmaps.FeatureDto
+
+
Returns the value of the properties record component.
+
+
PropertyDto - Record Class in ca.bc.gov.app.dto.openmaps
+
 
+
PropertyDto(String, Integer, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Creates an instance of a PropertyDto record class.
+
+
province() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the province record component.
+
+
province() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the province record component.
+
+
province() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Returns the value of the province record component.
+
+
province() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns the value of the province record component.
+
+
ProvinceCodeEntity - Class in ca.bc.gov.app.entity.client
+
 
+
ProvinceCodeEntity() - Constructor for class ca.bc.gov.app.entity.client.ProvinceCodeEntity
+
 
+
ProvinceCodeRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
provinceName() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the provinceName record component.
+
+
+

Q

+
+
QueryPredicates - Interface in ca.bc.gov.app.predicates
+
 
+
+

R

+
+
R - Enum constant in enum class ca.bc.gov.app.dto.client.BusinessTypeEnum
+
 
+
R - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
R - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
 
+
ReactiveValidator - Interface in ca.bc.gov.app.validator.client
+
 
+
reasons() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
Returns the value of the reasons record component.
+
+
REC - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
 
+
reduceMatchResults(Flux<MatchResult>) - Method in interface ca.bc.gov.app.service.client.matches.StepMatcher
+
+
This default method is used to reduce match results.
+
+
refreshExpiresIn() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns the value of the refreshExpiresIn record component.
+
+
REG - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
REG_SOLE_PROPRIETORSHIP_CLIENT_TYPE_CODE - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
RegisteredBusinessInformationValidator - Class in ca.bc.gov.app.validator.client
+
 
+
RegisteredBusinessInformationValidator() - Constructor for class ca.bc.gov.app.validator.client.RegisteredBusinessInformationValidator
+
 
+
registrationNumber() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the registrationNumber record component.
+
+
registrationNumber() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the registrationNumber record component.
+
+
registrationNumber() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns the value of the registrationNumber record component.
+
+
registryCompanyTypeCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the registryCompanyTypeCode record component.
+
+
rejectionReason() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the rejectionReason record component.
+
+
RequestAlreadyProcessedException - Exception in ca.bc.gov.app.exception
+
 
+
RequestAlreadyProcessedException() - Constructor for exception ca.bc.gov.app.exception.RequestAlreadyProcessedException
+
 
+
RequestAlreadyProcessedException(String) - Constructor for exception ca.bc.gov.app.exception.RequestAlreadyProcessedException
+
 
+
requestDocumentData(String) - Method in class ca.bc.gov.app.service.bcregistry.BcRegistryService
+
+
Sends a request to retrieve the document data for a given value using the BC Registry API.
+
+
requestType() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the requestType record component.
+
+
resolution() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns the value of the resolution record component.
+
+
resolution() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns the value of the resolution record component.
+
+
resolution() - Method in interface ca.bc.gov.app.dto.client.AddressError
+
 
+
resolveCsrfTokenValue(ServerWebExchange, CsrfToken) - Method in class ca.bc.gov.app.security.CookieCsrfRequestAttributeHandler
+
+
This method is used to resolve the CSRF token value from the request.
+
+
results() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto
+
+
Returns the value of the results record component.
+
+
RNC - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
 
+
ROLE_ADMIN - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
ROLE_EDITOR - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
ROLE_VIEWER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
roles() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Returns the value of the roles record component.
+
+
roleType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
Returns the value of the roleType record component.
+
+
rootCause() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+
+
Returns the value of the rootCause record component.
+
+
RSP - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
+

S

+
+
S - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
S - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
S - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
scope() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns the value of the scope record component.
+
+
searchByFacets(String) - Method in class ca.bc.gov.app.service.bcregistry.BcRegistryService
+
+
Searches the BC Registry API for BcRegistryFacetSearchResultEntryDto instances matching + the given value.
+
+
searchContact(ContactSearchDto) - Method in class ca.bc.gov.app.service.client.ClientLegacyService
+
 
+
searchDocument(String, String) - Method in class ca.bc.gov.app.service.client.ClientLegacyService
+
+
This method is used to search for a document in the legacy system using the document's ID type + and identification.
+
+
searchGeneric(String, String) - Method in class ca.bc.gov.app.service.client.ClientLegacyService
+
 
+
searchIdAndLastName(String, String) - Method in class ca.bc.gov.app.service.client.ClientLegacyService
+
+
This method is used to search for a client in the legacy system using the client's ID and last + name.
+
+
searchIndividual(String, String, LocalDate, String) - Method in class ca.bc.gov.app.service.client.ClientLegacyService
+
+
This method is used to search for an individual in the legacy system using the individual's + first name, last name, date of birth, and identification.
+
+
searchLegacy(String, String, String, String) - Method in class ca.bc.gov.app.service.client.ClientLegacyService
+
+
Searches for a list of ForestClientDto in the legacy API based on the given + registration number and company name.
+
+
searchLocation(AddressSearchDto) - Method in class ca.bc.gov.app.service.client.ClientLegacyService
+
 
+
searchResults() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto
+
+
Returns the value of the searchResults record component.
+
+
secondaryPhoneNumber() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the secondaryPhoneNumber record component.
+
+
secondaryPhoneNumber() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns the value of the secondaryPhoneNumber record component.
+
+
secret() - Method in record class ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+
+
Returns the value of the secret record component.
+
+
SecurityConfiguration - Class in ca.bc.gov.app.configuration
+
+
This class configures the security settings for the application.
+
+
SecurityConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
+
 
+
SecurityConfiguration() - Constructor for class ca.bc.gov.app.configuration.SecurityConfiguration
+
 
+
sendEmail(ChesRequestDto, String) - Method in class ca.bc.gov.app.service.ches.ChesService
+
+
Sends an email using the BC Government's Common Email Service (Ches) via HTTP POST request + using WebClient.
+
+
sendEmail(EmailRequestDto) - Method in class ca.bc.gov.app.controller.ches.ChesController
+
+
Endpoint for sending an email using CHES.
+
+
sendEmail(EmailRequestDto) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Send Email
+
+
sendEmail(EmailRequestDto, JwtAuthenticationToken) - Method in class ca.bc.gov.app.controller.ches.ChesController
+
 
+
sendEmail(String, String, String, Map<String, Object>, Integer) - Method in class ca.bc.gov.app.service.ches.ChesService
+
 
+
SP - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
SPN - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
 
+
SPP - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
 
+
SSD - Enum constant in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
 
+
startResendJob() - Method in class ca.bc.gov.app.job.ches.ChesEmailResendJob
+
+
Starts the job for resending failed emails.
+
+
state() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns the value of the state record component.
+
+
status() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Returns the value of the status record component.
+
+
status() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns the value of the status record component.
+
+
status() - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Returns the value of the status record component.
+
+
status() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the status record component.
+
+
status() - Method in record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Returns the value of the status record component.
+
+
STEP1FIRSTNATION - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
STEP1FORESTS - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
STEP1GOVERNMENT - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
STEP1INDIVIDUAL - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
STEP1REGISTERED - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
STEP1UNREGISTERED - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
STEP2 - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
STEP3 - Enum constant in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
 
+
StepMatchEnum - Enum Class in ca.bc.gov.app.dto.client
+
 
+
StepMatcher - Interface in ca.bc.gov.app.service.client.matches
+
 
+
streetAddress() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the streetAddress record component.
+
+
streetAddress() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns the value of the streetAddress record component.
+
+
streetAddress() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns the value of the streetAddress record component.
+
+
streetAddressAdditional() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns the value of the streetAddressAdditional record component.
+
+
subject() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the subject record component.
+
+
subject() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the subject record component.
+
+
subject() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the subject record component.
+
+
SUBMISSION_CONTACTS_QUERY - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
SUBMISSION_DETAILS_QUERY - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
SUBMISSION_ID - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
SUBMISSION_LOCATION_QUERY - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
SUBMISSION_STATUS - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
SUBMISSION_TYPE - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
SubmissionAddressDto - Record Class in ca.bc.gov.app.dto.submissions
+
 
+
SubmissionAddressDto(Integer, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Creates an instance of a SubmissionAddressDto record class.
+
+
SubmissionApproveRejectDto - Record Class in ca.bc.gov.app.dto.submissions
+
 
+
SubmissionApproveRejectDto(boolean, List<String>, String) - Constructor for record class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
Creates an instance of a SubmissionApproveRejectDto record class.
+
+
SubmissionBusinessDto - Record Class in ca.bc.gov.app.dto.submissions
+
 
+
SubmissionBusinessDto(String, String, String, String, String, String, String, LocalDate, String, String) - Constructor for record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Creates an instance of a SubmissionBusinessDto record class.
+
+
SubmissionContactDto - Record Class in ca.bc.gov.app.dto.submissions
+
 
+
SubmissionContactDto(Integer, String, String, String, String, String, Set<String>, String) - Constructor for record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Creates an instance of a SubmissionContactDto record class.
+
+
SubmissionContactEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionContactEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionContactEntity
+
 
+
SubmissionContactRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
SubmissionDetailEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionDetailEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionDetailEntity
+
 
+
SubmissionDetailPredicates - Class in ca.bc.gov.app.predicates
+
 
+
SubmissionDetailPredicates() - Constructor for class ca.bc.gov.app.predicates.SubmissionDetailPredicates
+
 
+
SubmissionDetailRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
SubmissionDetailsDto - Record Class in ca.bc.gov.app.dto.submissions
+
 
+
SubmissionDetailsDto(Long, String, String, LocalDateTime, LocalDateTime, LocalDateTime, String, SubmissionBusinessDto, List<SubmissionContactDto>, List<SubmissionAddressDto>, Map<String, Object>, String, String) - Constructor for record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Creates an instance of a SubmissionDetailsDto record class.
+
+
SubmissionEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionEntity
+
 
+
submissionId() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the submissionId record component.
+
+
SubmissionLocationContactEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionLocationContactEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionLocationContactEntity
+
 
+
SubmissionLocationContactIdEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionLocationContactIdEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionLocationContactIdEntity
+
 
+
SubmissionLocationContactRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
SubmissionLocationEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionLocationEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionLocationEntity
+
 
+
SubmissionLocationRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
SubmissionMatchDetailEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionMatchDetailEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity
+
 
+
SubmissionMatchDetailEntityBeforeConvert - Class in ca.bc.gov.app.converters
+
+
This class is responsible for converting SubmissionMatchDetailEntity before and after it is saved in the database.
+
+
SubmissionMatchDetailEntityBeforeConvert() - Constructor for class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
+
 
+
SubmissionMatchDetailRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
SubmissionPredicates - Class in ca.bc.gov.app.predicates
+
 
+
SubmissionPredicates() - Constructor for class ca.bc.gov.app.predicates.SubmissionPredicates
+
 
+
SubmissionRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
submissionStatus() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the submissionStatus record component.
+
+
SubmissionStatusEnum - Enum Class in ca.bc.gov.app.models.client
+
 
+
submissionType() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the submissionType record component.
+
+
SubmissionTypeCodeEntity - Class in ca.bc.gov.app.entity.client
+
 
+
SubmissionTypeCodeEntity() - Constructor for class ca.bc.gov.app.entity.client.SubmissionTypeCodeEntity
+
 
+
SubmissionTypeCodeEnum - Enum Class in ca.bc.gov.app.models.client
+
 
+
SubmissionTypeCodeRepository - Interface in ca.bc.gov.app.repository.client
+
 
+
submit(ClientSubmissionDto, ServerHttpResponse, JwtAuthenticationToken) - Method in class ca.bc.gov.app.controller.client.ClientSubmissionController
+
 
+
submit(ClientSubmissionDto, JwtAuthenticationToken) - Method in class ca.bc.gov.app.service.client.ClientSubmissionService
+
+
Submits a new client submission and returns a Mono of the submission ID.
+
+
submittedAt() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the submittedAt record component.
+
+
submittedTimestamp() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the submittedTimestamp record component.
+
+
supports(Class<?>) - Method in class ca.bc.gov.app.validator.client.ClientAddressDtoValidator
+
 
+
supports(Class<?>) - Method in class ca.bc.gov.app.validator.client.ClientContactDtoValidator
+
 
+
supports(Class<?>) - Method in class ca.bc.gov.app.validator.client.ClientLocationDtoValidator
+
 
+
supports(Class<?>) - Method in class ca.bc.gov.app.validator.client.ClientSubmitRequestValidator
+
 
+
supports(Class<?>) - Method in class ca.bc.gov.app.validator.client.RegisteredBusinessInformationValidator
+
 
+
supports(Class<?>) - Method in class ca.bc.gov.app.validator.client.UnregisteredBusinessInformationValidator
+
 
+
+

T

+
+
T - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
tag() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the tag record component.
+
+
tag() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
Returns the value of the tag record component.
+
+
templateName() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the templateName record component.
+
+
templateName() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the templateName record component.
+
+
text() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns the value of the text record component.
+
+
text() - Method in record class ca.bc.gov.app.dto.client.ClientValueTextDto
+
+
Returns the value of the text record component.
+
+
TEXT - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailBodyType
+
 
+
timedAspect(MeterRegistry) - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
+
 
+
title() - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Returns the value of the title record component.
+
+
to() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns the value of the to record component.
+
+
to() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
Returns the value of the to record component.
+
+
tokenType() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns the value of the tokenType record component.
+
+
toString() - Method in record class ca.bc.gov.app.configuration.ForestClientConfiguration.NameSecretDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetResponseDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultEntryDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryIdentificationDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.bcregistry.ClientDetailsDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.ChesMailAttachment
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.ChesMailError
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.ChesMailRequest
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponse
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponseMessage
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.ChesRequestDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ches.CommonExposureJwtDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteFindListDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.AddressCompleteRetrieveListDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientLocationDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientLookUpDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.ClientValueTextDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.CodeNameDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.DistrictDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.IdentificationTypeDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.client.MatchResult
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.legacy.AddressSearchDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.legacy.ContactSearchDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.openmaps.FeatureDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.openmaps.OpenMapsResponseDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.openmaps.PropertyDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionAddressDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionBusinessDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class ca.bc.gov.app.dto.ValidationError
+
+
Returns a string representation of this record class.
+
+
totalResults() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto
+
+
Returns the value of the totalResults record component.
+
+
TracingConfiguration - Class in ca.bc.gov.app.configuration
+
 
+
TracingConfiguration() - Constructor for class ca.bc.gov.app.configuration.TracingConfiguration
+
 
+
triggerEmailDuplicatedClient(EmailRequestDto, String, String) - Method in class ca.bc.gov.app.service.client.ClientService
+
+
Send Email
+
+
txId() - Method in record class ca.bc.gov.app.dto.ches.ChesMailResponse
+
+
Returns the value of the txId record component.
+
+
type() - Method in record class ca.bc.gov.app.dto.ches.ChesMailErrorResponse
+
+
Returns the value of the type record component.
+
+
+

U

+
+
U - Enum constant in enum class ca.bc.gov.app.dto.client.BusinessTypeEnum
+
 
+
U - Enum constant in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
 
+
UnableToProcessRequestException - Exception in ca.bc.gov.app.exception
+
 
+
UnableToProcessRequestException(String) - Constructor for exception ca.bc.gov.app.exception.UnableToProcessRequestException
+
 
+
UnableToProcessRequestException(List<String>) - Constructor for exception ca.bc.gov.app.exception.UnableToProcessRequestException
+
 
+
UnexpectedErrorException - Exception in ca.bc.gov.app.exception
+
 
+
UnexpectedErrorException(int, String) - Constructor for exception ca.bc.gov.app.exception.UnexpectedErrorException
+
 
+
UNREG_SOLE_PROPRIETORSHIP_CLIENT_TYPE_CODE - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
UnregisteredBusinessInformationValidator - Class in ca.bc.gov.app.validator.client
+
 
+
UnregisteredBusinessInformationValidator() - Constructor for class ca.bc.gov.app.validator.client.UnregisteredBusinessInformationValidator
+
 
+
UnsuportedClientTypeException - Exception in ca.bc.gov.app.exception
+
 
+
UnsuportedClientTypeException(String) - Constructor for exception ca.bc.gov.app.exception.UnsuportedClientTypeException
+
 
+
updatedAt - Variable in class ca.bc.gov.app.entity.client.BaseEntity
+
 
+
updatedAt - Variable in class ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity
+
 
+
updatedBy - Variable in class ca.bc.gov.app.entity.client.BaseEntity
+
 
+
updateTimestamp() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the updateTimestamp record component.
+
+
updateUser() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionDetailsDto
+
+
Returns the value of the updateUser record component.
+
+
US7ASCII_PATTERN - Static variable in class ca.bc.gov.app.util.ClientValidationUtils
+
 
+
USDL - Enum constant in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
 
+
user() - Method in record class ca.bc.gov.app.dto.client.ClientListSubmissionDto
+
+
Returns the value of the user record component.
+
+
userDetailsService(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.SecurityConfiguration
+
+
This method creates a MapReactiveUserDetailsService bean.
+
+
userId() - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Returns the value of the userId record component.
+
+
userId() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the userId record component.
+
+
userId() - Method in record class ca.bc.gov.app.dto.submissions.SubmissionContactDto
+
+
Returns the value of the userId record component.
+
+
USERID_HEADER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
userLastName() - Method in record class ca.bc.gov.app.dto.client.ClientSubmissionDto
+
+
Returns the value of the userLastName record component.
+
+
USERMAIL_HEADER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
userName() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the userName record component.
+
+
USERNAME_HEADER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
USERTYPE_BCEIDBUSINESS_USER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
USERTYPE_BCSC_USER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
USERTYPE_SERVICE_USER - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
USP - Enum constant in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
 
+
UTF_8 - Enum constant in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
 
+
+

V

+
+
validate(Object, Errors) - Method in class ca.bc.gov.app.validator.client.ClientAddressDtoValidator
+
 
+
validate(Object, Errors) - Method in class ca.bc.gov.app.validator.client.ClientContactDtoValidator
+
 
+
validate(Object, Errors) - Method in class ca.bc.gov.app.validator.client.ClientLocationDtoValidator
+
 
+
validate(Object, Errors) - Method in class ca.bc.gov.app.validator.client.ClientSubmitRequestValidator
+
 
+
validate(Object, Errors) - Method in class ca.bc.gov.app.validator.client.RegisteredBusinessInformationValidator
+
 
+
validate(Object, Errors) - Method in class ca.bc.gov.app.validator.client.UnregisteredBusinessInformationValidator
+
 
+
validate(S) - Method in class ca.bc.gov.app.controller.AbstractController
+
 
+
validate(S, Class<T>, V) - Static method in class ca.bc.gov.app.util.ValidationUtil
+
 
+
validateEmail(String, String, Errors) - Static method in class ca.bc.gov.app.util.ClientValidationUtils
+
 
+
validatePhoneNumber(String, String, Errors) - Static method in class ca.bc.gov.app.util.ClientValidationUtils
+
 
+
validateReactive(Object, Errors) - Method in class ca.bc.gov.app.validator.client.ClientSubmitRequestValidator
+
 
+
validateReactive(Object, Errors) - Method in interface ca.bc.gov.app.validator.client.ReactiveValidator
+
 
+
validateReactive(S) - Method in class ca.bc.gov.app.controller.AbstractController
+
 
+
validateReactive(S, Class<T>, V) - Static method in class ca.bc.gov.app.util.ValidationUtil
+
 
+
ValidationError - Record Class in ca.bc.gov.app.dto
+
+
Represents a validation error for a specific field in a data structure.
+
+
ValidationError(String, String) - Constructor for record class ca.bc.gov.app.dto.ValidationError
+
+
Creates an instance of a ValidationError record class.
+
+
ValidationException - Exception in ca.bc.gov.app.exception
+
 
+
ValidationException(List<ValidationError>) - Constructor for exception ca.bc.gov.app.exception.ValidationException
+
 
+
ValidationUtil - Class in ca.bc.gov.app.util
+
 
+
ValidationUtil() - Constructor for class ca.bc.gov.app.util.ValidationUtil
+
 
+
value() - Method in enum class ca.bc.gov.app.dto.ches.ChesMailBodyType
+
 
+
value() - Method in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
 
+
value() - Method in record class ca.bc.gov.app.dto.ches.ChesMailError
+
+
Returns the value of the value record component.
+
+
value() - Method in enum class ca.bc.gov.app.dto.ches.ChesMailPriority
+
 
+
value() - Method in record class ca.bc.gov.app.dto.client.ClientValueTextDto
+
+
Returns the value of the value record component.
+
+
value() - Method in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
 
+
value() - Method in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
 
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailBodyType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailPriority
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.client.BusinessTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailBodyType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailEncoding
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.ches.ChesMailPriority
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.client.BusinessTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.client.ClientTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.client.IdentificationTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.client.StepMatchEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.legacy.ClientStatusCodeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.dto.legacy.ClientTypeCodeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.models.client.SubmissionStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class ca.bc.gov.app.models.client.SubmissionTypeCodeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
variables() - Method in record class ca.bc.gov.app.dto.client.EmailLogDto
+
+
Returns the value of the variables record component.
+
+
variables() - Method in record class ca.bc.gov.app.dto.client.EmailRequestDto
+
+
Returns the value of the variables record component.
+
+
+

W

+
+
wcbFirmNumber() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
+
+
Returns the value of the wcbFirmNumber record component.
+
+
withIndexed(int) - Method in record class ca.bc.gov.app.dto.client.ClientAddressDto
+
 
+
withIndexed(int) - Method in record class ca.bc.gov.app.dto.client.ClientContactDto
+
 
+
workSafeBcNumber() - Method in record class ca.bc.gov.app.dto.client.ClientBusinessInformationDto
+
+
Returns the value of the workSafeBcNumber record component.
+
+
+

X

+
+
X_TOTAL_COUNT - Static variable in class ca.bc.gov.app.ApplicationConstant
+
 
+
XCP - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
XL - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
XP - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
XS - Enum constant in enum class ca.bc.gov.app.dto.client.LegalTypeEnum
+
 
+
+A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
+ +
+
+ + diff --git a/backend/index.html b/backend/index.html new file mode 100644 index 0000000000..128d7b6778 --- /dev/null +++ b/backend/index.html @@ -0,0 +1,125 @@ + + + + +Overview (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+
+

Javadoc Documentation for nr-forest-client-backend 0.0.1

+
+ +
+ +
+
+ + diff --git a/backend/javadoc.sh b/backend/javadoc.sh new file mode 100755 index 0000000000..78eb182bc9 --- /dev/null +++ b/backend/javadoc.sh @@ -0,0 +1 @@ +/usr/lib/jvm/temurin-17-jdk-amd64/bin/javadoc @options @packages \ No newline at end of file diff --git a/backend/jquery-ui.overrides.css b/backend/jquery-ui.overrides.css new file mode 100644 index 0000000000..facf852c27 --- /dev/null +++ b/backend/jquery-ui.overrides.css @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; + border: 1px solid #F8981D; +} diff --git a/backend/legal/ADDITIONAL_LICENSE_INFO b/backend/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000..ff700cd09f --- /dev/null +++ b/backend/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/backend/legal/ASSEMBLY_EXCEPTION b/backend/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000..065b8d9023 --- /dev/null +++ b/backend/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/backend/legal/LICENSE b/backend/legal/LICENSE new file mode 100644 index 0000000000..8b400c7ab8 --- /dev/null +++ b/backend/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/backend/legal/jquery.md b/backend/legal/jquery.md new file mode 100644 index 0000000000..d468b3183a --- /dev/null +++ b/backend/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.6.1 + +### jQuery License +``` +jQuery v 3.6.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/backend/legal/jqueryUI.md b/backend/legal/jqueryUI.md new file mode 100644 index 0000000000..8bda9d7a85 --- /dev/null +++ b/backend/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/backend/member-search-index.js b/backend/member-search-index.js new file mode 100644 index 0000000000..a66fe4362e --- /dev/null +++ b/backend/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"A"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"A"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"A"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"A"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"AAC"},{"p":"ca.bc.gov.app.controller","c":"AbstractController","l":"AbstractController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"accessToken()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientStatusCodeEnum","l":"ACT"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"active()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"address()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"address()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"addressCity()"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"addressCompleteApi(ForestClientConfiguration)","u":"addressCompleteApi(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.AddressCompleteConfiguration","l":"AddressCompleteConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"AddressCompleteFindDto(String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindListDto","l":"AddressCompleteFindListDto(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"AddressCompleteRetrieveDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveListDto","l":"AddressCompleteRetrieveListDto(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"addressCountry()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"addresses()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficesDto","l":"addresses()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"addresses()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"addresses()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLocationDto","l":"addresses()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"addressLine1()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"addressLine2()"},{"p":"ca.bc.gov.app.exception","c":"AddressLookupException","l":"AddressLookupException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"addressRegion()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"AddressSearchDto(String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"addressType()"},{"p":"ca.bc.gov.app.security","c":"ApiAuthorizationCustomizer","l":"ApiAuthorizationCustomizer()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"ApplicationConstant()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"appointmentDate()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionApproveRejectDto","l":"approved()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"approvedTimestamp()"},{"p":"ca.bc.gov.app.controller.client","c":"ClientSubmissionController","l":"approveOrReject(Long, JwtAuthenticationToken, SubmissionApproveRejectDto)","u":"approveOrReject(java.lang.Long,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken,ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto)"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionService","l":"approveOrReject(Long, String, String, String, SubmissionApproveRejectDto)","u":"approveOrReject(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,ca.bc.gov.app.dto.submissions.SubmissionApproveRejectDto)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"as(String)","u":"as(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"attachments()"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"authApi(ForestClientConfiguration)","u":"authApi(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"AVAILABLE_CLIENT_TYPES"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"B"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"B"},{"p":"ca.bc.gov.app.exception","c":"BadRequestException","l":"BadRequestException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"BASE_64"},{"p":"ca.bc.gov.app.entity.client","c":"BaseEntity","l":"BaseEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"BC"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"bcc()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"BcRegistryAddressDto(String, String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"bcRegistryApi(ForestClientConfiguration, ManualHealthIndicator)","u":"bcRegistryApi(ca.bc.gov.app.configuration.ForestClientConfiguration,ca.bc.gov.app.health.ManualHealthIndicator)"},{"p":"ca.bc.gov.app.health","c":"BcRegistryApiHealthIndicator","l":"BcRegistryApiHealthIndicator()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"BcRegistryBusinessAdressesDto(BcRegistryAddressDto, BcRegistryAddressDto)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto,ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"BcRegistryBusinessDto(Boolean, Boolean, Boolean, Boolean, String, String, String, String)","u":"%3Cinit%3E(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.BcRegistryConfiguration","l":"BcRegistryConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"BcRegistryDocumentAccessRequestDto(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"BcRegistryDocumentAccessTypeDto(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"BcRegistryDocumentDto(BcRegistryBusinessDto, BcRegistryOfficesDto, List)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto,ca.bc.gov.app.dto.bcregistry.BcRegistryOfficesDto,java.util.List)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"BcRegistryDocumentRequestDocumentDto(String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"BcRegistryDocumentRequestResponseDto(String, String, List, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"BcRegistryExceptionMessageDto(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetResponseDto","l":"BcRegistryFacetResponseDto(BcRegistryFacetSearchResultsDto)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryFacetSearchResultsDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"BcRegistryFacetSearchResultEntryDto(String, String, String, String, String, Boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultsDto","l":"BcRegistryFacetSearchResultsDto(List, long)","u":"%3Cinit%3E(java.util.List,long)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryIdentificationDto","l":"BcRegistryIdentificationDto(BcRegistryBusinessDto, BcRegistryBusinessAdressesDto)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessDto,ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"BcRegistryOfficerDto(String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficesDto","l":"BcRegistryOfficesDto(BcRegistryBusinessAdressesDto)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryBusinessAdressesDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"BcRegistryPartyDto(BcRegistryAddressDto, BcRegistryAddressDto, BcRegistryOfficerDto, List)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto,ca.bc.gov.app.dto.bcregistry.BcRegistryAddressDto,ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto,java.util.List)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"BcRegistryRoleDto(LocalDate, LocalDate, String)","u":"%3Cinit%3E(java.time.LocalDate,java.time.LocalDate,java.lang.String)"},{"p":"ca.bc.gov.app.service.bcregistry","c":"BcRegistryService","l":"BcRegistryService(WebClient, ObservationRegistry)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient,io.micrometer.observation.ObservationRegistry)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"BINARY"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"birthdate()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"birthdate()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"bn()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"body()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"bodyType()"},{"p":"ca.bc.gov.app","c":"BootApplication","l":"BootApplication()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"BRTH"},{"p":"ca.bc.gov.app.service.ches","c":"ChesService","l":"buildTemplate(String, Map)","u":"buildTemplate(java.lang.String,java.util.Map)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"BUSINESS_SUMMARY_FILING_HISTORY"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"business()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryIdentificationDto","l":"business()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"business()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"BUSINESSID_HEADER"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"businessIdentifier()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"businessInformation()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"businessName()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"businessName()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryIdentificationDto","l":"businessOffice()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficesDto","l":"businessOffice()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"businessPhoneNumber()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"businessType()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"businessType()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"C"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"C"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"C"},{"p":"ca.bc.gov.app.health","c":"CanadaPostApiHealthIndicator","l":"CanadaPostApiHealthIndicator(ForestClientConfiguration, WebClient, ObservationRegistry)","u":"%3Cinit%3E(ca.bc.gov.app.configuration.ForestClientConfiguration,org.springframework.web.reactive.function.client.WebClient,io.micrometer.observation.ObservationRegistry)"},{"p":"ca.bc.gov.app.exception","c":"CannotExtractTokenException","l":"CannotExtractTokenException()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"cause()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"cause()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressError","l":"cause()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"cc()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"CDDL"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"cessationDate()"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"chesApi(ForestClientConfiguration)","u":"chesApi(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.ChesConfiguration","l":"ChesConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.controller.ches","c":"ChesController","l":"ChesController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.job.ches","c":"ChesEmailResendJob","l":"ChesEmailResendJob(EmailLogRepository, ChesService, MeterRegistry)","u":"%3Cinit%3E(ca.bc.gov.app.repository.client.EmailLogRepository,ca.bc.gov.app.service.ches.ChesService,io.micrometer.core.instrument.MeterRegistry)"},{"p":"ca.bc.gov.app.health","c":"ChesHealthIndicator","l":"ChesHealthIndicator(WebClient, WebClient, ObservationRegistry)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient,org.springframework.web.reactive.function.client.WebClient,io.micrometer.observation.ObservationRegistry)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"ChesMailAttachment(String, String, ChesMailEncoding, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,ca.bc.gov.app.dto.ches.ChesMailEncoding,java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailError","l":"ChesMailError(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"ChesMailErrorResponse(String, String, int, String, List)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,java.lang.String,java.util.List)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"ChesMailRequest(List, List, ChesMailBodyType, String, List, Integer, ChesMailEncoding, String, ChesMailPriority, String, String, List)","u":"%3Cinit%3E(java.util.List,java.util.List,ca.bc.gov.app.dto.ches.ChesMailBodyType,java.lang.String,java.util.List,java.lang.Integer,ca.bc.gov.app.dto.ches.ChesMailEncoding,java.lang.String,ca.bc.gov.app.dto.ches.ChesMailPriority,java.lang.String,java.lang.String,java.util.List)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponse","l":"ChesMailResponse(List, UUID)","u":"%3Cinit%3E(java.util.List,java.util.UUID)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponseMessage","l":"ChesMailResponseMessage(UUID, String, List)","u":"%3Cinit%3E(java.util.UUID,java.lang.String,java.util.List)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesRequestDto","l":"ChesRequestDto(List, String)","u":"%3Cinit%3E(java.util.List,java.lang.String)"},{"p":"ca.bc.gov.app.service.ches","c":"ChesService","l":"ChesService(ForestClientConfiguration, WebClient, WebClient, EmailLogRepository, MeterRegistry, ObservationRegistry)","u":"%3Cinit%3E(ca.bc.gov.app.configuration.ForestClientConfiguration,org.springframework.web.reactive.function.client.WebClient,org.springframework.web.reactive.function.client.WebClient,ca.bc.gov.app.repository.client.EmailLogRepository,io.micrometer.core.instrument.MeterRegistry,io.micrometer.observation.ObservationRegistry)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"city()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"city()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"city()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"city()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"CITZ"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"clientAcronym()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientAcronym()"},{"p":"ca.bc.gov.app.controller.client","c":"ClientAddressController","l":"ClientAddressController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"ClientAddressDto(String, String, String, ClientValueTextDto, ClientValueTextDto, String, String, String, String, String, String, String, int, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,ca.bc.gov.app.dto.client.ClientValueTextDto,ca.bc.gov.app.dto.client.ClientValueTextDto,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientAddressDtoValidator","l":"ClientAddressDtoValidator()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientAddressService","l":"ClientAddressService(ForestClientConfiguration, WebClient, ObservationRegistry)","u":"%3Cinit%3E(ca.bc.gov.app.configuration.ForestClientConfiguration,org.springframework.web.reactive.function.client.WebClient,io.micrometer.observation.ObservationRegistry)"},{"p":"ca.bc.gov.app.exception","c":"ClientAlreadyExistException","l":"ClientAlreadyExistException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.exception","c":"ClientAlreadyExistException","l":"ClientAlreadyExistException(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"ClientBusinessInformationDto(String, String, String, String, String, String, LocalDate, String, String, String, String, String, String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientCodesController","l":"ClientCodesController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientComment()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"ClientContactDto(ClientValueTextDto, String, String, String, String, String, String, int, List)","u":"%3Cinit%3E(ca.bc.gov.app.dto.client.ClientValueTextDto,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.util.List)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientContactDtoValidator","l":"ClientContactDtoValidator()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.controller.client","c":"ClientController","l":"ClientController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"ClientDetailsDto(String, String, Boolean, List, List)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Boolean,java.util.List,java.util.List)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"clientIdentification()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientIdentification()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientIdTypeCode()"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"ClientLegacyService(WebClient)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"ClientListSubmissionDto(long, String, String, String, String, String, String, String, Long)","u":"%3Cinit%3E(long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLocationDto","l":"ClientLocationDto(List, List)","u":"%3Cinit%3E(java.util.List,java.util.List)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientLocationDtoValidator","l":"ClientLocationDtoValidator()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"ClientLookUpDto(String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"ClientMapper()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.controller.client","c":"ClientMatchController","l":"ClientMatchController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientMatchService","l":"ClientMatchService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"ClientService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientStatusCode()"},{"p":"ca.bc.gov.app.controller.client","c":"ClientSubmissionController","l":"ClientSubmissionController(ClientSubmissionService, ClientSubmitRequestValidator)","u":"%3Cinit%3E(ca.bc.gov.app.service.client.ClientSubmissionService,ca.bc.gov.app.validator.client.ClientSubmitRequestValidator)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"ClientSubmissionDto(ClientBusinessInformationDto, ClientLocationDto, String, String)","u":"%3Cinit%3E(ca.bc.gov.app.dto.client.ClientBusinessInformationDto,ca.bc.gov.app.dto.client.ClientLocationDto,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionService","l":"ClientSubmissionService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.validator.client","c":"ClientSubmitRequestValidator","l":"ClientSubmitRequestValidator()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"clientType()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"clientType()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"clientType()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientTypeCode()"},{"p":"ca.bc.gov.app.entity.client","c":"ClientTypeCodeEntity","l":"ClientTypeCodeEntity(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"clientTypeDesc()"},{"p":"ca.bc.gov.app.util","c":"ClientValidationUtils","l":"ClientValidationUtils()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientValueTextDto","l":"ClientValueTextDto(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"code()"},{"p":"ca.bc.gov.app.dto.client","c":"CodeNameDto","l":"code()"},{"p":"ca.bc.gov.app.dto.client","c":"DistrictDto","l":"code()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeDto","l":"code()"},{"p":"ca.bc.gov.app.dto.client","c":"CodeNameDto","l":"CodeNameDto(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"CommonExposureJwtDto(String, long, long, String, long, String)","u":"%3Cinit%3E(java.lang.String,long,long,java.lang.String,long,java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"complementaryAddressOne()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"complementaryAddressTwo()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"confirmedMatchUserId()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"contact()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"contacts()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLocationDto","l":"contacts()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"ContactSearchDto(String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.client.matches","c":"ContactStepMatcher","l":"ContactStepMatcher()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"contactType()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"contactType()"},{"p":"ca.bc.gov.app.entity.client","c":"ContactTypeCodeEntity","l":"ContactTypeCodeEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"content()"},{"p":"ca.bc.gov.app.controller","c":"AbstractController","l":"contentClass"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"contentType()"},{"p":"ca.bc.gov.app.converters","c":"GrantedAuthoritiesConverter","l":"convert(Jwt)","u":"convert(org.springframework.security.oauth2.jwt.Jwt)"},{"p":"ca.bc.gov.app.security","c":"CookieCsrfRequestAttributeHandler","l":"CookieCsrfRequestAttributeHandler()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"corpRegnNmbr()"},{"p":"ca.bc.gov.app.security","c":"CorsCustomizer","l":"CorsCustomizer()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"count()"},{"p":"ca.bc.gov.app.controller.client","c":"CountryController","l":"countries(Integer, Integer)","u":"countries(java.lang.Integer,java.lang.Integer)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"country()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeDto","l":"country()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"country()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"country()"},{"p":"ca.bc.gov.app.entity.client","c":"CountryCodeEntity","l":"CountryCodeEntity(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller.client","c":"CountryController","l":"CountryController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"countryIso2()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"countryName()"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"CP"},{"p":"ca.bc.gov.app.entity.client","c":"ExpirableBaseEntity","l":"createdAt"},{"p":"ca.bc.gov.app.entity.client","c":"BaseEntity","l":"createdBy"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionMatchDetailEntity","l":"createdBy"},{"p":"ca.bc.gov.app.security","c":"CsrfCustomizer","l":"CsrfCustomizer()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.security","c":"ApiAuthorizationCustomizer","l":"customize(ServerHttpSecurity.AuthorizeExchangeSpec)","u":"customize(org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec)"},{"p":"ca.bc.gov.app.security","c":"CorsCustomizer","l":"customize(ServerHttpSecurity.CorsSpec)","u":"customize(org.springframework.security.config.web.server.ServerHttpSecurity.CorsSpec)"},{"p":"ca.bc.gov.app.security","c":"CsrfCustomizer","l":"customize(ServerHttpSecurity.CsrfSpec)","u":"customize(org.springframework.security.config.web.server.ServerHttpSecurity.CsrfSpec)"},{"p":"ca.bc.gov.app.security","c":"HeadersCustomizer","l":"customize(ServerHttpSecurity.HeaderSpec)","u":"customize(org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec)"},{"p":"ca.bc.gov.app.security","c":"Oauth2Customizer","l":"customize(ServerHttpSecurity.OAuth2ResourceServerSpec)","u":"customize(org.springframework.security.config.web.server.ServerHttpSecurity.OAuth2ResourceServerSpec)"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"D"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientStatusCodeEnum","l":"DAC"},{"p":"ca.bc.gov.app.exception","c":"DataMatchException","l":"DataMatchException(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientStatusCodeEnum","l":"DEC"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"delay()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"deliveryAddress()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"deliveryAddress()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"deliveryInstructions()"},{"p":"ca.bc.gov.app.entity.client","c":"ExpirableBaseEntity","l":"description"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressError","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLocationDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"DistrictDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeDto","l":"description()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"description(String)","u":"description(java.lang.String)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"description(String)","u":"description(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"detail()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"distribution()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"district()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"district()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"district()"},{"p":"ca.bc.gov.app.entity.client","c":"DistrictCodeEntity","l":"DistrictCodeEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.controller.client","c":"DistrictController","l":"DistrictController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"districtDesc()"},{"p":"ca.bc.gov.app.dto.client","c":"DistrictDto","l":"DistrictDto(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"documentAccessRequest()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"documentKey()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"documents()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"documents()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"documentType()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"documentType()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"doingBusinessAs()"},{"p":"ca.bc.gov.app.entity.client","c":"ExpirableBaseEntity","l":"effectiveAt"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"email()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"email()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"email()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"email()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"emailAddress()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"emailAddress()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"emailAddress()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesRequestDto","l":"emailBody()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"emailId()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"EmailLogDto(Integer, String, String, String, String, String, String, Map)","u":"%3Cinit%3E(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map)"},{"p":"ca.bc.gov.app.entity.client","c":"EmailLogEntity","l":"EmailLogEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.converters","c":"EmailLogEntityJsonConvert","l":"EmailLogEntityJsonConvert()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"emailLogId()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"EmailRequestDto(String, String, String, String, String, String, String, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map)"},{"p":"ca.bc.gov.app.dto.client","c":"DistrictDto","l":"emails()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"emailSentInd()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesRequestDto","l":"emailTo()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"OpenMapsResponseDto","l":"empty()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"encoding()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"encoding()"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"EPR"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.NameSecretDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetResponseDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultsDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryIdentificationDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficesDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailError","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponse","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponseMessage","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesRequestDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindListDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveListDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLocationDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientValueTextDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"CodeNameDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"DistrictDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"MatchResult","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.openmaps","c":"FeatureDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.openmaps","c":"OpenMapsResponseDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionApproveRejectDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"ValidationError","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"error()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"error()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressError","l":"error()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"errorMessage()"},{"p":"ca.bc.gov.app.dto","c":"ValidationError","l":"errorMsg()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"errors()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"exceptionMessage()"},{"p":"ca.bc.gov.app.entity.client","c":"ExpirableBaseEntity","l":"ExpirableBaseEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity.client","c":"ExpirableBaseEntity","l":"expiredAt"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"expiresIn()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"F"},{"p":"ca.bc.gov.app.service.ches","c":"ChesService","l":"FAILED_TO_SEND_EMAIL"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"fax()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"faxNumber()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"faxNumber()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"FeatureDto","l":"FeatureDto(PropertyDto)","u":"%3Cinit%3E(ca.bc.gov.app.dto.openmaps.PropertyDto)"},{"p":"ca.bc.gov.app.configuration.flags","c":"FeatureFlagsConfiguration","l":"FeatureFlagsConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"OpenMapsResponseDto","l":"features()"},{"p":"ca.bc.gov.app.dto.client","c":"MatchResult","l":"field()"},{"p":"ca.bc.gov.app.dto","c":"ValidationError","l":"fieldId()"},{"p":"ca.bc.gov.app.util","c":"ClientValidationUtils","l":"fieldIsMissingErrorMessage(String)","u":"fieldIsMissingErrorMessage(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"filename()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"fileName()"},{"p":"ca.bc.gov.app.health","c":"HealthExchangeFilterFunction","l":"filter(ClientRequest, ExchangeFunction)","u":"filter(org.springframework.web.reactive.function.client.ClientRequest,org.springframework.web.reactive.function.client.ExchangeFunction)"},{"p":"ca.bc.gov.app.repository.client","c":"ClientTypeCodeRepository","l":"findActiveAt(LocalDate)","u":"findActiveAt(java.time.LocalDate)"},{"p":"ca.bc.gov.app.repository.client","c":"ContactTypeCodeRepository","l":"findActiveAt(LocalDate, Pageable)","u":"findActiveAt(java.time.LocalDate,org.springframework.data.domain.Pageable)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientCodesController","l":"findActiveClientTypeCodes()"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"findActiveClientTypeCodes(LocalDate)","u":"findActiveClientTypeCodes(java.time.LocalDate)"},{"p":"ca.bc.gov.app.repository.client","c":"CountryCodeRepository","l":"findAllBy(Pageable)","u":"findAllBy(org.springframework.data.domain.Pageable)"},{"p":"ca.bc.gov.app.repository.client","c":"DistrictCodeRepository","l":"findAllBy(Pageable)","u":"findAllBy(org.springframework.data.domain.Pageable)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientController","l":"findByClientName(String)","u":"findByClientName(java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"findByClientNameOrIncorporation(String)","u":"findByClientNameOrIncorporation(java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"ClientTypeCodeRepository","l":"findByCode(String)","u":"findByCode(java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"DistrictCodeRepository","l":"findByCode(String)","u":"findByCode(java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"CountryCodeRepository","l":"findByCountryCode(String)","u":"findByCountryCode(java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"ProvinceCodeRepository","l":"findByCountryCode(String, Pageable)","u":"findByCountryCode(java.lang.String,org.springframework.data.domain.Pageable)"},{"p":"ca.bc.gov.app.repository.client","c":"ProvinceCodeRepository","l":"findByCountryCodeAndProvinceCode(String, String)","u":"findByCountryCodeAndProvinceCode(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"CountryCodeRepository","l":"findByDescription(String)","u":"findByDescription(java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"EmailLogRepository","l":"findByEmailSentInd(String)","u":"findByEmailSentInd(java.lang.String)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientController","l":"findByIndividual(String, String)","u":"findByIndividual(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"findByIndividual(String, String)","u":"findByIndividual(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"ContactTypeCodeRepository","l":"findByOrDescription(String, String)","u":"findByOrDescription(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientController","l":"findByRegistrationNumber(String)","u":"findByRegistrationNumber(java.lang.String)"},{"p":"ca.bc.gov.app.repository.client","c":"SubmissionLocationContactRepository","l":"findBySubmissionContactId(Integer)","u":"findBySubmissionContactId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository.client","c":"SubmissionMatchDetailRepository","l":"findBySubmissionId(Integer)","u":"findBySubmissionId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository.client","c":"SubmissionLocationContactRepository","l":"findBySubmissionLocationId(Integer)","u":"findBySubmissionLocationId(java.lang.Integer)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"findByUserIdAndLastName(String, String)","u":"findByUserIdAndLastName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientAddressController","l":"findPossibleAddresses(String, Integer, String)","u":"findPossibleAddresses(java.lang.String,java.lang.Integer,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientAddressService","l":"findPossibleAddresses(String, Integer, String)","u":"findPossibleAddresses(java.lang.String,java.lang.Integer,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"firstName()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"firstName()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"firstName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"firstName()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"firstName()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"firstNationFederalId()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"firstNationFederalName()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"FNID"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"FOR"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration","l":"ForestClientConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"ForestClientDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"ForestClientMetricConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"from()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailBodyType","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailPriority","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.FrontEndConfiguration","l":"FrontEndConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.FrontEndCorsConfiguration","l":"FrontEndCorsConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"MatchResult","l":"fuzzy()"},{"p":"ca.bc.gov.app.controller.client","c":"ClientMatchController","l":"fuzzyMatchClients(ClientSubmissionDto, int)","u":"fuzzyMatchClients(ca.bc.gov.app.dto.client.ClientSubmissionDto,int)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"G"},{"p":"ca.bc.gov.app.util","c":"PkceUtil","l":"generateCodeChallenge(String)","u":"generateCodeChallenge(java.lang.String)"},{"p":"ca.bc.gov.app.util","c":"PkceUtil","l":"generateCodeVerifier()"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"getActiveDistrictCodes(int, int)","u":"getActiveDistrictCodes(int,int)"},{"p":"ca.bc.gov.app.controller.client","c":"DistrictController","l":"getActiveDistrictCodes(Integer, Integer)","u":"getActiveDistrictCodes(java.lang.Integer,java.lang.Integer)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientAddressController","l":"getAddress(String)","u":"getAddress(java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientAddressService","l":"getAddress(String)","u":"getAddress(java.lang.String)"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"getBusinessId(JwtAuthenticationToken)","u":"getBusinessId(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"getBusinessName(JwtAuthenticationToken)","u":"getBusinessName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientController","l":"getClientDetails(String, JwtAuthenticationToken)","u":"getClientDetails(java.lang.String,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"getClientDetails(String, String, String)","u":"getClientDetails(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.util","c":"ClientValidationUtils","l":"getClientType(LegalTypeEnum)","u":"getClientType(ca.bc.gov.app.dto.client.LegalTypeEnum)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientCodesController","l":"getClientTypeByCode(String)","u":"getClientTypeByCode(java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"getClientTypeByCode(String)","u":"getClientTypeByCode(java.lang.String)"},{"p":"ca.bc.gov.app.controller.client","c":"CountryController","l":"getCountryByCode(String)","u":"getCountryByCode(java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"getCountryByCode(String)","u":"getCountryByCode(java.lang.String)"},{"p":"ca.bc.gov.app.controller.client","c":"DistrictController","l":"getDistrictByCode(String)","u":"getDistrictByCode(java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"getDistrictByCode(String)","u":"getDistrictByCode(java.lang.String)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.SecurityConfiguration","l":"getDomainUrl()"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"getEmail(JwtAuthenticationToken)","u":"getEmail(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.SecurityConfiguration","l":"getJwksUrl()"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"getLastName(JwtAuthenticationToken)","u":"getLastName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"getLocationIdByName(List, ClientContactDto)","u":"getLocationIdByName(java.util.List,ca.bc.gov.app.dto.client.ClientContactDto)"},{"p":"ca.bc.gov.app.service.client.matches","c":"ContactStepMatcher","l":"getLogger()"},{"p":"ca.bc.gov.app.service.client.matches","c":"IndividualStepMatcher","l":"getLogger()"},{"p":"ca.bc.gov.app.service.client.matches","c":"LocationStepMatcher","l":"getLogger()"},{"p":"ca.bc.gov.app.service.client.matches","c":"StepMatcher","l":"getLogger()"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"getName(JwtAuthenticationToken)","u":"getName(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"getProvider(JwtAuthenticationToken)","u":"getProvider(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.controller","c":"GlobalErrorController","l":"getRoutingFunction(ErrorAttributes)","u":"getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes)"},{"p":"ca.bc.gov.app.service.client.matches","c":"ContactStepMatcher","l":"getStepMatcher()"},{"p":"ca.bc.gov.app.service.client.matches","c":"IndividualStepMatcher","l":"getStepMatcher()"},{"p":"ca.bc.gov.app.service.client.matches","c":"LocationStepMatcher","l":"getStepMatcher()"},{"p":"ca.bc.gov.app.service.client.matches","c":"StepMatcher","l":"getStepMatcher()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionService","l":"getSubmissionDetail(Long)","u":"getSubmissionDetail(java.lang.Long)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientSubmissionController","l":"getSubmissionDetail(Long, ServerHttpResponse)","u":"getSubmissionDetail(java.lang.Long,org.springframework.http.server.reactive.ServerHttpResponse)"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"getUserId(JwtAuthenticationToken)","u":"getUserId(org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.controller","c":"GlobalErrorController","l":"GlobalErrorController(ErrorAttributes, WebProperties, ApplicationContext, ServerCodecConfigurer)","u":"%3Cinit%3E(org.springframework.boot.web.reactive.error.ErrorAttributes,org.springframework.boot.autoconfigure.web.WebProperties,org.springframework.context.ApplicationContext,org.springframework.http.codec.ServerCodecConfigurer)"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"GlobalServiceConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"goodStanding()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"goodStanding()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"goodStanding()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"goodStandingInd()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"goodStandingInd()"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"GP"},{"p":"ca.bc.gov.app.converters","c":"GrantedAuthoritiesConverter","l":"GrantedAuthoritiesConverter()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"hasCorrections()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"hasCourtOrders()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.NameSecretDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetResponseDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultsDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryIdentificationDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficesDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailError","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponse","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponseMessage","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesRequestDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindListDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveListDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLocationDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientValueTextDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"CodeNameDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"DistrictDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.client","c":"MatchResult","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"FeatureDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"OpenMapsResponseDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionApproveRejectDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ValidationError","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"hasRestrictions()"},{"p":"ca.bc.gov.app.security","c":"HeadersCustomizer","l":"HeadersCustomizer()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.health","c":"BcRegistryApiHealthIndicator","l":"health()"},{"p":"ca.bc.gov.app.health","c":"CanadaPostApiHealthIndicator","l":"health()"},{"p":"ca.bc.gov.app.health","c":"ChesHealthIndicator","l":"health()"},{"p":"ca.bc.gov.app.health","c":"LegacyApiHealthIndicator","l":"health()"},{"p":"ca.bc.gov.app.health","c":"HealthExchangeFilterFunction","l":"HealthExchangeFilterFunction()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"HEX"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailPriority","l":"HIGH"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailBodyType","l":"HTML"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"I"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"I"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"id()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"id()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"id()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"id()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"identificationCountry()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"identificationProvince()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"identificationType()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeDto","l":"IdentificationTypeDto(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"identifier()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"identifier()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"idType()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"ignoreTag()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"index()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"index()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"index()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"index()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"INDIVIDUAL_CLIENT_TYPE_CODE"},{"p":"ca.bc.gov.app.service.client.matches","c":"IndividualStepMatcher","l":"IndividualStepMatcher()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.exception","c":"InvalidAccessTokenException","l":"InvalidAccessTokenException()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.exception","c":"InvalidRequestObjectException","l":"InvalidRequestObjectException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.exception","c":"InvalidRoleException","l":"InvalidRoleException()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.predicates","c":"QueryPredicates","l":"isAfter(LocalDateTime, String)","u":"isAfter(java.time.LocalDateTime,java.lang.String)"},{"p":"ca.bc.gov.app.predicates","c":"QueryPredicates","l":"isBefore(LocalDateTime, String)","u":"isBefore(java.time.LocalDateTime,java.lang.String)"},{"p":"ca.bc.gov.app.health","c":"BcRegistryApiHealthIndicator","l":"isHealthy(boolean, Throwable)","u":"isHealthy(boolean,java.lang.Throwable)"},{"p":"ca.bc.gov.app.health","c":"ManualHealthIndicator","l":"isHealthy(boolean, Throwable)","u":"isHealthy(boolean,java.lang.Throwable)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"isMatch(String, String, String, String, String)","u":"isMatch(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.configuration.flags","c":"FeatureFlagsConfiguration","l":"isMatcherDisabled()"},{"p":"ca.bc.gov.app.configuration.flags","c":"FeatureFlagsConfiguration","l":"isMatcherEnabled()"},{"p":"ca.bc.gov.app.configuration.flags","c":"FeatureFlagsConfiguration","l":"isMultiAddressDisabled()"},{"p":"ca.bc.gov.app.configuration.flags","c":"FeatureFlagsConfiguration","l":"isMultiAddressEnabled()"},{"p":"ca.bc.gov.app.predicates","c":"QueryPredicates","l":"isNull(String)","u":"isNull(java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"isPerson()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"isPerson()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficesDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"isValid()"},{"p":"ca.bc.gov.app.util","c":"ClientValidationUtils","l":"isValidEnum(String, String, Class, Errors)","u":"isValidEnum(java.lang.String,java.lang.String,java.lang.Class,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindListDto","l":"items()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveListDto","l":"items()"},{"p":"ca.bc.gov.app.configuration","c":"SecurityConfiguration","l":"jwtDecoder(ForestClientConfiguration)","u":"jwtDecoder(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app.util","c":"JwtPrincipalUtil","l":"JwtPrincipalUtil()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"L"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"L"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"language()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"lastName()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"lastName()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"lastName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"lastName()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"lastName()"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"legacyApi(ForestClientConfiguration)","u":"legacyApi(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app.health","c":"LegacyApiHealthIndicator","l":"LegacyApiHealthIndicator(WebClient, ObservationRegistry)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient,io.micrometer.observation.ObservationRegistry)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.LegacyConfiguration","l":"LegacyConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"legalFirstName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"legalMiddleName()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"legalName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"legalName()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"legalType()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"legalType()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"legalType()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"legalType()"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"LIC"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"line1()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"line2()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"line3()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"line4()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"line5()"},{"p":"ca.bc.gov.app.controller.client","c":"ClientCodesController","l":"listClientContactTypeCodes(Integer, Integer)","u":"listClientContactTypeCodes(java.lang.Integer,java.lang.Integer)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"listClientContactTypeCodes(LocalDate, int, int)","u":"listClientContactTypeCodes(java.time.LocalDate,int,int)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"listCountries(int, int)","u":"listCountries(int,int)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"listProvinces(String, int, int)","u":"listProvinces(java.lang.String,int,int)"},{"p":"ca.bc.gov.app.controller.client","c":"CountryController","l":"listProvinces(String, Integer, Integer)","u":"listProvinces(java.lang.String,java.lang.Integer,java.lang.Integer)"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionService","l":"listSubmissions(int, int, SubmissionStatusEnum[], String[], String[], String[], String[])","u":"listSubmissions(int,int,ca.bc.gov.app.models.client.SubmissionStatusEnum[],java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[])"},{"p":"ca.bc.gov.app.controller.client","c":"ClientSubmissionController","l":"listSubmissions(int, int, SubmissionStatusEnum[], String[], String[], String[], String[], ServerHttpResponse)","u":"listSubmissions(int,int,ca.bc.gov.app.models.client.SubmissionStatusEnum[],java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[],org.springframework.http.server.reactive.ServerHttpResponse)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"location()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"locationName()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"locationNames()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"locations()"},{"p":"ca.bc.gov.app.service.client.matches","c":"LocationStepMatcher","l":"LocationStepMatcher()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailPriority","l":"LOW"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"LP"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"mailingAddress()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"mailingAddress()"},{"p":"ca.bc.gov.app","c":"BootApplication","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"mapAllToSubmissionLocationContactEntity(List)","u":"mapAllToSubmissionLocationContactEntity(java.util.List)"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"mapAllToSubmissionLocationEntity(Integer, List)","u":"mapAllToSubmissionLocationEntity(java.lang.Integer,java.util.List)"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"mapToSubmissionContactEntity(ClientContactDto)","u":"mapToSubmissionContactEntity(ca.bc.gov.app.dto.client.ClientContactDto)"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"mapToSubmissionDetailEntity(Integer, ClientBusinessInformationDto)","u":"mapToSubmissionDetailEntity(java.lang.Integer,ca.bc.gov.app.dto.client.ClientBusinessInformationDto)"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"mapToSubmissionLocationEntity(Integer, ClientAddressDto)","u":"mapToSubmissionLocationEntity(java.lang.Integer,ca.bc.gov.app.dto.client.ClientAddressDto)"},{"p":"ca.bc.gov.app.dto.client","c":"MatchResult","l":"match()"},{"p":"ca.bc.gov.app.service.client","c":"ClientMatchService","l":"matchClients(ClientSubmissionDto, int)","u":"matchClients(ca.bc.gov.app.dto.client.ClientSubmissionDto,int)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"matchers()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"matchOfficesParties()"},{"p":"ca.bc.gov.app.dto.client","c":"MatchResult","l":"MatchResult(String, String, boolean)","u":"%3Cinit%3E(java.lang.String,java.lang.String,boolean)"},{"p":"ca.bc.gov.app.service.client.matches","c":"ContactStepMatcher","l":"matchStep(ClientSubmissionDto)","u":"matchStep(ca.bc.gov.app.dto.client.ClientSubmissionDto)"},{"p":"ca.bc.gov.app.service.client.matches","c":"IndividualStepMatcher","l":"matchStep(ClientSubmissionDto)","u":"matchStep(ca.bc.gov.app.dto.client.ClientSubmissionDto)"},{"p":"ca.bc.gov.app.service.client.matches","c":"LocationStepMatcher","l":"matchStep(ClientSubmissionDto)","u":"matchStep(ca.bc.gov.app.dto.client.ClientSubmissionDto)"},{"p":"ca.bc.gov.app.service.client.matches","c":"StepMatcher","l":"matchStep(ClientSubmissionDto)","u":"matchStep(ca.bc.gov.app.dto.client.ClientSubmissionDto)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailError","l":"message()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionApproveRejectDto","l":"message()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponse","l":"messages()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"metricsCommonTags()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"middleInitial()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"middleName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"middleName()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponseMessage","l":"msgId()"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"N"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.NameSecretDto","l":"name()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"name()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"name()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"name()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"name()"},{"p":"ca.bc.gov.app.dto.client","c":"CodeNameDto","l":"name()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"name()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"name()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.NameSecretDto","l":"NameSecretDto(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"next()"},{"p":"ca.bc.gov.app.exception","c":"NoClientDataFound","l":"NoClientDataFound(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.exception","c":"NoFirstNationException","l":"NoFirstNationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailPriority","l":"NORMAL"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"notBeforePolicy()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"notes()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"notes()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"OpenMapsResponseDto","l":"numberReturned()"},{"p":"ca.bc.gov.app.security","c":"Oauth2Customizer","l":"Oauth2Customizer()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"objectMapper(Jackson2ObjectMapperBuilder)","u":"objectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"ocgSupplierNmbr()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"officeCity()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"officePostalCode()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"officeProvince()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"officer()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"offices()"},{"p":"ca.bc.gov.app.converters","c":"EmailLogEntityJsonConvert","l":"onAfterConvert(EmailLogEntity, SqlIdentifier)","u":"onAfterConvert(ca.bc.gov.app.entity.client.EmailLogEntity,org.springframework.data.relational.core.sql.SqlIdentifier)"},{"p":"ca.bc.gov.app.converters","c":"SubmissionMatchDetailEntityBeforeConvert","l":"onAfterConvert(SubmissionMatchDetailEntity, SqlIdentifier)","u":"onAfterConvert(ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity,org.springframework.data.relational.core.sql.SqlIdentifier)"},{"p":"ca.bc.gov.app.converters","c":"EmailLogEntityJsonConvert","l":"onBeforeConvert(EmailLogEntity, SqlIdentifier)","u":"onBeforeConvert(ca.bc.gov.app.entity.client.EmailLogEntity,org.springframework.data.relational.core.sql.SqlIdentifier)"},{"p":"ca.bc.gov.app.converters","c":"SubmissionMatchDetailEntityBeforeConvert","l":"onBeforeConvert(SubmissionMatchDetailEntity, SqlIdentifier)","u":"onBeforeConvert(ca.bc.gov.app.entity.client.SubmissionMatchDetailEntity,org.springframework.data.relational.core.sql.SqlIdentifier)"},{"p":"ca.bc.gov.app.dto.openmaps","c":"OpenMapsResponseDto","l":"OpenMapsResponseDto(Integer, List)","u":"%3Cinit%3E(java.lang.Integer,java.util.List)"},{"p":"ca.bc.gov.app.predicates","c":"QueryPredicates","l":"orContains(String[], String)","u":"orContains(java.lang.String[],java.lang.String)"},{"p":"ca.bc.gov.app.predicates","c":"QueryPredicates","l":"orEqualTo(String[], String)","u":"orEqualTo(java.lang.String[],java.lang.String)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"organizationName()"},{"p":"ca.bc.gov.app.predicates","c":"SubmissionDetailPredicates","l":"orName(String[])","u":"orName(java.lang.String[])"},{"p":"ca.bc.gov.app.predicates","c":"SubmissionPredicates","l":"orStatus(SubmissionStatusEnum[])","u":"orStatus(ca.bc.gov.app.models.client.SubmissionStatusEnum[])"},{"p":"ca.bc.gov.app.predicates","c":"SubmissionPredicates","l":"orSubmittedAt(String[])","u":"orSubmittedAt(java.lang.String[])"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"OTHR"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"P"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"P"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"P"},{"p":"ca.bc.gov.app.util","c":"ClientMapper","l":"parseName(String, String)","u":"parseName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"parties()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"partyType()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"PASS"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"paymentStatus()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"phone()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"phone2()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"phoneNumber()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"phoneNumber()"},{"p":"ca.bc.gov.app.util","c":"PkceUtil","l":"PkceUtil()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"postalCode()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"postalCode()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"postalCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"postalCode()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"postalCode()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"POSTGRES_ATTRIBUTE_SCHEMA"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"priority()"},{"p":"ca.bc.gov.app.service.client.matches","c":"StepMatcher","l":"processResult(Flux, String, boolean)","u":"processResult(reactor.core.publisher.Flux,java.lang.String,boolean)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"prometheusConfiguration()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"FeatureDto","l":"properties()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"PropertyDto(String, Integer, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"province()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"province()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"province()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"province()"},{"p":"ca.bc.gov.app.entity.client","c":"ProvinceCodeEntity","l":"ProvinceCodeEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"provinceName()"},{"p":"ca.bc.gov.app.dto.client","c":"BusinessTypeEnum","l":"R"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"R"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"R"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionApproveRejectDto","l":"reasons()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientStatusCodeEnum","l":"REC"},{"p":"ca.bc.gov.app.service.client.matches","c":"StepMatcher","l":"reduceMatchResults(Flux)","u":"reduceMatchResults(reactor.core.publisher.Flux)"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"refreshExpiresIn()"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"REG"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"REG_SOLE_PROPRIETORSHIP_CLIENT_TYPE_CODE"},{"p":"ca.bc.gov.app.validator.client","c":"RegisteredBusinessInformationValidator","l":"RegisteredBusinessInformationValidator()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"registrationNumber()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"registrationNumber()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"registrationNumber()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"registryCompanyTypeCode()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"rejectionReason()"},{"p":"ca.bc.gov.app.exception","c":"RequestAlreadyProcessedException","l":"RequestAlreadyProcessedException()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.exception","c":"RequestAlreadyProcessedException","l":"RequestAlreadyProcessedException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.service.bcregistry","c":"BcRegistryService","l":"requestDocumentData(String)","u":"requestDocumentData(java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"requestType()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"resolution()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"resolution()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressError","l":"resolution()"},{"p":"ca.bc.gov.app.security","c":"CookieCsrfRequestAttributeHandler","l":"resolveCsrfTokenValue(ServerWebExchange, CsrfToken)","u":"resolveCsrfTokenValue(org.springframework.web.server.ServerWebExchange,org.springframework.security.web.server.csrf.CsrfToken)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultsDto","l":"results()"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"RNC"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"ROLE_ADMIN"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"ROLE_EDITOR"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"ROLE_VIEWER"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"roles()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"roleType()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"rootCause()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"RSP"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"S"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"S"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"S"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"scope()"},{"p":"ca.bc.gov.app.service.bcregistry","c":"BcRegistryService","l":"searchByFacets(String)","u":"searchByFacets(java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"searchContact(ContactSearchDto)","u":"searchContact(ca.bc.gov.app.dto.legacy.ContactSearchDto)"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"searchDocument(String, String)","u":"searchDocument(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"searchGeneric(String, String)","u":"searchGeneric(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"searchIdAndLastName(String, String)","u":"searchIdAndLastName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"searchIndividual(String, String, LocalDate, String)","u":"searchIndividual(java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"searchLegacy(String, String, String, String)","u":"searchLegacy(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.client","c":"ClientLegacyService","l":"searchLocation(AddressSearchDto)","u":"searchLocation(ca.bc.gov.app.dto.legacy.AddressSearchDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetResponseDto","l":"searchResults()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"secondaryPhoneNumber()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"secondaryPhoneNumber()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.NameSecretDto","l":"secret()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.SecurityConfiguration","l":"SecurityConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"SecurityConfiguration","l":"SecurityConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.ches","c":"ChesService","l":"sendEmail(ChesRequestDto, String)","u":"sendEmail(ca.bc.gov.app.dto.ches.ChesRequestDto,java.lang.String)"},{"p":"ca.bc.gov.app.controller.ches","c":"ChesController","l":"sendEmail(EmailRequestDto)","u":"sendEmail(ca.bc.gov.app.dto.client.EmailRequestDto)"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"sendEmail(EmailRequestDto)","u":"sendEmail(ca.bc.gov.app.dto.client.EmailRequestDto)"},{"p":"ca.bc.gov.app.controller.ches","c":"ChesController","l":"sendEmail(EmailRequestDto, JwtAuthenticationToken)","u":"sendEmail(ca.bc.gov.app.dto.client.EmailRequestDto,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.service.ches","c":"ChesService","l":"sendEmail(String, String, String, Map, Integer)","u":"sendEmail(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.Integer)"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"SP"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientStatusCodeEnum","l":"SPN"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"SPP"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"SSD"},{"p":"ca.bc.gov.app.job.ches","c":"ChesEmailResendJob","l":"startResendJob()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"state()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"status()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"status()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"status()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"status()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"status()"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP1FIRSTNATION"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP1FORESTS"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP1GOVERNMENT"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP1INDIVIDUAL"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP1REGISTERED"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP1UNREGISTERED"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP2"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"STEP3"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"streetAddress()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"streetAddress()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"streetAddress()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"streetAddressAdditional()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"subject()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"subject()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"subject()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_CONTACTS_QUERY"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_DETAILS_QUERY"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_ID"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_LOCATION_QUERY"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_STATUS"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_TYPE"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"SubmissionAddressDto(Integer, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionApproveRejectDto","l":"SubmissionApproveRejectDto(boolean, List, String)","u":"%3Cinit%3E(boolean,java.util.List,java.lang.String)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"SubmissionBusinessDto(String, String, String, String, String, String, String, LocalDate, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"SubmissionContactDto(Integer, String, String, String, String, String, Set, String)","u":"%3Cinit%3E(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Set,java.lang.String)"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionContactEntity","l":"SubmissionContactEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionDetailEntity","l":"SubmissionDetailEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.predicates","c":"SubmissionDetailPredicates","l":"SubmissionDetailPredicates()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"SubmissionDetailsDto(Long, String, String, LocalDateTime, LocalDateTime, LocalDateTime, String, SubmissionBusinessDto, List, List, Map, String, String)","u":"%3Cinit%3E(java.lang.Long,java.lang.String,java.lang.String,java.time.LocalDateTime,java.time.LocalDateTime,java.time.LocalDateTime,java.lang.String,ca.bc.gov.app.dto.submissions.SubmissionBusinessDto,java.util.List,java.util.List,java.util.Map,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionEntity","l":"SubmissionEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"submissionId()"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionLocationContactEntity","l":"SubmissionLocationContactEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionLocationContactIdEntity","l":"SubmissionLocationContactIdEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionLocationEntity","l":"SubmissionLocationEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionMatchDetailEntity","l":"SubmissionMatchDetailEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.converters","c":"SubmissionMatchDetailEntityBeforeConvert","l":"SubmissionMatchDetailEntityBeforeConvert()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.predicates","c":"SubmissionPredicates","l":"SubmissionPredicates()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"submissionStatus()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"submissionType()"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionTypeCodeEntity","l":"SubmissionTypeCodeEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionService","l":"submit(ClientSubmissionDto, JwtAuthenticationToken)","u":"submit(ca.bc.gov.app.dto.client.ClientSubmissionDto,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.controller.client","c":"ClientSubmissionController","l":"submit(ClientSubmissionDto, ServerHttpResponse, JwtAuthenticationToken)","u":"submit(ca.bc.gov.app.dto.client.ClientSubmissionDto,org.springframework.http.server.reactive.ServerHttpResponse,org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"submittedAt()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"submittedTimestamp()"},{"p":"ca.bc.gov.app.validator.client","c":"ClientAddressDtoValidator","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientContactDtoValidator","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientLocationDtoValidator","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientSubmitRequestValidator","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"ca.bc.gov.app.validator.client","c":"RegisteredBusinessInformationValidator","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"ca.bc.gov.app.validator.client","c":"UnregisteredBusinessInformationValidator","l":"supports(Class)","u":"supports(java.lang.Class)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"T"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"tag()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponseMessage","l":"tag()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"templateName()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"templateName()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailBodyType","l":"TEXT"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"text()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientValueTextDto","l":"text()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"timedAspect(MeterRegistry)","u":"timedAspect(io.micrometer.core.instrument.MeterRegistry)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"title()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"to()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponseMessage","l":"to()"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"tokenType()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.NameSecretDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryAddressDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessAdressesDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryBusinessDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetResponseDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultEntryDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultsDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryIdentificationDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficesDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"ClientDetailsDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailAttachment","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailError","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailRequest","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponse","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponseMessage","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesRequestDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.ches","c":"CommonExposureJwtDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteFindListDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"AddressCompleteRetrieveListDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLocationDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientLookUpDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientValueTextDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"CodeNameDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"DistrictDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.client","c":"MatchResult","l":"toString()"},{"p":"ca.bc.gov.app.dto.legacy","c":"AddressSearchDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ContactSearchDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"FeatureDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"OpenMapsResponseDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.openmaps","c":"PropertyDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionAddressDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionApproveRejectDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionBusinessDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"ValidationError","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryFacetSearchResultsDto","l":"totalResults()"},{"p":"ca.bc.gov.app.configuration","c":"TracingConfiguration","l":"TracingConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientService","l":"triggerEmailDuplicatedClient(EmailRequestDto, String, String)","u":"triggerEmailDuplicatedClient(ca.bc.gov.app.dto.client.EmailRequestDto,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailResponse","l":"txId()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailErrorResponse","l":"type()"},{"p":"ca.bc.gov.app.dto.client","c":"BusinessTypeEnum","l":"U"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"U"},{"p":"ca.bc.gov.app.exception","c":"UnableToProcessRequestException","l":"UnableToProcessRequestException(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.exception","c":"UnableToProcessRequestException","l":"UnableToProcessRequestException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.exception","c":"UnexpectedErrorException","l":"UnexpectedErrorException(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"UNREG_SOLE_PROPRIETORSHIP_CLIENT_TYPE_CODE"},{"p":"ca.bc.gov.app.validator.client","c":"UnregisteredBusinessInformationValidator","l":"UnregisteredBusinessInformationValidator()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.exception","c":"UnsuportedClientTypeException","l":"UnsuportedClientTypeException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.entity.client","c":"BaseEntity","l":"updatedAt"},{"p":"ca.bc.gov.app.entity.client","c":"SubmissionMatchDetailEntity","l":"updatedAt"},{"p":"ca.bc.gov.app.entity.client","c":"BaseEntity","l":"updatedBy"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"updateTimestamp()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionDetailsDto","l":"updateUser()"},{"p":"ca.bc.gov.app.util","c":"ClientValidationUtils","l":"US7ASCII_PATTERN"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"USDL"},{"p":"ca.bc.gov.app.dto.client","c":"ClientListSubmissionDto","l":"user()"},{"p":"ca.bc.gov.app.configuration","c":"SecurityConfiguration","l":"userDetailsService(ForestClientConfiguration)","u":"userDetailsService(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"USERID_HEADER"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"userId()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"userId()"},{"p":"ca.bc.gov.app.dto.submissions","c":"SubmissionContactDto","l":"userId()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientSubmissionDto","l":"userLastName()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"USERMAIL_HEADER"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"USERNAME_HEADER"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"userName()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"USERTYPE_BCEIDBUSINESS_USER"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"USERTYPE_BCSC_USER"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"USERTYPE_SERVICE_USER"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"USP"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"UTF_8"},{"p":"ca.bc.gov.app.validator.client","c":"ClientAddressDtoValidator","l":"validate(Object, Errors)","u":"validate(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientContactDtoValidator","l":"validate(Object, Errors)","u":"validate(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientLocationDtoValidator","l":"validate(Object, Errors)","u":"validate(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientSubmitRequestValidator","l":"validate(Object, Errors)","u":"validate(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.validator.client","c":"RegisteredBusinessInformationValidator","l":"validate(Object, Errors)","u":"validate(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.validator.client","c":"UnregisteredBusinessInformationValidator","l":"validate(Object, Errors)","u":"validate(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.controller","c":"AbstractController","l":"validate(S)"},{"p":"ca.bc.gov.app.util","c":"ValidationUtil","l":"validate(S, Class, V)","u":"validate(S,java.lang.Class,V)"},{"p":"ca.bc.gov.app.util","c":"ClientValidationUtils","l":"validateEmail(String, String, Errors)","u":"validateEmail(java.lang.String,java.lang.String,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.util","c":"ClientValidationUtils","l":"validatePhoneNumber(String, String, Errors)","u":"validatePhoneNumber(java.lang.String,java.lang.String,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.validator.client","c":"ClientSubmitRequestValidator","l":"validateReactive(Object, Errors)","u":"validateReactive(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.validator.client","c":"ReactiveValidator","l":"validateReactive(Object, Errors)","u":"validateReactive(java.lang.Object,org.springframework.validation.Errors)"},{"p":"ca.bc.gov.app.controller","c":"AbstractController","l":"validateReactive(S)"},{"p":"ca.bc.gov.app.util","c":"ValidationUtil","l":"validateReactive(S, Class, V)","u":"validateReactive(S,java.lang.Class,V)"},{"p":"ca.bc.gov.app.dto","c":"ValidationError","l":"ValidationError(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.exception","c":"ValidationException","l":"ValidationException(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.util","c":"ValidationUtil","l":"ValidationUtil()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailBodyType","l":"value()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"value()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailError","l":"value()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailPriority","l":"value()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientValueTextDto","l":"value()"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"value()"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"value()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailBodyType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailPriority","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"BusinessTypeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientStatusCodeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailBodyType","l":"values()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailEncoding","l":"values()"},{"p":"ca.bc.gov.app.dto.ches","c":"ChesMailPriority","l":"values()"},{"p":"ca.bc.gov.app.dto.client","c":"BusinessTypeEnum","l":"values()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientTypeEnum","l":"values()"},{"p":"ca.bc.gov.app.dto.client","c":"IdentificationTypeEnum","l":"values()"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"values()"},{"p":"ca.bc.gov.app.dto.client","c":"StepMatchEnum","l":"values()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientStatusCodeEnum","l":"values()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientTypeCodeEnum","l":"values()"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionStatusEnum","l":"values()"},{"p":"ca.bc.gov.app.models.client","c":"SubmissionTypeCodeEnum","l":"values()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailLogDto","l":"variables()"},{"p":"ca.bc.gov.app.dto.client","c":"EmailRequestDto","l":"variables()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"wcbFirmNumber()"},{"p":"ca.bc.gov.app.dto.client","c":"ClientAddressDto","l":"withIndexed(int)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientContactDto","l":"withIndexed(int)"},{"p":"ca.bc.gov.app.dto.client","c":"ClientBusinessInformationDto","l":"workSafeBcNumber()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"X_TOTAL_COUNT"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"XCP"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"XL"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"XP"},{"p":"ca.bc.gov.app.dto.client","c":"LegalTypeEnum","l":"XS"}];updateSearchResults(); \ No newline at end of file diff --git a/backend/module-search-index.js b/backend/module-search-index.js new file mode 100644 index 0000000000..0d59754fc4 --- /dev/null +++ b/backend/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/backend/options b/backend/options new file mode 100644 index 0000000000..6a88370adb --- /dev/null +++ b/backend/options @@ -0,0 +1,24 @@ +-classpath +'/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-webflux/3.2.5/spring-boot-starter-webflux-3.2.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter/3.2.5/spring-boot-starter-3.2.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot/3.2.5/spring-boot-3.2.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/3.2.5/spring-boot-autoconfigure-3.2.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-logging/3.2.5/spring-boot-starter-logging-3.2.5.jar:/home/runner/.m2/repository/ch/qos/logback/logback-classic/1.4.14/logback-classic-1.4.14.jar:/home/runner/.m2/repository/ch/qos/logback/logback-core/1.4.14/logback-core-1.4.14.jar:/home/runner/.m2/repository/org/apache/logging/log4j/log4j-to-slf4j/2.21.1/log4j-to-slf4j-2.21.1.jar:/home/runner/.m2/repository/org/apache/logging/log4j/log4j-api/2.21.1/log4j-api-2.21.1.jar:/home/runner/.m2/repository/org/slf4j/jul-to-slf4j/2.0.13/jul-to-slf4j-2.0.13.jar:/home/runner/.m2/repository/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar:/home/runner/.m2/repository/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-json/3.2.5/spring-boot-starter-json-3.2.5.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4.jar:/home/runner/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.4/jackson-datatype-jdk8-2.15.4.jar:/home/runner/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.4/jackson-datatype-jsr310-2.15.4.jar:/home/runner/.m2/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.15.4/jackson-module-parameter-names-2.15.4.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-reactor-netty/3.2.5/spring-boot-starter-reactor-netty-3.2.5.jar:/home/runner/.m2/repository/io/projectreactor/netty/reactor-netty-http/1.1.18/reactor-netty-http-1.1.18.jar:/home/runner/.m2/repository/io/netty/netty-codec-http/4.1.109.Final/netty-codec-http-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-codec-http2/4.1.109.Final/netty-codec-http2-4.1.109.Final.jar:/home/runner/.m2/repository/org/springframework/spring-web/6.1.7/spring-web-6.1.7.jar:/home/runner/.m2/repository/org/springframework/spring-webflux/6.1.6/spring-webflux-6.1.6.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-actuator/3.2.5/spring-boot-starter-actuator-3.2.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-actuator-autoconfigure/3.2.5/spring-boot-actuator-autoconfigure-3.2.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-actuator/3.2.5/spring-boot-actuator-3.2.5.jar:/home/runner/.m2/repository/io/micrometer/micrometer-observation/1.12.5/micrometer-observation-1.12.5.jar:/home/runner/.m2/repository/io/micrometer/micrometer-commons/1.12.5/micrometer-commons-1.12.5.jar:/home/runner/.m2/repository/io/micrometer/micrometer-jakarta9/1.12.5/micrometer-jakarta9-1.12.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-validation/3.2.5/spring-boot-starter-validation-3.2.5.jar:/home/runner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/10.1.20/tomcat-embed-el-10.1.20.jar:/home/runner/.m2/repository/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final.jar:/home/runner/.m2/repository/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2.jar:/home/runner/.m2/repository/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar:/home/runner/.m2/repository/com/fasterxml/classmate/1.6.0/classmate-1.6.0.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-configuration-processor/3.2.5/spring-boot-configuration-processor-3.2.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-data-r2dbc/3.2.5/spring-boot-starter-data-r2dbc-3.2.5.jar:/home/runner/.m2/repository/org/springframework/data/spring-data-r2dbc/3.2.5/spring-data-r2dbc-3.2.5.jar:/home/runner/.m2/repository/org/springframework/data/spring-data-relational/3.2.5/spring-data-relational-3.2.5.jar:/home/runner/.m2/repository/com/github/jsqlparser/jsqlparser/4.6/jsqlparser-4.6.jar:/home/runner/.m2/repository/org/springframework/data/spring-data-commons/3.2.5/spring-data-commons-3.2.5.jar:/home/runner/.m2/repository/org/springframework/spring-context/6.1.6/spring-context-6.1.6.jar:/home/runner/.m2/repository/org/springframework/spring-r2dbc/6.1.6/spring-r2dbc-6.1.6.jar:/home/runner/.m2/repository/io/r2dbc/r2dbc-spi/1.0.0.RELEASE/r2dbc-spi-1.0.0.RELEASE.jar:/home/runner/.m2/repository/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar:/home/runner/.m2/repository/io/r2dbc/r2dbc-pool/1.0.1.RELEASE/r2dbc-pool-1.0.1.RELEASE.jar:/home/runner/.m2/repository/io/projectreactor/addons/reactor-pool/1.0.5/reactor-pool-1.0.5.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-freemarker/3.2.5/spring-boot-starter-freemarker-3.2.5.jar:/home/runner/.m2/repository/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar:/home/runner/.m2/repository/org/springframework/spring-context-support/6.1.6/spring-context-support-6.1.6.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-aop/3.2.5/spring-boot-starter-aop-3.2.5.jar:/home/runner/.m2/repository/org/springframework/spring-aop/6.1.6/spring-aop-6.1.6.jar:/home/runner/.m2/repository/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar:/home/runner/.m2/repository/io/micrometer/micrometer-registry-prometheus/1.12.5/micrometer-registry-prometheus-1.12.5.jar:/home/runner/.m2/repository/io/micrometer/micrometer-core/1.12.5/micrometer-core-1.12.5.jar:/home/runner/.m2/repository/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.jar:/home/runner/.m2/repository/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.jar:/home/runner/.m2/repository/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.jar:/home/runner/.m2/repository/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.jar:/home/runner/.m2/repository/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.jar:/home/runner/.m2/repository/io/micrometer/micrometer-tracing-bridge-otel/1.2.5/micrometer-tracing-bridge-otel-1.2.5.jar:/home/runner/.m2/repository/io/micrometer/micrometer-tracing/1.2.5/micrometer-tracing-1.2.5.jar:/home/runner/.m2/repository/io/micrometer/context-propagation/1.1.1/context-propagation-1.1.1.jar:/home/runner/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/runner/.m2/repository/org/slf4j/slf4j-api/2.0.13/slf4j-api-2.0.13.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-api/1.31.0/opentelemetry-api-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-context/1.31.0/opentelemetry-context-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-sdk-common/1.31.0/opentelemetry-sdk-common-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-sdk-trace/1.31.0/opentelemetry-sdk-trace-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-sdk/1.31.0/opentelemetry-sdk-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-sdk-metrics/1.31.0/opentelemetry-sdk-metrics-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-sdk-logs/1.31.0/opentelemetry-sdk-logs-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.31.0-alpha/opentelemetry-instrumentation-api-semconv-1.31.0-alpha.jar:/home/runner/.m2/repository/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.31.0/opentelemetry-instrumentation-api-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-extension-trace-propagators/1.31.0/opentelemetry-extension-trace-propagators-1.31.0.jar:/home/runner/.m2/repository/io/opentelemetry/opentelemetry-exporter-zipkin/1.31.0/opentelemetry-exporter-zipkin-1.31.0.jar:/home/runner/.m2/repository/io/zipkin/reporter2/zipkin-reporter/2.16.3/zipkin-reporter-2.16.3.jar:/home/runner/.m2/repository/io/zipkin/zipkin2/zipkin/2.23.2/zipkin-2.23.2.jar:/home/runner/.m2/repository/io/projectreactor/reactor-core-micrometer/1.1.5/reactor-core-micrometer-1.1.5.jar:/home/runner/.m2/repository/io/projectreactor/reactor-core/3.6.5/reactor-core-3.6.5.jar:/home/runner/.m2/repository/org/springframework/spring-jdbc/6.1.6/spring-jdbc-6.1.6.jar:/home/runner/.m2/repository/org/springframework/spring-beans/6.1.6/spring-beans-6.1.6.jar:/home/runner/.m2/repository/org/springframework/spring-core/6.1.6/spring-core-6.1.6.jar:/home/runner/.m2/repository/org/springframework/spring-jcl/6.1.6/spring-jcl-6.1.6.jar:/home/runner/.m2/repository/org/springframework/spring-tx/6.1.6/spring-tx-6.1.6.jar:/home/runner/.m2/repository/org/springframework/boot/spring-boot-starter-oauth2-resource-server/3.2.5/spring-boot-starter-oauth2-resource-server-3.2.5.jar:/home/runner/.m2/repository/org/springframework/security/spring-security-config/6.2.4/spring-security-config-6.2.4.jar:/home/runner/.m2/repository/org/springframework/security/spring-security-core/6.3.0/spring-security-core-6.3.0.jar:/home/runner/.m2/repository/org/springframework/security/spring-security-crypto/6.2.4/spring-security-crypto-6.2.4.jar:/home/runner/.m2/repository/org/springframework/spring-expression/6.1.6/spring-expression-6.1.6.jar:/home/runner/.m2/repository/org/springframework/security/spring-security-oauth2-resource-server/6.2.4/spring-security-oauth2-resource-server-6.2.4.jar:/home/runner/.m2/repository/org/springframework/security/spring-security-oauth2-jose/6.2.4/spring-security-oauth2-jose-6.2.4.jar:/home/runner/.m2/repository/org/springframework/security/spring-security-oauth2-core/6.2.4/spring-security-oauth2-core-6.2.4.jar:/home/runner/.m2/repository/com/nimbusds/nimbus-jose-jwt/9.39.1/nimbus-jose-jwt-9.39.1.jar:/home/runner/.m2/repository/org/postgresql/r2dbc-postgresql/1.0.5.RELEASE/r2dbc-postgresql-1.0.5.RELEASE.jar:/home/runner/.m2/repository/com/ongres/scram/client/2.1/client-2.1.jar:/home/runner/.m2/repository/com/ongres/scram/common/2.1/common-2.1.jar:/home/runner/.m2/repository/com/ongres/stringprep/saslprep/1.1/saslprep-1.1.jar:/home/runner/.m2/repository/com/ongres/stringprep/stringprep/1.1/stringprep-1.1.jar:/home/runner/.m2/repository/io/projectreactor/netty/reactor-netty-core/1.1.18/reactor-netty-core-1.1.18.jar:/home/runner/.m2/repository/io/netty/netty-handler/4.1.109.Final/netty-handler-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-common/4.1.109.Final/netty-common-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-resolver/4.1.109.Final/netty-resolver-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-buffer/4.1.109.Final/netty-buffer-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-transport/4.1.109.Final/netty-transport-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-transport-native-unix-common/4.1.109.Final/netty-transport-native-unix-common-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-codec/4.1.109.Final/netty-codec-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-handler-proxy/4.1.109.Final/netty-handler-proxy-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-codec-socks/4.1.109.Final/netty-codec-socks-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-resolver-dns/4.1.109.Final/netty-resolver-dns-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-codec-dns/4.1.109.Final/netty-codec-dns-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-resolver-dns-native-macos/4.1.109.Final/netty-resolver-dns-native-macos-4.1.109.Final-osx-x86_64.jar:/home/runner/.m2/repository/io/netty/netty-resolver-dns-classes-macos/4.1.109.Final/netty-resolver-dns-classes-macos-4.1.109.Final.jar:/home/runner/.m2/repository/io/netty/netty-transport-native-epoll/4.1.109.Final/netty-transport-native-epoll-4.1.109.Final-linux-x86_64.jar:/home/runner/.m2/repository/io/netty/netty-transport-classes-epoll/4.1.109.Final/netty-transport-classes-epoll-4.1.109.Final.jar:/home/runner/.m2/repository/org/flywaydb/flyway-core/9.22.3/flyway-core-9.22.3.jar:/home/runner/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-toml/2.15.4/jackson-dataformat-toml-2.15.4.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4.jar:/home/runner/.m2/repository/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar:/home/runner/.m2/repository/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar:/home/runner/.m2/repository/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.jar:/home/runner/.m2/repository/org/projectlombok/lombok/1.18.32/lombok-1.18.32.jar:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4.jar:/home/runner/.m2/repository/org/springframework/security/spring-security-web/6.2.4/spring-security-web-6.2.4.jar' +-encoding +'UTF-8' +-protected +--release +17 +-sourcepath +'/home/runner/work/nr-forest-client/nr-forest-client/backend/src/main/java' +-author +-bottom +'Copyright © 2024. All rights reserved.' +-charset +'UTF-8' +-d +'/home/runner/work/nr-forest-client/nr-forest-client/backend/target/site/apidocs' +-docencoding +'UTF-8' +-doctitle +'Javadoc Documentation for nr-forest-client-backend 0.0.1' +-use +-version +-windowtitle +'nr-forest-client-backend 0.0.1' diff --git a/backend/overview-summary.html b/backend/overview-summary.html new file mode 100644 index 0000000000..d35392971d --- /dev/null +++ b/backend/overview-summary.html @@ -0,0 +1,26 @@ + + + + +nr-forest-client-backend 0.0.1 + + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/backend/overview-tree.html b/backend/overview-tree.html new file mode 100644 index 0000000000..4e32107391 --- /dev/null +++ b/backend/overview-tree.html @@ -0,0 +1,375 @@ + + + + +Class Hierarchy (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
+ +
+
+ +
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ +
+
+
+ + diff --git a/backend/package-search-index.js b/backend/package-search-index.js new file mode 100644 index 0000000000..38e387321e --- /dev/null +++ b/backend/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"ca.bc.gov.app"},{"l":"ca.bc.gov.app.configuration"},{"l":"ca.bc.gov.app.configuration.flags"},{"l":"ca.bc.gov.app.controller"},{"l":"ca.bc.gov.app.controller.ches"},{"l":"ca.bc.gov.app.controller.client"},{"l":"ca.bc.gov.app.converters"},{"l":"ca.bc.gov.app.dto"},{"l":"ca.bc.gov.app.dto.bcregistry"},{"l":"ca.bc.gov.app.dto.ches"},{"l":"ca.bc.gov.app.dto.client"},{"l":"ca.bc.gov.app.dto.legacy"},{"l":"ca.bc.gov.app.dto.openmaps"},{"l":"ca.bc.gov.app.dto.submissions"},{"l":"ca.bc.gov.app.entity.client"},{"l":"ca.bc.gov.app.exception"},{"l":"ca.bc.gov.app.health"},{"l":"ca.bc.gov.app.job.ches"},{"l":"ca.bc.gov.app.models.client"},{"l":"ca.bc.gov.app.predicates"},{"l":"ca.bc.gov.app.repository.client"},{"l":"ca.bc.gov.app.security"},{"l":"ca.bc.gov.app.service.bcregistry"},{"l":"ca.bc.gov.app.service.ches"},{"l":"ca.bc.gov.app.service.client"},{"l":"ca.bc.gov.app.service.client.matches"},{"l":"ca.bc.gov.app.util"},{"l":"ca.bc.gov.app.validator.client"}];updateSearchResults(); \ No newline at end of file diff --git a/backend/packages b/backend/packages new file mode 100644 index 0000000000..52052815b4 --- /dev/null +++ b/backend/packages @@ -0,0 +1,28 @@ +ca.bc.gov.app.repository.client +ca.bc.gov.app.controller.client +ca.bc.gov.app.controller +ca.bc.gov.app.controller.ches +ca.bc.gov.app +ca.bc.gov.app.predicates +ca.bc.gov.app.security +ca.bc.gov.app.exception +ca.bc.gov.app.validator.client +ca.bc.gov.app.service.client +ca.bc.gov.app.service.client.matches +ca.bc.gov.app.service.ches +ca.bc.gov.app.service.bcregistry +ca.bc.gov.app.util +ca.bc.gov.app.models.client +ca.bc.gov.app.entity.client +ca.bc.gov.app.converters +ca.bc.gov.app.health +ca.bc.gov.app.job.ches +ca.bc.gov.app.dto.legacy +ca.bc.gov.app.dto.submissions +ca.bc.gov.app.dto.client +ca.bc.gov.app.dto.ches +ca.bc.gov.app.dto.openmaps +ca.bc.gov.app.dto.bcregistry +ca.bc.gov.app.dto +ca.bc.gov.app.configuration +ca.bc.gov.app.configuration.flags \ No newline at end of file diff --git a/backend/resources/glass.png b/backend/resources/glass.png new file mode 100644 index 0000000000..a7f591f467 Binary files /dev/null and b/backend/resources/glass.png differ diff --git a/backend/resources/x.png b/backend/resources/x.png new file mode 100644 index 0000000000..30548a756e Binary files /dev/null and b/backend/resources/x.png differ diff --git a/backend/script-dir/jquery-3.6.1.min.js b/backend/script-dir/jquery-3.6.1.min.js new file mode 100644 index 0000000000..2c69bc908b --- /dev/null +++ b/backend/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/backend/script.js b/backend/script.js new file mode 100644 index 0000000000..864989cf45 --- /dev/null +++ b/backend/script.js @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.querySelector('div#' + tableId +' .summary-table') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} + +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); + } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/backend/search.js b/backend/search.js new file mode 100644 index 0000000000..db3b2f4a64 --- /dev/null +++ b/backend/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
  • " + item.category + "
  • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
  • ").appendTo(ul); + var div = $("
    ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
    " + + item.d + "
    "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/backend/serialized-form.html b/backend/serialized-form.html new file mode 100644 index 0000000000..55f42d5ad3 --- /dev/null +++ b/backend/serialized-form.html @@ -0,0 +1,204 @@ + + + + +Serialized Form (nr-forest-client-backend 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Serialized Form

    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/backend/stylesheet.css b/backend/stylesheet.css new file mode 100644 index 0000000000..4a576bd24d --- /dev/null +++ b/backend/stylesheet.css @@ -0,0 +1,869 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:#bb7a2a; +} +a[name] { + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; +} +h4 { + font-size:15px; +} +h5 { + font-size:14px; +} +h6 { + font-size:13px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +.summary-table dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.clear { + clear:both; + height:0; + overflow:hidden; +} +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:11px; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + min-height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.sub-nav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.sub-nav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list { + padding-top:5px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { + list-style:none; + float:left; + padding-top:10px; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.nav-bar-cell1-rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header and footer. + */ +.title { + color:#2c4557; + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; +} +ul.see-list li { + display: inline; +} +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0; + padding-top:10px; + padding-left:1px; + margin:0; + white-space:pre; +} +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { + color:#FFFFFF; +} +.caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:#dee3e9; + font-weight: bold; +} +.col-first, .col-first { + font-size:13px; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:13px; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { + font-weight:bold; +} +.table-sub-heading-color { + background-color:#EEEEFF; +} +.even-row-color, .even-row-color .table-header { + background-color:#FFFFFF; +} +.odd-row-color, .odd-row-color .table-header { + background-color:#EEEEEF; +} +/* + * Styles for contents. + */ +.deprecated-content { + margin:0; + padding:10px 0; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:0 10px 5px 0; + color:#474747; +} +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:999999; + background-color: #FFFFFF; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +span.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} + +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } +} diff --git a/backend/tag-search-index.js b/backend/tag-search-index.js new file mode 100644 index 0000000000..bf10aaf6d1 --- /dev/null +++ b/backend/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/backend/type-search-index.js b/backend/type-search-index.js new file mode 100644 index 0000000000..0f3b1fc1e8 --- /dev/null +++ b/backend/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"ca.bc.gov.app.controller","l":"AbstractController"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.AddressCompleteConfiguration"},{"p":"ca.bc.gov.app.dto.client","l":"AddressCompleteFindDto"},{"p":"ca.bc.gov.app.dto.client","l":"AddressCompleteFindListDto"},{"p":"ca.bc.gov.app.dto.client","l":"AddressCompleteRetrieveDto"},{"p":"ca.bc.gov.app.dto.client","l":"AddressCompleteRetrieveListDto"},{"p":"ca.bc.gov.app.dto.client","l":"AddressError"},{"p":"ca.bc.gov.app.exception","l":"AddressLookupException"},{"p":"ca.bc.gov.app.dto.legacy","l":"AddressSearchDto"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"ca.bc.gov.app.security","l":"ApiAuthorizationCustomizer"},{"p":"ca.bc.gov.app","l":"ApplicationConstant"},{"p":"ca.bc.gov.app.exception","l":"BadRequestException"},{"p":"ca.bc.gov.app.entity.client","l":"BaseEntity"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryAddressDto"},{"p":"ca.bc.gov.app.health","l":"BcRegistryApiHealthIndicator"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryBusinessAdressesDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryBusinessDto"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.BcRegistryConfiguration"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentAccessRequestDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentAccessTypeDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentRequestBodyDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentRequestDocumentDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentRequestResponseDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryExceptionMessageDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryFacetResponseDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryFacetSearchResultEntryDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryFacetSearchResultsDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryIdentificationDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryOfficerDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryOfficesDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryPartyDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryRoleDto"},{"p":"ca.bc.gov.app.service.bcregistry","l":"BcRegistryService"},{"p":"ca.bc.gov.app","l":"BootApplication"},{"p":"ca.bc.gov.app.dto.client","l":"BusinessTypeEnum"},{"p":"ca.bc.gov.app.health","l":"CanadaPostApiHealthIndicator"},{"p":"ca.bc.gov.app.exception","l":"CannotExtractTokenException"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.ChesConfiguration"},{"p":"ca.bc.gov.app.controller.ches","l":"ChesController"},{"p":"ca.bc.gov.app.job.ches","l":"ChesEmailResendJob"},{"p":"ca.bc.gov.app.health","l":"ChesHealthIndicator"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailAttachment"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailBodyType"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailEncoding"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailError"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailErrorResponse"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailPriority"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailRequest"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailResponse"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesMailResponseMessage"},{"p":"ca.bc.gov.app.dto.ches","l":"ChesRequestDto"},{"p":"ca.bc.gov.app.service.ches","l":"ChesService"},{"p":"ca.bc.gov.app.controller.client","l":"ClientAddressController"},{"p":"ca.bc.gov.app.dto.client","l":"ClientAddressDto"},{"p":"ca.bc.gov.app.validator.client","l":"ClientAddressDtoValidator"},{"p":"ca.bc.gov.app.service.client","l":"ClientAddressService"},{"p":"ca.bc.gov.app.exception","l":"ClientAlreadyExistException"},{"p":"ca.bc.gov.app.dto.client","l":"ClientBusinessInformationDto"},{"p":"ca.bc.gov.app.controller.client","l":"ClientCodesController"},{"p":"ca.bc.gov.app.dto.client","l":"ClientContactDto"},{"p":"ca.bc.gov.app.validator.client","l":"ClientContactDtoValidator"},{"p":"ca.bc.gov.app.controller.client","l":"ClientController"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"ClientDetailsDto"},{"p":"ca.bc.gov.app.service.client","l":"ClientLegacyService"},{"p":"ca.bc.gov.app.dto.client","l":"ClientListSubmissionDto"},{"p":"ca.bc.gov.app.dto.client","l":"ClientLocationDto"},{"p":"ca.bc.gov.app.validator.client","l":"ClientLocationDtoValidator"},{"p":"ca.bc.gov.app.dto.client","l":"ClientLookUpDto"},{"p":"ca.bc.gov.app.util","l":"ClientMapper"},{"p":"ca.bc.gov.app.controller.client","l":"ClientMatchController"},{"p":"ca.bc.gov.app.service.client","l":"ClientMatchService"},{"p":"ca.bc.gov.app.service.client","l":"ClientService"},{"p":"ca.bc.gov.app.dto.legacy","l":"ClientStatusCodeEnum"},{"p":"ca.bc.gov.app.controller.client","l":"ClientSubmissionController"},{"p":"ca.bc.gov.app.dto.client","l":"ClientSubmissionDto"},{"p":"ca.bc.gov.app.service.client","l":"ClientSubmissionService"},{"p":"ca.bc.gov.app.validator.client","l":"ClientSubmitRequestValidator"},{"p":"ca.bc.gov.app.entity.client","l":"ClientTypeCodeEntity"},{"p":"ca.bc.gov.app.dto.legacy","l":"ClientTypeCodeEnum"},{"p":"ca.bc.gov.app.repository.client","l":"ClientTypeCodeRepository"},{"p":"ca.bc.gov.app.dto.client","l":"ClientTypeEnum"},{"p":"ca.bc.gov.app.util","l":"ClientValidationUtils"},{"p":"ca.bc.gov.app.dto.client","l":"ClientValueTextDto"},{"p":"ca.bc.gov.app.dto.client","l":"CodeNameDto"},{"p":"ca.bc.gov.app.dto.ches","l":"CommonExposureJwtDto"},{"p":"ca.bc.gov.app.dto.legacy","l":"ContactSearchDto"},{"p":"ca.bc.gov.app.service.client.matches","l":"ContactStepMatcher"},{"p":"ca.bc.gov.app.entity.client","l":"ContactTypeCodeEntity"},{"p":"ca.bc.gov.app.repository.client","l":"ContactTypeCodeRepository"},{"p":"ca.bc.gov.app.security","l":"CookieCsrfRequestAttributeHandler"},{"p":"ca.bc.gov.app.security","l":"CorsCustomizer"},{"p":"ca.bc.gov.app.entity.client","l":"CountryCodeEntity"},{"p":"ca.bc.gov.app.repository.client","l":"CountryCodeRepository"},{"p":"ca.bc.gov.app.controller.client","l":"CountryController"},{"p":"ca.bc.gov.app.security","l":"CsrfCustomizer"},{"p":"ca.bc.gov.app.exception","l":"DataMatchException"},{"p":"ca.bc.gov.app.entity.client","l":"DistrictCodeEntity"},{"p":"ca.bc.gov.app.repository.client","l":"DistrictCodeRepository"},{"p":"ca.bc.gov.app.controller.client","l":"DistrictController"},{"p":"ca.bc.gov.app.dto.client","l":"DistrictDto"},{"p":"ca.bc.gov.app.dto.client","l":"EmailLogDto"},{"p":"ca.bc.gov.app.entity.client","l":"EmailLogEntity"},{"p":"ca.bc.gov.app.converters","l":"EmailLogEntityJsonConvert"},{"p":"ca.bc.gov.app.repository.client","l":"EmailLogRepository"},{"p":"ca.bc.gov.app.dto.client","l":"EmailRequestDto"},{"p":"ca.bc.gov.app.entity.client","l":"ExpirableBaseEntity"},{"p":"ca.bc.gov.app.dto.openmaps","l":"FeatureDto"},{"p":"ca.bc.gov.app.configuration.flags","l":"FeatureFlagsConfiguration"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration"},{"p":"ca.bc.gov.app.dto.legacy","l":"ForestClientDto"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientMetricConfiguration"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.FrontEndConfiguration"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.FrontEndCorsConfiguration"},{"p":"ca.bc.gov.app.controller","l":"GlobalErrorController"},{"p":"ca.bc.gov.app.configuration","l":"GlobalServiceConfiguration"},{"p":"ca.bc.gov.app.converters","l":"GrantedAuthoritiesConverter"},{"p":"ca.bc.gov.app.security","l":"HeadersCustomizer"},{"p":"ca.bc.gov.app.health","l":"HealthExchangeFilterFunction"},{"p":"ca.bc.gov.app.dto.client","l":"IdentificationTypeDto"},{"p":"ca.bc.gov.app.dto.client","l":"IdentificationTypeEnum"},{"p":"ca.bc.gov.app.service.client.matches","l":"IndividualStepMatcher"},{"p":"ca.bc.gov.app.exception","l":"InvalidAccessTokenException"},{"p":"ca.bc.gov.app.exception","l":"InvalidRequestObjectException"},{"p":"ca.bc.gov.app.exception","l":"InvalidRoleException"},{"p":"ca.bc.gov.app.util","l":"JwtPrincipalUtil"},{"p":"ca.bc.gov.app.health","l":"LegacyApiHealthIndicator"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.LegacyConfiguration"},{"p":"ca.bc.gov.app.dto.client","l":"LegalTypeEnum"},{"p":"ca.bc.gov.app.service.client.matches","l":"LocationStepMatcher"},{"p":"ca.bc.gov.app.health","l":"ManualHealthIndicator"},{"p":"ca.bc.gov.app.dto.client","l":"MatchResult"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.NameSecretDto"},{"p":"ca.bc.gov.app.exception","l":"NoClientDataFound"},{"p":"ca.bc.gov.app.exception","l":"NoFirstNationException"},{"p":"ca.bc.gov.app.security","l":"Oauth2Customizer"},{"p":"ca.bc.gov.app.dto.openmaps","l":"OpenMapsResponseDto"},{"p":"ca.bc.gov.app.util","l":"PkceUtil"},{"p":"ca.bc.gov.app.dto.openmaps","l":"PropertyDto"},{"p":"ca.bc.gov.app.entity.client","l":"ProvinceCodeEntity"},{"p":"ca.bc.gov.app.repository.client","l":"ProvinceCodeRepository"},{"p":"ca.bc.gov.app.predicates","l":"QueryPredicates"},{"p":"ca.bc.gov.app.validator.client","l":"ReactiveValidator"},{"p":"ca.bc.gov.app.validator.client","l":"RegisteredBusinessInformationValidator"},{"p":"ca.bc.gov.app.exception","l":"RequestAlreadyProcessedException"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.SecurityConfiguration"},{"p":"ca.bc.gov.app.configuration","l":"SecurityConfiguration"},{"p":"ca.bc.gov.app.dto.client","l":"StepMatchEnum"},{"p":"ca.bc.gov.app.service.client.matches","l":"StepMatcher"},{"p":"ca.bc.gov.app.dto.submissions","l":"SubmissionAddressDto"},{"p":"ca.bc.gov.app.dto.submissions","l":"SubmissionApproveRejectDto"},{"p":"ca.bc.gov.app.dto.submissions","l":"SubmissionBusinessDto"},{"p":"ca.bc.gov.app.dto.submissions","l":"SubmissionContactDto"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionContactEntity"},{"p":"ca.bc.gov.app.repository.client","l":"SubmissionContactRepository"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionDetailEntity"},{"p":"ca.bc.gov.app.predicates","l":"SubmissionDetailPredicates"},{"p":"ca.bc.gov.app.repository.client","l":"SubmissionDetailRepository"},{"p":"ca.bc.gov.app.dto.submissions","l":"SubmissionDetailsDto"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionEntity"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionLocationContactEntity"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionLocationContactIdEntity"},{"p":"ca.bc.gov.app.repository.client","l":"SubmissionLocationContactRepository"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionLocationEntity"},{"p":"ca.bc.gov.app.repository.client","l":"SubmissionLocationRepository"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionMatchDetailEntity"},{"p":"ca.bc.gov.app.converters","l":"SubmissionMatchDetailEntityBeforeConvert"},{"p":"ca.bc.gov.app.repository.client","l":"SubmissionMatchDetailRepository"},{"p":"ca.bc.gov.app.predicates","l":"SubmissionPredicates"},{"p":"ca.bc.gov.app.repository.client","l":"SubmissionRepository"},{"p":"ca.bc.gov.app.models.client","l":"SubmissionStatusEnum"},{"p":"ca.bc.gov.app.entity.client","l":"SubmissionTypeCodeEntity"},{"p":"ca.bc.gov.app.models.client","l":"SubmissionTypeCodeEnum"},{"p":"ca.bc.gov.app.repository.client","l":"SubmissionTypeCodeRepository"},{"p":"ca.bc.gov.app.configuration","l":"TracingConfiguration"},{"p":"ca.bc.gov.app.exception","l":"UnableToProcessRequestException"},{"p":"ca.bc.gov.app.exception","l":"UnexpectedErrorException"},{"p":"ca.bc.gov.app.validator.client","l":"UnregisteredBusinessInformationValidator"},{"p":"ca.bc.gov.app.exception","l":"UnsuportedClientTypeException"},{"p":"ca.bc.gov.app.dto","l":"ValidationError"},{"p":"ca.bc.gov.app.exception","l":"ValidationException"},{"p":"ca.bc.gov.app.util","l":"ValidationUtil"}];updateSearchResults(); \ No newline at end of file diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.css b/bower/admin-lte/bootstrap/css/bootstrap-theme.css similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.css rename to bower/admin-lte/bootstrap/css/bootstrap-theme.css diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.css.map b/bower/admin-lte/bootstrap/css/bootstrap-theme.css.map similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.css.map rename to bower/admin-lte/bootstrap/css/bootstrap-theme.css.map diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css b/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css rename to bower/admin-lte/bootstrap/css/bootstrap-theme.min.css diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map b/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map rename to bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap.css b/bower/admin-lte/bootstrap/css/bootstrap.css similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap.css rename to bower/admin-lte/bootstrap/css/bootstrap.css diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap.css.map b/bower/admin-lte/bootstrap/css/bootstrap.css.map similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap.css.map rename to bower/admin-lte/bootstrap/css/bootstrap.css.map diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap.min.css b/bower/admin-lte/bootstrap/css/bootstrap.min.css similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap.min.css rename to bower/admin-lte/bootstrap/css/bootstrap.min.css diff --git a/schemaspy/bower/admin-lte/bootstrap/css/bootstrap.min.css.map b/bower/admin-lte/bootstrap/css/bootstrap.min.css.map similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/css/bootstrap.min.css.map rename to bower/admin-lte/bootstrap/css/bootstrap.min.css.map diff --git a/schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot b/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot rename to bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg b/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg rename to bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf b/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff b/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff rename to bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 rename to bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 diff --git a/schemaspy/bower/admin-lte/bootstrap/js/bootstrap.js b/bower/admin-lte/bootstrap/js/bootstrap.js similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/js/bootstrap.js rename to bower/admin-lte/bootstrap/js/bootstrap.js diff --git a/schemaspy/bower/admin-lte/bootstrap/js/bootstrap.min.js b/bower/admin-lte/bootstrap/js/bootstrap.min.js similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/js/bootstrap.min.js rename to bower/admin-lte/bootstrap/js/bootstrap.min.js diff --git a/schemaspy/bower/admin-lte/bootstrap/js/npm.js b/bower/admin-lte/bootstrap/js/npm.js similarity index 100% rename from schemaspy/bower/admin-lte/bootstrap/js/npm.js rename to bower/admin-lte/bootstrap/js/npm.js diff --git a/schemaspy/bower/admin-lte/dist/css/AdminLTE.css b/bower/admin-lte/dist/css/AdminLTE.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/AdminLTE.css rename to bower/admin-lte/dist/css/AdminLTE.css diff --git a/schemaspy/bower/admin-lte/dist/css/AdminLTE.min.css b/bower/admin-lte/dist/css/AdminLTE.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/AdminLTE.min.css rename to bower/admin-lte/dist/css/AdminLTE.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css b/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css rename to bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css b/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css rename to bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css b/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css rename to bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css b/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css rename to bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-select2.css b/bower/admin-lte/dist/css/alt/AdminLTE-select2.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-select2.css rename to bower/admin-lte/dist/css/alt/AdminLTE-select2.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css b/bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css rename to bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css b/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css rename to bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css diff --git a/schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css b/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css rename to bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/_all-skins.css b/bower/admin-lte/dist/css/skins/_all-skins.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/_all-skins.css rename to bower/admin-lte/dist/css/skins/_all-skins.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/_all-skins.min.css b/bower/admin-lte/dist/css/skins/_all-skins.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/_all-skins.min.css rename to bower/admin-lte/dist/css/skins/_all-skins.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-black-light.css b/bower/admin-lte/dist/css/skins/skin-black-light.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-black-light.css rename to bower/admin-lte/dist/css/skins/skin-black-light.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-black-light.min.css b/bower/admin-lte/dist/css/skins/skin-black-light.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-black-light.min.css rename to bower/admin-lte/dist/css/skins/skin-black-light.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-black.css b/bower/admin-lte/dist/css/skins/skin-black.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-black.css rename to bower/admin-lte/dist/css/skins/skin-black.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-black.min.css b/bower/admin-lte/dist/css/skins/skin-black.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-black.min.css rename to bower/admin-lte/dist/css/skins/skin-black.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-blue-light.css b/bower/admin-lte/dist/css/skins/skin-blue-light.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-blue-light.css rename to bower/admin-lte/dist/css/skins/skin-blue-light.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-blue-light.min.css b/bower/admin-lte/dist/css/skins/skin-blue-light.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-blue-light.min.css rename to bower/admin-lte/dist/css/skins/skin-blue-light.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-blue.css b/bower/admin-lte/dist/css/skins/skin-blue.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-blue.css rename to bower/admin-lte/dist/css/skins/skin-blue.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-blue.min.css b/bower/admin-lte/dist/css/skins/skin-blue.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-blue.min.css rename to bower/admin-lte/dist/css/skins/skin-blue.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-green-light.css b/bower/admin-lte/dist/css/skins/skin-green-light.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-green-light.css rename to bower/admin-lte/dist/css/skins/skin-green-light.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-green-light.min.css b/bower/admin-lte/dist/css/skins/skin-green-light.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-green-light.min.css rename to bower/admin-lte/dist/css/skins/skin-green-light.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-green.css b/bower/admin-lte/dist/css/skins/skin-green.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-green.css rename to bower/admin-lte/dist/css/skins/skin-green.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-green.min.css b/bower/admin-lte/dist/css/skins/skin-green.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-green.min.css rename to bower/admin-lte/dist/css/skins/skin-green.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-purple-light.css b/bower/admin-lte/dist/css/skins/skin-purple-light.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-purple-light.css rename to bower/admin-lte/dist/css/skins/skin-purple-light.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-purple-light.min.css b/bower/admin-lte/dist/css/skins/skin-purple-light.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-purple-light.min.css rename to bower/admin-lte/dist/css/skins/skin-purple-light.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-purple.css b/bower/admin-lte/dist/css/skins/skin-purple.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-purple.css rename to bower/admin-lte/dist/css/skins/skin-purple.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-purple.min.css b/bower/admin-lte/dist/css/skins/skin-purple.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-purple.min.css rename to bower/admin-lte/dist/css/skins/skin-purple.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-red-light.css b/bower/admin-lte/dist/css/skins/skin-red-light.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-red-light.css rename to bower/admin-lte/dist/css/skins/skin-red-light.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-red-light.min.css b/bower/admin-lte/dist/css/skins/skin-red-light.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-red-light.min.css rename to bower/admin-lte/dist/css/skins/skin-red-light.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-red.css b/bower/admin-lte/dist/css/skins/skin-red.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-red.css rename to bower/admin-lte/dist/css/skins/skin-red.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-red.min.css b/bower/admin-lte/dist/css/skins/skin-red.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-red.min.css rename to bower/admin-lte/dist/css/skins/skin-red.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-yellow-light.css b/bower/admin-lte/dist/css/skins/skin-yellow-light.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-yellow-light.css rename to bower/admin-lte/dist/css/skins/skin-yellow-light.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-yellow-light.min.css b/bower/admin-lte/dist/css/skins/skin-yellow-light.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-yellow-light.min.css rename to bower/admin-lte/dist/css/skins/skin-yellow-light.min.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-yellow.css b/bower/admin-lte/dist/css/skins/skin-yellow.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-yellow.css rename to bower/admin-lte/dist/css/skins/skin-yellow.css diff --git a/schemaspy/bower/admin-lte/dist/css/skins/skin-yellow.min.css b/bower/admin-lte/dist/css/skins/skin-yellow.min.css similarity index 100% rename from schemaspy/bower/admin-lte/dist/css/skins/skin-yellow.min.css rename to bower/admin-lte/dist/css/skins/skin-yellow.min.css diff --git a/schemaspy/bower/admin-lte/dist/js/app.js b/bower/admin-lte/dist/js/app.js similarity index 100% rename from schemaspy/bower/admin-lte/dist/js/app.js rename to bower/admin-lte/dist/js/app.js diff --git a/schemaspy/bower/admin-lte/dist/js/app.min.js b/bower/admin-lte/dist/js/app.min.js similarity index 100% rename from schemaspy/bower/admin-lte/dist/js/app.min.js rename to bower/admin-lte/dist/js/app.min.js diff --git a/schemaspy/bower/admin-lte/dist/js/demo.js b/bower/admin-lte/dist/js/demo.js similarity index 100% rename from schemaspy/bower/admin-lte/dist/js/demo.js rename to bower/admin-lte/dist/js/demo.js diff --git a/schemaspy/bower/admin-lte/dist/js/pages/dashboard.js b/bower/admin-lte/dist/js/pages/dashboard.js similarity index 100% rename from schemaspy/bower/admin-lte/dist/js/pages/dashboard.js rename to bower/admin-lte/dist/js/pages/dashboard.js diff --git a/schemaspy/bower/admin-lte/dist/js/pages/dashboard2.js b/bower/admin-lte/dist/js/pages/dashboard2.js similarity index 100% rename from schemaspy/bower/admin-lte/dist/js/pages/dashboard2.js rename to bower/admin-lte/dist/js/pages/dashboard2.js diff --git a/schemaspy/bower/admin-lte/plugins/fastclick/fastclick.js b/bower/admin-lte/plugins/fastclick/fastclick.js similarity index 100% rename from schemaspy/bower/admin-lte/plugins/fastclick/fastclick.js rename to bower/admin-lte/plugins/fastclick/fastclick.js diff --git a/schemaspy/bower/admin-lte/plugins/fastclick/fastclick.min.js b/bower/admin-lte/plugins/fastclick/fastclick.min.js similarity index 100% rename from schemaspy/bower/admin-lte/plugins/fastclick/fastclick.min.js rename to bower/admin-lte/plugins/fastclick/fastclick.min.js diff --git a/schemaspy/bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js b/bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js similarity index 100% rename from schemaspy/bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js rename to bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js diff --git a/schemaspy/bower/admin-lte/plugins/jQueryUI/jquery-ui.js b/bower/admin-lte/plugins/jQueryUI/jquery-ui.js similarity index 100% rename from schemaspy/bower/admin-lte/plugins/jQueryUI/jquery-ui.js rename to bower/admin-lte/plugins/jQueryUI/jquery-ui.js diff --git a/schemaspy/bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js b/bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js similarity index 100% rename from schemaspy/bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js rename to bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js diff --git a/schemaspy/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js b/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js similarity index 100% rename from schemaspy/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js rename to bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js diff --git a/schemaspy/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js b/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js similarity index 100% rename from schemaspy/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js rename to bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js diff --git a/schemaspy/bower/anchor-js/anchor.min.js b/bower/anchor-js/anchor.min.js similarity index 100% rename from schemaspy/bower/anchor-js/anchor.min.js rename to bower/anchor-js/anchor.min.js diff --git a/schemaspy/bower/codemirror/codemirror.css b/bower/codemirror/codemirror.css similarity index 100% rename from schemaspy/bower/codemirror/codemirror.css rename to bower/codemirror/codemirror.css diff --git a/schemaspy/bower/codemirror/codemirror.js b/bower/codemirror/codemirror.js similarity index 100% rename from schemaspy/bower/codemirror/codemirror.js rename to bower/codemirror/codemirror.js diff --git a/schemaspy/bower/codemirror/sql.js b/bower/codemirror/sql.js similarity index 100% rename from schemaspy/bower/codemirror/sql.js rename to bower/codemirror/sql.js diff --git a/schemaspy/bower/datatables.net-bs/css/dataTables.bootstrap.css b/bower/datatables.net-bs/css/dataTables.bootstrap.css similarity index 100% rename from schemaspy/bower/datatables.net-bs/css/dataTables.bootstrap.css rename to bower/datatables.net-bs/css/dataTables.bootstrap.css diff --git a/schemaspy/bower/datatables.net-bs/css/dataTables.bootstrap.min.css b/bower/datatables.net-bs/css/dataTables.bootstrap.min.css similarity index 100% rename from schemaspy/bower/datatables.net-bs/css/dataTables.bootstrap.min.css rename to bower/datatables.net-bs/css/dataTables.bootstrap.min.css diff --git a/schemaspy/bower/datatables.net-bs/js/dataTables.bootstrap.js b/bower/datatables.net-bs/js/dataTables.bootstrap.js similarity index 100% rename from schemaspy/bower/datatables.net-bs/js/dataTables.bootstrap.js rename to bower/datatables.net-bs/js/dataTables.bootstrap.js diff --git a/schemaspy/bower/datatables.net-bs/js/dataTables.bootstrap.min.js b/bower/datatables.net-bs/js/dataTables.bootstrap.min.js similarity index 100% rename from schemaspy/bower/datatables.net-bs/js/dataTables.bootstrap.min.js rename to bower/datatables.net-bs/js/dataTables.bootstrap.min.js diff --git a/schemaspy/bower/datatables.net-buttons-bs/css/buttons.bootstrap.css b/bower/datatables.net-buttons-bs/css/buttons.bootstrap.css similarity index 100% rename from schemaspy/bower/datatables.net-buttons-bs/css/buttons.bootstrap.css rename to bower/datatables.net-buttons-bs/css/buttons.bootstrap.css diff --git a/schemaspy/bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css b/bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css similarity index 100% rename from schemaspy/bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css rename to bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css diff --git a/schemaspy/bower/datatables.net-buttons-bs/js/buttons.bootstrap.js b/bower/datatables.net-buttons-bs/js/buttons.bootstrap.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons-bs/js/buttons.bootstrap.js rename to bower/datatables.net-buttons-bs/js/buttons.bootstrap.js diff --git a/schemaspy/bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js b/bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js rename to bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.colVis.js b/bower/datatables.net-buttons/buttons.colVis.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.colVis.js rename to bower/datatables.net-buttons/buttons.colVis.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.colVis.min.js b/bower/datatables.net-buttons/buttons.colVis.min.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.colVis.min.js rename to bower/datatables.net-buttons/buttons.colVis.min.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.flash.js b/bower/datatables.net-buttons/buttons.flash.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.flash.js rename to bower/datatables.net-buttons/buttons.flash.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.flash.min.js b/bower/datatables.net-buttons/buttons.flash.min.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.flash.min.js rename to bower/datatables.net-buttons/buttons.flash.min.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.html5.js b/bower/datatables.net-buttons/buttons.html5.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.html5.js rename to bower/datatables.net-buttons/buttons.html5.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.html5.min.js b/bower/datatables.net-buttons/buttons.html5.min.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.html5.min.js rename to bower/datatables.net-buttons/buttons.html5.min.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.print.js b/bower/datatables.net-buttons/buttons.print.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.print.js rename to bower/datatables.net-buttons/buttons.print.js diff --git a/schemaspy/bower/datatables.net-buttons/buttons.print.min.js b/bower/datatables.net-buttons/buttons.print.min.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/buttons.print.min.js rename to bower/datatables.net-buttons/buttons.print.min.js diff --git a/schemaspy/bower/datatables.net-buttons/dataTables.buttons.js b/bower/datatables.net-buttons/dataTables.buttons.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/dataTables.buttons.js rename to bower/datatables.net-buttons/dataTables.buttons.js diff --git a/schemaspy/bower/datatables.net-buttons/dataTables.buttons.min.js b/bower/datatables.net-buttons/dataTables.buttons.min.js similarity index 100% rename from schemaspy/bower/datatables.net-buttons/dataTables.buttons.min.js rename to bower/datatables.net-buttons/dataTables.buttons.min.js diff --git a/schemaspy/bower/datatables.net/jquery.dataTables.min.js b/bower/datatables.net/jquery.dataTables.min.js similarity index 100% rename from schemaspy/bower/datatables.net/jquery.dataTables.min.js rename to bower/datatables.net/jquery.dataTables.min.js diff --git a/schemaspy/bower/font-awesome/css/font-awesome.css b/bower/font-awesome/css/font-awesome.css similarity index 100% rename from schemaspy/bower/font-awesome/css/font-awesome.css rename to bower/font-awesome/css/font-awesome.css diff --git a/schemaspy/bower/font-awesome/css/font-awesome.css.map b/bower/font-awesome/css/font-awesome.css.map similarity index 100% rename from schemaspy/bower/font-awesome/css/font-awesome.css.map rename to bower/font-awesome/css/font-awesome.css.map diff --git a/schemaspy/bower/font-awesome/css/font-awesome.min.css b/bower/font-awesome/css/font-awesome.min.css similarity index 100% rename from schemaspy/bower/font-awesome/css/font-awesome.min.css rename to bower/font-awesome/css/font-awesome.min.css diff --git a/schemaspy/bower/font-awesome/fonts/FontAwesome.otf b/bower/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from schemaspy/bower/font-awesome/fonts/FontAwesome.otf rename to bower/font-awesome/fonts/FontAwesome.otf diff --git a/schemaspy/bower/font-awesome/fonts/fontawesome-webfont.eot b/bower/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from schemaspy/bower/font-awesome/fonts/fontawesome-webfont.eot rename to bower/font-awesome/fonts/fontawesome-webfont.eot diff --git a/schemaspy/bower/font-awesome/fonts/fontawesome-webfont.svg b/bower/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from schemaspy/bower/font-awesome/fonts/fontawesome-webfont.svg rename to bower/font-awesome/fonts/fontawesome-webfont.svg diff --git a/schemaspy/bower/font-awesome/fonts/fontawesome-webfont.ttf b/bower/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from schemaspy/bower/font-awesome/fonts/fontawesome-webfont.ttf rename to bower/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/schemaspy/bower/font-awesome/fonts/fontawesome-webfont.woff b/bower/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from schemaspy/bower/font-awesome/fonts/fontawesome-webfont.woff rename to bower/font-awesome/fonts/fontawesome-webfont.woff diff --git a/schemaspy/bower/font-awesome/fonts/fontawesome-webfont.woff2 b/bower/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from schemaspy/bower/font-awesome/fonts/fontawesome-webfont.woff2 rename to bower/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/schemaspy/bower/html5shiv/html5shiv.min.js b/bower/html5shiv/html5shiv.min.js similarity index 100% rename from schemaspy/bower/html5shiv/html5shiv.min.js rename to bower/html5shiv/html5shiv.min.js diff --git a/schemaspy/bower/ionicons/css/ionicons.css b/bower/ionicons/css/ionicons.css similarity index 100% rename from schemaspy/bower/ionicons/css/ionicons.css rename to bower/ionicons/css/ionicons.css diff --git a/schemaspy/bower/ionicons/css/ionicons.min.css b/bower/ionicons/css/ionicons.min.css similarity index 100% rename from schemaspy/bower/ionicons/css/ionicons.min.css rename to bower/ionicons/css/ionicons.min.css diff --git a/schemaspy/bower/ionicons/fonts/ionicons.eot b/bower/ionicons/fonts/ionicons.eot similarity index 100% rename from schemaspy/bower/ionicons/fonts/ionicons.eot rename to bower/ionicons/fonts/ionicons.eot diff --git a/schemaspy/bower/ionicons/fonts/ionicons.svg b/bower/ionicons/fonts/ionicons.svg similarity index 100% rename from schemaspy/bower/ionicons/fonts/ionicons.svg rename to bower/ionicons/fonts/ionicons.svg diff --git a/schemaspy/bower/ionicons/fonts/ionicons.ttf b/bower/ionicons/fonts/ionicons.ttf similarity index 100% rename from schemaspy/bower/ionicons/fonts/ionicons.ttf rename to bower/ionicons/fonts/ionicons.ttf diff --git a/schemaspy/bower/ionicons/fonts/ionicons.woff b/bower/ionicons/fonts/ionicons.woff similarity index 100% rename from schemaspy/bower/ionicons/fonts/ionicons.woff rename to bower/ionicons/fonts/ionicons.woff diff --git a/schemaspy/bower/jquery/jquery.js b/bower/jquery/jquery.js similarity index 100% rename from schemaspy/bower/jquery/jquery.js rename to bower/jquery/jquery.js diff --git a/schemaspy/bower/js-xlsx/xlsx.full.min.js b/bower/js-xlsx/xlsx.full.min.js similarity index 100% rename from schemaspy/bower/js-xlsx/xlsx.full.min.js rename to bower/js-xlsx/xlsx.full.min.js diff --git a/schemaspy/bower/pdfmake/pdfmake.min.js b/bower/pdfmake/pdfmake.min.js similarity index 100% rename from schemaspy/bower/pdfmake/pdfmake.min.js rename to bower/pdfmake/pdfmake.min.js diff --git a/schemaspy/bower/pdfmake/vfs_fonts.js b/bower/pdfmake/vfs_fonts.js similarity index 100% rename from schemaspy/bower/pdfmake/vfs_fonts.js rename to bower/pdfmake/vfs_fonts.js diff --git a/schemaspy/bower/respond/respond.min.js b/bower/respond/respond.min.js similarity index 100% rename from schemaspy/bower/respond/respond.min.js rename to bower/respond/respond.min.js diff --git a/schemaspy/bower/salvattore/salvattore.css b/bower/salvattore/salvattore.css similarity index 100% rename from schemaspy/bower/salvattore/salvattore.css rename to bower/salvattore/salvattore.css diff --git a/schemaspy/bower/salvattore/salvattore.min.js b/bower/salvattore/salvattore.min.js similarity index 100% rename from schemaspy/bower/salvattore/salvattore.min.js rename to bower/salvattore/salvattore.min.js diff --git a/schemaspy/column.js b/column.js similarity index 100% rename from schemaspy/column.js rename to column.js diff --git a/schemaspy/constraint.js b/constraint.js similarity index 100% rename from schemaspy/constraint.js rename to constraint.js diff --git a/schemaspy/favicon.png b/favicon.png similarity index 100% rename from schemaspy/favicon.png rename to favicon.png diff --git a/schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.eot b/fonts/indieflower/indie-flower-v8-latin-regular.eot similarity index 100% rename from schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.eot rename to fonts/indieflower/indie-flower-v8-latin-regular.eot diff --git a/schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.svg b/fonts/indieflower/indie-flower-v8-latin-regular.svg similarity index 100% rename from schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.svg rename to fonts/indieflower/indie-flower-v8-latin-regular.svg diff --git a/schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.ttf b/fonts/indieflower/indie-flower-v8-latin-regular.ttf similarity index 100% rename from schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.ttf rename to fonts/indieflower/indie-flower-v8-latin-regular.ttf diff --git a/schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.woff b/fonts/indieflower/indie-flower-v8-latin-regular.woff similarity index 100% rename from schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.woff rename to fonts/indieflower/indie-flower-v8-latin-regular.woff diff --git a/schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.woff2 b/fonts/indieflower/indie-flower-v8-latin-regular.woff2 similarity index 100% rename from schemaspy/fonts/indieflower/indie-flower-v8-latin-regular.woff2 rename to fonts/indieflower/indie-flower-v8-latin-regular.woff2 diff --git a/schemaspy/fonts/indieflower/indie-flower.css b/fonts/indieflower/indie-flower.css similarity index 100% rename from schemaspy/fonts/indieflower/indie-flower.css rename to fonts/indieflower/indie-flower.css diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot b/fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg b/fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf b/fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff b/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 b/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot b/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg b/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf b/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff b/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 b/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 rename to fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot b/fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg b/fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf b/fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff b/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 b/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot b/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg b/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf b/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff b/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 b/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 rename to fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot b/fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot rename to fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg b/fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg rename to fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf b/fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf rename to fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff b/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff rename to fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 b/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 rename to fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot b/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot rename to fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg b/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg rename to fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf b/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf rename to fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff b/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff rename to fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 b/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 rename to fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 diff --git a/schemaspy/fonts/source-sans-pro/source-sans-pro.css b/fonts/source-sans-pro/source-sans-pro.css similarity index 100% rename from schemaspy/fonts/source-sans-pro/source-sans-pro.css rename to fonts/source-sans-pro/source-sans-pro.css diff --git a/schemaspy/images/foreignKey.png b/images/foreignKey.png similarity index 100% rename from schemaspy/images/foreignKey.png rename to images/foreignKey.png diff --git a/schemaspy/images/foreignKeys.png b/images/foreignKeys.png similarity index 100% rename from schemaspy/images/foreignKeys.png rename to images/foreignKeys.png diff --git a/schemaspy/images/primaryKey.png b/images/primaryKey.png similarity index 100% rename from schemaspy/images/primaryKey.png rename to images/primaryKey.png diff --git a/schemaspy/images/primaryKeys.png b/images/primaryKeys.png similarity index 100% rename from schemaspy/images/primaryKeys.png rename to images/primaryKeys.png diff --git a/schemaspy/index.html b/index.html similarity index 99% rename from schemaspy/index.html rename to index.html index 333a6eb93b..a6e5efc17a 100644 --- a/schemaspy/index.html +++ b/index.html @@ -49,7 +49,7 @@

    SchemaSpy Analysis of default

    -

    Generated on Thu Jul 04 21:04 GMT 2024

    +

    Generated on Thu Jul 04 21:52 GMT 2024

    diff --git a/legacy/allclasses-index.html b/legacy/allclasses-index.html new file mode 100644 index 0000000000..090cc123c1 --- /dev/null +++ b/legacy/allclasses-index.html @@ -0,0 +1,165 @@ + + + + +All Classes and Interfaces (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    All Classes and Interfaces

    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/allpackages-index.html b/legacy/allpackages-index.html new file mode 100644 index 0000000000..c457c61096 --- /dev/null +++ b/legacy/allpackages-index.html @@ -0,0 +1,85 @@ + + + + +All Packages (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    All Packages

    +
    +
    Package Summary
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/ApplicationConstants.html b/legacy/ca/bc/gov/app/ApplicationConstants.html new file mode 100644 index 0000000000..20a0b37340 --- /dev/null +++ b/legacy/ca/bc/gov/app/ApplicationConstants.html @@ -0,0 +1,917 @@ + + + + +ApplicationConstants (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package ca.bc.gov.app
    +

    Class ApplicationConstants

    +
    +
    java.lang.Object +
    ca.bc.gov.app.ApplicationConstants
    +
    +
    +
    +
    public class ApplicationConstants +extends Object
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/LegacyApplication.html b/legacy/ca/bc/gov/app/LegacyApplication.html new file mode 100644 index 0000000000..efe534db50 --- /dev/null +++ b/legacy/ca/bc/gov/app/LegacyApplication.html @@ -0,0 +1,166 @@ + + + + +LegacyApplication (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +
    Package ca.bc.gov.app
    +

    Class LegacyApplication

    +
    +
    java.lang.Object +
    ca.bc.gov.app.LegacyApplication
    +
    +
    +
    +
    @SpringBootApplication +@EnableScheduling +@EnableAspectJAutoProxy(proxyTargetClass=true) +public class LegacyApplication +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        LegacyApplication

        +
        public LegacyApplication()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        main

        +
        public static void main(String[] args)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/class-use/ApplicationConstants.html b/legacy/ca/bc/gov/app/class-use/ApplicationConstants.html new file mode 100644 index 0000000000..67f29c3d6d --- /dev/null +++ b/legacy/ca/bc/gov/app/class-use/ApplicationConstants.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.ApplicationConstants (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.ApplicationConstants

    +
    +No usage of ca.bc.gov.app.ApplicationConstants
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/class-use/LegacyApplication.html b/legacy/ca/bc/gov/app/class-use/LegacyApplication.html new file mode 100644 index 0000000000..e7393c8975 --- /dev/null +++ b/legacy/ca/bc/gov/app/class-use/LegacyApplication.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.LegacyApplication (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.LegacyApplication

    +
    +No usage of ca.bc.gov.app.LegacyApplication
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html b/legacy/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html new file mode 100644 index 0000000000..0aca921511 --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html @@ -0,0 +1,203 @@ + + + + +ForestClientMetricConfiguration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ForestClientMetricConfiguration

    +
    +
    java.lang.Object +
    ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
    +
    +
    +
    @Configuration +public class ForestClientMetricConfiguration +extends Object
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      + +
       
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      io.micrometer.core.instrument.config.MeterFilter
      + +
       
      +
      io.micrometer.core.instrument.config.MeterFilter
      + +
       
      +
      org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry>
      + +
       
      +
      org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.prometheus.PrometheusMeterRegistry>
      + +
       
      +
      io.micrometer.core.aop.TimedAspect
      +
      timedAspect(io.micrometer.core.instrument.MeterRegistry registry)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientMetricConfiguration

        +
        public ForestClientMetricConfiguration()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        timedAspect

        +
        @Bean +public io.micrometer.core.aop.TimedAspect timedAspect(io.micrometer.core.instrument.MeterRegistry registry)
        +
        +
      • +
      • +
        +

        metricsCommonTags

        +
        @Bean +public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry> metricsCommonTags()
        +
        +
      • +
      • +
        +

        prometheusConfiguration

        +
        @Bean +public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.prometheus.PrometheusMeterRegistry> prometheusConfiguration()
        +
        +
      • +
      • +
        +

        ignoreTag

        +
        public io.micrometer.core.instrument.config.MeterFilter ignoreTag()
        +
        +
      • +
      • +
        +

        distribution

        +
        public io.micrometer.core.instrument.config.MeterFilter distribution()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html b/legacy/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html new file mode 100644 index 0000000000..ecc56b94fd --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html @@ -0,0 +1,134 @@ + + + + +GlobalServiceConfiguration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class GlobalServiceConfiguration

    +
    +
    java.lang.Object +
    ca.bc.gov.app.configuration.GlobalServiceConfiguration
    +
    +
    +
    +
    @Configuration +@RegisterReflectionForBinding({ClientNameCodeDto.class,ForestClientDto.class}) +public class GlobalServiceConfiguration +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        GlobalServiceConfiguration

        +
        public GlobalServiceConfiguration()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/TracingConfiguration.html b/legacy/ca/bc/gov/app/configuration/TracingConfiguration.html new file mode 100644 index 0000000000..2bc656da46 --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/TracingConfiguration.html @@ -0,0 +1,133 @@ + + + + +TracingConfiguration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class TracingConfiguration

    +
    +
    java.lang.Object +
    ca.bc.gov.app.configuration.TracingConfiguration
    +
    +
    +
    +
    @Configuration(proxyBeanMethods=false) +public class TracingConfiguration +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        TracingConfiguration

        +
        public TracingConfiguration()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html b/legacy/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html new file mode 100644 index 0000000000..80b486f1ff --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientMetricConfiguration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.configuration.ForestClientMetricConfiguration

    +
    +No usage of ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html b/legacy/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html new file mode 100644 index 0000000000..f6271f0708 --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.GlobalServiceConfiguration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.configuration.GlobalServiceConfiguration

    +
    +No usage of ca.bc.gov.app.configuration.GlobalServiceConfiguration
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html b/legacy/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html new file mode 100644 index 0000000000..8b67f3f73a --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.TracingConfiguration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.configuration.TracingConfiguration

    +
    +No usage of ca.bc.gov.app.configuration.TracingConfiguration
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/package-summary.html b/legacy/ca/bc/gov/app/configuration/package-summary.html new file mode 100644 index 0000000000..d6e655298f --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/package-summary.html @@ -0,0 +1,102 @@ + + + + +ca.bc.gov.app.configuration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.configuration

    +
    +
    +
    package ca.bc.gov.app.configuration
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/package-tree.html b/legacy/ca/bc/gov/app/configuration/package-tree.html new file mode 100644 index 0000000000..2c1e986013 --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/package-tree.html @@ -0,0 +1,78 @@ + + + + +ca.bc.gov.app.configuration Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.configuration

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/configuration/package-use.html b/legacy/ca/bc/gov/app/configuration/package-use.html new file mode 100644 index 0000000000..6162427000 --- /dev/null +++ b/legacy/ca/bc/gov/app/configuration/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.configuration (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.configuration

    +
    +No usage of ca.bc.gov.app.configuration
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/ClientContactController.html b/legacy/ca/bc/gov/app/controller/ClientContactController.html new file mode 100644 index 0000000000..e4e7839aad --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/ClientContactController.html @@ -0,0 +1,189 @@ + + + + +ClientContactController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientContactController

    +
    +
    java.lang.Object +
    ca.bc.gov.app.controller.ClientContactController
    +
    +
    +
    +
    @RestController +@RequestMapping(value="/api/contacts", + produces="application/json") +public class ClientContactController +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientContactController

        +
        public ClientContactController()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        saveLocation

        +
        @PostMapping +@ResponseStatus(CREATED) +public reactor.core.publisher.Mono<String> saveLocation(@RequestBody + ForestClientContactDto dto)
        +
        +
      • +
      • +
        +

        findIndividuals

        +
        @GetMapping("/search") +public reactor.core.publisher.Flux<ForestClientContactDto> findIndividuals(@RequestParam + String firstName, + @RequestParam + String lastName, + @RequestParam + String email, + @RequestParam + String phone)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/ClientController.html b/legacy/ca/bc/gov/app/controller/ClientController.html new file mode 100644 index 0000000000..ca8c4361d3 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/ClientController.html @@ -0,0 +1,169 @@ + + + + +ClientController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientController

    +
    +
    java.lang.Object +
    ca.bc.gov.app.controller.ClientController
    +
    +
    +
    +
    @RestController +@RequestMapping(value="/api/clients", + produces="application/json") +public class ClientController +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientController

        +
        public ClientController()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        saveLocation

        +
        @PostMapping +@ResponseStatus(CREATED) +public reactor.core.publisher.Mono<String> saveLocation(@RequestBody + ForestClientDto dto)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/ClientDoingBusinessAsController.html b/legacy/ca/bc/gov/app/controller/ClientDoingBusinessAsController.html new file mode 100644 index 0000000000..809feb0a1b --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/ClientDoingBusinessAsController.html @@ -0,0 +1,180 @@ + + + + +ClientDoingBusinessAsController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientDoingBusinessAsController

    +
    +
    java.lang.Object +
    ca.bc.gov.app.controller.ClientDoingBusinessAsController
    +
    +
    +
    +
    @RestController +@RequestMapping(value="/api/dba", + produces="application/json") +public class ClientDoingBusinessAsController +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientDoingBusinessAsController

        +
        public ClientDoingBusinessAsController()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        saveLocation

        +
        @PostMapping +@ResponseStatus(CREATED) +public reactor.core.publisher.Mono<String> saveLocation(@RequestBody + ClientDoingBusinessAsDto dto)
        +
        +
      • +
      • +
        +

        search

        +
        @GetMapping("/search") +public reactor.core.publisher.Flux<ClientDoingBusinessAsDto> search(@RequestParam + String dbaName)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/ClientLocationController.html b/legacy/ca/bc/gov/app/controller/ClientLocationController.html new file mode 100644 index 0000000000..c28dd8268a --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/ClientLocationController.html @@ -0,0 +1,183 @@ + + + + +ClientLocationController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientLocationController

    +
    +
    java.lang.Object +
    ca.bc.gov.app.controller.ClientLocationController
    +
    +
    +
    +
    @RestController +@RequestMapping(value="/api/locations", + produces="application/json") +public class ClientLocationController +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientLocationController

        +
        public ClientLocationController()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        saveLocation

        +
        @PostMapping +@ResponseStatus(CREATED) +public reactor.core.publisher.Mono<String> saveLocation(@RequestBody + ForestClientLocationDto dto)
        +
        +
      • +
      • +
        +

        findLocations

        +
        @GetMapping("/search") +public reactor.core.publisher.Flux<ForestClientLocationDto> findLocations(@RequestParam + String address, + @RequestParam + String postalCode)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/ClientSearchController.html b/legacy/ca/bc/gov/app/controller/ClientSearchController.html new file mode 100644 index 0000000000..189f6994d2 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/ClientSearchController.html @@ -0,0 +1,274 @@ + + + + +ClientSearchController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientSearchController

    +
    +
    java.lang.Object +
    ca.bc.gov.app.controller.ClientSearchController
    +
    +
    +
    +
    @RestController +@RequestMapping(value="/api/search", + produces="application/json") +public class ClientSearchController +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientSearchController

        +
        public ClientSearchController()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        findByIncorporationOrName

        +
        @GetMapping("/registrationOrName") +public reactor.core.publisher.Flux<ForestClientDto> findByIncorporationOrName(@RequestParam(required=false) + String registrationNumber, + @RequestParam(required=false) + String companyName)
        +
        +
      • +
      • +
        +

        findIndividuals

        +
        @GetMapping("/individual") +public reactor.core.publisher.Flux<ForestClientDto> findIndividuals(@RequestParam + String firstName, + @RequestParam + String lastName, + @RequestParam + LocalDate dob, + @RequestParam(required=false) + String identification)
        +
        +
      • +
      • +
        +

        matchBy

        +
        @GetMapping("/match") +public reactor.core.publisher.Flux<ForestClientDto> matchBy(@RequestParam + String companyName)
        +
        +
      • +
      • +
        +

        findByIdAndLastName

        +
        @GetMapping("/idAndLastName") +public reactor.core.publisher.Flux<ForestClientDto> findByIdAndLastName(@RequestParam + String clientId, + @RequestParam + String lastName)
        +
        +
      • +
      • +
        +

        findByIdentification

        +
        @GetMapping("/id/{idType}/{identification}") +public reactor.core.publisher.Flux<ForestClientDto> findByIdentification(@PathVariable + String idType, + @PathVariable + String identification)
        +
        +
      • +
      • +
        +

        findByGeneralEmail

        +
        @GetMapping("/email") +public reactor.core.publisher.Flux<ForestClientDto> findByGeneralEmail(@RequestParam + String email)
        +
        +
      • +
      • +
        +

        findByGeneralPhone

        +
        @GetMapping("/phone") +public reactor.core.publisher.Flux<ForestClientDto> findByGeneralPhone(@RequestParam + String phone)
        +
        +
      • +
      • +
        +

        findByLocation

        +
        @PostMapping("/address") +public reactor.core.publisher.Flux<ForestClientDto> findByLocation(@RequestBody + AddressSearchDto address)
        +
        +
      • +
      • +
        +

        findByContact

        +
        @PostMapping("/contact") +public reactor.core.publisher.Flux<ForestClientDto> findByContact(@RequestBody + ContactSearchDto contact)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/GlobalErrorController.html b/legacy/ca/bc/gov/app/controller/GlobalErrorController.html new file mode 100644 index 0000000000..d355e5610f --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/GlobalErrorController.html @@ -0,0 +1,186 @@ + + + + +GlobalErrorController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class GlobalErrorController

    +
    +
    java.lang.Object +
    org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler +
    ca.bc.gov.app.controller.GlobalErrorController
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    org.springframework.beans.factory.InitializingBean, org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler, org.springframework.web.server.WebExceptionHandler
    +
    +
    +
    @RestControllerAdvice +@ControllerAdvice +@Component +@Order(-2) +public class GlobalErrorController +extends org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      GlobalErrorController(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, + org.springframework.boot.autoconfigure.web.WebProperties webProperties, + org.springframework.context.ApplicationContext applicationContext, + org.springframework.http.codec.ServerCodecConfigurer configurer)
      +
       
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      protected org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse>
      +
      getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler

      +afterPropertiesSet, getError, getErrorAttributes, handle, isBindingErrorsEnabled, isMessageEnabled, isTraceEnabled, logError, renderDefaultErrorView, renderErrorView, setMessageReaders, setMessageWriters, setViewResolvers
      +
      +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        GlobalErrorController

        +
        public GlobalErrorController(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes, + org.springframework.boot.autoconfigure.web.WebProperties webProperties, + org.springframework.context.ApplicationContext applicationContext, + org.springframework.http.codec.ServerCodecConfigurer configurer)
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getRoutingFunction

        +
        protected org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes)
        +
        +
        Specified by:
        +
        getRoutingFunction in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/class-use/ClientContactController.html b/legacy/ca/bc/gov/app/controller/class-use/ClientContactController.html new file mode 100644 index 0000000000..d81a61c4d9 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/class-use/ClientContactController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.ClientContactController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.controller.ClientContactController

    +
    +No usage of ca.bc.gov.app.controller.ClientContactController
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/class-use/ClientController.html b/legacy/ca/bc/gov/app/controller/class-use/ClientController.html new file mode 100644 index 0000000000..a7bd02c025 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/class-use/ClientController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.ClientController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.controller.ClientController

    +
    +No usage of ca.bc.gov.app.controller.ClientController
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/class-use/ClientDoingBusinessAsController.html b/legacy/ca/bc/gov/app/controller/class-use/ClientDoingBusinessAsController.html new file mode 100644 index 0000000000..5f891dd854 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/class-use/ClientDoingBusinessAsController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.ClientDoingBusinessAsController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.controller.ClientDoingBusinessAsController

    +
    +No usage of ca.bc.gov.app.controller.ClientDoingBusinessAsController
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/class-use/ClientLocationController.html b/legacy/ca/bc/gov/app/controller/class-use/ClientLocationController.html new file mode 100644 index 0000000000..8ac84bcc35 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/class-use/ClientLocationController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.ClientLocationController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.controller.ClientLocationController

    +
    +No usage of ca.bc.gov.app.controller.ClientLocationController
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/class-use/ClientSearchController.html b/legacy/ca/bc/gov/app/controller/class-use/ClientSearchController.html new file mode 100644 index 0000000000..3717882cd8 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/class-use/ClientSearchController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.ClientSearchController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.controller.ClientSearchController

    +
    +No usage of ca.bc.gov.app.controller.ClientSearchController
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/class-use/GlobalErrorController.html b/legacy/ca/bc/gov/app/controller/class-use/GlobalErrorController.html new file mode 100644 index 0000000000..52f4180f36 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/class-use/GlobalErrorController.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.controller.GlobalErrorController (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.controller.GlobalErrorController

    +
    +No usage of ca.bc.gov.app.controller.GlobalErrorController
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/package-summary.html b/legacy/ca/bc/gov/app/controller/package-summary.html new file mode 100644 index 0000000000..7434db4f38 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/package-summary.html @@ -0,0 +1,108 @@ + + + + +ca.bc.gov.app.controller (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.controller

    +
    +
    +
    package ca.bc.gov.app.controller
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/package-tree.html b/legacy/ca/bc/gov/app/controller/package-tree.html new file mode 100644 index 0000000000..5b3e70d1d0 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/package-tree.html @@ -0,0 +1,85 @@ + + + + +ca.bc.gov.app.controller Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.controller

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/controller/package-use.html b/legacy/ca/bc/gov/app/controller/package-use.html new file mode 100644 index 0000000000..3a67fb5c90 --- /dev/null +++ b/legacy/ca/bc/gov/app/controller/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.controller (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.controller

    +
    +No usage of ca.bc.gov.app.controller
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/AddressSearchDto.html b/legacy/ca/bc/gov/app/dto/AddressSearchDto.html new file mode 100644 index 0000000000..607208f64b --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/AddressSearchDto.html @@ -0,0 +1,320 @@ + + + + +AddressSearchDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Record Class AddressSearchDto

    +
    +
    java.lang.Object +
    java.lang.Record +
    ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    +
    +
    +
    public record AddressSearchDto(String address, String city, String province, String postalCode, String country) +extends Record
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      AddressSearchDto(String address, + String city, + String province, + String postalCode, + String country)
      +
      +
      Creates an instance of a AddressSearchDto record class.
      +
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      Returns the value of the address record component.
      +
      + + +
      +
      Returns the value of the city record component.
      +
      + + +
      +
      Returns the value of the country record component.
      +
      +
      final boolean
      + +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      final int
      + +
      +
      Returns a hash code value for this object.
      +
      +
      boolean
      + +
       
      + + +
      +
      Returns the value of the postalCode record component.
      +
      + + +
      +
      Returns the value of the province record component.
      +
      +
      final String
      + +
      +
      Returns a string representation of this record class.
      +
      +
      +
      +
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        AddressSearchDto

        +
        public AddressSearchDto(String address, + String city, + String province, + String postalCode, + String country)
        +
        Creates an instance of a AddressSearchDto record class.
        +
        +
        Parameters:
        +
        address - the value for the address record component
        +
        city - the value for the city record component
        +
        province - the value for the province record component
        +
        postalCode - the value for the postalCode record component
        +
        country - the value for the country record component
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        isValid

        +
        public boolean isValid()
        +
        +
      • +
      • +
        +

        toString

        +
        public final String toString()
        +
        Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
        +
        +
        Specified by:
        +
        toString in class Record
        +
        Returns:
        +
        a string representation of this object
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public final int hashCode()
        +
        Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
        +
        +
        Specified by:
        +
        hashCode in class Record
        +
        Returns:
        +
        a hash code value for this object
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public final boolean equals(Object o)
        +
        Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
        +
        +
        Specified by:
        +
        equals in class Record
        +
        Parameters:
        +
        o - the object with which to compare
        +
        Returns:
        +
        true if this object is the same as the o argument; false otherwise.
        +
        +
        +
      • +
      • +
        +

        address

        +
        public String address()
        +
        Returns the value of the address record component.
        +
        +
        Returns:
        +
        the value of the address record component
        +
        +
        +
      • +
      • +
        +

        city

        +
        public String city()
        +
        Returns the value of the city record component.
        +
        +
        Returns:
        +
        the value of the city record component
        +
        +
        +
      • +
      • +
        +

        province

        +
        public String province()
        +
        Returns the value of the province record component.
        +
        +
        Returns:
        +
        the value of the province record component
        +
        +
        +
      • +
      • +
        +

        postalCode

        +
        public String postalCode()
        +
        Returns the value of the postalCode record component.
        +
        +
        Returns:
        +
        the value of the postalCode record component
        +
        +
        +
      • +
      • +
        +

        country

        +
        public String country()
        +
        Returns the value of the country record component.
        +
        +
        Returns:
        +
        the value of the country record component
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/ClientDoingBusinessAsDto.html b/legacy/ca/bc/gov/app/dto/ClientDoingBusinessAsDto.html new file mode 100644 index 0000000000..9c223eac61 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/ClientDoingBusinessAsDto.html @@ -0,0 +1,311 @@ + + + + +ClientDoingBusinessAsDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Record Class ClientDoingBusinessAsDto

    +
    +
    java.lang.Object +
    java.lang.Record +
    ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    +
    +
    +
    public record ClientDoingBusinessAsDto(String clientNumber, String doingBusinessAsName, String createdBy, String updatedBy, Long orgUnit) +extends Record
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      ClientDoingBusinessAsDto(String clientNumber, + String doingBusinessAsName, + String createdBy, + String updatedBy, + Long orgUnit)
      +
      +
      Creates an instance of a ClientDoingBusinessAsDto record class.
      +
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      Returns the value of the clientNumber record component.
      +
      + + +
      +
      Returns the value of the createdBy record component.
      +
      + + +
      +
      Returns the value of the doingBusinessAsName record component.
      +
      +
      final boolean
      + +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      final int
      + +
      +
      Returns a hash code value for this object.
      +
      + + +
      +
      Returns the value of the orgUnit record component.
      +
      +
      final String
      + +
      +
      Returns a string representation of this record class.
      +
      + + +
      +
      Returns the value of the updatedBy record component.
      +
      +
      +
      +
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientDoingBusinessAsDto

        +
        public ClientDoingBusinessAsDto(String clientNumber, + String doingBusinessAsName, + String createdBy, + String updatedBy, + Long orgUnit)
        +
        Creates an instance of a ClientDoingBusinessAsDto record class.
        +
        +
        Parameters:
        +
        clientNumber - the value for the clientNumber record component
        +
        doingBusinessAsName - the value for the doingBusinessAsName record component
        +
        createdBy - the value for the createdBy record component
        +
        updatedBy - the value for the updatedBy record component
        +
        orgUnit - the value for the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        toString

        +
        public final String toString()
        +
        Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
        +
        +
        Specified by:
        +
        toString in class Record
        +
        Returns:
        +
        a string representation of this object
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public final int hashCode()
        +
        Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
        +
        +
        Specified by:
        +
        hashCode in class Record
        +
        Returns:
        +
        a hash code value for this object
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public final boolean equals(Object o)
        +
        Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
        +
        +
        Specified by:
        +
        equals in class Record
        +
        Parameters:
        +
        o - the object with which to compare
        +
        Returns:
        +
        true if this object is the same as the o argument; false otherwise.
        +
        +
        +
      • +
      • +
        +

        clientNumber

        +
        public String clientNumber()
        +
        Returns the value of the clientNumber record component.
        +
        +
        Returns:
        +
        the value of the clientNumber record component
        +
        +
        +
      • +
      • +
        +

        doingBusinessAsName

        +
        public String doingBusinessAsName()
        +
        Returns the value of the doingBusinessAsName record component.
        +
        +
        Returns:
        +
        the value of the doingBusinessAsName record component
        +
        +
        +
      • +
      • +
        +

        createdBy

        +
        public String createdBy()
        +
        Returns the value of the createdBy record component.
        +
        +
        Returns:
        +
        the value of the createdBy record component
        +
        +
        +
      • +
      • +
        +

        updatedBy

        +
        public String updatedBy()
        +
        Returns the value of the updatedBy record component.
        +
        +
        Returns:
        +
        the value of the updatedBy record component
        +
        +
        +
      • +
      • +
        +

        orgUnit

        +
        public Long orgUnit()
        +
        Returns the value of the orgUnit record component.
        +
        +
        Returns:
        +
        the value of the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/ClientNameCodeDto.html b/legacy/ca/bc/gov/app/dto/ClientNameCodeDto.html new file mode 100644 index 0000000000..45744a3500 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/ClientNameCodeDto.html @@ -0,0 +1,254 @@ + + + + +ClientNameCodeDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Record Class ClientNameCodeDto

    +
    +
    java.lang.Object +
    java.lang.Record +
    ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    +
    +
    +
    public record ClientNameCodeDto(String code, String name) +extends Record
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      + +
      +
      Creates an instance of a ClientNameCodeDto record class.
      +
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      Returns the value of the code record component.
      +
      +
      final boolean
      + +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      final int
      + +
      +
      Returns a hash code value for this object.
      +
      + + +
      +
      Returns the value of the name record component.
      +
      +
      final String
      + +
      +
      Returns a string representation of this record class.
      +
      +
      +
      +
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientNameCodeDto

        +
        public ClientNameCodeDto(String code, + String name)
        +
        Creates an instance of a ClientNameCodeDto record class.
        +
        +
        Parameters:
        +
        code - the value for the code record component
        +
        name - the value for the name record component
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        toString

        +
        public final String toString()
        +
        Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
        +
        +
        Specified by:
        +
        toString in class Record
        +
        Returns:
        +
        a string representation of this object
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public final int hashCode()
        +
        Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
        +
        +
        Specified by:
        +
        hashCode in class Record
        +
        Returns:
        +
        a hash code value for this object
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public final boolean equals(Object o)
        +
        Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
        +
        +
        Specified by:
        +
        equals in class Record
        +
        Parameters:
        +
        o - the object with which to compare
        +
        Returns:
        +
        true if this object is the same as the o argument; false otherwise.
        +
        +
        +
      • +
      • +
        +

        code

        +
        public String code()
        +
        Returns the value of the code record component.
        +
        +
        Returns:
        +
        the value of the code record component
        +
        +
        +
      • +
      • +
        +

        name

        +
        public String name()
        +
        Returns the value of the name record component.
        +
        +
        Returns:
        +
        the value of the name record component
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/ContactSearchDto.html b/legacy/ca/bc/gov/app/dto/ContactSearchDto.html new file mode 100644 index 0000000000..e454fc42df --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/ContactSearchDto.html @@ -0,0 +1,358 @@ + + + + +ContactSearchDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Record Class ContactSearchDto

    +
    +
    java.lang.Object +
    java.lang.Record +
    ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    +
    +
    +
    public record ContactSearchDto(String firstName, String middleName, String lastName, String email, String phone, String phone2, String fax) +extends Record
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      ContactSearchDto(String firstName, + String middleName, + String lastName, + String email, + String phone, + String phone2, + String fax)
      +
      +
      Creates an instance of a ContactSearchDto record class.
      +
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      Returns the value of the email record component.
      +
      +
      final boolean
      + +
      +
      Indicates whether some other object is "equal to" this one.
      +
      + +
      fax()
      +
      +
      Returns the value of the fax record component.
      +
      + + +
      +
      Returns the value of the firstName record component.
      +
      +
      final int
      + +
      +
      Returns a hash code value for this object.
      +
      +
      boolean
      + +
       
      + + +
      +
      Returns the value of the lastName record component.
      +
      + + +
      +
      Returns the value of the middleName record component.
      +
      + + +
      +
      Returns the value of the phone record component.
      +
      + + +
      +
      Returns the value of the phone2 record component.
      +
      +
      final String
      + +
      +
      Returns a string representation of this record class.
      +
      +
      +
      +
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ContactSearchDto

        +
        public ContactSearchDto(String firstName, + String middleName, + String lastName, + String email, + String phone, + String phone2, + String fax)
        +
        Creates an instance of a ContactSearchDto record class.
        +
        +
        Parameters:
        +
        firstName - the value for the firstName record component
        +
        middleName - the value for the middleName record component
        +
        lastName - the value for the lastName record component
        +
        email - the value for the email record component
        +
        phone - the value for the phone record component
        +
        phone2 - the value for the phone2 record component
        +
        fax - the value for the fax record component
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        isValid

        +
        public boolean isValid()
        +
        +
      • +
      • +
        +

        toString

        +
        public final String toString()
        +
        Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
        +
        +
        Specified by:
        +
        toString in class Record
        +
        Returns:
        +
        a string representation of this object
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public final int hashCode()
        +
        Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
        +
        +
        Specified by:
        +
        hashCode in class Record
        +
        Returns:
        +
        a hash code value for this object
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public final boolean equals(Object o)
        +
        Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
        +
        +
        Specified by:
        +
        equals in class Record
        +
        Parameters:
        +
        o - the object with which to compare
        +
        Returns:
        +
        true if this object is the same as the o argument; false otherwise.
        +
        +
        +
      • +
      • +
        +

        firstName

        +
        public String firstName()
        +
        Returns the value of the firstName record component.
        +
        +
        Returns:
        +
        the value of the firstName record component
        +
        +
        +
      • +
      • +
        +

        middleName

        +
        public String middleName()
        +
        Returns the value of the middleName record component.
        +
        +
        Returns:
        +
        the value of the middleName record component
        +
        +
        +
      • +
      • +
        +

        lastName

        +
        public String lastName()
        +
        Returns the value of the lastName record component.
        +
        +
        Returns:
        +
        the value of the lastName record component
        +
        +
        +
      • +
      • +
        +

        email

        +
        public String email()
        +
        Returns the value of the email record component.
        +
        +
        Returns:
        +
        the value of the email record component
        +
        +
        +
      • +
      • +
        +

        phone

        +
        public String phone()
        +
        Returns the value of the phone record component.
        +
        +
        Returns:
        +
        the value of the phone record component
        +
        +
        +
      • +
      • +
        +

        phone2

        +
        public String phone2()
        +
        Returns the value of the phone2 record component.
        +
        +
        Returns:
        +
        the value of the phone2 record component
        +
        +
        +
      • +
      • +
        +

        fax

        +
        public String fax()
        +
        Returns the value of the fax record component.
        +
        +
        Returns:
        +
        the value of the fax record component
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/ForestClientContactDto.html b/legacy/ca/bc/gov/app/dto/ForestClientContactDto.html new file mode 100644 index 0000000000..1e4eac479f --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/ForestClientContactDto.html @@ -0,0 +1,387 @@ + + + + +ForestClientContactDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Record Class ForestClientContactDto

    +
    +
    java.lang.Object +
    java.lang.Record +
    ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    +
    +
    +
    public record ForestClientContactDto(String clientNumber, String clientLocnCode, String contactCode, String contactName, String businessPhone, String emailAddress, String createdBy, String updatedBy, Long orgUnit) +extends Record
    +
    +
    +
      + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      ForestClientContactDto(String clientNumber, + String clientLocnCode, + String contactCode, + String contactName, + String businessPhone, + String emailAddress, + String createdBy, + String updatedBy, + Long orgUnit)
      +
      +
      Creates an instance of a ForestClientContactDto record class.
      +
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + + +
      +
      Returns the value of the businessPhone record component.
      +
      + + +
      +
      Returns the value of the clientLocnCode record component.
      +
      + + +
      +
      Returns the value of the clientNumber record component.
      +
      + + +
      +
      Returns the value of the contactCode record component.
      +
      + + +
      +
      Returns the value of the contactName record component.
      +
      + + +
      +
      Returns the value of the createdBy record component.
      +
      + + +
      +
      Returns the value of the emailAddress record component.
      +
      +
      final boolean
      + +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      final int
      + +
      +
      Returns a hash code value for this object.
      +
      + + +
      +
      Returns the value of the orgUnit record component.
      +
      +
      final String
      + +
      +
      Returns a string representation of this record class.
      +
      + + +
      +
      Returns the value of the updatedBy record component.
      +
      +
      +
      +
      +
      +

      Methods inherited from class java.lang.Object

      +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientContactDto

        +
        public ForestClientContactDto(String clientNumber, + String clientLocnCode, + String contactCode, + String contactName, + String businessPhone, + String emailAddress, + String createdBy, + String updatedBy, + Long orgUnit)
        +
        Creates an instance of a ForestClientContactDto record class.
        +
        +
        Parameters:
        +
        clientNumber - the value for the clientNumber record component
        +
        clientLocnCode - the value for the clientLocnCode record component
        +
        contactCode - the value for the contactCode record component
        +
        contactName - the value for the contactName record component
        +
        businessPhone - the value for the businessPhone record component
        +
        emailAddress - the value for the emailAddress record component
        +
        createdBy - the value for the createdBy record component
        +
        updatedBy - the value for the updatedBy record component
        +
        orgUnit - the value for the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        toString

        +
        public final String toString()
        +
        Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
        +
        +
        Specified by:
        +
        toString in class Record
        +
        Returns:
        +
        a string representation of this object
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public final int hashCode()
        +
        Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
        +
        +
        Specified by:
        +
        hashCode in class Record
        +
        Returns:
        +
        a hash code value for this object
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public final boolean equals(Object o)
        +
        Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
        +
        +
        Specified by:
        +
        equals in class Record
        +
        Parameters:
        +
        o - the object with which to compare
        +
        Returns:
        +
        true if this object is the same as the o argument; false otherwise.
        +
        +
        +
      • +
      • +
        +

        clientNumber

        +
        public String clientNumber()
        +
        Returns the value of the clientNumber record component.
        +
        +
        Returns:
        +
        the value of the clientNumber record component
        +
        +
        +
      • +
      • +
        +

        clientLocnCode

        +
        public String clientLocnCode()
        +
        Returns the value of the clientLocnCode record component.
        +
        +
        Returns:
        +
        the value of the clientLocnCode record component
        +
        +
        +
      • +
      • +
        +

        contactCode

        +
        public String contactCode()
        +
        Returns the value of the contactCode record component.
        +
        +
        Returns:
        +
        the value of the contactCode record component
        +
        +
        +
      • +
      • +
        +

        contactName

        +
        public String contactName()
        +
        Returns the value of the contactName record component.
        +
        +
        Returns:
        +
        the value of the contactName record component
        +
        +
        +
      • +
      • +
        +

        businessPhone

        +
        public String businessPhone()
        +
        Returns the value of the businessPhone record component.
        +
        +
        Returns:
        +
        the value of the businessPhone record component
        +
        +
        +
      • +
      • +
        +

        emailAddress

        +
        public String emailAddress()
        +
        Returns the value of the emailAddress record component.
        +
        +
        Returns:
        +
        the value of the emailAddress record component
        +
        +
        +
      • +
      • +
        +

        createdBy

        +
        public String createdBy()
        +
        Returns the value of the createdBy record component.
        +
        +
        Returns:
        +
        the value of the createdBy record component
        +
        +
        +
      • +
      • +
        +

        updatedBy

        +
        public String updatedBy()
        +
        Returns the value of the updatedBy record component.
        +
        +
        Returns:
        +
        the value of the updatedBy record component
        +
        +
        +
      • +
      • +
        +

        orgUnit

        +
        public Long orgUnit()
        +
        Returns the value of the orgUnit record component.
        +
        +
        Returns:
        +
        the value of the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/ForestClientDto.html b/legacy/ca/bc/gov/app/dto/ForestClientDto.html new file mode 100644 index 0000000000..3c4ace67dd --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/ForestClientDto.html @@ -0,0 +1,510 @@ + + + + +ForestClientDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Record Class ForestClientDto

    +
    +
    java.lang.Object +
    java.lang.Record +
    ca.bc.gov.app.dto.ForestClientDto
    +
    +
    +
    +
    +
    public record ForestClientDto(String clientNumber, String clientName, String legalFirstName, String legalMiddleName, String clientStatusCode, String clientTypeCode, LocalDate birthdate, String clientIdTypeCode, String clientIdentification, String registryCompanyTypeCode, String corpRegnNmbr, String clientComment, String createdBy, String updatedBy, Long orgUnit) +extends Record
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientDto

        +
        public ForestClientDto(String clientNumber, + String clientName, + String legalFirstName, + String legalMiddleName, + String clientStatusCode, + String clientTypeCode, + LocalDate birthdate, + String clientIdTypeCode, + String clientIdentification, + String registryCompanyTypeCode, + String corpRegnNmbr, + String clientComment, + String createdBy, + String updatedBy, + Long orgUnit)
        +
        Creates an instance of a ForestClientDto record class.
        +
        +
        Parameters:
        +
        clientNumber - the value for the clientNumber record component
        +
        clientName - the value for the clientName record component
        +
        legalFirstName - the value for the legalFirstName record component
        +
        legalMiddleName - the value for the legalMiddleName record component
        +
        clientStatusCode - the value for the clientStatusCode record component
        +
        clientTypeCode - the value for the clientTypeCode record component
        +
        birthdate - the value for the birthdate record component
        +
        clientIdTypeCode - the value for the clientIdTypeCode record component
        +
        clientIdentification - the value for the clientIdentification record component
        +
        registryCompanyTypeCode - the value for the registryCompanyTypeCode record component
        +
        corpRegnNmbr - the value for the corpRegnNmbr record component
        +
        clientComment - the value for the clientComment record component
        +
        createdBy - the value for the createdBy record component
        +
        updatedBy - the value for the updatedBy record component
        +
        orgUnit - the value for the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        name

        +
        public String name()
        +
        +
      • +
      • +
        +

        toString

        +
        public final String toString()
        +
        Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
        +
        +
        Specified by:
        +
        toString in class Record
        +
        Returns:
        +
        a string representation of this object
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public final int hashCode()
        +
        Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
        +
        +
        Specified by:
        +
        hashCode in class Record
        +
        Returns:
        +
        a hash code value for this object
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public final boolean equals(Object o)
        +
        Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
        +
        +
        Specified by:
        +
        equals in class Record
        +
        Parameters:
        +
        o - the object with which to compare
        +
        Returns:
        +
        true if this object is the same as the o argument; false otherwise.
        +
        +
        +
      • +
      • +
        +

        clientNumber

        +
        public String clientNumber()
        +
        Returns the value of the clientNumber record component.
        +
        +
        Returns:
        +
        the value of the clientNumber record component
        +
        +
        +
      • +
      • +
        +

        clientName

        +
        public String clientName()
        +
        Returns the value of the clientName record component.
        +
        +
        Returns:
        +
        the value of the clientName record component
        +
        +
        +
      • +
      • +
        +

        legalFirstName

        +
        public String legalFirstName()
        +
        Returns the value of the legalFirstName record component.
        +
        +
        Returns:
        +
        the value of the legalFirstName record component
        +
        +
        +
      • +
      • +
        +

        legalMiddleName

        +
        public String legalMiddleName()
        +
        Returns the value of the legalMiddleName record component.
        +
        +
        Returns:
        +
        the value of the legalMiddleName record component
        +
        +
        +
      • +
      • +
        +

        clientStatusCode

        +
        public String clientStatusCode()
        +
        Returns the value of the clientStatusCode record component.
        +
        +
        Returns:
        +
        the value of the clientStatusCode record component
        +
        +
        +
      • +
      • +
        +

        clientTypeCode

        +
        public String clientTypeCode()
        +
        Returns the value of the clientTypeCode record component.
        +
        +
        Returns:
        +
        the value of the clientTypeCode record component
        +
        +
        +
      • +
      • +
        +

        birthdate

        +
        public LocalDate birthdate()
        +
        Returns the value of the birthdate record component.
        +
        +
        Returns:
        +
        the value of the birthdate record component
        +
        +
        +
      • +
      • +
        +

        clientIdTypeCode

        +
        public String clientIdTypeCode()
        +
        Returns the value of the clientIdTypeCode record component.
        +
        +
        Returns:
        +
        the value of the clientIdTypeCode record component
        +
        +
        +
      • +
      • +
        +

        clientIdentification

        +
        public String clientIdentification()
        +
        Returns the value of the clientIdentification record component.
        +
        +
        Returns:
        +
        the value of the clientIdentification record component
        +
        +
        +
      • +
      • +
        +

        registryCompanyTypeCode

        +
        public String registryCompanyTypeCode()
        +
        Returns the value of the registryCompanyTypeCode record component.
        +
        +
        Returns:
        +
        the value of the registryCompanyTypeCode record component
        +
        +
        +
      • +
      • +
        +

        corpRegnNmbr

        +
        public String corpRegnNmbr()
        +
        Returns the value of the corpRegnNmbr record component.
        +
        +
        Returns:
        +
        the value of the corpRegnNmbr record component
        +
        +
        +
      • +
      • +
        +

        clientComment

        +
        public String clientComment()
        +
        Returns the value of the clientComment record component.
        +
        +
        Returns:
        +
        the value of the clientComment record component
        +
        +
        +
      • +
      • +
        +

        createdBy

        +
        public String createdBy()
        +
        Returns the value of the createdBy record component.
        +
        +
        Returns:
        +
        the value of the createdBy record component
        +
        +
        +
      • +
      • +
        +

        updatedBy

        +
        public String updatedBy()
        +
        Returns the value of the updatedBy record component.
        +
        +
        Returns:
        +
        the value of the updatedBy record component
        +
        +
        +
      • +
      • +
        +

        orgUnit

        +
        public Long orgUnit()
        +
        Returns the value of the orgUnit record component.
        +
        +
        Returns:
        +
        the value of the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/ForestClientLocationDto.html b/legacy/ca/bc/gov/app/dto/ForestClientLocationDto.html new file mode 100644 index 0000000000..2244077084 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/ForestClientLocationDto.html @@ -0,0 +1,634 @@ + + + + +ForestClientLocationDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Record Class ForestClientLocationDto

    +
    +
    java.lang.Object +
    java.lang.Record +
    ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    +
    +
    +
    public record ForestClientLocationDto(String clientNumber, String clientLocnCode, String clientLocnName, String addressOne, String addressTwo, String addressThree, String city, String province, String postalCode, String country, String businessPhone, String homePhone, String cellPhone, String faxNumber, String emailAddress, String locnExpiredInd, LocalDate returnedMailDate, String trustLocationInd, String cliLocnComment, String createdBy, String updatedBy, Long orgUnit) +extends Record
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientLocationDto

        +
        public ForestClientLocationDto(String clientNumber, + String clientLocnCode, + String clientLocnName, + String addressOne, + String addressTwo, + String addressThree, + String city, + String province, + String postalCode, + String country, + String businessPhone, + String homePhone, + String cellPhone, + String faxNumber, + String emailAddress, + String locnExpiredInd, + LocalDate returnedMailDate, + String trustLocationInd, + String cliLocnComment, + String createdBy, + String updatedBy, + Long orgUnit)
        +
        Creates an instance of a ForestClientLocationDto record class.
        +
        +
        Parameters:
        +
        clientNumber - the value for the clientNumber record component
        +
        clientLocnCode - the value for the clientLocnCode record component
        +
        clientLocnName - the value for the clientLocnName record component
        +
        addressOne - the value for the addressOne record component
        +
        addressTwo - the value for the addressTwo record component
        +
        addressThree - the value for the addressThree record component
        +
        city - the value for the city record component
        +
        province - the value for the province record component
        +
        postalCode - the value for the postalCode record component
        +
        country - the value for the country record component
        +
        businessPhone - the value for the businessPhone record component
        +
        homePhone - the value for the homePhone record component
        +
        cellPhone - the value for the cellPhone record component
        +
        faxNumber - the value for the faxNumber record component
        +
        emailAddress - the value for the emailAddress record component
        +
        locnExpiredInd - the value for the locnExpiredInd record component
        +
        returnedMailDate - the value for the returnedMailDate record component
        +
        trustLocationInd - the value for the trustLocationInd record component
        +
        cliLocnComment - the value for the cliLocnComment record component
        +
        createdBy - the value for the createdBy record component
        +
        updatedBy - the value for the updatedBy record component
        +
        orgUnit - the value for the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        toString

        +
        public final String toString()
        +
        Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
        +
        +
        Specified by:
        +
        toString in class Record
        +
        Returns:
        +
        a string representation of this object
        +
        +
        +
      • +
      • +
        +

        hashCode

        +
        public final int hashCode()
        +
        Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
        +
        +
        Specified by:
        +
        hashCode in class Record
        +
        Returns:
        +
        a hash code value for this object
        +
        +
        +
      • +
      • +
        +

        equals

        +
        public final boolean equals(Object o)
        +
        Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
        +
        +
        Specified by:
        +
        equals in class Record
        +
        Parameters:
        +
        o - the object with which to compare
        +
        Returns:
        +
        true if this object is the same as the o argument; false otherwise.
        +
        +
        +
      • +
      • +
        +

        clientNumber

        +
        public String clientNumber()
        +
        Returns the value of the clientNumber record component.
        +
        +
        Returns:
        +
        the value of the clientNumber record component
        +
        +
        +
      • +
      • +
        +

        clientLocnCode

        +
        public String clientLocnCode()
        +
        Returns the value of the clientLocnCode record component.
        +
        +
        Returns:
        +
        the value of the clientLocnCode record component
        +
        +
        +
      • +
      • +
        +

        clientLocnName

        +
        public String clientLocnName()
        +
        Returns the value of the clientLocnName record component.
        +
        +
        Returns:
        +
        the value of the clientLocnName record component
        +
        +
        +
      • +
      • +
        +

        addressOne

        +
        public String addressOne()
        +
        Returns the value of the addressOne record component.
        +
        +
        Returns:
        +
        the value of the addressOne record component
        +
        +
        +
      • +
      • +
        +

        addressTwo

        +
        public String addressTwo()
        +
        Returns the value of the addressTwo record component.
        +
        +
        Returns:
        +
        the value of the addressTwo record component
        +
        +
        +
      • +
      • +
        +

        addressThree

        +
        public String addressThree()
        +
        Returns the value of the addressThree record component.
        +
        +
        Returns:
        +
        the value of the addressThree record component
        +
        +
        +
      • +
      • +
        +

        city

        +
        public String city()
        +
        Returns the value of the city record component.
        +
        +
        Returns:
        +
        the value of the city record component
        +
        +
        +
      • +
      • +
        +

        province

        +
        public String province()
        +
        Returns the value of the province record component.
        +
        +
        Returns:
        +
        the value of the province record component
        +
        +
        +
      • +
      • +
        +

        postalCode

        +
        public String postalCode()
        +
        Returns the value of the postalCode record component.
        +
        +
        Returns:
        +
        the value of the postalCode record component
        +
        +
        +
      • +
      • +
        +

        country

        +
        public String country()
        +
        Returns the value of the country record component.
        +
        +
        Returns:
        +
        the value of the country record component
        +
        +
        +
      • +
      • +
        +

        businessPhone

        +
        public String businessPhone()
        +
        Returns the value of the businessPhone record component.
        +
        +
        Returns:
        +
        the value of the businessPhone record component
        +
        +
        +
      • +
      • +
        +

        homePhone

        +
        public String homePhone()
        +
        Returns the value of the homePhone record component.
        +
        +
        Returns:
        +
        the value of the homePhone record component
        +
        +
        +
      • +
      • +
        +

        cellPhone

        +
        public String cellPhone()
        +
        Returns the value of the cellPhone record component.
        +
        +
        Returns:
        +
        the value of the cellPhone record component
        +
        +
        +
      • +
      • +
        +

        faxNumber

        +
        public String faxNumber()
        +
        Returns the value of the faxNumber record component.
        +
        +
        Returns:
        +
        the value of the faxNumber record component
        +
        +
        +
      • +
      • +
        +

        emailAddress

        +
        public String emailAddress()
        +
        Returns the value of the emailAddress record component.
        +
        +
        Returns:
        +
        the value of the emailAddress record component
        +
        +
        +
      • +
      • +
        +

        locnExpiredInd

        +
        public String locnExpiredInd()
        +
        Returns the value of the locnExpiredInd record component.
        +
        +
        Returns:
        +
        the value of the locnExpiredInd record component
        +
        +
        +
      • +
      • +
        +

        returnedMailDate

        +
        public LocalDate returnedMailDate()
        +
        Returns the value of the returnedMailDate record component.
        +
        +
        Returns:
        +
        the value of the returnedMailDate record component
        +
        +
        +
      • +
      • +
        +

        trustLocationInd

        +
        public String trustLocationInd()
        +
        Returns the value of the trustLocationInd record component.
        +
        +
        Returns:
        +
        the value of the trustLocationInd record component
        +
        +
        +
      • +
      • +
        +

        cliLocnComment

        +
        public String cliLocnComment()
        +
        Returns the value of the cliLocnComment record component.
        +
        +
        Returns:
        +
        the value of the cliLocnComment record component
        +
        +
        +
      • +
      • +
        +

        createdBy

        +
        public String createdBy()
        +
        Returns the value of the createdBy record component.
        +
        +
        Returns:
        +
        the value of the createdBy record component
        +
        +
        +
      • +
      • +
        +

        updatedBy

        +
        public String updatedBy()
        +
        Returns the value of the updatedBy record component.
        +
        +
        Returns:
        +
        the value of the updatedBy record component
        +
        +
        +
      • +
      • +
        +

        orgUnit

        +
        public Long orgUnit()
        +
        Returns the value of the orgUnit record component.
        +
        +
        Returns:
        +
        the value of the orgUnit record component
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/class-use/AddressSearchDto.html b/legacy/ca/bc/gov/app/dto/class-use/AddressSearchDto.html new file mode 100644 index 0000000000..c60d698df3 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/class-use/AddressSearchDto.html @@ -0,0 +1,105 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.AddressSearchDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Record Class
    ca.bc.gov.app.dto.AddressSearchDto

    +
    +
    Packages that use AddressSearchDto
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/class-use/ClientDoingBusinessAsDto.html b/legacy/ca/bc/gov/app/dto/class-use/ClientDoingBusinessAsDto.html new file mode 100644 index 0000000000..8f0992bb94 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/class-use/ClientDoingBusinessAsDto.html @@ -0,0 +1,146 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ClientDoingBusinessAsDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Record Class
    ca.bc.gov.app.dto.ClientDoingBusinessAsDto

    +
    +
    Packages that use ClientDoingBusinessAsDto
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/class-use/ClientNameCodeDto.html b/legacy/ca/bc/gov/app/dto/class-use/ClientNameCodeDto.html new file mode 100644 index 0000000000..fea679aa9e --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/class-use/ClientNameCodeDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ClientNameCodeDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Record Class
    ca.bc.gov.app.dto.ClientNameCodeDto

    +
    +No usage of ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/class-use/ContactSearchDto.html b/legacy/ca/bc/gov/app/dto/class-use/ContactSearchDto.html new file mode 100644 index 0000000000..b8bcb30604 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/class-use/ContactSearchDto.html @@ -0,0 +1,105 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ContactSearchDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Record Class
    ca.bc.gov.app.dto.ContactSearchDto

    +
    +
    Packages that use ContactSearchDto
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/class-use/ForestClientContactDto.html b/legacy/ca/bc/gov/app/dto/class-use/ForestClientContactDto.html new file mode 100644 index 0000000000..35567840a0 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/class-use/ForestClientContactDto.html @@ -0,0 +1,154 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ForestClientContactDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Record Class
    ca.bc.gov.app.dto.ForestClientContactDto

    +
    +
    Packages that use ForestClientContactDto
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/class-use/ForestClientDto.html b/legacy/ca/bc/gov/app/dto/class-use/ForestClientDto.html new file mode 100644 index 0000000000..fcc2b6bdaa --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/class-use/ForestClientDto.html @@ -0,0 +1,227 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ForestClientDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Record Class
    ca.bc.gov.app.dto.ForestClientDto

    +
    +
    Packages that use ForestClientDto
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/class-use/ForestClientLocationDto.html b/legacy/ca/bc/gov/app/dto/class-use/ForestClientLocationDto.html new file mode 100644 index 0000000000..cb966f1894 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/class-use/ForestClientLocationDto.html @@ -0,0 +1,148 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.ForestClientLocationDto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Record Class
    ca.bc.gov.app.dto.ForestClientLocationDto

    +
    +
    Packages that use ForestClientLocationDto
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/package-summary.html b/legacy/ca/bc/gov/app/dto/package-summary.html new file mode 100644 index 0000000000..fe058501cb --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/package-summary.html @@ -0,0 +1,110 @@ + + + + +ca.bc.gov.app.dto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.dto

    +
    +
    +
    package ca.bc.gov.app.dto
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/package-tree.html b/legacy/ca/bc/gov/app/dto/package-tree.html new file mode 100644 index 0000000000..cd8302e627 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/package-tree.html @@ -0,0 +1,86 @@ + + + + +ca.bc.gov.app.dto Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.dto

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/dto/package-use.html b/legacy/ca/bc/gov/app/dto/package-use.html new file mode 100644 index 0000000000..8728d71596 --- /dev/null +++ b/legacy/ca/bc/gov/app/dto/package-use.html @@ -0,0 +1,136 @@ + + + + +Uses of Package ca.bc.gov.app.dto (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.dto

    +
    +
    Packages that use ca.bc.gov.app.dto
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ClientDoingBusinessAsEntity.html b/legacy/ca/bc/gov/app/entity/ClientDoingBusinessAsEntity.html new file mode 100644 index 0000000000..6c480f8853 --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ClientDoingBusinessAsEntity.html @@ -0,0 +1,134 @@ + + + + +ClientDoingBusinessAsEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientDoingBusinessAsEntity

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ClientDoingBusinessAsEntity
    +
    +
    +
    +
    @Table(name="client_doing_business_as", + schema="THE") +public class ClientDoingBusinessAsEntity +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientDoingBusinessAsEntity

        +
        public ClientDoingBusinessAsEntity()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ClientPublicViewEntity.html b/legacy/ca/bc/gov/app/entity/ClientPublicViewEntity.html new file mode 100644 index 0000000000..b9417e9359 --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ClientPublicViewEntity.html @@ -0,0 +1,134 @@ + + + + +ClientPublicViewEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientPublicViewEntity

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ClientPublicViewEntity
    +
    +
    +
    +
    @Table(name="v_client_public", + schema="THE") +public class ClientPublicViewEntity +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientPublicViewEntity

        +
        public ClientPublicViewEntity()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ClientStatusCodeEntity.html b/legacy/ca/bc/gov/app/entity/ClientStatusCodeEntity.html new file mode 100644 index 0000000000..dfd68fd72a --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ClientStatusCodeEntity.html @@ -0,0 +1,134 @@ + + + + +ClientStatusCodeEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientStatusCodeEntity

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ClientStatusCodeEntity
    +
    +
    +
    +
    @Table(name="client_status_code", + schema="THE") +public class ClientStatusCodeEntity +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientStatusCodeEntity

        +
        public ClientStatusCodeEntity()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ForestClientContactEntity.html b/legacy/ca/bc/gov/app/entity/ForestClientContactEntity.html new file mode 100644 index 0000000000..aa8ac9a93e --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ForestClientContactEntity.html @@ -0,0 +1,134 @@ + + + + +ForestClientContactEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ForestClientContactEntity

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ForestClientContactEntity
    +
    +
    +
    +
    @Table(name="client_contact", + schema="THE") +public class ForestClientContactEntity +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientContactEntity

        +
        public ForestClientContactEntity()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ForestClientEntity.html b/legacy/ca/bc/gov/app/entity/ForestClientEntity.html new file mode 100644 index 0000000000..05222bcc3a --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ForestClientEntity.html @@ -0,0 +1,165 @@ + + + + +ForestClientEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ForestClientEntity

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ForestClientEntity
    +
    +
    +
    +
    @Table(name="forest_client", + schema="THE") +public class ForestClientEntity +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientEntity

        +
        public ForestClientEntity()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        getName

        +
        public String getName()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ForestClientLocationEntity.html b/legacy/ca/bc/gov/app/entity/ForestClientLocationEntity.html new file mode 100644 index 0000000000..a6da27ef8f --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ForestClientLocationEntity.html @@ -0,0 +1,134 @@ + + + + +ForestClientLocationEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ForestClientLocationEntity

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ForestClientLocationEntity
    +
    +
    +
    +
    @Table(name="client_location", + schema="THE") +public class ForestClientLocationEntity +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientLocationEntity

        +
        public ForestClientLocationEntity()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ForestClientLocationEntityId.html b/legacy/ca/bc/gov/app/entity/ForestClientLocationEntityId.html new file mode 100644 index 0000000000..628268c444 --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ForestClientLocationEntityId.html @@ -0,0 +1,132 @@ + + + + +ForestClientLocationEntityId (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ForestClientLocationEntityId

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ForestClientLocationEntityId
    +
    +
    +
    +
    public class ForestClientLocationEntityId +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientLocationEntityId

        +
        public ForestClientLocationEntityId()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/ForestClientMailingCountryEntity.html b/legacy/ca/bc/gov/app/entity/ForestClientMailingCountryEntity.html new file mode 100644 index 0000000000..484cede8fb --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/ForestClientMailingCountryEntity.html @@ -0,0 +1,134 @@ + + + + +ForestClientMailingCountryEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ForestClientMailingCountryEntity

    +
    +
    java.lang.Object +
    ca.bc.gov.app.entity.ForestClientMailingCountryEntity
    +
    +
    +
    +
    @Table(name="mailing_country", + schema="THE") +public class ForestClientMailingCountryEntity +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ForestClientMailingCountryEntity

        +
        public ForestClientMailingCountryEntity()
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ClientDoingBusinessAsEntity.html b/legacy/ca/bc/gov/app/entity/class-use/ClientDoingBusinessAsEntity.html new file mode 100644 index 0000000000..778a93345f --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ClientDoingBusinessAsEntity.html @@ -0,0 +1,115 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ClientDoingBusinessAsEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ClientDoingBusinessAsEntity

    +
    +
    Packages that use ClientDoingBusinessAsEntity
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ClientPublicViewEntity.html b/legacy/ca/bc/gov/app/entity/class-use/ClientPublicViewEntity.html new file mode 100644 index 0000000000..550280c594 --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ClientPublicViewEntity.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ClientPublicViewEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ClientPublicViewEntity

    +
    +No usage of ca.bc.gov.app.entity.ClientPublicViewEntity
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ClientStatusCodeEntity.html b/legacy/ca/bc/gov/app/entity/class-use/ClientStatusCodeEntity.html new file mode 100644 index 0000000000..fe3a9f8cdd --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ClientStatusCodeEntity.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ClientStatusCodeEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ClientStatusCodeEntity

    +
    +No usage of ca.bc.gov.app.entity.ClientStatusCodeEntity
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ForestClientContactEntity.html b/legacy/ca/bc/gov/app/entity/class-use/ForestClientContactEntity.html new file mode 100644 index 0000000000..9116572fec --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ForestClientContactEntity.html @@ -0,0 +1,121 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ForestClientContactEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ForestClientContactEntity

    +
    +
    Packages that use ForestClientContactEntity
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ForestClientEntity.html b/legacy/ca/bc/gov/app/entity/class-use/ForestClientEntity.html new file mode 100644 index 0000000000..430b18c971 --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ForestClientEntity.html @@ -0,0 +1,123 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ForestClientEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ForestClientEntity

    +
    +
    Packages that use ForestClientEntity
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ForestClientLocationEntity.html b/legacy/ca/bc/gov/app/entity/class-use/ForestClientLocationEntity.html new file mode 100644 index 0000000000..1b43949a2e --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ForestClientLocationEntity.html @@ -0,0 +1,113 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ForestClientLocationEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ForestClientLocationEntity

    +
    +
    Packages that use ForestClientLocationEntity
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ForestClientLocationEntityId.html b/legacy/ca/bc/gov/app/entity/class-use/ForestClientLocationEntityId.html new file mode 100644 index 0000000000..e925591c7a --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ForestClientLocationEntityId.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ForestClientLocationEntityId (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ForestClientLocationEntityId

    +
    +No usage of ca.bc.gov.app.entity.ForestClientLocationEntityId
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/class-use/ForestClientMailingCountryEntity.html b/legacy/ca/bc/gov/app/entity/class-use/ForestClientMailingCountryEntity.html new file mode 100644 index 0000000000..bee23ec4b4 --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/class-use/ForestClientMailingCountryEntity.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ForestClientMailingCountryEntity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.entity.ForestClientMailingCountryEntity

    +
    +No usage of ca.bc.gov.app.entity.ForestClientMailingCountryEntity
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/package-summary.html b/legacy/ca/bc/gov/app/entity/package-summary.html new file mode 100644 index 0000000000..9a9fe42bcc --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/package-summary.html @@ -0,0 +1,112 @@ + + + + +ca.bc.gov.app.entity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.entity

    +
    +
    +
    package ca.bc.gov.app.entity
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/package-tree.html b/legacy/ca/bc/gov/app/entity/package-tree.html new file mode 100644 index 0000000000..b2176198ac --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/package-tree.html @@ -0,0 +1,83 @@ + + + + +ca.bc.gov.app.entity Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.entity

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/entity/package-use.html b/legacy/ca/bc/gov/app/entity/package-use.html new file mode 100644 index 0000000000..d541efda78 --- /dev/null +++ b/legacy/ca/bc/gov/app/entity/package-use.html @@ -0,0 +1,109 @@ + + + + +Uses of Package ca.bc.gov.app.entity (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.entity

    +
    +
    Packages that use ca.bc.gov.app.entity
    +
    +
    Package
    +
    Description
    + +
     
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/CannotWriteReportException.html b/legacy/ca/bc/gov/app/exception/CannotWriteReportException.html new file mode 100644 index 0000000000..c67642c387 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/CannotWriteReportException.html @@ -0,0 +1,181 @@ + + + + +CannotWriteReportException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class CannotWriteReportException

    +
    +
    java.lang.Object +
    java.lang.Throwable +
    java.lang.Exception +
    java.lang.RuntimeException +
    org.springframework.core.NestedRuntimeException +
    org.springframework.web.ErrorResponseException +
    org.springframework.web.server.ResponseStatusException +
    ca.bc.gov.app.exception.CannotWriteReportException
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    Serializable, org.springframework.web.ErrorResponse
    +
    +
    +
    @ResponseStatus(UNPROCESSABLE_ENTITY) +public class CannotWriteReportException +extends org.springframework.web.server.ResponseStatusException
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        CannotWriteReportException

        +
        public CannotWriteReportException(String errorMessage)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/MissingReportFileException.html b/legacy/ca/bc/gov/app/exception/MissingReportFileException.html new file mode 100644 index 0000000000..c5aeef42e6 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/MissingReportFileException.html @@ -0,0 +1,181 @@ + + + + +MissingReportFileException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class MissingReportFileException

    +
    +
    java.lang.Object +
    java.lang.Throwable +
    java.lang.Exception +
    java.lang.RuntimeException +
    org.springframework.core.NestedRuntimeException +
    org.springframework.web.ErrorResponseException +
    org.springframework.web.server.ResponseStatusException +
    ca.bc.gov.app.exception.MissingReportFileException
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    Serializable, org.springframework.web.ErrorResponse
    +
    +
    +
    @ResponseStatus(NOT_FOUND) +public class MissingReportFileException +extends org.springframework.web.server.ResponseStatusException
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        MissingReportFileException

        +
        public MissingReportFileException(String reportId)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/MissingRequiredParameterException.html b/legacy/ca/bc/gov/app/exception/MissingRequiredParameterException.html new file mode 100644 index 0000000000..71b1886cfb --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/MissingRequiredParameterException.html @@ -0,0 +1,181 @@ + + + + +MissingRequiredParameterException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class MissingRequiredParameterException

    +
    +
    java.lang.Object +
    java.lang.Throwable +
    java.lang.Exception +
    java.lang.RuntimeException +
    org.springframework.core.NestedRuntimeException +
    org.springframework.web.ErrorResponseException +
    org.springframework.web.server.ResponseStatusException +
    ca.bc.gov.app.exception.MissingRequiredParameterException
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    Serializable, org.springframework.web.ErrorResponse
    +
    +
    +
    @ResponseStatus(EXPECTATION_FAILED) +public class MissingRequiredParameterException +extends org.springframework.web.server.ResponseStatusException
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        MissingRequiredParameterException

        +
        public MissingRequiredParameterException(String parameterName)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/NoValueFoundException.html b/legacy/ca/bc/gov/app/exception/NoValueFoundException.html new file mode 100644 index 0000000000..04405f0101 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/NoValueFoundException.html @@ -0,0 +1,181 @@ + + + + +NoValueFoundException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class NoValueFoundException

    +
    +
    java.lang.Object +
    java.lang.Throwable +
    java.lang.Exception +
    java.lang.RuntimeException +
    org.springframework.core.NestedRuntimeException +
    org.springframework.web.ErrorResponseException +
    org.springframework.web.server.ResponseStatusException +
    ca.bc.gov.app.exception.NoValueFoundException
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    All Implemented Interfaces:
    +
    Serializable, org.springframework.web.ErrorResponse
    +
    +
    +
    @ResponseStatus(NOT_FOUND) +public class NoValueFoundException +extends org.springframework.web.server.ResponseStatusException
    +
    +
    See Also:
    +
    + +
    +
    +
    +
    +
      + +
    • +
      +

      Nested Class Summary

      +
      +

      Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

      +org.springframework.web.ErrorResponse.Builder
      +
      +
    • + +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      + +
       
      +
      +
      +
    • + +
    • +
      +

      Method Summary

      +
      +

      Methods inherited from class org.springframework.web.server.ResponseStatusException

      +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
      +
      +

      Methods inherited from class org.springframework.web.ErrorResponseException

      +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
      +
      +

      Methods inherited from class org.springframework.core.NestedRuntimeException

      +contains, getMostSpecificCause, getRootCause
      + +
      +

      Methods inherited from class java.lang.Object

      +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      +
      +

      Methods inherited from interface org.springframework.web.ErrorResponse

      +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        NoValueFoundException

        +
        public NoValueFoundException(String errorMessage)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/class-use/CannotWriteReportException.html b/legacy/ca/bc/gov/app/exception/class-use/CannotWriteReportException.html new file mode 100644 index 0000000000..b34767f797 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/class-use/CannotWriteReportException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.CannotWriteReportException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.exception.CannotWriteReportException

    +
    +No usage of ca.bc.gov.app.exception.CannotWriteReportException
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/class-use/MissingReportFileException.html b/legacy/ca/bc/gov/app/exception/class-use/MissingReportFileException.html new file mode 100644 index 0000000000..fbd93108a4 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/class-use/MissingReportFileException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.MissingReportFileException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.exception.MissingReportFileException

    +
    +No usage of ca.bc.gov.app.exception.MissingReportFileException
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/class-use/MissingRequiredParameterException.html b/legacy/ca/bc/gov/app/exception/class-use/MissingRequiredParameterException.html new file mode 100644 index 0000000000..42e68e9d0a --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/class-use/MissingRequiredParameterException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.MissingRequiredParameterException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.exception.MissingRequiredParameterException

    +
    +No usage of ca.bc.gov.app.exception.MissingRequiredParameterException
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/class-use/NoValueFoundException.html b/legacy/ca/bc/gov/app/exception/class-use/NoValueFoundException.html new file mode 100644 index 0000000000..bfab5fbe92 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/class-use/NoValueFoundException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.NoValueFoundException (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.exception.NoValueFoundException

    +
    +No usage of ca.bc.gov.app.exception.NoValueFoundException
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/package-summary.html b/legacy/ca/bc/gov/app/exception/package-summary.html new file mode 100644 index 0000000000..395e574617 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/package-summary.html @@ -0,0 +1,104 @@ + + + + +ca.bc.gov.app.exception (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.exception

    +
    +
    +
    package ca.bc.gov.app.exception
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/package-tree.html b/legacy/ca/bc/gov/app/exception/package-tree.html new file mode 100644 index 0000000000..7d46d0606d --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/package-tree.html @@ -0,0 +1,103 @@ + + + + +ca.bc.gov.app.exception Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.exception

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/exception/package-use.html b/legacy/ca/bc/gov/app/exception/package-use.html new file mode 100644 index 0000000000..3c370fb445 --- /dev/null +++ b/legacy/ca/bc/gov/app/exception/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.exception (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.exception

    +
    +No usage of ca.bc.gov.app.exception
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/AbstractForestClientMapper.html b/legacy/ca/bc/gov/app/mappers/AbstractForestClientMapper.html new file mode 100644 index 0000000000..59e31a92fd --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/AbstractForestClientMapper.html @@ -0,0 +1,196 @@ + + + + +AbstractForestClientMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface AbstractForestClientMapper<D,E>

    +
    +
    +
    +
    All Known Subinterfaces:
    +
    ForestClientContactMapper, ForestClientDoingBusinessAsMapper, ForestClientLocationMapper, ForestClientMapper
    +
    +
    +
    public interface AbstractForestClientMapper<D,E>
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        toDto

        +
        D toDto(E entity)
        +
        +
      • +
      • +
        +

        toEntity

        +
        E toEntity(D dto)
        +
        +
      • +
      • +
        +

        limitUserId

        +
        default String limitUserId(String origin)
        +
        +
      • +
      • +
        +

        defaultEmptySpace

        +
        default String defaultEmptySpace(Object origin)
        +
        +
      • +
      • +
        +

        currentDateTime

        +
        default LocalDateTime currentDateTime(Object origin)
        +
        +
      • +
      • +
        +

        initialRevision

        +
        default Long initialRevision(Object value)
        +
        +
      • +
      • +
        +

        toLocalDate

        +
        default LocalDate toLocalDate(LocalDateTime date)
        +
        +
      • +
      • +
        +

        toLocalDateTime

        +
        default LocalDateTime toLocalDateTime(LocalDate date)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/ForestClientContactMapper.html b/legacy/ca/bc/gov/app/mappers/ForestClientContactMapper.html new file mode 100644 index 0000000000..1005859d8c --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/ForestClientContactMapper.html @@ -0,0 +1,155 @@ + + + + +ForestClientContactMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ForestClientContactMapper

    +
    +
    +
    +
    All Superinterfaces:
    +
    AbstractForestClientMapper<ForestClientContactDto,ForestClientContactEntity>
    +
    +
    +
    @Component +public interface ForestClientContactMapper +extends AbstractForestClientMapper<ForestClientContactDto,ForestClientContactEntity>
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/ForestClientDoingBusinessAsMapper.html b/legacy/ca/bc/gov/app/mappers/ForestClientDoingBusinessAsMapper.html new file mode 100644 index 0000000000..8a4c193b5e --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/ForestClientDoingBusinessAsMapper.html @@ -0,0 +1,155 @@ + + + + +ForestClientDoingBusinessAsMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ForestClientDoingBusinessAsMapper

    +
    +
    +
    +
    All Superinterfaces:
    +
    AbstractForestClientMapper<ClientDoingBusinessAsDto,ClientDoingBusinessAsEntity>
    +
    +
    +
    @Component +public interface ForestClientDoingBusinessAsMapper +extends AbstractForestClientMapper<ClientDoingBusinessAsDto,ClientDoingBusinessAsEntity>
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/ForestClientLocationMapper.html b/legacy/ca/bc/gov/app/mappers/ForestClientLocationMapper.html new file mode 100644 index 0000000000..f78a91967c --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/ForestClientLocationMapper.html @@ -0,0 +1,155 @@ + + + + +ForestClientLocationMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ForestClientLocationMapper

    +
    +
    +
    +
    All Superinterfaces:
    +
    AbstractForestClientMapper<ForestClientLocationDto,ForestClientLocationEntity>
    +
    +
    +
    @Component +public interface ForestClientLocationMapper +extends AbstractForestClientMapper<ForestClientLocationDto,ForestClientLocationEntity>
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/ForestClientMapper.html b/legacy/ca/bc/gov/app/mappers/ForestClientMapper.html new file mode 100644 index 0000000000..936b1651b3 --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/ForestClientMapper.html @@ -0,0 +1,155 @@ + + + + +ForestClientMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ForestClientMapper

    +
    +
    +
    +
    All Superinterfaces:
    +
    AbstractForestClientMapper<ForestClientDto,ForestClientEntity>
    +
    +
    +
    @Component +public interface ForestClientMapper +extends AbstractForestClientMapper<ForestClientDto,ForestClientEntity>
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/class-use/AbstractForestClientMapper.html b/legacy/ca/bc/gov/app/mappers/class-use/AbstractForestClientMapper.html new file mode 100644 index 0000000000..5b98e46d5d --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/class-use/AbstractForestClientMapper.html @@ -0,0 +1,96 @@ + + + + +Uses of Interface ca.bc.gov.app.mappers.AbstractForestClientMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.mappers.AbstractForestClientMapper

    +
    +
    Packages that use AbstractForestClientMapper
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/class-use/ForestClientContactMapper.html b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientContactMapper.html new file mode 100644 index 0000000000..8554d341ee --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientContactMapper.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.mappers.ForestClientContactMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.mappers.ForestClientContactMapper

    +
    +No usage of ca.bc.gov.app.mappers.ForestClientContactMapper
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/class-use/ForestClientDoingBusinessAsMapper.html b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientDoingBusinessAsMapper.html new file mode 100644 index 0000000000..a84ef6b42e --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientDoingBusinessAsMapper.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.mappers.ForestClientDoingBusinessAsMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.mappers.ForestClientDoingBusinessAsMapper

    +
    +No usage of ca.bc.gov.app.mappers.ForestClientDoingBusinessAsMapper
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/class-use/ForestClientLocationMapper.html b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientLocationMapper.html new file mode 100644 index 0000000000..2414facab6 --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientLocationMapper.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.mappers.ForestClientLocationMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.mappers.ForestClientLocationMapper

    +
    +No usage of ca.bc.gov.app.mappers.ForestClientLocationMapper
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/class-use/ForestClientMapper.html b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientMapper.html new file mode 100644 index 0000000000..c61604b702 --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/class-use/ForestClientMapper.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.mappers.ForestClientMapper (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.mappers.ForestClientMapper

    +
    +No usage of ca.bc.gov.app.mappers.ForestClientMapper
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/package-summary.html b/legacy/ca/bc/gov/app/mappers/package-summary.html new file mode 100644 index 0000000000..3d041eef06 --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/package-summary.html @@ -0,0 +1,106 @@ + + + + +ca.bc.gov.app.mappers (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.mappers

    +
    +
    +
    package ca.bc.gov.app.mappers
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/package-tree.html b/legacy/ca/bc/gov/app/mappers/package-tree.html new file mode 100644 index 0000000000..4ad7b8b99f --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/package-tree.html @@ -0,0 +1,79 @@ + + + + +ca.bc.gov.app.mappers Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.mappers

    +Package Hierarchies: + +
    +
    +

    Interface Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/mappers/package-use.html b/legacy/ca/bc/gov/app/mappers/package-use.html new file mode 100644 index 0000000000..1e2311761e --- /dev/null +++ b/legacy/ca/bc/gov/app/mappers/package-use.html @@ -0,0 +1,84 @@ + + + + +Uses of Package ca.bc.gov.app.mappers (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.mappers

    +
    +
    Packages that use ca.bc.gov.app.mappers
    +
    +
    Package
    +
    Description
    + +
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/package-summary.html b/legacy/ca/bc/gov/app/package-summary.html new file mode 100644 index 0000000000..31524e2fd6 --- /dev/null +++ b/legacy/ca/bc/gov/app/package-summary.html @@ -0,0 +1,114 @@ + + + + +ca.bc.gov.app (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app

    +
    +
    +
    package ca.bc.gov.app
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/package-tree.html b/legacy/ca/bc/gov/app/package-tree.html new file mode 100644 index 0000000000..52298aa44f --- /dev/null +++ b/legacy/ca/bc/gov/app/package-tree.html @@ -0,0 +1,77 @@ + + + + +ca.bc.gov.app Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/package-use.html b/legacy/ca/bc/gov/app/package-use.html new file mode 100644 index 0000000000..3d5878d71f --- /dev/null +++ b/legacy/ca/bc/gov/app/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app

    +
    +No usage of ca.bc.gov.app
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/ClientDoingBusinessAsRepository.html b/legacy/ca/bc/gov/app/repository/ClientDoingBusinessAsRepository.html new file mode 100644 index 0000000000..ff379e8c7f --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/ClientDoingBusinessAsRepository.html @@ -0,0 +1,160 @@ + + + + +ClientDoingBusinessAsRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ClientDoingBusinessAsRepository

    +
    +
    +
    +
    All Superinterfaces:
    +
    org.springframework.data.repository.reactive.ReactiveCrudRepository<ClientDoingBusinessAsEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ClientDoingBusinessAsEntity,String>, org.springframework.data.repository.Repository<ClientDoingBusinessAsEntity,String>
    +
    +
    +
    @Repository +public interface ClientDoingBusinessAsRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ClientDoingBusinessAsEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ClientDoingBusinessAsEntity,String>
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      reactor.core.publisher.Mono<Boolean>
      + +
       
      +
      reactor.core.publisher.Flux<ClientDoingBusinessAsEntity>
      +
      findByDoingBusinessAsName(String doingBusinessAsName)
      +
       
      +
      reactor.core.publisher.Flux<ClientDoingBusinessAsEntity>
      +
      matchBy(String companyName)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

      +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
      +
      +

      Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

      +findAll
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        existsByClientNumber

        +
        reactor.core.publisher.Mono<Boolean> existsByClientNumber(String clientNumber)
        +
        +
      • +
      • +
        +

        matchBy

        +
        @Query("SELECT *\nFROM THE.CLIENT_DOING_BUSINESS_AS\nWHERE\nUTL_MATCH.JARO_WINKLER_SIMILARITY(UPPER(DOING_BUSINESS_AS_NAME),UPPER(:companyName)) >= 95\nORDER BY CLIENT_NUMBER") +reactor.core.publisher.Flux<ClientDoingBusinessAsEntity> matchBy(String companyName)
        +
        +
      • +
      • +
        +

        findByDoingBusinessAsName

        +
        reactor.core.publisher.Flux<ClientDoingBusinessAsEntity> findByDoingBusinessAsName(String doingBusinessAsName)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/ForestClientContactRepository.html b/legacy/ca/bc/gov/app/repository/ForestClientContactRepository.html new file mode 100644 index 0000000000..6d3616d060 --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/ForestClientContactRepository.html @@ -0,0 +1,161 @@ + + + + +ForestClientContactRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ForestClientContactRepository

    +
    +
    +
    +
    All Superinterfaces:
    +
    org.springframework.data.repository.reactive.ReactiveCrudRepository<ForestClientContactEntity,String>, org.springframework.data.repository.Repository<ForestClientContactEntity,String>
    +
    +
    +
    @Repository +public interface ForestClientContactRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ForestClientContactEntity,String>
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      reactor.core.publisher.Flux<ForestClientContactEntity>
      +
      matchBy(String contactName, + String email, + String businessPhone)
      +
       
      +
      reactor.core.publisher.Flux<ForestClientContactEntity>
      +
      matchByExpanded(String contactName, + String email, + String businessPhone, + String cellPhone, + String fax)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

      +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        matchBy

        +
        @Query("SELECT *\nFROM THE.CLIENT_CONTACT\nWHERE\nUTL_MATCH.JARO_WINKLER_SIMILARITY(UPPER(CONTACT_NAME),UPPER(:contactName)) >= 95\nOR UPPER(BUSINESS_PHONE) = UPPER(:businessPhone)\nOR UPPER(EMAIL_ADDRESS) = UPPER(:email)") +reactor.core.publisher.Flux<ForestClientContactEntity> matchBy(String contactName, + String email, + String businessPhone)
        +
        +
      • +
      • +
        +

        matchByExpanded

        +
        @Query("SELECT *\nFROM THE.CLIENT_CONTACT\nWHERE\nUTL_MATCH.JARO_WINKLER_SIMILARITY(UPPER(CONTACT_NAME),UPPER(:contactName)) >= 95\nAND (\n UPPER(BUSINESS_PHONE) = UPPER(:businessPhone)\n OR UPPER(CELL_PHONE) = UPPER(:businessPhone)\n OR UPPER(FAX_NUMBER) = UPPER(:businessPhone)\n OR UPPER(BUSINESS_PHONE) = UPPER(:cellPhone)\n OR UPPER(CELL_PHONE) = UPPER(:cellPhone)\n OR UPPER(FAX_NUMBER) = UPPER(:cellPhone)\n OR UPPER(BUSINESS_PHONE) = UPPER(:fax)\n OR UPPER(CELL_PHONE) = UPPER(:fax)\n OR UPPER(FAX_NUMBER) = UPPER(:fax)\n)\nAND UPPER(EMAIL_ADDRESS) = UPPER(:email)") +reactor.core.publisher.Flux<ForestClientContactEntity> matchByExpanded(String contactName, + String email, + String businessPhone, + String cellPhone, + String fax)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/ForestClientLocationRepository.html b/legacy/ca/bc/gov/app/repository/ForestClientLocationRepository.html new file mode 100644 index 0000000000..6277643963 --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/ForestClientLocationRepository.html @@ -0,0 +1,141 @@ + + + + +ForestClientLocationRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ForestClientLocationRepository

    +
    +
    +
    +
    All Superinterfaces:
    +
    org.springframework.data.repository.reactive.ReactiveCrudRepository<ForestClientLocationEntity,ForestClientLocationEntityId>, org.springframework.data.repository.Repository<ForestClientLocationEntity,ForestClientLocationEntityId>
    +
    +
    +
    @Repository +public interface ForestClientLocationRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ForestClientLocationEntity,ForestClientLocationEntityId>
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      reactor.core.publisher.Flux<ForestClientLocationEntity>
      +
      matchBy(String address, + String postalCode)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

      +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        matchBy

        +
        @Query("select *\nfrom the.client_location\nwhere\n(\n upper(address_1) like upper(concat(:address, \'%\'))\n or upper(address_2) like upper(concat(:address, \'%\'))\n or upper(address_3) like upper(concat(:address, \'%\'))\n)\nand upper(postal_code) = upper(replace(:postalCode, \' \', \'\'))") +reactor.core.publisher.Flux<ForestClientLocationEntity> matchBy(String address, + String postalCode)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/ForestClientRepository.html b/legacy/ca/bc/gov/app/repository/ForestClientRepository.html new file mode 100644 index 0000000000..9694804d83 --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/ForestClientRepository.html @@ -0,0 +1,180 @@ + + + + +ForestClientRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Interface ForestClientRepository

    +
    +
    +
    +
    All Superinterfaces:
    +
    org.springframework.data.repository.reactive.ReactiveCrudRepository<ForestClientEntity,String>, org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<ForestClientEntity>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ForestClientEntity,String>, org.springframework.data.repository.Repository<ForestClientEntity,String>
    +
    +
    +
    @Repository +public interface ForestClientRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<ForestClientEntity,String>, org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<ForestClientEntity>, org.springframework.data.repository.reactive.ReactiveSortingRepository<ForestClientEntity,String>
    +
    +
    +
      + +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      reactor.core.publisher.Mono<ForestClientEntity>
      +
      findByClientNumber(String clientNumber)
      +
       
      +
      reactor.core.publisher.Flux<ForestClientEntity>
      + +
       
      +
      reactor.core.publisher.Flux<ForestClientEntity>
      +
      findClientByIncorporationOrName(String registrationNumber, + String companyName)
      +
       
      +
      reactor.core.publisher.Flux<ForestClientEntity>
      +
      matchBy(String companyName)
      +
       
      +
      +
      +
      +
      +

      Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

      +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
      +
      +

      Methods inherited from interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor

      +count, exists, findAll, findAll, findBy, findOne
      +
      +

      Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

      +findAll
      +
      +
    • +
    +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        findClientByIncorporationOrName

        +
        @Query("SELECT * FROM FOREST_CLIENT x\n WHERE (UPPER(x.REGISTRY_COMPANY_TYPE_CODE) || x.CORP_REGN_NMBR) = UPPER(:registrationNumber)\n OR UPPER(x.CLIENT_NAME) = UPPER(:companyName)\n OR x.CLIENT_IDENTIFICATION = UPPER(:registrationNumber)") +reactor.core.publisher.Flux<ForestClientEntity> findClientByIncorporationOrName(@Param("registrationNumber") + String registrationNumber, + @Param("companyName") + String companyName)
        +
        +
      • +
      • +
        +

        findByIndividualFuzzy

        +
        @Query("SELECT *\nFROM THE.FOREST_CLIENT\nWHERE\nBIRTHDATE = :dob\nAND CLIENT_TYPE_CODE = \'I\'\nAND (\n UTL_MATCH.JARO_WINKLER_SIMILARITY(\n UPPER(LEGAL_FIRST_NAME) || \' \' || UPPER(LEGAL_MIDDLE_NAME) || \' \' || UPPER(CLIENT_NAME),\n UPPER(:name)\n ) >= 95\n OR\n UTL_MATCH.JARO_WINKLER_SIMILARITY(\n UPPER(LEGAL_FIRST_NAME) || \' \' || UPPER(CLIENT_NAME),\n UPPER(:name)\n ) >= 95\n)\nORDER BY CLIENT_NUMBER") +reactor.core.publisher.Flux<ForestClientEntity> findByIndividualFuzzy(String name, + LocalDateTime dob)
        +
        +
      • +
      • +
        +

        matchBy

        +
        @Query("SELECT *\nFROM THE.FOREST_CLIENT\nWHERE\nUTL_MATCH.JARO_WINKLER_SIMILARITY(UPPER(CLIENT_NAME),UPPER(:companyName)) >= 95\nORDER BY CLIENT_NUMBER") +reactor.core.publisher.Flux<ForestClientEntity> matchBy(String companyName)
        +
        +
      • +
      • +
        +

        findByClientNumber

        +
        reactor.core.publisher.Mono<ForestClientEntity> findByClientNumber(String clientNumber)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/class-use/ClientDoingBusinessAsRepository.html b/legacy/ca/bc/gov/app/repository/class-use/ClientDoingBusinessAsRepository.html new file mode 100644 index 0000000000..d405b2986c --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/class-use/ClientDoingBusinessAsRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.ClientDoingBusinessAsRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.repository.ClientDoingBusinessAsRepository

    +
    +No usage of ca.bc.gov.app.repository.ClientDoingBusinessAsRepository
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/class-use/ForestClientContactRepository.html b/legacy/ca/bc/gov/app/repository/class-use/ForestClientContactRepository.html new file mode 100644 index 0000000000..34b62399bf --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/class-use/ForestClientContactRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.ForestClientContactRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.repository.ForestClientContactRepository

    +
    +No usage of ca.bc.gov.app.repository.ForestClientContactRepository
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/class-use/ForestClientLocationRepository.html b/legacy/ca/bc/gov/app/repository/class-use/ForestClientLocationRepository.html new file mode 100644 index 0000000000..6ea2060084 --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/class-use/ForestClientLocationRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.ForestClientLocationRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.repository.ForestClientLocationRepository

    +
    +No usage of ca.bc.gov.app.repository.ForestClientLocationRepository
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/class-use/ForestClientRepository.html b/legacy/ca/bc/gov/app/repository/class-use/ForestClientRepository.html new file mode 100644 index 0000000000..e88901bd24 --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/class-use/ForestClientRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.ForestClientRepository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Interface
    ca.bc.gov.app.repository.ForestClientRepository

    +
    +No usage of ca.bc.gov.app.repository.ForestClientRepository
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/package-summary.html b/legacy/ca/bc/gov/app/repository/package-summary.html new file mode 100644 index 0000000000..fd44a96c12 --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/package-summary.html @@ -0,0 +1,104 @@ + + + + +ca.bc.gov.app.repository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.repository

    +
    +
    +
    package ca.bc.gov.app.repository
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/package-tree.html b/legacy/ca/bc/gov/app/repository/package-tree.html new file mode 100644 index 0000000000..8c9bb47e3f --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/package-tree.html @@ -0,0 +1,94 @@ + + + + +ca.bc.gov.app.repository Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.repository

    +Package Hierarchies: + +
    +
    +

    Interface Hierarchy

    +
      +
    • org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T> +
        +
      • ca.bc.gov.app.repository.ForestClientRepository (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>)
      • +
      +
    • +
    • org.springframework.data.repository.Repository<T,ID> +
        +
      • org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID> + +
      • +
      • org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID> +
          +
        • ca.bc.gov.app.repository.ClientDoingBusinessAsRepository (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>)
        • +
        • ca.bc.gov.app.repository.ForestClientRepository (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>)
        • +
        +
      • +
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/repository/package-use.html b/legacy/ca/bc/gov/app/repository/package-use.html new file mode 100644 index 0000000000..34dc32c583 --- /dev/null +++ b/legacy/ca/bc/gov/app/repository/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.repository (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.repository

    +
    +No usage of ca.bc.gov.app.repository
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/ClientContactService.html b/legacy/ca/bc/gov/app/service/ClientContactService.html new file mode 100644 index 0000000000..fc330ec0e0 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/ClientContactService.html @@ -0,0 +1,194 @@ + + + + +ClientContactService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientContactService

    +
    +
    java.lang.Object +
    ca.bc.gov.app.service.ClientContactService
    +
    +
    +
    +
    @Service +public class ClientContactService +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientContactService

        +
        public ClientContactService()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        saveAndGetIndex

        +
        public reactor.core.publisher.Mono<String> saveAndGetIndex(ForestClientContactDto dto)
        +
        +
      • +
      • +
        +

        search

        +
        public reactor.core.publisher.Flux<ForestClientContactDto> search(String firstName, + String lastName, + String email, + String phone)
        +
        Searches for forest client contacts based on the provided search criteria. This method combines + the first name and last name into a single search string, and uses this along with the email + and phone number to search for matching client contacts. The search is case-insensitive and can + partially match the contact information.
        +
        +
        Parameters:
        +
        firstName - The first name of the client contact to search for.
        +
        lastName - The last name of the client contact to search for.
        +
        email - The email address of the client contact to search for.
        +
        phone - The phone number of the client contact to search for.
        +
        Returns:
        +
        A reactor.core.publisher.Flux<ForestClientContactDto> containing the search results mapped to DTOs.
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/ClientDoingBusinessAsService.html b/legacy/ca/bc/gov/app/service/ClientDoingBusinessAsService.html new file mode 100644 index 0000000000..0c85284449 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/ClientDoingBusinessAsService.html @@ -0,0 +1,173 @@ + + + + +ClientDoingBusinessAsService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientDoingBusinessAsService

    +
    +
    java.lang.Object +
    ca.bc.gov.app.service.ClientDoingBusinessAsService
    +
    +
    +
    +
    @Service +public class ClientDoingBusinessAsService +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientDoingBusinessAsService

        +
        public ClientDoingBusinessAsService()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      + +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/ClientLocationService.html b/legacy/ca/bc/gov/app/service/ClientLocationService.html new file mode 100644 index 0000000000..2087265ab9 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/ClientLocationService.html @@ -0,0 +1,175 @@ + + + + +ClientLocationService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientLocationService

    +
    +
    java.lang.Object +
    ca.bc.gov.app.service.ClientLocationService
    +
    +
    +
    +
    @Service +public class ClientLocationService +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientLocationService

        +
        public ClientLocationService()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      + +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/ClientSearchService.html b/legacy/ca/bc/gov/app/service/ClientSearchService.html new file mode 100644 index 0000000000..953333f035 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/ClientSearchService.html @@ -0,0 +1,378 @@ + + + + +ClientSearchService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientSearchService

    +
    +
    java.lang.Object +
    ca.bc.gov.app.service.ClientSearchService
    +
    +
    +
    +
    @Service +public class ClientSearchService +extends Object
    +
    The ClientSearchService class provides methods to search for clients based on various criteria. + It uses the ForestClientRepository and ClientDoingBusinessAsRepository to perform the searches. + The results are mapped to ForestClientDto objects using the AbstractForestClientMapper. The class + is annotated with @Service, indicating that it's a service component in the Spring framework.
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientSearchService

        +
        public ClientSearchService()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        findByRegistrationNumberOrCompanyName

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByRegistrationNumberOrCompanyName(String registrationNumber, + String companyName)
        +
        This method is used to find clients based on their registration number or company name. It + first checks if both the registration number and company name are blank. If they are, it + returns MissingRequiredParameterException. If at least one parameter is valid, it searches for + company name or registration number. If no clients are found and the company name is not blank, + it searches doing business as table Each retrieved client entity is then mapped to a DTO (Data + Transfer Object) using the mapper.
        +
        +
        Parameters:
        +
        registrationNumber - The registration number of the client to be searched for.
        +
        companyName - The company name of the client to be searched for.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        findByIndividual

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByIndividual(String firstName, + String lastName, + LocalDate dob, + String identification, + boolean fuzzy)
        +
        This method is used to find clients based on their first name, last name, date of birth, and + identification. If any of the parameters are blank or null, returns + MissingRequiredParameterException. If all parameters are valid, it queries the legalFirstName, + clientName and birthdate, and if present, the clientIdentification. For each client found, it + logs the client's number and name.
        +
        +
        Parameters:
        +
        firstName - The first name of the client to be searched for.
        +
        lastName - The last name of the client to be searched for.
        +
        dob - The date of birth of the client to be searched for.
        +
        identification - The identification of the client to be searched for. Optional.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        matchBy

        +
        public reactor.core.publisher.Flux<ForestClientDto> matchBy(String companyName)
        +
        This method is used to find clients based on their company name. If the parameter is blank, it + returns a MissingRequiredParameterException. If the parameter is valid, it calls the matchBy + that calls the JARO_WINKLER_SIMILARITY algorithm with the provided company name. Each client + found is then mapped to a DTO (Data Transfer Object) using the mapper.
        +
        +
        Parameters:
        +
        companyName - The company name of the client to be searched for.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        findByIdAndLastName

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByIdAndLastName(String clientId, + String lastName)
        +
        This method is used to find clients based on their identification and last name. If any + parameter is blank, it returns a MissingRequiredParameterException. If all parameters are + valid, it queries where the clientIdentification and clientName match the provided parameters, + ignoring case. For each client found, it logs the client's number and name.
        +
        +
        Parameters:
        +
        clientId - The identification of the client to be searched for.
        +
        lastName - The last name of the client to be searched for.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        findByIdentification

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByIdentification(String idType, + String identification)
        +
        This method is used to find clients based on their identification type and identification + value. It checks if any of the parameters are blank. If any parameter is blank, it returns a + MissingRequiredParameterException. If all parameters are valid, it queries the clientIdTypeCode + and clientIdentification match the provided parameters, ignoring case. For each client found, + it logs the client's number and name.
        +
        +
        Parameters:
        +
        idType - The identification type of the client to be searched for.
        +
        identification - The identification value of the client to be searched for.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        findByGeneralEmail

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByGeneralEmail(String email)
        +
        This method is used to find clients based on their email address. If the parameter is blank, it + returns a MissingRequiredParameterException. If the parameter is valid, it queries the + emailAddress field to match the provided email address. It does that for the location and + contact entities.
        +
        +
        Parameters:
        +
        email - The email address of the client to be searched for.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        findByGeneralPhoneNumber

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByGeneralPhoneNumber(String phoneNumber)
        +
        This method is used to find clients based on their phone number. If the parameter is blank, it + returns a MissingRequiredParameterException. If the parameter is valid, it queries the + businessPhone, cellPhone, faxNumber, and homePhone fields to match the provided phone number. + It does that for the location and contact entities.
        +
        +
        Parameters:
        +
        phoneNumber - The phone number of the client to be searched for.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        findByEntireAddress

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByEntireAddress(AddressSearchDto address)
        +
        This method is used to find clients based on their address. If the parameter is blank, it + returns a MissingRequiredParameterException. If the parameter is valid, it queries the address, + city, province, postal code, and country fields to match the provided address. It does that for + the location entity.
        +
        +
        Parameters:
        +
        address - The address of the client to be searched for.
        +
        Returns:
        +
        A Flux stream of ForestClientDto objects that match the search criteria.
        +
        +
        +
      • +
      • +
        +

        findByContact

        +
        public reactor.core.publisher.Flux<ForestClientDto> findByContact(ContactSearchDto contact)
        +
        Searches for clients based on a composite contact search criteria. It combines the names into + a single search string, and along with the email address and the phone number queries the + repository for matching client entities based on this name string, email, and + phone number. Each matching entity is then mapped to a ForestClientDto. The search + results are made distinct by client number.
        +
        +
        Parameters:
        +
        contact - The ContactSearchDto containing search criteria such as name, email, and + phone number.
        +
        Returns:
        +
        A reactor.core.publisher.Flux<ForestClientDto> stream of client DTOs that match the search criteria. + If the contact parameter is null or not valid, a MissingRequiredParameterException is + emitted.
        +
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/ClientService.html b/legacy/ca/bc/gov/app/service/ClientService.html new file mode 100644 index 0000000000..1a8d288141 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/ClientService.html @@ -0,0 +1,164 @@ + + + + +ClientService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ClientService

    +
    +
    java.lang.Object +
    ca.bc.gov.app.service.ClientService
    +
    +
    +
    +
    @Service +public class ClientService +extends Object
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Constructor Details

      +
        +
      • +
        +

        ClientService

        +
        public ClientService()
        +
        +
      • +
      +
      +
    • + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        saveAndGetIndex

        +
        public reactor.core.publisher.Mono<String> saveAndGetIndex(ForestClientDto dto)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/class-use/ClientContactService.html b/legacy/ca/bc/gov/app/service/class-use/ClientContactService.html new file mode 100644 index 0000000000..bd012ef91b --- /dev/null +++ b/legacy/ca/bc/gov/app/service/class-use/ClientContactService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.ClientContactService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.service.ClientContactService

    +
    +No usage of ca.bc.gov.app.service.ClientContactService
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/class-use/ClientDoingBusinessAsService.html b/legacy/ca/bc/gov/app/service/class-use/ClientDoingBusinessAsService.html new file mode 100644 index 0000000000..b2b368479d --- /dev/null +++ b/legacy/ca/bc/gov/app/service/class-use/ClientDoingBusinessAsService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.ClientDoingBusinessAsService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.service.ClientDoingBusinessAsService

    +
    +No usage of ca.bc.gov.app.service.ClientDoingBusinessAsService
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/class-use/ClientLocationService.html b/legacy/ca/bc/gov/app/service/class-use/ClientLocationService.html new file mode 100644 index 0000000000..fa5cf099e9 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/class-use/ClientLocationService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.ClientLocationService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.service.ClientLocationService

    +
    +No usage of ca.bc.gov.app.service.ClientLocationService
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/class-use/ClientSearchService.html b/legacy/ca/bc/gov/app/service/class-use/ClientSearchService.html new file mode 100644 index 0000000000..9c46775399 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/class-use/ClientSearchService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.ClientSearchService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.service.ClientSearchService

    +
    +No usage of ca.bc.gov.app.service.ClientSearchService
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/class-use/ClientService.html b/legacy/ca/bc/gov/app/service/class-use/ClientService.html new file mode 100644 index 0000000000..8f4beebbde --- /dev/null +++ b/legacy/ca/bc/gov/app/service/class-use/ClientService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.ClientService (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    ca.bc.gov.app.service.ClientService

    +
    +No usage of ca.bc.gov.app.service.ClientService
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/package-summary.html b/legacy/ca/bc/gov/app/service/package-summary.html new file mode 100644 index 0000000000..21b295c869 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/package-summary.html @@ -0,0 +1,108 @@ + + + + +ca.bc.gov.app.service (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package ca.bc.gov.app.service

    +
    +
    +
    package ca.bc.gov.app.service
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/package-tree.html b/legacy/ca/bc/gov/app/service/package-tree.html new file mode 100644 index 0000000000..f5b00e58fe --- /dev/null +++ b/legacy/ca/bc/gov/app/service/package-tree.html @@ -0,0 +1,80 @@ + + + + +ca.bc.gov.app.service Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package ca.bc.gov.app.service

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/ca/bc/gov/app/service/package-use.html b/legacy/ca/bc/gov/app/service/package-use.html new file mode 100644 index 0000000000..104eb62665 --- /dev/null +++ b/legacy/ca/bc/gov/app/service/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.service (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Package
    ca.bc.gov.app.service

    +
    +No usage of ca.bc.gov.app.service
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/constant-values.html b/legacy/constant-values.html new file mode 100644 index 0000000000..ab3236f6e1 --- /dev/null +++ b/legacy/constant-values.html @@ -0,0 +1,216 @@ + + + + +Constant Field Values (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Constant Field Values

    +
    +

    Contents

    + +
    +
    +
    +

    ca.bc.*

    + +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/element-list b/legacy/element-list new file mode 100644 index 0000000000..18f953784c --- /dev/null +++ b/legacy/element-list @@ -0,0 +1,9 @@ +ca.bc.gov.app +ca.bc.gov.app.configuration +ca.bc.gov.app.controller +ca.bc.gov.app.dto +ca.bc.gov.app.entity +ca.bc.gov.app.exception +ca.bc.gov.app.mappers +ca.bc.gov.app.repository +ca.bc.gov.app.service diff --git a/legacy/help-doc.html b/legacy/help-doc.html new file mode 100644 index 0000000000..5bc3abf842 --- /dev/null +++ b/legacy/help-doc.html @@ -0,0 +1,196 @@ + + + + +API Help (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +

    JavaDoc Help

    + +
    +
    +

    Navigation

    +Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
    +
    +
    +

    Kinds of Pages

    +The following sections describe the different kinds of pages in this collection. +
    +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
    +
    +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

    +
      +
    • Interfaces
    • +
    • Classes
    • +
    • Enum Classes
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Interfaces
    • +
    +
    +
    +

    Class or Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

    +
      +
    • Class Inheritance Diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class or Interface Declaration
    • +
    • Class or Interface Description
    • +
    +
    +
      +
    • Nested Class Summary
    • +
    • Enum Constant Summary
    • +
    • Field Summary
    • +
    • Property Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    +
    +
      +
    • Enum Constant Details
    • +
    • Field Details
    • +
    • Property Details
    • +
    • Constructor Details
    • +
    • Method Details
    • +
    • Element Details
    • +
    +

    Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

    +

    The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
    +
    +

    Other Files

    +

    Packages and modules may contain pages with additional information related to the declarations nearby.

    +
    +
    +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.

    +
    +
    +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
    • +
    +
    +
    +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
    +
    +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

    +
    +
    +

    All Packages

    +

    The All Packages page contains an alphabetic index of all packages contained in the documentation.

    +
    +
    +

    All Classes and Interfaces

    +

    The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

    +
    +
    +

    Index

    +

    The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

    +
    +
    +
    +This help file applies to API documentation generated by the standard doclet.
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/index-all.html b/legacy/index-all.html new file mode 100644 index 0000000000..03b4cf2852 --- /dev/null +++ b/legacy/index-all.html @@ -0,0 +1,903 @@ + + + + +Index (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Index

    +
    +A B C D E F G H I L M N O P R S T U 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

    A

    +
    +
    AbstractForestClientMapper<D,E> - Interface in ca.bc.gov.app.mappers
    +
     
    +
    address() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Returns the value of the address record component.
    +
    +
    addressOne() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the addressOne record component.
    +
    +
    AddressSearchDto - Record Class in ca.bc.gov.app.dto
    +
     
    +
    AddressSearchDto(String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Creates an instance of a AddressSearchDto record class.
    +
    +
    addressThree() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the addressThree record component.
    +
    +
    addressTwo() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the addressTwo record component.
    +
    +
    ApplicationConstants - Class in ca.bc.gov.app
    +
     
    +
    ApplicationConstants() - Constructor for class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    AUTO_APPROVE_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    +

    B

    +
    +
    birthdate() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the birthdate record component.
    +
    +
    businessPhone() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the businessPhone record component.
    +
    +
    businessPhone() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the businessPhone record component.
    +
    +
    +

    C

    +
    +
    ca.bc.gov.app - package ca.bc.gov.app
    +
     
    +
    ca.bc.gov.app.configuration - package ca.bc.gov.app.configuration
    +
     
    +
    ca.bc.gov.app.controller - package ca.bc.gov.app.controller
    +
     
    +
    ca.bc.gov.app.dto - package ca.bc.gov.app.dto
    +
     
    +
    ca.bc.gov.app.entity - package ca.bc.gov.app.entity
    +
     
    +
    ca.bc.gov.app.exception - package ca.bc.gov.app.exception
    +
     
    +
    ca.bc.gov.app.mappers - package ca.bc.gov.app.mappers
    +
     
    +
    ca.bc.gov.app.repository - package ca.bc.gov.app.repository
    +
     
    +
    ca.bc.gov.app.service - package ca.bc.gov.app.service
    +
     
    +
    CannotWriteReportException - Exception in ca.bc.gov.app.exception
    +
     
    +
    CannotWriteReportException(String) - Constructor for exception ca.bc.gov.app.exception.CannotWriteReportException
    +
     
    +
    cellPhone() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the cellPhone record component.
    +
    +
    city() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Returns the value of the city record component.
    +
    +
    city() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the city record component.
    +
    +
    CLIENT_EXISTS - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    CLIENT_NUMBER - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    CLIENT_NUMBER_LITERAL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    CLIENT_SUBMITTER_NAME - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    CLIENT_TYPE_CODE - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    clientComment() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the clientComment record component.
    +
    +
    ClientContactController - Class in ca.bc.gov.app.controller
    +
     
    +
    ClientContactController() - Constructor for class ca.bc.gov.app.controller.ClientContactController
    +
     
    +
    ClientContactService - Class in ca.bc.gov.app.service
    +
     
    +
    ClientContactService() - Constructor for class ca.bc.gov.app.service.ClientContactService
    +
     
    +
    ClientController - Class in ca.bc.gov.app.controller
    +
     
    +
    ClientController() - Constructor for class ca.bc.gov.app.controller.ClientController
    +
     
    +
    ClientDoingBusinessAsController - Class in ca.bc.gov.app.controller
    +
     
    +
    ClientDoingBusinessAsController() - Constructor for class ca.bc.gov.app.controller.ClientDoingBusinessAsController
    +
     
    +
    ClientDoingBusinessAsDto - Record Class in ca.bc.gov.app.dto
    +
     
    +
    ClientDoingBusinessAsDto(String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Creates an instance of a ClientDoingBusinessAsDto record class.
    +
    +
    ClientDoingBusinessAsEntity - Class in ca.bc.gov.app.entity
    +
     
    +
    ClientDoingBusinessAsEntity() - Constructor for class ca.bc.gov.app.entity.ClientDoingBusinessAsEntity
    +
     
    +
    ClientDoingBusinessAsRepository - Interface in ca.bc.gov.app.repository
    +
     
    +
    ClientDoingBusinessAsService - Class in ca.bc.gov.app.service
    +
     
    +
    ClientDoingBusinessAsService() - Constructor for class ca.bc.gov.app.service.ClientDoingBusinessAsService
    +
     
    +
    clientIdentification() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the clientIdentification record component.
    +
    +
    clientIdTypeCode() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the clientIdTypeCode record component.
    +
    +
    ClientLocationController - Class in ca.bc.gov.app.controller
    +
     
    +
    ClientLocationController() - Constructor for class ca.bc.gov.app.controller.ClientLocationController
    +
     
    +
    ClientLocationService - Class in ca.bc.gov.app.service
    +
     
    +
    ClientLocationService() - Constructor for class ca.bc.gov.app.service.ClientLocationService
    +
     
    +
    clientLocnCode() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the clientLocnCode record component.
    +
    +
    clientLocnCode() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the clientLocnCode record component.
    +
    +
    clientLocnName() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the clientLocnName record component.
    +
    +
    clientName() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the clientName record component.
    +
    +
    ClientNameCodeDto - Record Class in ca.bc.gov.app.dto
    +
     
    +
    ClientNameCodeDto(String, String) - Constructor for record class ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    Creates an instance of a ClientNameCodeDto record class.
    +
    +
    clientNumber() - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Returns the value of the clientNumber record component.
    +
    +
    clientNumber() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the clientNumber record component.
    +
    +
    clientNumber() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the clientNumber record component.
    +
    +
    clientNumber() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the clientNumber record component.
    +
    +
    ClientPublicViewEntity - Class in ca.bc.gov.app.entity
    +
     
    +
    ClientPublicViewEntity() - Constructor for class ca.bc.gov.app.entity.ClientPublicViewEntity
    +
     
    +
    ClientSearchController - Class in ca.bc.gov.app.controller
    +
     
    +
    ClientSearchController() - Constructor for class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    ClientSearchService - Class in ca.bc.gov.app.service
    +
    +
    The ClientSearchService class provides methods to search for clients based on various criteria.
    +
    +
    ClientSearchService() - Constructor for class ca.bc.gov.app.service.ClientSearchService
    +
     
    +
    ClientService - Class in ca.bc.gov.app.service
    +
     
    +
    ClientService() - Constructor for class ca.bc.gov.app.service.ClientService
    +
     
    +
    clientStatusCode() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the clientStatusCode record component.
    +
    +
    ClientStatusCodeEntity - Class in ca.bc.gov.app.entity
    +
     
    +
    ClientStatusCodeEntity() - Constructor for class ca.bc.gov.app.entity.ClientStatusCodeEntity
    +
     
    +
    clientTypeCode() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the clientTypeCode record component.
    +
    +
    cliLocnComment() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the cliLocnComment record component.
    +
    +
    code() - Method in record class ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    Returns the value of the code record component.
    +
    +
    contactCode() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the contactCode record component.
    +
    +
    contactName() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the contactName record component.
    +
    +
    ContactSearchDto - Record Class in ca.bc.gov.app.dto
    +
     
    +
    ContactSearchDto(String, String, String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Creates an instance of a ContactSearchDto record class.
    +
    +
    corpRegnNmbr() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the corpRegnNmbr record component.
    +
    +
    country() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Returns the value of the country record component.
    +
    +
    country() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the country record component.
    +
    +
    CREATED_BY - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    createdBy() - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Returns the value of the createdBy record component.
    +
    +
    createdBy() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the createdBy record component.
    +
    +
    createdBy() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the createdBy record component.
    +
    +
    createdBy() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the createdBy record component.
    +
    +
    currentDateTime(Object) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    +

    D

    +
    +
    defaultEmptySpace(Object) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    distribution() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
     
    +
    doingBusinessAsName() - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Returns the value of the doingBusinessAsName record component.
    +
    +
    +

    E

    +
    +
    email() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns the value of the email record component.
    +
    +
    emailAddress() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the emailAddress record component.
    +
    +
    emailAddress() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the emailAddress record component.
    +
    +
    equals(Object) - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    equals(Object) - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    equals(Object) - Method in record class ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    equals(Object) - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    equals(Object) - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    equals(Object) - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    equals(Object) - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    existsByClientNumber(String) - Method in interface ca.bc.gov.app.repository.ClientDoingBusinessAsRepository
    +
     
    +
    +

    F

    +
    +
    fax() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns the value of the fax record component.
    +
    +
    faxNumber() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the faxNumber record component.
    +
    +
    findByClientNumber(String) - Method in interface ca.bc.gov.app.repository.ForestClientRepository
    +
     
    +
    findByContact(ContactSearchDto) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findByContact(ContactSearchDto) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    Searches for clients based on a composite contact search criteria.
    +
    +
    findByDoingBusinessAsName(String) - Method in interface ca.bc.gov.app.repository.ClientDoingBusinessAsRepository
    +
     
    +
    findByEntireAddress(AddressSearchDto) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their address.
    +
    +
    findByGeneralEmail(String) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findByGeneralEmail(String) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their email address.
    +
    +
    findByGeneralPhone(String) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findByGeneralPhoneNumber(String) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their phone number.
    +
    +
    findByIdAndLastName(String, String) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findByIdAndLastName(String, String) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their identification and last name.
    +
    +
    findByIdentification(String, String) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findByIdentification(String, String) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their identification type and identification + value.
    +
    +
    findByIncorporationOrName(String, String) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findByIndividual(String, String, LocalDate, String, boolean) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their first name, last name, date of birth, and + identification.
    +
    +
    findByIndividualFuzzy(String, LocalDateTime) - Method in interface ca.bc.gov.app.repository.ForestClientRepository
    +
     
    +
    findByLocation(AddressSearchDto) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findByRegistrationNumberOrCompanyName(String, String) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their registration number or company name.
    +
    +
    findClientByIncorporationOrName(String, String) - Method in interface ca.bc.gov.app.repository.ForestClientRepository
    +
     
    +
    findIndividuals(String, String, String, String) - Method in class ca.bc.gov.app.controller.ClientContactController
    +
     
    +
    findIndividuals(String, String, LocalDate, String) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    findLocations(String, String) - Method in class ca.bc.gov.app.controller.ClientLocationController
    +
     
    +
    firstName() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns the value of the firstName record component.
    +
    +
    FOREST_CLIENT_NAME - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    FOREST_CLIENT_NUMBER - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    ForestClientContactDto - Record Class in ca.bc.gov.app.dto
    +
     
    +
    ForestClientContactDto(String, String, String, String, String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Creates an instance of a ForestClientContactDto record class.
    +
    +
    ForestClientContactEntity - Class in ca.bc.gov.app.entity
    +
     
    +
    ForestClientContactEntity() - Constructor for class ca.bc.gov.app.entity.ForestClientContactEntity
    +
     
    +
    ForestClientContactMapper - Interface in ca.bc.gov.app.mappers
    +
     
    +
    ForestClientContactRepository - Interface in ca.bc.gov.app.repository
    +
     
    +
    ForestClientDoingBusinessAsMapper - Interface in ca.bc.gov.app.mappers
    +
     
    +
    ForestClientDto - Record Class in ca.bc.gov.app.dto
    +
     
    +
    ForestClientDto(String, String, String, String, String, String, LocalDate, String, String, String, String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Creates an instance of a ForestClientDto record class.
    +
    +
    ForestClientEntity - Class in ca.bc.gov.app.entity
    +
     
    +
    ForestClientEntity() - Constructor for class ca.bc.gov.app.entity.ForestClientEntity
    +
     
    +
    ForestClientLocationDto - Record Class in ca.bc.gov.app.dto
    +
     
    +
    ForestClientLocationDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, LocalDate, String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Creates an instance of a ForestClientLocationDto record class.
    +
    +
    ForestClientLocationEntity - Class in ca.bc.gov.app.entity
    +
     
    +
    ForestClientLocationEntity() - Constructor for class ca.bc.gov.app.entity.ForestClientLocationEntity
    +
     
    +
    ForestClientLocationEntityId - Class in ca.bc.gov.app.entity
    +
     
    +
    ForestClientLocationEntityId() - Constructor for class ca.bc.gov.app.entity.ForestClientLocationEntityId
    +
     
    +
    ForestClientLocationMapper - Interface in ca.bc.gov.app.mappers
    +
     
    +
    ForestClientLocationRepository - Interface in ca.bc.gov.app.repository
    +
     
    +
    ForestClientMailingCountryEntity - Class in ca.bc.gov.app.entity
    +
     
    +
    ForestClientMailingCountryEntity() - Constructor for class ca.bc.gov.app.entity.ForestClientMailingCountryEntity
    +
     
    +
    ForestClientMapper - Interface in ca.bc.gov.app.mappers
    +
     
    +
    ForestClientMetricConfiguration - Class in ca.bc.gov.app.configuration
    +
     
    +
    ForestClientMetricConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
     
    +
    ForestClientRepository - Interface in ca.bc.gov.app.repository
    +
     
    +
    FORWARD_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    +

    G

    +
    +
    getName() - Method in class ca.bc.gov.app.entity.ForestClientEntity
    +
     
    +
    getRoutingFunction(ErrorAttributes) - Method in class ca.bc.gov.app.controller.GlobalErrorController
    +
     
    +
    GlobalErrorController - Class in ca.bc.gov.app.controller
    +
     
    +
    GlobalErrorController(ErrorAttributes, WebProperties, ApplicationContext, ServerCodecConfigurer) - Constructor for class ca.bc.gov.app.controller.GlobalErrorController
    +
     
    +
    GlobalServiceConfiguration - Class in ca.bc.gov.app.configuration
    +
     
    +
    GlobalServiceConfiguration() - Constructor for class ca.bc.gov.app.configuration.GlobalServiceConfiguration
    +
     
    +
    +

    H

    +
    +
    hashCode() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Returns a hash code value for this object.
    +
    +
    hashCode() - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Returns a hash code value for this object.
    +
    +
    hashCode() - Method in record class ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    Returns a hash code value for this object.
    +
    +
    hashCode() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns a hash code value for this object.
    +
    +
    hashCode() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns a hash code value for this object.
    +
    +
    hashCode() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns a hash code value for this object.
    +
    +
    hashCode() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns a hash code value for this object.
    +
    +
    homePhone() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the homePhone record component.
    +
    +
    +

    I

    +
    +
    ignoreTag() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
     
    +
    INDEX - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    initialRevision(Object) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    isValid() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
     
    +
    isValid() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
     
    +
    +

    L

    +
    +
    lastName() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns the value of the lastName record component.
    +
    +
    LegacyApplication - Class in ca.bc.gov.app
    +
     
    +
    LegacyApplication() - Constructor for class ca.bc.gov.app.LegacyApplication
    +
     
    +
    legalFirstName() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the legalFirstName record component.
    +
    +
    legalMiddleName() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the legalMiddleName record component.
    +
    +
    limitUserId(String) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    LOCATION_CODE - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    LOCATION_ID - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    locnExpiredInd() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the locnExpiredInd record component.
    +
    +
    +

    M

    +
    +
    main(String[]) - Static method in class ca.bc.gov.app.LegacyApplication
    +
     
    +
    MATCH_CHECKING_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    matchBy(String) - Method in class ca.bc.gov.app.controller.ClientSearchController
    +
     
    +
    matchBy(String) - Method in interface ca.bc.gov.app.repository.ClientDoingBusinessAsRepository
    +
     
    +
    matchBy(String) - Method in interface ca.bc.gov.app.repository.ForestClientRepository
    +
     
    +
    matchBy(String) - Method in class ca.bc.gov.app.service.ClientSearchService
    +
    +
    This method is used to find clients based on their company name.
    +
    +
    matchBy(String, String) - Method in interface ca.bc.gov.app.repository.ForestClientLocationRepository
    +
     
    +
    matchBy(String, String, String) - Method in interface ca.bc.gov.app.repository.ForestClientContactRepository
    +
     
    +
    matchByExpanded(String, String, String, String, String) - Method in interface ca.bc.gov.app.repository.ForestClientContactRepository
    +
     
    +
    metricsCommonTags() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
     
    +
    middleName() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns the value of the middleName record component.
    +
    +
    MissingReportFileException - Exception in ca.bc.gov.app.exception
    +
     
    +
    MissingReportFileException(String) - Constructor for exception ca.bc.gov.app.exception.MissingReportFileException
    +
     
    +
    MissingRequiredParameterException - Exception in ca.bc.gov.app.exception
    +
     
    +
    MissingRequiredParameterException(String) - Constructor for exception ca.bc.gov.app.exception.MissingRequiredParameterException
    +
     
    +
    +

    N

    +
    +
    name() - Method in record class ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    Returns the value of the name record component.
    +
    +
    name() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
     
    +
    NOTIFICATION_PROCESSING_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    NoValueFoundException - Exception in ca.bc.gov.app.exception
    +
     
    +
    NoValueFoundException(String) - Constructor for exception ca.bc.gov.app.exception.NoValueFoundException
    +
     
    +
    +

    O

    +
    +
    ORACLE_ATTRIBUTE_SCHEMA - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    ORG_UNIT - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    orgUnit() - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Returns the value of the orgUnit record component.
    +
    +
    orgUnit() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the orgUnit record component.
    +
    +
    orgUnit() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the orgUnit record component.
    +
    +
    orgUnit() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the orgUnit record component.
    +
    +
    +

    P

    +
    +
    phone() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns the value of the phone record component.
    +
    +
    phone2() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns the value of the phone2 record component.
    +
    +
    postalCode() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Returns the value of the postalCode record component.
    +
    +
    postalCode() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the postalCode record component.
    +
    +
    PROCESSED_MESSAGE_SOURCE - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    PROCESSOR_USER_NAME - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    prometheusConfiguration() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
     
    +
    province() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Returns the value of the province record component.
    +
    +
    province() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the province record component.
    +
    +
    +

    R

    +
    +
    REGISTRATION_NUMBER - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    registryCompanyTypeCode() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the registryCompanyTypeCode record component.
    +
    +
    returnedMailDate() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the returnedMailDate record component.
    +
    +
    REVIEW_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    +

    S

    +
    +
    saveAndGetIndex(ClientDoingBusinessAsDto) - Method in class ca.bc.gov.app.service.ClientDoingBusinessAsService
    +
     
    +
    saveAndGetIndex(ForestClientContactDto) - Method in class ca.bc.gov.app.service.ClientContactService
    +
     
    +
    saveAndGetIndex(ForestClientDto) - Method in class ca.bc.gov.app.service.ClientService
    +
     
    +
    saveAndGetIndex(ForestClientLocationDto) - Method in class ca.bc.gov.app.service.ClientLocationService
    +
     
    +
    saveLocation(ClientDoingBusinessAsDto) - Method in class ca.bc.gov.app.controller.ClientDoingBusinessAsController
    +
     
    +
    saveLocation(ForestClientContactDto) - Method in class ca.bc.gov.app.controller.ClientContactController
    +
     
    +
    saveLocation(ForestClientDto) - Method in class ca.bc.gov.app.controller.ClientController
    +
     
    +
    saveLocation(ForestClientLocationDto) - Method in class ca.bc.gov.app.controller.ClientLocationController
    +
     
    +
    search(String) - Method in class ca.bc.gov.app.controller.ClientDoingBusinessAsController
    +
     
    +
    search(String) - Method in class ca.bc.gov.app.service.ClientDoingBusinessAsService
    +
     
    +
    search(String, String) - Method in class ca.bc.gov.app.service.ClientLocationService
    +
     
    +
    search(String, String, String, String) - Method in class ca.bc.gov.app.service.ClientContactService
    +
    +
    Searches for forest client contacts based on the provided search criteria.
    +
    +
    SUBMISSION_CLIENTID - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_COMPLETION_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_ID - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_AGGREGATE_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_CLIENT_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_CLIENT_PERSIST_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_CONTACT_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_INDIVIDUAL_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_LOCATION_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_NOTIFY_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_OTHER_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_RSP_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LEGACY_USP_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_LIST_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_MAIL_BUILD_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_MAIL_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_MESSAGE_SOURCE - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_NAME - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_POSTPROCESSOR_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_STATUS - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    SUBMISSION_TYPE - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    +

    T

    +
    +
    timedAspect(MeterRegistry) - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
    +
     
    +
    toDto(ClientDoingBusinessAsEntity) - Method in interface ca.bc.gov.app.mappers.ForestClientDoingBusinessAsMapper
    +
     
    +
    toDto(ForestClientContactEntity) - Method in interface ca.bc.gov.app.mappers.ForestClientContactMapper
    +
     
    +
    toDto(ForestClientEntity) - Method in interface ca.bc.gov.app.mappers.ForestClientMapper
    +
     
    +
    toDto(ForestClientLocationEntity) - Method in interface ca.bc.gov.app.mappers.ForestClientLocationMapper
    +
     
    +
    toDto(E) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    toEntity(ClientDoingBusinessAsDto) - Method in interface ca.bc.gov.app.mappers.ForestClientDoingBusinessAsMapper
    +
     
    +
    toEntity(ForestClientContactDto) - Method in interface ca.bc.gov.app.mappers.ForestClientContactMapper
    +
     
    +
    toEntity(ForestClientDto) - Method in interface ca.bc.gov.app.mappers.ForestClientMapper
    +
     
    +
    toEntity(ForestClientLocationDto) - Method in interface ca.bc.gov.app.mappers.ForestClientLocationMapper
    +
     
    +
    toEntity(D) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    toLocalDate(LocalDateTime) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    toLocalDateTime(LocalDate) - Method in interface ca.bc.gov.app.mappers.AbstractForestClientMapper
    +
     
    +
    toString() - Method in record class ca.bc.gov.app.dto.AddressSearchDto
    +
    +
    Returns a string representation of this record class.
    +
    +
    toString() - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Returns a string representation of this record class.
    +
    +
    toString() - Method in record class ca.bc.gov.app.dto.ClientNameCodeDto
    +
    +
    Returns a string representation of this record class.
    +
    +
    toString() - Method in record class ca.bc.gov.app.dto.ContactSearchDto
    +
    +
    Returns a string representation of this record class.
    +
    +
    toString() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns a string representation of this record class.
    +
    +
    toString() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns a string representation of this record class.
    +
    +
    toString() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns a string representation of this record class.
    +
    +
    TOTAL - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    TracingConfiguration - Class in ca.bc.gov.app.configuration
    +
     
    +
    TracingConfiguration() - Constructor for class ca.bc.gov.app.configuration.TracingConfiguration
    +
     
    +
    trustLocationInd() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the trustLocationInd record component.
    +
    +
    +

    U

    +
    +
    UPDATED_BY - Static variable in class ca.bc.gov.app.ApplicationConstants
    +
     
    +
    updatedBy() - Method in record class ca.bc.gov.app.dto.ClientDoingBusinessAsDto
    +
    +
    Returns the value of the updatedBy record component.
    +
    +
    updatedBy() - Method in record class ca.bc.gov.app.dto.ForestClientContactDto
    +
    +
    Returns the value of the updatedBy record component.
    +
    +
    updatedBy() - Method in record class ca.bc.gov.app.dto.ForestClientDto
    +
    +
    Returns the value of the updatedBy record component.
    +
    +
    updatedBy() - Method in record class ca.bc.gov.app.dto.ForestClientLocationDto
    +
    +
    Returns the value of the updatedBy record component.
    +
    +
    +A B C D E F G H I L M N O P R S T U 
    All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/index.html b/legacy/index.html new file mode 100644 index 0000000000..96b2b2faa7 --- /dev/null +++ b/legacy/index.html @@ -0,0 +1,87 @@ + + + + +Overview (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Javadoc Documentation for nr-forest-client-legacy 0.0.1

    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/jquery-ui.overrides.css b/legacy/jquery-ui.overrides.css new file mode 100644 index 0000000000..facf852c27 --- /dev/null +++ b/legacy/jquery-ui.overrides.css @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; + border: 1px solid #F8981D; +} diff --git a/legacy/legal/ADDITIONAL_LICENSE_INFO b/legacy/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000..ff700cd09f --- /dev/null +++ b/legacy/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/legacy/legal/ASSEMBLY_EXCEPTION b/legacy/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000..065b8d9023 --- /dev/null +++ b/legacy/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/legacy/legal/LICENSE b/legacy/legal/LICENSE new file mode 100644 index 0000000000..8b400c7ab8 --- /dev/null +++ b/legacy/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/legacy/legal/jquery.md b/legacy/legal/jquery.md new file mode 100644 index 0000000000..d468b3183a --- /dev/null +++ b/legacy/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.6.1 + +### jQuery License +``` +jQuery v 3.6.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/legacy/legal/jqueryUI.md b/legacy/legal/jqueryUI.md new file mode 100644 index 0000000000..8bda9d7a85 --- /dev/null +++ b/legacy/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/legacy/member-search-index.js b/legacy/member-search-index.js new file mode 100644 index 0000000000..0dfbb6505f --- /dev/null +++ b/legacy/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"address()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"addressOne()"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"AddressSearchDto(String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"addressThree()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"addressTwo()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"ApplicationConstants()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"AUTO_APPROVE_CHANNEL"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"birthdate()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"businessPhone()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"businessPhone()"},{"p":"ca.bc.gov.app.exception","c":"CannotWriteReportException","l":"CannotWriteReportException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"cellPhone()"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"city()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"city()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"CLIENT_EXISTS"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"CLIENT_NUMBER"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"CLIENT_NUMBER_LITERAL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"CLIENT_SUBMITTER_NAME"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"CLIENT_TYPE_CODE"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"clientComment()"},{"p":"ca.bc.gov.app.controller","c":"ClientContactController","l":"ClientContactController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service","c":"ClientContactService","l":"ClientContactService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.controller","c":"ClientController","l":"ClientController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.controller","c":"ClientDoingBusinessAsController","l":"ClientDoingBusinessAsController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"ClientDoingBusinessAsDto(String, String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.entity","c":"ClientDoingBusinessAsEntity","l":"ClientDoingBusinessAsEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service","c":"ClientDoingBusinessAsService","l":"ClientDoingBusinessAsService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"clientIdentification()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"clientIdTypeCode()"},{"p":"ca.bc.gov.app.controller","c":"ClientLocationController","l":"ClientLocationController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service","c":"ClientLocationService","l":"ClientLocationService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"clientLocnCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"clientLocnCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"clientLocnName()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"clientName()"},{"p":"ca.bc.gov.app.dto","c":"ClientNameCodeDto","l":"ClientNameCodeDto(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.entity","c":"ClientPublicViewEntity","l":"ClientPublicViewEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"ClientSearchController()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"ClientSearchService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service","c":"ClientService","l":"ClientService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"clientStatusCode()"},{"p":"ca.bc.gov.app.entity","c":"ClientStatusCodeEntity","l":"ClientStatusCodeEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"clientTypeCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"cliLocnComment()"},{"p":"ca.bc.gov.app.dto","c":"ClientNameCodeDto","l":"code()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"contactCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"contactName()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"ContactSearchDto(String, String, String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"corpRegnNmbr()"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"country()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"country()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"CREATED_BY"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"createdBy()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"createdBy()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"createdBy()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"createdBy()"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"currentDateTime(Object)","u":"currentDateTime(java.lang.Object)"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"defaultEmptySpace(Object)","u":"defaultEmptySpace(java.lang.Object)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"distribution()"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"doingBusinessAsName()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"email()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"emailAddress()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"emailAddress()"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"ClientNameCodeDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.repository","c":"ClientDoingBusinessAsRepository","l":"existsByClientNumber(String)","u":"existsByClientNumber(java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"fax()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"faxNumber()"},{"p":"ca.bc.gov.app.repository","c":"ForestClientRepository","l":"findByClientNumber(String)","u":"findByClientNumber(java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findByContact(ContactSearchDto)","u":"findByContact(ca.bc.gov.app.dto.ContactSearchDto)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByContact(ContactSearchDto)","u":"findByContact(ca.bc.gov.app.dto.ContactSearchDto)"},{"p":"ca.bc.gov.app.repository","c":"ClientDoingBusinessAsRepository","l":"findByDoingBusinessAsName(String)","u":"findByDoingBusinessAsName(java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByEntireAddress(AddressSearchDto)","u":"findByEntireAddress(ca.bc.gov.app.dto.AddressSearchDto)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findByGeneralEmail(String)","u":"findByGeneralEmail(java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByGeneralEmail(String)","u":"findByGeneralEmail(java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findByGeneralPhone(String)","u":"findByGeneralPhone(java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByGeneralPhoneNumber(String)","u":"findByGeneralPhoneNumber(java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findByIdAndLastName(String, String)","u":"findByIdAndLastName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByIdAndLastName(String, String)","u":"findByIdAndLastName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findByIdentification(String, String)","u":"findByIdentification(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByIdentification(String, String)","u":"findByIdentification(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findByIncorporationOrName(String, String)","u":"findByIncorporationOrName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByIndividual(String, String, LocalDate, String, boolean)","u":"findByIndividual(java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String,boolean)"},{"p":"ca.bc.gov.app.repository","c":"ForestClientRepository","l":"findByIndividualFuzzy(String, LocalDateTime)","u":"findByIndividualFuzzy(java.lang.String,java.time.LocalDateTime)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findByLocation(AddressSearchDto)","u":"findByLocation(ca.bc.gov.app.dto.AddressSearchDto)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"findByRegistrationNumberOrCompanyName(String, String)","u":"findByRegistrationNumberOrCompanyName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"ForestClientRepository","l":"findClientByIncorporationOrName(String, String)","u":"findClientByIncorporationOrName(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"findIndividuals(String, String, LocalDate, String)","u":"findIndividuals(java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientContactController","l":"findIndividuals(String, String, String, String)","u":"findIndividuals(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.controller","c":"ClientLocationController","l":"findLocations(String, String)","u":"findLocations(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"firstName()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"FOREST_CLIENT_NAME"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"FOREST_CLIENT_NUMBER"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"ForestClientContactDto(String, String, String, String, String, String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.entity","c":"ForestClientContactEntity","l":"ForestClientContactEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"ForestClientDto(String, String, String, String, String, String, LocalDate, String, String, String, String, String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.entity","c":"ForestClientEntity","l":"ForestClientEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"ForestClientLocationDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, LocalDate, String, String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.entity","c":"ForestClientLocationEntity","l":"ForestClientLocationEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"ForestClientLocationEntityId","l":"ForestClientLocationEntityId()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"ForestClientMailingCountryEntity","l":"ForestClientMailingCountryEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"ForestClientMetricConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"FORWARD_CHANNEL"},{"p":"ca.bc.gov.app.entity","c":"ForestClientEntity","l":"getName()"},{"p":"ca.bc.gov.app.controller","c":"GlobalErrorController","l":"getRoutingFunction(ErrorAttributes)","u":"getRoutingFunction(org.springframework.boot.web.reactive.error.ErrorAttributes)"},{"p":"ca.bc.gov.app.controller","c":"GlobalErrorController","l":"GlobalErrorController(ErrorAttributes, WebProperties, ApplicationContext, ServerCodecConfigurer)","u":"%3Cinit%3E(org.springframework.boot.web.reactive.error.ErrorAttributes,org.springframework.boot.autoconfigure.web.WebProperties,org.springframework.context.ApplicationContext,org.springframework.http.codec.ServerCodecConfigurer)"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"GlobalServiceConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ClientNameCodeDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"homePhone()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"ignoreTag()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"INDEX"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"initialRevision(Object)","u":"initialRevision(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"isValid()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"lastName()"},{"p":"ca.bc.gov.app","c":"LegacyApplication","l":"LegacyApplication()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"legalFirstName()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"legalMiddleName()"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"limitUserId(String)","u":"limitUserId(java.lang.String)"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"LOCATION_CODE"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"LOCATION_ID"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"locnExpiredInd()"},{"p":"ca.bc.gov.app","c":"LegacyApplication","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"MATCH_CHECKING_CHANNEL"},{"p":"ca.bc.gov.app.controller","c":"ClientSearchController","l":"matchBy(String)","u":"matchBy(java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"ClientDoingBusinessAsRepository","l":"matchBy(String)","u":"matchBy(java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"ForestClientRepository","l":"matchBy(String)","u":"matchBy(java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientSearchService","l":"matchBy(String)","u":"matchBy(java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"ForestClientLocationRepository","l":"matchBy(String, String)","u":"matchBy(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"ForestClientContactRepository","l":"matchBy(String, String, String)","u":"matchBy(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"ForestClientContactRepository","l":"matchByExpanded(String, String, String, String, String)","u":"matchByExpanded(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"metricsCommonTags()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"middleName()"},{"p":"ca.bc.gov.app.exception","c":"MissingReportFileException","l":"MissingReportFileException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.exception","c":"MissingRequiredParameterException","l":"MissingRequiredParameterException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"ClientNameCodeDto","l":"name()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"name()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"NOTIFICATION_PROCESSING_CHANNEL"},{"p":"ca.bc.gov.app.exception","c":"NoValueFoundException","l":"NoValueFoundException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"ORACLE_ATTRIBUTE_SCHEMA"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"ORG_UNIT"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"orgUnit()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"orgUnit()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"orgUnit()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"orgUnit()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"phone()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"phone2()"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"postalCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"postalCode()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"PROCESSED_MESSAGE_SOURCE"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"PROCESSOR_USER_NAME"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"prometheusConfiguration()"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"province()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"province()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"REGISTRATION_NUMBER"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"registryCompanyTypeCode()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"returnedMailDate()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"REVIEW_CHANNEL"},{"p":"ca.bc.gov.app.service","c":"ClientDoingBusinessAsService","l":"saveAndGetIndex(ClientDoingBusinessAsDto)","u":"saveAndGetIndex(ca.bc.gov.app.dto.ClientDoingBusinessAsDto)"},{"p":"ca.bc.gov.app.service","c":"ClientContactService","l":"saveAndGetIndex(ForestClientContactDto)","u":"saveAndGetIndex(ca.bc.gov.app.dto.ForestClientContactDto)"},{"p":"ca.bc.gov.app.service","c":"ClientService","l":"saveAndGetIndex(ForestClientDto)","u":"saveAndGetIndex(ca.bc.gov.app.dto.ForestClientDto)"},{"p":"ca.bc.gov.app.service","c":"ClientLocationService","l":"saveAndGetIndex(ForestClientLocationDto)","u":"saveAndGetIndex(ca.bc.gov.app.dto.ForestClientLocationDto)"},{"p":"ca.bc.gov.app.controller","c":"ClientDoingBusinessAsController","l":"saveLocation(ClientDoingBusinessAsDto)","u":"saveLocation(ca.bc.gov.app.dto.ClientDoingBusinessAsDto)"},{"p":"ca.bc.gov.app.controller","c":"ClientContactController","l":"saveLocation(ForestClientContactDto)","u":"saveLocation(ca.bc.gov.app.dto.ForestClientContactDto)"},{"p":"ca.bc.gov.app.controller","c":"ClientController","l":"saveLocation(ForestClientDto)","u":"saveLocation(ca.bc.gov.app.dto.ForestClientDto)"},{"p":"ca.bc.gov.app.controller","c":"ClientLocationController","l":"saveLocation(ForestClientLocationDto)","u":"saveLocation(ca.bc.gov.app.dto.ForestClientLocationDto)"},{"p":"ca.bc.gov.app.controller","c":"ClientDoingBusinessAsController","l":"search(String)","u":"search(java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientDoingBusinessAsService","l":"search(String)","u":"search(java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientLocationService","l":"search(String, String)","u":"search(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service","c":"ClientContactService","l":"search(String, String, String, String)","u":"search(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_CLIENTID"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_COMPLETION_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_ID"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_AGGREGATE_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_CLIENT_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_CLIENT_PERSIST_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_CONTACT_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_INDIVIDUAL_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_LOCATION_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_NOTIFY_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_OTHER_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_RSP_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LEGACY_USP_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_LIST_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_MAIL_BUILD_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_MAIL_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_MESSAGE_SOURCE"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_NAME"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_POSTPROCESSOR_CHANNEL"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_STATUS"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"SUBMISSION_TYPE"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"timedAspect(MeterRegistry)","u":"timedAspect(io.micrometer.core.instrument.MeterRegistry)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientDoingBusinessAsMapper","l":"toDto(ClientDoingBusinessAsEntity)","u":"toDto(ca.bc.gov.app.entity.ClientDoingBusinessAsEntity)"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"toDto(E)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientContactMapper","l":"toDto(ForestClientContactEntity)","u":"toDto(ca.bc.gov.app.entity.ForestClientContactEntity)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientMapper","l":"toDto(ForestClientEntity)","u":"toDto(ca.bc.gov.app.entity.ForestClientEntity)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientLocationMapper","l":"toDto(ForestClientLocationEntity)","u":"toDto(ca.bc.gov.app.entity.ForestClientLocationEntity)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientDoingBusinessAsMapper","l":"toEntity(ClientDoingBusinessAsDto)","u":"toEntity(ca.bc.gov.app.dto.ClientDoingBusinessAsDto)"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"toEntity(D)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientContactMapper","l":"toEntity(ForestClientContactDto)","u":"toEntity(ca.bc.gov.app.dto.ForestClientContactDto)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientMapper","l":"toEntity(ForestClientDto)","u":"toEntity(ca.bc.gov.app.dto.ForestClientDto)"},{"p":"ca.bc.gov.app.mappers","c":"ForestClientLocationMapper","l":"toEntity(ForestClientLocationDto)","u":"toEntity(ca.bc.gov.app.dto.ForestClientLocationDto)"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"toLocalDate(LocalDateTime)","u":"toLocalDate(java.time.LocalDateTime)"},{"p":"ca.bc.gov.app.mappers","c":"AbstractForestClientMapper","l":"toLocalDateTime(LocalDate)","u":"toLocalDateTime(java.time.LocalDate)"},{"p":"ca.bc.gov.app.dto","c":"AddressSearchDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"ClientNameCodeDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"ContactSearchDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"toString()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"TOTAL"},{"p":"ca.bc.gov.app.configuration","c":"TracingConfiguration","l":"TracingConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"trustLocationInd()"},{"p":"ca.bc.gov.app","c":"ApplicationConstants","l":"UPDATED_BY"},{"p":"ca.bc.gov.app.dto","c":"ClientDoingBusinessAsDto","l":"updatedBy()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientContactDto","l":"updatedBy()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientDto","l":"updatedBy()"},{"p":"ca.bc.gov.app.dto","c":"ForestClientLocationDto","l":"updatedBy()"}];updateSearchResults(); \ No newline at end of file diff --git a/legacy/module-search-index.js b/legacy/module-search-index.js new file mode 100644 index 0000000000..0d59754fc4 --- /dev/null +++ b/legacy/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/legacy/overview-summary.html b/legacy/overview-summary.html new file mode 100644 index 0000000000..34912c2c49 --- /dev/null +++ b/legacy/overview-summary.html @@ -0,0 +1,26 @@ + + + + +nr-forest-client-legacy 0.0.1 + + + + + + + + + + + +
    + +

    index.html

    +
    + + diff --git a/legacy/overview-tree.html b/legacy/overview-tree.html new file mode 100644 index 0000000000..eb3b7eef4e --- /dev/null +++ b/legacy/overview-tree.html @@ -0,0 +1,186 @@ + + + + +Class Hierarchy (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    +

    Class Hierarchy

    + +
    +
    +

    Interface Hierarchy

    +
      +
    • ca.bc.gov.app.mappers.AbstractForestClientMapper<D,E> + +
    • +
    • org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T> +
        +
      • ca.bc.gov.app.repository.ForestClientRepository (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>)
      • +
      +
    • +
    • org.springframework.data.repository.Repository<T,ID> +
        +
      • org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID> + +
      • +
      • org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID> +
          +
        • ca.bc.gov.app.repository.ClientDoingBusinessAsRepository (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>)
        • +
        • ca.bc.gov.app.repository.ForestClientRepository (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>)
        • +
        +
      • +
      +
    • +
    +
    +
    +
    +
    + +
    +
    +
    + + diff --git a/legacy/package-search-index.js b/legacy/package-search-index.js new file mode 100644 index 0000000000..9d3e78b17a --- /dev/null +++ b/legacy/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"ca.bc.gov.app"},{"l":"ca.bc.gov.app.configuration"},{"l":"ca.bc.gov.app.controller"},{"l":"ca.bc.gov.app.dto"},{"l":"ca.bc.gov.app.entity"},{"l":"ca.bc.gov.app.exception"},{"l":"ca.bc.gov.app.mappers"},{"l":"ca.bc.gov.app.repository"},{"l":"ca.bc.gov.app.service"}];updateSearchResults(); \ No newline at end of file diff --git a/legacy/resources/glass.png b/legacy/resources/glass.png new file mode 100644 index 0000000000..a7f591f467 Binary files /dev/null and b/legacy/resources/glass.png differ diff --git a/legacy/resources/x.png b/legacy/resources/x.png new file mode 100644 index 0000000000..30548a756e Binary files /dev/null and b/legacy/resources/x.png differ diff --git a/legacy/script-dir/jquery-3.6.1.min.js b/legacy/script-dir/jquery-3.6.1.min.js new file mode 100644 index 0000000000..2c69bc908b --- /dev/null +++ b/legacy/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
    "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
      ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
      ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
      ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
      ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/legacy/script.js b/legacy/script.js new file mode 100644 index 0000000000..864989cf45 --- /dev/null +++ b/legacy/script.js @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.querySelector('div#' + tableId +' .summary-table') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} + +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); + } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/legacy/search.js b/legacy/search.js new file mode 100644 index 0000000000..db3b2f4a64 --- /dev/null +++ b/legacy/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
    • " + item.category + "
    • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
    • ").appendTo(ul); + var div = $("
      ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
      " + + item.d + "
      "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/legacy/serialized-form.html b/legacy/serialized-form.html new file mode 100644 index 0000000000..619fdeed6d --- /dev/null +++ b/legacy/serialized-form.html @@ -0,0 +1,95 @@ + + + + +Serialized Form (nr-forest-client-legacy 0.0.1) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Serialized Form

      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/legacy/stylesheet.css b/legacy/stylesheet.css new file mode 100644 index 0000000000..4a576bd24d --- /dev/null +++ b/legacy/stylesheet.css @@ -0,0 +1,869 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:#bb7a2a; +} +a[name] { + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; +} +h4 { + font-size:15px; +} +h5 { + font-size:14px; +} +h6 { + font-size:13px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +.summary-table dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.clear { + clear:both; + height:0; + overflow:hidden; +} +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:11px; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + min-height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.sub-nav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.sub-nav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list { + padding-top:5px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { + list-style:none; + float:left; + padding-top:10px; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.nav-bar-cell1-rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header and footer. + */ +.title { + color:#2c4557; + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; +} +ul.see-list li { + display: inline; +} +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0; + padding-top:10px; + padding-left:1px; + margin:0; + white-space:pre; +} +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { + color:#FFFFFF; +} +.caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:#dee3e9; + font-weight: bold; +} +.col-first, .col-first { + font-size:13px; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:13px; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { + font-weight:bold; +} +.table-sub-heading-color { + background-color:#EEEEFF; +} +.even-row-color, .even-row-color .table-header { + background-color:#FFFFFF; +} +.odd-row-color, .odd-row-color .table-header { + background-color:#EEEEEF; +} +/* + * Styles for contents. + */ +.deprecated-content { + margin:0; + padding:10px 0; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:0 10px 5px 0; + color:#474747; +} +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:999999; + background-color: #FFFFFF; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +span.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} + +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } +} diff --git a/legacy/tag-search-index.js b/legacy/tag-search-index.js new file mode 100644 index 0000000000..bf10aaf6d1 --- /dev/null +++ b/legacy/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/legacy/type-search-index.js b/legacy/type-search-index.js new file mode 100644 index 0000000000..c4584e0421 --- /dev/null +++ b/legacy/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"ca.bc.gov.app.mappers","l":"AbstractForestClientMapper"},{"p":"ca.bc.gov.app.dto","l":"AddressSearchDto"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"ca.bc.gov.app","l":"ApplicationConstants"},{"p":"ca.bc.gov.app.exception","l":"CannotWriteReportException"},{"p":"ca.bc.gov.app.controller","l":"ClientContactController"},{"p":"ca.bc.gov.app.service","l":"ClientContactService"},{"p":"ca.bc.gov.app.controller","l":"ClientController"},{"p":"ca.bc.gov.app.controller","l":"ClientDoingBusinessAsController"},{"p":"ca.bc.gov.app.dto","l":"ClientDoingBusinessAsDto"},{"p":"ca.bc.gov.app.entity","l":"ClientDoingBusinessAsEntity"},{"p":"ca.bc.gov.app.repository","l":"ClientDoingBusinessAsRepository"},{"p":"ca.bc.gov.app.service","l":"ClientDoingBusinessAsService"},{"p":"ca.bc.gov.app.controller","l":"ClientLocationController"},{"p":"ca.bc.gov.app.service","l":"ClientLocationService"},{"p":"ca.bc.gov.app.dto","l":"ClientNameCodeDto"},{"p":"ca.bc.gov.app.entity","l":"ClientPublicViewEntity"},{"p":"ca.bc.gov.app.controller","l":"ClientSearchController"},{"p":"ca.bc.gov.app.service","l":"ClientSearchService"},{"p":"ca.bc.gov.app.service","l":"ClientService"},{"p":"ca.bc.gov.app.entity","l":"ClientStatusCodeEntity"},{"p":"ca.bc.gov.app.dto","l":"ContactSearchDto"},{"p":"ca.bc.gov.app.dto","l":"ForestClientContactDto"},{"p":"ca.bc.gov.app.entity","l":"ForestClientContactEntity"},{"p":"ca.bc.gov.app.mappers","l":"ForestClientContactMapper"},{"p":"ca.bc.gov.app.repository","l":"ForestClientContactRepository"},{"p":"ca.bc.gov.app.mappers","l":"ForestClientDoingBusinessAsMapper"},{"p":"ca.bc.gov.app.dto","l":"ForestClientDto"},{"p":"ca.bc.gov.app.entity","l":"ForestClientEntity"},{"p":"ca.bc.gov.app.dto","l":"ForestClientLocationDto"},{"p":"ca.bc.gov.app.entity","l":"ForestClientLocationEntity"},{"p":"ca.bc.gov.app.entity","l":"ForestClientLocationEntityId"},{"p":"ca.bc.gov.app.mappers","l":"ForestClientLocationMapper"},{"p":"ca.bc.gov.app.repository","l":"ForestClientLocationRepository"},{"p":"ca.bc.gov.app.entity","l":"ForestClientMailingCountryEntity"},{"p":"ca.bc.gov.app.mappers","l":"ForestClientMapper"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientMetricConfiguration"},{"p":"ca.bc.gov.app.repository","l":"ForestClientRepository"},{"p":"ca.bc.gov.app.controller","l":"GlobalErrorController"},{"p":"ca.bc.gov.app.configuration","l":"GlobalServiceConfiguration"},{"p":"ca.bc.gov.app","l":"LegacyApplication"},{"p":"ca.bc.gov.app.exception","l":"MissingReportFileException"},{"p":"ca.bc.gov.app.exception","l":"MissingRequiredParameterException"},{"p":"ca.bc.gov.app.exception","l":"NoValueFoundException"},{"p":"ca.bc.gov.app.configuration","l":"TracingConfiguration"}];updateSearchResults(); \ No newline at end of file diff --git a/schemaspy/main.js b/main.js similarity index 100% rename from schemaspy/main.js rename to main.js diff --git a/schemaspy/nrfc/anomalies.html b/nrfc/anomalies.html similarity index 100% rename from schemaspy/nrfc/anomalies.html rename to nrfc/anomalies.html diff --git a/schemaspy/nrfc/anomalies.js b/nrfc/anomalies.js similarity index 100% rename from schemaspy/nrfc/anomalies.js rename to nrfc/anomalies.js diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css b/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css.map b/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css.map similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css.map rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.css.map diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css b/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map b/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap-theme.min.css.map diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.css b/nrfc/bower/admin-lte/bootstrap/css/bootstrap.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.css rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap.css diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.css.map b/nrfc/bower/admin-lte/bootstrap/css/bootstrap.css.map similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.css.map rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap.css.map diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css b/nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css.map b/nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css.map similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css.map rename to nrfc/bower/admin-lte/bootstrap/css/bootstrap.min.css.map diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot b/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot rename to nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg b/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg rename to nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf b/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff b/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff rename to nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 rename to nrfc/bower/admin-lte/bootstrap/fonts/glyphicons-halflings-regular.woff2 diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/js/bootstrap.js b/nrfc/bower/admin-lte/bootstrap/js/bootstrap.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/js/bootstrap.js rename to nrfc/bower/admin-lte/bootstrap/js/bootstrap.js diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/js/bootstrap.min.js b/nrfc/bower/admin-lte/bootstrap/js/bootstrap.min.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/js/bootstrap.min.js rename to nrfc/bower/admin-lte/bootstrap/js/bootstrap.min.js diff --git a/schemaspy/nrfc/bower/admin-lte/bootstrap/js/npm.js b/nrfc/bower/admin-lte/bootstrap/js/npm.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/bootstrap/js/npm.js rename to nrfc/bower/admin-lte/bootstrap/js/npm.js diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/AdminLTE.css b/nrfc/bower/admin-lte/dist/css/AdminLTE.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/AdminLTE.css rename to nrfc/bower/admin-lte/dist/css/AdminLTE.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/AdminLTE.min.css b/nrfc/bower/admin-lte/dist/css/AdminLTE.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/AdminLTE.min.css rename to nrfc/bower/admin-lte/dist/css/AdminLTE.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-bootstrap-social.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-fullcalendar.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-select2.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css b/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css rename to nrfc/bower/admin-lte/dist/css/alt/AdminLTE-without-plugins.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/_all-skins.css b/nrfc/bower/admin-lte/dist/css/skins/_all-skins.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/_all-skins.css rename to nrfc/bower/admin-lte/dist/css/skins/_all-skins.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/_all-skins.min.css b/nrfc/bower/admin-lte/dist/css/skins/_all-skins.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/_all-skins.min.css rename to nrfc/bower/admin-lte/dist/css/skins/_all-skins.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black-light.css b/nrfc/bower/admin-lte/dist/css/skins/skin-black-light.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black-light.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-black-light.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black-light.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-black-light.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black-light.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-black-light.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black.css b/nrfc/bower/admin-lte/dist/css/skins/skin-black.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-black.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-black.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-black.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-black.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.css b/nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-blue-light.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue.css b/nrfc/bower/admin-lte/dist/css/skins/skin-blue.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-blue.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-blue.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-blue.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-blue.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green-light.css b/nrfc/bower/admin-lte/dist/css/skins/skin-green-light.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green-light.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-green-light.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green-light.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-green-light.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green-light.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-green-light.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green.css b/nrfc/bower/admin-lte/dist/css/skins/skin-green.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-green.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-green.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-green.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-green.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.css b/nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-purple-light.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple.css b/nrfc/bower/admin-lte/dist/css/skins/skin-purple.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-purple.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-purple.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-purple.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-purple.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red-light.css b/nrfc/bower/admin-lte/dist/css/skins/skin-red-light.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red-light.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-red-light.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red-light.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-red-light.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red-light.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-red-light.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red.css b/nrfc/bower/admin-lte/dist/css/skins/skin-red.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-red.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-red.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-red.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-red.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.css b/nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-yellow-light.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow.css b/nrfc/bower/admin-lte/dist/css/skins/skin-yellow.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-yellow.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow.min.css b/nrfc/bower/admin-lte/dist/css/skins/skin-yellow.min.css similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/css/skins/skin-yellow.min.css rename to nrfc/bower/admin-lte/dist/css/skins/skin-yellow.min.css diff --git a/schemaspy/nrfc/bower/admin-lte/dist/js/app.js b/nrfc/bower/admin-lte/dist/js/app.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/js/app.js rename to nrfc/bower/admin-lte/dist/js/app.js diff --git a/schemaspy/nrfc/bower/admin-lte/dist/js/app.min.js b/nrfc/bower/admin-lte/dist/js/app.min.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/js/app.min.js rename to nrfc/bower/admin-lte/dist/js/app.min.js diff --git a/schemaspy/nrfc/bower/admin-lte/dist/js/demo.js b/nrfc/bower/admin-lte/dist/js/demo.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/js/demo.js rename to nrfc/bower/admin-lte/dist/js/demo.js diff --git a/schemaspy/nrfc/bower/admin-lte/dist/js/pages/dashboard.js b/nrfc/bower/admin-lte/dist/js/pages/dashboard.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/js/pages/dashboard.js rename to nrfc/bower/admin-lte/dist/js/pages/dashboard.js diff --git a/schemaspy/nrfc/bower/admin-lte/dist/js/pages/dashboard2.js b/nrfc/bower/admin-lte/dist/js/pages/dashboard2.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/dist/js/pages/dashboard2.js rename to nrfc/bower/admin-lte/dist/js/pages/dashboard2.js diff --git a/schemaspy/nrfc/bower/admin-lte/plugins/fastclick/fastclick.js b/nrfc/bower/admin-lte/plugins/fastclick/fastclick.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/plugins/fastclick/fastclick.js rename to nrfc/bower/admin-lte/plugins/fastclick/fastclick.js diff --git a/schemaspy/nrfc/bower/admin-lte/plugins/fastclick/fastclick.min.js b/nrfc/bower/admin-lte/plugins/fastclick/fastclick.min.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/plugins/fastclick/fastclick.min.js rename to nrfc/bower/admin-lte/plugins/fastclick/fastclick.min.js diff --git a/schemaspy/nrfc/bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js b/nrfc/bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js rename to nrfc/bower/admin-lte/plugins/jQuery/jquery-2.2.3.min.js diff --git a/schemaspy/nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.js b/nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.js rename to nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.js diff --git a/schemaspy/nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js b/nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js rename to nrfc/bower/admin-lte/plugins/jQueryUI/jquery-ui.min.js diff --git a/schemaspy/nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js b/nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js rename to nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.js diff --git a/schemaspy/nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js b/nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js similarity index 100% rename from schemaspy/nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js rename to nrfc/bower/admin-lte/plugins/slimScroll/jquery.slimscroll.min.js diff --git a/schemaspy/nrfc/bower/anchor-js/anchor.min.js b/nrfc/bower/anchor-js/anchor.min.js similarity index 100% rename from schemaspy/nrfc/bower/anchor-js/anchor.min.js rename to nrfc/bower/anchor-js/anchor.min.js diff --git a/schemaspy/nrfc/bower/codemirror/codemirror.css b/nrfc/bower/codemirror/codemirror.css similarity index 100% rename from schemaspy/nrfc/bower/codemirror/codemirror.css rename to nrfc/bower/codemirror/codemirror.css diff --git a/schemaspy/nrfc/bower/codemirror/codemirror.js b/nrfc/bower/codemirror/codemirror.js similarity index 100% rename from schemaspy/nrfc/bower/codemirror/codemirror.js rename to nrfc/bower/codemirror/codemirror.js diff --git a/schemaspy/nrfc/bower/codemirror/sql.js b/nrfc/bower/codemirror/sql.js similarity index 100% rename from schemaspy/nrfc/bower/codemirror/sql.js rename to nrfc/bower/codemirror/sql.js diff --git a/schemaspy/nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.css b/nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.css similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.css rename to nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.css diff --git a/schemaspy/nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.min.css b/nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.min.css similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.min.css rename to nrfc/bower/datatables.net-bs/css/dataTables.bootstrap.min.css diff --git a/schemaspy/nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.js b/nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.js rename to nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.js diff --git a/schemaspy/nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.min.js b/nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.min.js rename to nrfc/bower/datatables.net-bs/js/dataTables.bootstrap.min.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.css b/nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.css similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.css rename to nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.css diff --git a/schemaspy/nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css b/nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css rename to nrfc/bower/datatables.net-buttons-bs/css/buttons.bootstrap.min.css diff --git a/schemaspy/nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.js b/nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.js rename to nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js b/nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js rename to nrfc/bower/datatables.net-buttons-bs/js/buttons.bootstrap.min.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.colVis.js b/nrfc/bower/datatables.net-buttons/buttons.colVis.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.colVis.js rename to nrfc/bower/datatables.net-buttons/buttons.colVis.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.colVis.min.js b/nrfc/bower/datatables.net-buttons/buttons.colVis.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.colVis.min.js rename to nrfc/bower/datatables.net-buttons/buttons.colVis.min.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.flash.js b/nrfc/bower/datatables.net-buttons/buttons.flash.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.flash.js rename to nrfc/bower/datatables.net-buttons/buttons.flash.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.flash.min.js b/nrfc/bower/datatables.net-buttons/buttons.flash.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.flash.min.js rename to nrfc/bower/datatables.net-buttons/buttons.flash.min.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.html5.js b/nrfc/bower/datatables.net-buttons/buttons.html5.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.html5.js rename to nrfc/bower/datatables.net-buttons/buttons.html5.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.html5.min.js b/nrfc/bower/datatables.net-buttons/buttons.html5.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.html5.min.js rename to nrfc/bower/datatables.net-buttons/buttons.html5.min.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.print.js b/nrfc/bower/datatables.net-buttons/buttons.print.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.print.js rename to nrfc/bower/datatables.net-buttons/buttons.print.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/buttons.print.min.js b/nrfc/bower/datatables.net-buttons/buttons.print.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/buttons.print.min.js rename to nrfc/bower/datatables.net-buttons/buttons.print.min.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/dataTables.buttons.js b/nrfc/bower/datatables.net-buttons/dataTables.buttons.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/dataTables.buttons.js rename to nrfc/bower/datatables.net-buttons/dataTables.buttons.js diff --git a/schemaspy/nrfc/bower/datatables.net-buttons/dataTables.buttons.min.js b/nrfc/bower/datatables.net-buttons/dataTables.buttons.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net-buttons/dataTables.buttons.min.js rename to nrfc/bower/datatables.net-buttons/dataTables.buttons.min.js diff --git a/schemaspy/nrfc/bower/datatables.net/jquery.dataTables.min.js b/nrfc/bower/datatables.net/jquery.dataTables.min.js similarity index 100% rename from schemaspy/nrfc/bower/datatables.net/jquery.dataTables.min.js rename to nrfc/bower/datatables.net/jquery.dataTables.min.js diff --git a/schemaspy/nrfc/bower/font-awesome/css/font-awesome.css b/nrfc/bower/font-awesome/css/font-awesome.css similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/css/font-awesome.css rename to nrfc/bower/font-awesome/css/font-awesome.css diff --git a/schemaspy/nrfc/bower/font-awesome/css/font-awesome.css.map b/nrfc/bower/font-awesome/css/font-awesome.css.map similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/css/font-awesome.css.map rename to nrfc/bower/font-awesome/css/font-awesome.css.map diff --git a/schemaspy/nrfc/bower/font-awesome/css/font-awesome.min.css b/nrfc/bower/font-awesome/css/font-awesome.min.css similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/css/font-awesome.min.css rename to nrfc/bower/font-awesome/css/font-awesome.min.css diff --git a/schemaspy/nrfc/bower/font-awesome/fonts/FontAwesome.otf b/nrfc/bower/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/fonts/FontAwesome.otf rename to nrfc/bower/font-awesome/fonts/FontAwesome.otf diff --git a/schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.eot b/nrfc/bower/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.eot rename to nrfc/bower/font-awesome/fonts/fontawesome-webfont.eot diff --git a/schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.svg b/nrfc/bower/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.svg rename to nrfc/bower/font-awesome/fonts/fontawesome-webfont.svg diff --git a/schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.ttf b/nrfc/bower/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.ttf rename to nrfc/bower/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff b/nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff rename to nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff diff --git a/schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff2 b/nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from schemaspy/nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff2 rename to nrfc/bower/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/schemaspy/nrfc/bower/html5shiv/html5shiv.min.js b/nrfc/bower/html5shiv/html5shiv.min.js similarity index 100% rename from schemaspy/nrfc/bower/html5shiv/html5shiv.min.js rename to nrfc/bower/html5shiv/html5shiv.min.js diff --git a/schemaspy/nrfc/bower/ionicons/css/ionicons.css b/nrfc/bower/ionicons/css/ionicons.css similarity index 100% rename from schemaspy/nrfc/bower/ionicons/css/ionicons.css rename to nrfc/bower/ionicons/css/ionicons.css diff --git a/schemaspy/nrfc/bower/ionicons/css/ionicons.min.css b/nrfc/bower/ionicons/css/ionicons.min.css similarity index 100% rename from schemaspy/nrfc/bower/ionicons/css/ionicons.min.css rename to nrfc/bower/ionicons/css/ionicons.min.css diff --git a/schemaspy/nrfc/bower/ionicons/fonts/ionicons.eot b/nrfc/bower/ionicons/fonts/ionicons.eot similarity index 100% rename from schemaspy/nrfc/bower/ionicons/fonts/ionicons.eot rename to nrfc/bower/ionicons/fonts/ionicons.eot diff --git a/schemaspy/nrfc/bower/ionicons/fonts/ionicons.svg b/nrfc/bower/ionicons/fonts/ionicons.svg similarity index 100% rename from schemaspy/nrfc/bower/ionicons/fonts/ionicons.svg rename to nrfc/bower/ionicons/fonts/ionicons.svg diff --git a/schemaspy/nrfc/bower/ionicons/fonts/ionicons.ttf b/nrfc/bower/ionicons/fonts/ionicons.ttf similarity index 100% rename from schemaspy/nrfc/bower/ionicons/fonts/ionicons.ttf rename to nrfc/bower/ionicons/fonts/ionicons.ttf diff --git a/schemaspy/nrfc/bower/ionicons/fonts/ionicons.woff b/nrfc/bower/ionicons/fonts/ionicons.woff similarity index 100% rename from schemaspy/nrfc/bower/ionicons/fonts/ionicons.woff rename to nrfc/bower/ionicons/fonts/ionicons.woff diff --git a/schemaspy/nrfc/bower/jquery/jquery.js b/nrfc/bower/jquery/jquery.js similarity index 100% rename from schemaspy/nrfc/bower/jquery/jquery.js rename to nrfc/bower/jquery/jquery.js diff --git a/schemaspy/nrfc/bower/js-xlsx/xlsx.full.min.js b/nrfc/bower/js-xlsx/xlsx.full.min.js similarity index 100% rename from schemaspy/nrfc/bower/js-xlsx/xlsx.full.min.js rename to nrfc/bower/js-xlsx/xlsx.full.min.js diff --git a/schemaspy/nrfc/bower/pdfmake/pdfmake.min.js b/nrfc/bower/pdfmake/pdfmake.min.js similarity index 100% rename from schemaspy/nrfc/bower/pdfmake/pdfmake.min.js rename to nrfc/bower/pdfmake/pdfmake.min.js diff --git a/schemaspy/nrfc/bower/pdfmake/vfs_fonts.js b/nrfc/bower/pdfmake/vfs_fonts.js similarity index 100% rename from schemaspy/nrfc/bower/pdfmake/vfs_fonts.js rename to nrfc/bower/pdfmake/vfs_fonts.js diff --git a/schemaspy/nrfc/bower/respond/respond.min.js b/nrfc/bower/respond/respond.min.js similarity index 100% rename from schemaspy/nrfc/bower/respond/respond.min.js rename to nrfc/bower/respond/respond.min.js diff --git a/schemaspy/nrfc/bower/salvattore/salvattore.css b/nrfc/bower/salvattore/salvattore.css similarity index 100% rename from schemaspy/nrfc/bower/salvattore/salvattore.css rename to nrfc/bower/salvattore/salvattore.css diff --git a/schemaspy/nrfc/bower/salvattore/salvattore.min.js b/nrfc/bower/salvattore/salvattore.min.js similarity index 100% rename from schemaspy/nrfc/bower/salvattore/salvattore.min.js rename to nrfc/bower/salvattore/salvattore.min.js diff --git a/schemaspy/nrfc/column.js b/nrfc/column.js similarity index 100% rename from schemaspy/nrfc/column.js rename to nrfc/column.js diff --git a/schemaspy/nrfc/columns.html b/nrfc/columns.html similarity index 100% rename from schemaspy/nrfc/columns.html rename to nrfc/columns.html index 34b3448f19..e2792600c1 100644 --- a/schemaspy/nrfc/columns.html +++ b/nrfc/columns.html @@ -116,13 +116,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_type_code", @@ -130,13 +130,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_location", @@ -144,13 +144,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "location_name", + "name": "business_phone_number", "type": "varchar", - "length": 40, - "nullable": "", + "length": 14, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The location name of an address. Examples of location names include, but are not limited to, Mailing Address, Billing Address among others.<\/p>" + "comments": "

      The phone number of a client’s specific location.<\/p>" }, { "tableName": "submission", @@ -158,41 +158,41 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_location", "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", - "type": "int4", - "length": 10, + "keyClass": "", + "keyTitle": "", + "name": "street_address", + "type": "varchar", + "length": 40, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Incremental id generated for a submission of a client.<\/p>" + "comments": "

      The address of a client, including the street number and street name.<\/p>" }, { "tableName": "identification_type_code", "tableFileName": "identification_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>identification_type_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 4, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code indicating the identification type of a client. Examples of possible ID types include Canadian Birth Certificate, Canadian Passport, and others.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "submission_contact", @@ -200,13 +200,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "secondary_phone_number", + "name": "fax_number", "type": "varchar", "length": 14, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A secondary phone number of the client’s contact.<\/p>" + "comments": "

      The fax number of the client’s contact.<\/p>" }, { "tableName": "submission_status_code", @@ -214,27 +214,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { - "tableName": "client_type_code", - "tableFileName": "client_type_code", + "tableName": "submission_location_contact_xref", + "tableFileName": "submission_location_contact_xref", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", - "type": "varchar", - "length": 60, - "nullable": "√", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_location_id", + "type": "int4", + "length": 10, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      Incremental id generated for a location of a client.<\/p>" }, { "tableName": "client_type_code", @@ -242,13 +242,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "client_type_code", @@ -256,13 +256,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "email_log", @@ -270,13 +270,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_sent_ind", - "type": "varchar", - "length": 1, + "name": "exception_message", + "type": "text", + "length": 2147483647, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Indicator for whether the email has been sent (‘Y’ for Yes, ‘N’ for No).<\/p>" + "comments": "

      Textual message describing any exceptions that occurred during email processing.<\/p>" }, { "tableName": "country_code", @@ -284,13 +284,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "flyway_schema_history", @@ -298,27 +298,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "version", + "name": "description", "type": "varchar", - "length": 50, - "nullable": "√", + "length": 200, + "nullable": "", "autoUpdated": "", "defaultValue": "null", "comments": "" }, { - "tableName": "province_code", - "tableFileName": "province_code", + "tableName": "email_log", + "tableFileName": "email_log", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "display_order", - "type": "int4", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>email_log_id", + "type": "serial", "length": 10, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The the display order of a province/state. If no value is provided, the application will order provinces/states alphabetically by default.<\/p>" + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.email_log_id_seq'::regclass)", + "comments": "

      Incremental id generated for a submission email log.<\/p>" }, { "tableName": "submission_type_code", @@ -326,13 +326,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "district_code", @@ -340,69 +340,69 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "submission", "tableFileName": "submission", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_type_code", - "type": "varchar", - "length": 5, + "keyClass": "", + "keyTitle": "", + "name": "submission_date", + "type": "timestamp", + "length": 29, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code indicating the status of a submission request. Examples include, but are not limited to: New, Approved, Rejected, and others.<\/p>" + "comments": "

      The date and time the record was created.<\/p>" }, { - "tableName": "submission_detail", - "tableFileName": "submission_detail", + "tableName": "identification_type_code", + "tableFileName": "identification_type_code", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>identification_province_code", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>identification_type_code", "type": "varchar", "length": 4, - "nullable": "√", + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a province, state, department or territory.<\/p>" + "comments": "

      A code indicating the identification type of a client. Examples of possible ID types include Canadian Birth Certificate, Canadian Passport, and others.<\/p>" }, { "tableName": "identification_type_code", "tableFileName": "identification_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "description", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>country_code", "type": "varchar", - "length": 100, - "nullable": "", + "length": 2, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      A code representing the country to which the ID type belongs. If the country code is populated, a province or state will be required.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "client_number", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>business_type_code", "type": "varchar", - "length": 8, - "nullable": "√", + "length": 1, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "" + "comments": "

      A code indicating the business type of a client. It could be either Registered Business and Unregistered Business.<\/p>" }, { "tableName": "email_log", @@ -410,13 +410,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "template_name", + "name": "email_address", "type": "varchar", - "length": 40, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Name of the email template used for sending the email.<\/p>" + "comments": "

      Email address to which the email is sent.<\/p>" }, { "tableName": "district_code", @@ -424,13 +424,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "business_type_code", @@ -438,13 +438,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "submission_location", @@ -452,83 +452,83 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "complementary_address_1", + "name": "complementary_address_2", "type": "varchar", "length": 40, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A complementary address line of a client<\/p>" + "comments": "

      A second complementary address line of a client<\/p>" }, { "tableName": "submission_location", "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "street_address", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>country_code", "type": "varchar", - "length": 40, + "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The address of a client, including the street number and street name.<\/p>" + "comments": "

      A code representing the code of a country.<\/p>" }, { - "tableName": "flyway_schema_history", - "tableFileName": "flyway_schema_history", + "tableName": "submission", + "tableFileName": "submission", "tableType": "Table", - "keyClass": "indexedColumn", - "keyTitle": "Indexed", - "name": "<\/i>success", - "type": "bool", - "length": 1, + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_id", + "type": "serial", + "length": 10, "nullable": "", - "autoUpdated": "", - "defaultValue": "null", - "comments": "" + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_id_seq'::regclass)", + "comments": "

      Incremental id generated for a submission of a client.<\/p>" }, { - "tableName": "contact_type_code", - "tableFileName": "contact_type_code", + "tableName": "country_code", + "tableFileName": "country_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>country_code", "type": "varchar", - "length": 60, - "nullable": "√", + "length": 2, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      A code representing the code of a country.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "notes", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>identification_type_code", "type": "varchar", - "length": 4000, + "length": 4, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Any additional information about the client or specific instructions.<\/p>" + "comments": "

      A code indicating the identification type of a client.<\/p>" }, { "tableName": "country_code", "tableFileName": "country_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>country_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 2, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a country.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "flyway_schema_history", @@ -536,10 +536,10 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "script", - "type": "varchar", - "length": 1000, - "nullable": "", + "name": "checksum", + "type": "int4", + "length": 10, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", "comments": "" @@ -550,27 +550,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "last_name", + "name": "notes", "type": "varchar", - "length": 30, + "length": 4000, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The last name of the client.<\/p>" + "comments": "

      Any additional information about the client or specific instructions.<\/p>" }, { "tableName": "client_type_code", "tableFileName": "client_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>client_type_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 5, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the type of a client.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "identification_type_code", @@ -578,13 +578,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { "tableName": "contact_type_code", @@ -592,13 +592,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "submission_matching_detail", @@ -606,13 +606,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "confirmed_match_message", - "type": "varchar", - "length": 1000, + "name": "confirmed_match_timestamp", + "type": "timestamp", + "length": 29, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A field with the reason for the denial of the submission.<\/p>" + "comments": "

      The timestamp when the changes happened.<\/p>" }, { "tableName": "flyway_schema_history", @@ -620,28 +620,14 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "type", + "name": "script", "type": "varchar", - "length": 20, + "length": 1000, "nullable": "", "autoUpdated": "", "defaultValue": "null", "comments": "" }, - { - "tableName": "country_code", - "tableFileName": "country_code", - "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, - "nullable": "", - "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" - }, { "tableName": "country_code", "tableFileName": "country_code", @@ -656,19 +642,33 @@

      Columns

      "defaultValue": "null", "comments": "

      The the display order of a country. If no value is provided, the application will order countries alphabetically by default.<\/p>" }, + { + "tableName": "country_code", + "tableFileName": "country_code", + "tableType": "Table", + "keyClass": "", + "keyTitle": "", + "name": "create_timestamp", + "type": "timestamp", + "length": 29, + "nullable": "", + "autoUpdated": "", + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" + }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "client_acronym", + "name": "first_name", "type": "varchar", - "length": 8, + "length": 30, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A familiar alphabetic acronym to be used as an alternative to the ministry’s client number for data entry and display.<\/p>" + "comments": "

      The first name of the client.<\/p>" }, { "tableName": "submission_contact", @@ -676,13 +676,13 @@

      Columns

      "tableType": "Table", "keyClass": "foreignKey", "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", - "type": "int4", - "length": 10, + "name": "<\/i>contact_type_code", + "type": "varchar", + "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Incremental id generated for a submission of a client.<\/p>" + "comments": "

      A code representing the code of a role of a client’s contact.<\/p>" }, { "tableName": "province_code", @@ -690,13 +690,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "province_code", @@ -704,27 +704,27 @@

      Columns

      "tableType": "Table", "keyClass": "primaryKey", "keyTitle": "Primary Key", - "name": "<\/i>province_code", + "name": "<\/i>country_code", "type": "varchar", - "length": 4, + "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a province, state, department or territory.<\/p>" + "comments": "

      A code representing the country in which the province is located.<\/p>" }, { - "tableName": "submission_contact", - "tableFileName": "submission_contact", + "tableName": "submission_status_code", + "tableFileName": "submission_status_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "fax_number", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_status_code", "type": "varchar", - "length": 14, - "nullable": "√", + "length": 5, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The fax number of the client’s contact.<\/p>" + "comments": "

      A code representing the status of a submission request.<\/p>" }, { "tableName": "flyway_schema_history", @@ -732,12 +732,12 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "installed_on", - "type": "timestamp", - "length": 29, + "name": "execution_time", + "type": "int4", + "length": 10, "nullable": "", "autoUpdated": "", - "defaultValue": "now()", + "defaultValue": "null", "comments": "" }, { @@ -746,13 +746,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "first_name", + "name": "last_name", "type": "varchar", "length": 30, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The first name of the client’s contact.<\/p>" + "comments": "

      The last name of the client’s contact.<\/p>" }, { "tableName": "email_log", @@ -760,13 +760,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_address", + "name": "email_subject", "type": "varchar", "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Email address to which the email is sent.<\/p>" + "comments": "

      Subject of the email.<\/p>" }, { "tableName": "submission_location", @@ -774,55 +774,55 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "complementary_address_2", + "name": "email_address", "type": "varchar", - "length": 40, + "length": 100, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A second complementary address line of a client<\/p>" + "comments": "

      The email address of the client’s location.<\/p>" }, { - "tableName": "identification_type_code", - "tableFileName": "identification_type_code", + "tableName": "contact_type_code", + "tableFileName": "contact_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>contact_type_code", "type": "varchar", - "length": 60, - "nullable": "√", + "length": 2, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      A code representing the code of a role of a client’s contact.<\/p>" }, { - "tableName": "submission", - "tableFileName": "submission", + "tableName": "submission_location", + "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", - "type": "varchar", - "length": 60, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_location_id", + "type": "serial", + "length": 10, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_location_seq'::regclass)", + "comments": "

      Incremental id generated for a location of a client.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>district_code", + "keyClass": "", + "keyTitle": "", + "name": "work_safe_bc_number", "type": "varchar", - "length": 5, + "length": 6, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the natural resource district of a client.<\/p>" + "comments": "

      A Work Safe BC number of a client.<\/p>" }, { "tableName": "country_code", @@ -830,27 +830,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "identification_type_code", "tableFileName": "identification_type_code", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>country_code", - "type": "varchar", - "length": 2, - "nullable": "√", + "keyClass": "", + "keyTitle": "", + "name": "effective_date", + "type": "date", + "length": 13, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the country to which the ID type belongs. If the country code is populated, a province or state will be required.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "country_code", @@ -858,13 +858,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "district_code", @@ -872,13 +872,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { "tableName": "submission_type_code", @@ -886,13 +886,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { "tableName": "submission_detail", @@ -900,13 +900,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "middle_name", + "name": "last_name", "type": "varchar", "length": 30, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The middle name of the client.<\/p>" + "comments": "

      The last name of the client.<\/p>" }, { "tableName": "client_type_code", @@ -914,13 +914,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "email_log", @@ -928,27 +928,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_id", + "name": "email_sent_ind", "type": "varchar", - "length": 40, + "length": 1, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Identifier for the associated email assigned by CHES (if applicable).<\/p>" + "comments": "

      Indicator for whether the email has been sent (‘Y’ for Yes, ‘N’ for No).<\/p>" }, { "tableName": "email_log", "tableFileName": "email_log", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>email_log_id", - "type": "serial", - "length": 10, - "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.email_log_id_seq'::regclass)", - "comments": "

      Incremental id generated for a submission email log.<\/p>" + "keyClass": "", + "keyTitle": "", + "name": "email_id", + "type": "varchar", + "length": 40, + "nullable": "√", + "autoUpdated": "", + "defaultValue": "null", + "comments": "

      Identifier for the associated email assigned by CHES (if applicable).<\/p>" }, { "tableName": "submission_location", @@ -956,13 +956,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "city_name", + "name": "postal_code", "type": "varchar", - "length": 30, + "length": 10, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The name of the city of the location.<\/p>" + "comments": "" }, { "tableName": "submission_status_code", @@ -970,55 +970,55 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "submission_matching_detail", "tableFileName": "submission_matching_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", - "type": "int4", - "length": 10, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "matching_fields", + "type": "jsonb", + "length": 2147483647, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Incremental id generated for a submission of a client.<\/p>" + "comments": "

      A JSON object provides information about matches found in the existing database. The matches can result from fuzzy search, like matching a name pattern, or from exact equality, such as matching incorporation number or good standing status.<\/p>" }, { - "tableName": "submission_status_code", - "tableFileName": "submission_status_code", + "tableName": "client_type_code", + "tableFileName": "client_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>client_type_code", "type": "varchar", - "length": 60, - "nullable": "√", + "length": 5, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      A code representing the type of a client.<\/p>" }, { "tableName": "contact_type_code", "tableFileName": "contact_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>contact_type_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 2, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a role of a client’s contact.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "identification_type_code", @@ -1026,13 +1026,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "business_type_code", @@ -1040,27 +1040,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "submission_status_code", "tableFileName": "submission_status_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_status_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 5, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the status of a submission request.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "submission_type_code", @@ -1068,13 +1068,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "email_log", @@ -1082,13 +1082,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_variables", - "type": "jsonb", - "length": 2147483647, - "nullable": "√", + "name": "create_timestamp", + "type": "timestamp", + "length": 29, + "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      JSONB field to store variables related to the email content.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      Timestamp indicating when the email log entry was created.<\/p>" }, { "tableName": "contact_type_code", @@ -1096,23 +1096,23 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "flyway_schema_history", "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "execution_time", - "type": "int4", - "length": 10, + "keyClass": "indexedColumn", + "keyTitle": "Indexed", + "name": "<\/i>success", + "type": "bool", + "length": 1, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -1124,13 +1124,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "exception_message", - "type": "text", - "length": 2147483647, - "nullable": "√", + "name": "template_name", + "type": "varchar", + "length": 40, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Textual message describing any exceptions that occurred during email processing.<\/p>" + "comments": "

      Name of the email template used for sending the email.<\/p>" }, { "tableName": "submission_status_code", @@ -1138,41 +1138,41 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "province_code", "tableFileName": "province_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>country_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 2, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the country in which the province is located.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { - "tableName": "business_type_code", - "tableFileName": "business_type_code", - "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", - "type": "varchar", - "length": 60, - "nullable": "√", - "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "tableName": "submission_detail", + "tableFileName": "submission_detail", + "tableType": "Table", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_detail_id", + "type": "serial", + "length": 10, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_detail_id_seq'::regclass)", + "comments": "

      Incremental id generated for a submission detail of a client.<\/p>" }, { "tableName": "submission_detail", @@ -1180,13 +1180,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "work_safe_bc_number", + "name": "doing_business_as", "type": "varchar", - "length": 6, + "length": 120, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A Work Safe BC number of a client.<\/p>" + "comments": "

      An alternate name that a client may be conducting business under. For example: John Smith doing business as: John’s Logging.<\/p>" }, { "tableName": "country_code", @@ -1194,13 +1194,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "contact_type_code", @@ -1208,27 +1208,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { - "tableName": "email_log", - "tableFileName": "email_log", + "tableName": "submission_type_code", + "tableFileName": "submission_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_type_code", + "type": "varchar", + "length": 5, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      Timestamp indicating when the email log entry was last updated.<\/p>" + "defaultValue": "null", + "comments": "

      A code representing the type of a submission request.<\/p>" }, { "tableName": "submission_type_code", @@ -1236,27 +1236,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>business_type_code", + "keyClass": "", + "keyTitle": "", + "name": "incorporation_number", "type": "varchar", - "length": 1, - "nullable": "", + "length": 13, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code indicating the business type of a client. It could be either Registered Business and Unregistered Business.<\/p>" + "comments": "

      A number provided to B.C. corporations, businesses or societies as part of the registration or incorporation process.<\/p>" }, { "tableName": "submission_contact", @@ -1264,27 +1264,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_address", + "name": "idp_user_id", "type": "varchar", - "length": 100, - "nullable": "", + "length": 50, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The email address of the client’s contact.<\/p>" + "comments": "

      The unique identifier assigned to a user by the Identity Provider.<\/p>" }, { "tableName": "business_type_code", "tableFileName": "business_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>business_type_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 1, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code indicating the business type of a client.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "submission_location", @@ -1292,27 +1292,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "notes", + "name": "complementary_address_1", "type": "varchar", - "length": 4000, + "length": 40, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Any additional information about the client’s location or specific instructions for contacting them.<\/p>" + "comments": "

      A complementary address line of a client<\/p>" }, { "tableName": "district_code", "tableFileName": "district_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>district_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 5, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a Natural Resource District.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1320,13 +1320,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "matching_fields", - "type": "jsonb", - "length": 2147483647, + "name": "confirmed_match_status_ind", + "type": "varchar", + "length": 1, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A JSON object provides information about matches found in the existing database. The matches can result from fuzzy search, like matching a name pattern, or from exact equality, such as matching incorporation number or good standing status.<\/p>" + "comments": "

      An indicator that determines whether a specific match has been approved, allowing the processing to continue, or denied, requiring immediate action to be taken during the submission process.<\/p>" }, { "tableName": "client_type_code", @@ -1334,13 +1334,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { "tableName": "flyway_schema_history", @@ -1348,12 +1348,12 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "installed_by", - "type": "varchar", - "length": 100, + "name": "installed_on", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "null", + "defaultValue": "now()", "comments": "" }, { @@ -1362,13 +1362,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_subject", - "type": "varchar", - "length": 100, - "nullable": "", + "name": "email_variables", + "type": "jsonb", + "length": 2147483647, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Subject of the email.<\/p>" + "comments": "

      JSONB field to store variables related to the email content.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1376,27 +1376,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "confirmed_match_status_ind", + "name": "confirmed_match_message", "type": "varchar", - "length": 1, + "length": 1000, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      An indicator that determines whether a specific match has been approved, allowing the processing to continue, or denied, requiring immediate action to be taken during the submission process.<\/p>" + "comments": "

      A field with the reason for the denial of the submission.<\/p>" }, { "tableName": "submission", "tableFileName": "submission", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_id", - "type": "serial", - "length": 10, - "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_id_seq'::regclass)", - "comments": "

      Incremental id generated for a submission of a client.<\/p>" + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_status_code", + "type": "varchar", + "length": 5, + "nullable": "√", + "autoUpdated": "", + "defaultValue": "null", + "comments": "

      TBD.<\/p>" }, { "tableName": "identification_type_code", @@ -1404,41 +1404,41 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "submission_contact", "tableFileName": "submission_contact", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>contact_type_code", + "keyClass": "", + "keyTitle": "", + "name": "first_name", "type": "varchar", - "length": 2, - "nullable": "", + "length": 30, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a role of a client’s contact.<\/p>" + "comments": "

      The first name of the client’s contact.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "organization_name", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>client_type_code", "type": "varchar", - "length": 60, - "nullable": "√", + "length": 5, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The name of the client.<\/p>" + "comments": "

      A code representing the type of a client.<\/p>" }, { "tableName": "submission", @@ -1446,13 +1446,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "submission_status_code", @@ -1460,13 +1460,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1474,13 +1474,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "confirmed_match_userid", - "type": "varchar", - "length": 60, - "nullable": "√", + "name": "submission_matching_processed", + "type": "bool", + "length": 1, + "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The ID of the user submitting the changes.<\/p>" + "defaultValue": "false", + "comments": "

      A flag to indicate that the submission was finally processed.<\/p>" }, { "tableName": "submission_detail", @@ -1488,13 +1488,13 @@

      Columns

      "tableType": "Table", "keyClass": "foreignKey", "keyTitle": "Foreign Key", - "name": "<\/i>identification_country_code", + "name": "<\/i>identification_province_code", "type": "varchar", - "length": 2, + "length": 4, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a country.<\/p>" + "comments": "

      A code representing the code of a province, state, department or territory.<\/p>" }, { "tableName": "district_code", @@ -1502,13 +1502,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "submission_detail", @@ -1516,13 +1516,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "first_name", + "name": "middle_name", "type": "varchar", "length": 30, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The first name of the client.<\/p>" + "comments": "

      The middle name of the client.<\/p>" }, { "tableName": "submission_location_contact_xref", @@ -1530,13 +1530,13 @@

      Columns

      "tableType": "Table", "keyClass": "primaryKey", "keyTitle": "Primary Key", - "name": "<\/i>submission_location_id", + "name": "<\/i>submission_contact_id", "type": "int4", "length": 10, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Incremental id generated for a location of a client.<\/p>" + "comments": "

      Incremental id generated for the contact details of a client.<\/p>" }, { "tableName": "submission_location", @@ -1544,13 +1544,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "business_phone_number", + "name": "secondary_phone_number", "type": "varchar", "length": 14, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The phone number of a client’s specific location.<\/p>" + "comments": "

      A secondary phone number of a client’s specific location.<\/p>" }, { "tableName": "submission_location", @@ -1558,13 +1558,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "secondary_phone_number", + "name": "fax_number", "type": "varchar", "length": 14, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A secondary phone number of a client’s specific location.<\/p>" + "comments": "

      The fax number of a client’s specific location.<\/p>" }, { "tableName": "business_type_code", @@ -1572,13 +1572,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1586,24 +1586,24 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "submission_matching_processed", - "type": "bool", - "length": 1, - "nullable": "", + "name": "submission_matching_processed_time", + "type": "timestamp", + "length": 29, + "nullable": "√", "autoUpdated": "", - "defaultValue": "false", - "comments": "

      A flag to indicate that the submission was finally processed.<\/p>" + "defaultValue": "null", + "comments": "

      The timestamp of when the processor started to process this specific entry<\/p>" }, { "tableName": "flyway_schema_history", "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>installed_rank", - "type": "int4", - "length": 10, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "version", + "type": "varchar", + "length": 50, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", "comments": "" @@ -1614,13 +1614,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "fax_number", + "name": "notes", "type": "varchar", - "length": 14, + "length": 4000, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The fax number of a client’s specific location.<\/p>" + "comments": "

      Any additional information about the client’s location or specific instructions for contacting them.<\/p>" }, { "tableName": "business_type_code", @@ -1628,13 +1628,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "submission_status_code", @@ -1642,13 +1642,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "flyway_schema_history", @@ -1656,9 +1656,9 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "type", "type": "varchar", - "length": 200, + "length": 20, "nullable": "", "autoUpdated": "", "defaultValue": "null", @@ -1670,41 +1670,41 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "postal_code", + "name": "location_name", "type": "varchar", - "length": 10, + "length": 40, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "" + "comments": "

      The location name of an address. Examples of location names include, but are not limited to, Mailing Address, Billing Address among others.<\/p>" }, { - "tableName": "submission_location_contact_xref", - "tableFileName": "submission_location_contact_xref", + "tableName": "submission_matching_detail", + "tableFileName": "submission_matching_detail", "tableType": "Table", "keyClass": "primaryKey", "keyTitle": "Primary Key", - "name": "<\/i>submission_contact_id", - "type": "int4", + "name": "<\/i>submission_matching_detail_id", + "type": "serial", "length": 10, "nullable": "", - "autoUpdated": "", - "defaultValue": "null", - "comments": "

      Incremental id generated for the contact details of a client.<\/p>" + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_matching_detail_id_seq'::regclass)", + "comments": "

      Incremental id generated for a submission matching detail of a client.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>identification_type_code", + "keyClass": "", + "keyTitle": "", + "name": "client_identification", "type": "varchar", - "length": 4, + "length": 40, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code indicating the identification type of a client.<\/p>" + "comments": "

      The reference number that identifies a client.<\/p>" }, { "tableName": "contact_type_code", @@ -1712,13 +1712,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "submission_status_code", @@ -1726,13 +1726,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "submission_contact", @@ -1740,13 +1740,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "business_phone_number", + "name": "email_address", "type": "varchar", - "length": 14, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The phone number of the client’s contact.<\/p>" + "comments": "

      The email address of the client’s contact.<\/p>" }, { "tableName": "submission_detail", @@ -1754,13 +1754,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "incorporation_number", + "name": "organization_name", "type": "varchar", - "length": 13, + "length": 60, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A number provided to B.C. corporations, businesses or societies as part of the registration or incorporation process.<\/p>" + "comments": "

      The name of the client.<\/p>" }, { "tableName": "client_type_code", @@ -1768,13 +1768,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "submission", @@ -1782,13 +1782,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "submission_date", + "name": "update_timestamp", "type": "timestamp", "length": 29, "nullable": "√", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date and time the record was created.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "province_code", @@ -1796,13 +1796,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_user", - "type": "varchar", - "length": 60, + "name": "display_order", + "type": "int4", + "length": 10, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      The the display order of a province/state. If no value is provided, the application will order provinces/states alphabetically by default.<\/p>" }, { "tableName": "submission_location", @@ -1810,27 +1810,27 @@

      Columns

      "tableType": "Table", "keyClass": "foreignKey", "keyTitle": "Foreign Key", - "name": "<\/i>country_code", + "name": "<\/i>province_code", "type": "varchar", "length": 2, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a country.<\/p>" + "comments": "

      A code representing the code of a province, state, department or territory.<\/p>" }, { - "tableName": "submission_location", - "tableFileName": "submission_location", + "tableName": "province_code", + "tableFileName": "province_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "email_address", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>province_code", "type": "varchar", - "length": 100, - "nullable": "√", + "length": 4, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The email address of the client’s location.<\/p>" + "comments": "

      A code representing the code of a province, state, department or territory.<\/p>" }, { "tableName": "district_code", @@ -1838,13 +1838,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "email_address", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The email address of the Natural Resource District.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "business_type_code", @@ -1852,13 +1852,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "update_timestamp", - "type": "timestamp", - "length": 29, - "nullable": "√", + "name": "create_user", + "type": "varchar", + "length": 60, + "nullable": "", "autoUpdated": "", - "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created or last updated.<\/p>" + "defaultValue": "null", + "comments": "

      The user or proxy account that created the record.<\/p>" }, { "tableName": "province_code", @@ -1866,27 +1866,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_detail_id", - "type": "serial", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_id", + "type": "int4", "length": 10, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_detail_id_seq'::regclass)", - "comments": "

      Incremental id generated for a submission detail of a client.<\/p>" + "autoUpdated": "", + "defaultValue": "null", + "comments": "

      Incremental id generated for a submission of a client.<\/p>" }, { "tableName": "district_code", @@ -1894,13 +1894,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", + "name": "email_address", "type": "varchar", "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The email address of the Natural Resource District.<\/p>" }, { "tableName": "submission_matching_detail", @@ -1908,27 +1908,27 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "confirmed_match_timestamp", - "type": "timestamp", - "length": 29, + "name": "confirmed_match_userid", + "type": "varchar", + "length": 60, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The timestamp when the changes happened.<\/p>" + "comments": "

      The ID of the user submitting the changes.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>client_type_code", + "keyClass": "", + "keyTitle": "", + "name": "good_standing_ind", "type": "varchar", - "length": 5, - "nullable": "", + "length": 1, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the type of a client.<\/p>" + "comments": "

      An indicator that determines whether a client is in good standing with respect to their financial obligations.<\/p>" }, { "tableName": "submission_detail", @@ -1936,13 +1936,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "good_standing_ind", - "type": "varchar", - "length": 1, + "name": "birthdate", + "type": "date", + "length": 13, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      An indicator that determines whether a client is in good standing with respect to their financial obligations.<\/p>" + "comments": "

      The date that the BC Services Card logged in person was born.<\/p>" }, { "tableName": "identification_type_code", @@ -1950,55 +1950,69 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" + }, + { + "tableName": "submission_contact", + "tableFileName": "submission_contact", + "tableType": "Table", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>submission_contact_id", + "type": "serial", + "length": 10, + "nullable": "", + "autoUpdated": "√", + "defaultValue": "nextval('nrfc.submission_contact_seq'::regclass)", + "comments": "

      Incremental id generated for the contact details of a client.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "client_identification", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>identification_country_code", "type": "varchar", - "length": 40, + "length": 2, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The reference number that identifies a client.<\/p>" + "comments": "

      A code representing the code of a country.<\/p>" }, { "tableName": "submission_contact", "tableFileName": "submission_contact", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_contact_id", - "type": "serial", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_id", + "type": "int4", "length": 10, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_contact_seq'::regclass)", - "comments": "

      Incremental id generated for the contact details of a client.<\/p>" + "autoUpdated": "", + "defaultValue": "null", + "comments": "

      Incremental id generated for a submission of a client.<\/p>" }, { - "tableName": "district_code", - "tableFileName": "district_code", + "tableName": "business_type_code", + "tableFileName": "business_type_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>business_type_code", "type": "varchar", - "length": 60, - "nullable": "√", + "length": 1, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      A code indicating the business type of a client.<\/p>" }, { "tableName": "province_code", @@ -2006,13 +2020,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "submission_contact", @@ -2020,97 +2034,97 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "last_name", + "name": "business_phone_number", "type": "varchar", - "length": 30, - "nullable": "√", + "length": 14, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The last name of the client’s contact.<\/p>" + "comments": "

      The phone number of the client’s contact.<\/p>" }, { - "tableName": "submission_type_code", - "tableFileName": "submission_type_code", + "tableName": "district_code", + "tableFileName": "district_code", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>district_code", "type": "varchar", - "length": 60, - "nullable": "√", + "length": 5, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      A code representing the code of a Natural Resource District.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "birthdate", - "type": "date", - "length": 13, + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>district_code", + "type": "varchar", + "length": 5, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The date that the BC Services Card logged in person was born.<\/p>" + "comments": "

      A code representing the natural resource district of a client.<\/p>" }, { "tableName": "submission_location", "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>province_code", + "keyClass": "", + "keyTitle": "", + "name": "city_name", "type": "varchar", - "length": 2, + "length": 30, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the code of a province, state, department or territory.<\/p>" + "comments": "

      The name of the city of the location.<\/p>" }, { "tableName": "submission_detail", "tableFileName": "submission_detail", "tableType": "Table", - "keyClass": "foreignKey", - "keyTitle": "Foreign Key", - "name": "<\/i>submission_id", - "type": "int4", - "length": 10, - "nullable": "", + "keyClass": "", + "keyTitle": "", + "name": "client_number", + "type": "varchar", + "length": 8, + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      Incremental id generated for a submission of a client.<\/p>" + "comments": "" }, { - "tableName": "submission_matching_detail", - "tableFileName": "submission_matching_detail", + "tableName": "flyway_schema_history", + "tableFileName": "flyway_schema_history", "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "submission_matching_processed_time", - "type": "timestamp", - "length": 29, - "nullable": "√", + "keyClass": "primaryKey", + "keyTitle": "Primary Key", + "name": "<\/i>installed_rank", + "type": "int4", + "length": 10, + "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The timestamp of when the processor started to process this specific entry<\/p>" + "comments": "" }, { "tableName": "submission_location", "tableFileName": "submission_location", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_location_id", - "type": "serial", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_id", + "type": "int4", "length": 10, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_location_seq'::regclass)", - "comments": "

      Incremental id generated for a location of a client.<\/p>" + "autoUpdated": "", + "defaultValue": "null", + "comments": "

      Incremental id generated for a submission of a client.<\/p>" }, { "tableName": "submission_contact", @@ -2118,13 +2132,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "idp_user_id", + "name": "secondary_phone_number", "type": "varchar", - "length": 50, + "length": 14, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The unique identifier assigned to a user by the Identity Provider.<\/p>" + "comments": "

      A secondary phone number of the client’s contact.<\/p>" }, { "tableName": "identification_type_code", @@ -2132,13 +2146,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "district_code", @@ -2146,13 +2160,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "business_type_code", @@ -2160,13 +2174,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "expiry_date", - "type": "date", - "length": 13, + "name": "create_timestamp", + "type": "timestamp", + "length": 29, "nullable": "", "autoUpdated": "", - "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", - "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" + "defaultValue": "CURRENT_TIMESTAMP", + "comments": "

      The date and time the record was created.<\/p>" }, { "tableName": "province_code", @@ -2174,13 +2188,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_user", + "name": "update_user", "type": "varchar", "length": 60, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created the record.<\/p>" + "comments": "

      The user or proxy account that created or last updated the record.<\/p>" }, { "tableName": "province_code", @@ -2188,13 +2202,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "client_type_code", @@ -2202,13 +2216,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "contact_type_code", @@ -2216,13 +2230,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "submission", @@ -2230,55 +2244,41 @@

      Columns

      "tableType": "Table", "keyClass": "foreignKey", "keyTitle": "Foreign Key", - "name": "<\/i>submission_status_code", + "name": "<\/i>submission_type_code", "type": "varchar", "length": 5, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      TBD.<\/p>" + "comments": "

      A code indicating the status of a submission request. Examples include, but are not limited to: New, Approved, Rejected, and others.<\/p>" }, { "tableName": "submission_type_code", "tableFileName": "submission_type_code", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_type_code", + "keyClass": "", + "keyTitle": "", + "name": "description", "type": "varchar", - "length": 5, + "length": 100, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      A code representing the type of a submission request.<\/p>" + "comments": "

      The description of the code value.<\/p>" }, { "tableName": "submission_matching_detail", "tableFileName": "submission_matching_detail", "tableType": "Table", - "keyClass": "primaryKey", - "keyTitle": "Primary Key", - "name": "<\/i>submission_matching_detail_id", - "type": "serial", + "keyClass": "foreignKey", + "keyTitle": "Foreign Key", + "name": "<\/i>submission_id", + "type": "int4", "length": 10, "nullable": "", - "autoUpdated": "√", - "defaultValue": "nextval('nrfc.submission_matching_detail_id_seq'::regclass)", - "comments": "

      Incremental id generated for a submission matching detail of a client.<\/p>" - }, - { - "tableName": "country_code", - "tableFileName": "country_code", - "tableType": "Table", - "keyClass": "", - "keyTitle": "", - "name": "update_user", - "type": "varchar", - "length": 60, - "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The user or proxy account that created or last updated the record.<\/p>" + "comments": "

      Incremental id generated for a submission of a client.<\/p>" }, { "tableName": "submission_type_code", @@ -2286,13 +2286,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "description", - "type": "varchar", - "length": 100, + "name": "effective_date", + "type": "date", + "length": 13, "nullable": "", "autoUpdated": "", "defaultValue": "null", - "comments": "

      The description of the code value.<\/p>" + "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" }, { "tableName": "flyway_schema_history", @@ -2300,10 +2300,10 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "checksum", - "type": "int4", - "length": 10, - "nullable": "√", + "name": "installed_by", + "type": "varchar", + "length": 100, + "nullable": "", "autoUpdated": "", "defaultValue": "null", "comments": "" @@ -2314,13 +2314,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "doing_business_as", + "name": "client_acronym", "type": "varchar", - "length": 120, + "length": 8, "nullable": "√", "autoUpdated": "", "defaultValue": "null", - "comments": "

      An alternate name that a client may be conducting business under. For example: John Smith doing business as: John’s Logging.<\/p>" + "comments": "

      A familiar alphabetic acronym to be used as an alternative to the ministry’s client number for data entry and display.<\/p>" }, { "tableName": "contact_type_code", @@ -2328,13 +2328,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "effective_date", + "name": "expiry_date", "type": "date", "length": 13, "nullable": "", "autoUpdated": "", - "defaultValue": "null", - "comments": "

      The date that the code value has become or is expected to become effective. Default is the data that the code value is created.<\/p>" + "defaultValue": "to_date('99991231'::text, 'YYYYMMDD'::text)", + "comments": "

      The date on which the code value has expired or is expected to expire. Default 9999-12-31.<\/p>" }, { "tableName": "province_code", @@ -2342,13 +2342,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      The date and time the record was created.<\/p>" + "comments": "

      The date and time the record was created or last updated.<\/p>" }, { "tableName": "email_log", @@ -2356,13 +2356,13 @@

      Columns

      "tableType": "Table", "keyClass": "", "keyTitle": "", - "name": "create_timestamp", + "name": "update_timestamp", "type": "timestamp", "length": 29, - "nullable": "", + "nullable": "√", "autoUpdated": "", "defaultValue": "CURRENT_TIMESTAMP", - "comments": "

      Timestamp indicating when the email log entry was created.<\/p>" + "comments": "

      Timestamp indicating when the email log entry was last updated.<\/p>" } ]; var config = { diff --git a/schemaspy/nrfc/constraint.js b/nrfc/constraint.js similarity index 100% rename from schemaspy/nrfc/constraint.js rename to nrfc/constraint.js diff --git a/schemaspy/nrfc/constraints.html b/nrfc/constraints.html similarity index 100% rename from schemaspy/nrfc/constraints.html rename to nrfc/constraints.html diff --git a/schemaspy/nrfc/default.nrfc.xml b/nrfc/default.nrfc.xml similarity index 100% rename from schemaspy/nrfc/default.nrfc.xml rename to nrfc/default.nrfc.xml index df73f30786..b2ed7f87c2 100644 --- a/schemaspy/nrfc/default.nrfc.xml +++ b/nrfc/default.nrfc.xml @@ -268,8 +268,8 @@ - + diff --git a/schemaspy/nrfc/deletionOrder.txt b/nrfc/deletionOrder.txt similarity index 100% rename from schemaspy/nrfc/deletionOrder.txt rename to nrfc/deletionOrder.txt diff --git a/schemaspy/nrfc/diagrams/orphans/orphans.dot b/nrfc/diagrams/orphans/orphans.dot similarity index 100% rename from schemaspy/nrfc/diagrams/orphans/orphans.dot rename to nrfc/diagrams/orphans/orphans.dot diff --git a/schemaspy/nrfc/diagrams/orphans/orphans.png b/nrfc/diagrams/orphans/orphans.png similarity index 100% rename from schemaspy/nrfc/diagrams/orphans/orphans.png rename to nrfc/diagrams/orphans/orphans.png diff --git a/schemaspy/nrfc/diagrams/summary/relationships.implied.compact.dot b/nrfc/diagrams/summary/relationships.implied.compact.dot similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.implied.compact.dot rename to nrfc/diagrams/summary/relationships.implied.compact.dot diff --git a/schemaspy/nrfc/diagrams/summary/relationships.implied.compact.png b/nrfc/diagrams/summary/relationships.implied.compact.png similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.implied.compact.png rename to nrfc/diagrams/summary/relationships.implied.compact.png diff --git a/schemaspy/nrfc/diagrams/summary/relationships.implied.large.dot b/nrfc/diagrams/summary/relationships.implied.large.dot similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.implied.large.dot rename to nrfc/diagrams/summary/relationships.implied.large.dot diff --git a/schemaspy/nrfc/diagrams/summary/relationships.implied.large.png b/nrfc/diagrams/summary/relationships.implied.large.png similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.implied.large.png rename to nrfc/diagrams/summary/relationships.implied.large.png diff --git a/schemaspy/nrfc/diagrams/summary/relationships.real.compact.dot b/nrfc/diagrams/summary/relationships.real.compact.dot similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.real.compact.dot rename to nrfc/diagrams/summary/relationships.real.compact.dot diff --git a/schemaspy/nrfc/diagrams/summary/relationships.real.compact.png b/nrfc/diagrams/summary/relationships.real.compact.png similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.real.compact.png rename to nrfc/diagrams/summary/relationships.real.compact.png diff --git a/schemaspy/nrfc/diagrams/summary/relationships.real.large.dot b/nrfc/diagrams/summary/relationships.real.large.dot similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.real.large.dot rename to nrfc/diagrams/summary/relationships.real.large.dot diff --git a/schemaspy/nrfc/diagrams/summary/relationships.real.large.png b/nrfc/diagrams/summary/relationships.real.large.png similarity index 100% rename from schemaspy/nrfc/diagrams/summary/relationships.real.large.png rename to nrfc/diagrams/summary/relationships.real.large.png diff --git a/schemaspy/nrfc/diagrams/tables/business_type_code.1degree.dot b/nrfc/diagrams/tables/business_type_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/business_type_code.1degree.dot rename to nrfc/diagrams/tables/business_type_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/business_type_code.1degree.png b/nrfc/diagrams/tables/business_type_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/business_type_code.1degree.png rename to nrfc/diagrams/tables/business_type_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/business_type_code.2degrees.dot b/nrfc/diagrams/tables/business_type_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/business_type_code.2degrees.dot rename to nrfc/diagrams/tables/business_type_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/business_type_code.2degrees.png b/nrfc/diagrams/tables/business_type_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/business_type_code.2degrees.png rename to nrfc/diagrams/tables/business_type_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/client_type_code.1degree.dot b/nrfc/diagrams/tables/client_type_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/client_type_code.1degree.dot rename to nrfc/diagrams/tables/client_type_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/client_type_code.1degree.png b/nrfc/diagrams/tables/client_type_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/client_type_code.1degree.png rename to nrfc/diagrams/tables/client_type_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/client_type_code.2degrees.dot b/nrfc/diagrams/tables/client_type_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/client_type_code.2degrees.dot rename to nrfc/diagrams/tables/client_type_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/client_type_code.2degrees.png b/nrfc/diagrams/tables/client_type_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/client_type_code.2degrees.png rename to nrfc/diagrams/tables/client_type_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/contact_type_code.1degree.dot b/nrfc/diagrams/tables/contact_type_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/contact_type_code.1degree.dot rename to nrfc/diagrams/tables/contact_type_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/contact_type_code.1degree.png b/nrfc/diagrams/tables/contact_type_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/contact_type_code.1degree.png rename to nrfc/diagrams/tables/contact_type_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/contact_type_code.2degrees.dot b/nrfc/diagrams/tables/contact_type_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/contact_type_code.2degrees.dot rename to nrfc/diagrams/tables/contact_type_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/contact_type_code.2degrees.png b/nrfc/diagrams/tables/contact_type_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/contact_type_code.2degrees.png rename to nrfc/diagrams/tables/contact_type_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/country_code.1degree.dot b/nrfc/diagrams/tables/country_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.1degree.dot rename to nrfc/diagrams/tables/country_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/country_code.1degree.png b/nrfc/diagrams/tables/country_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.1degree.png rename to nrfc/diagrams/tables/country_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/country_code.2degrees.dot b/nrfc/diagrams/tables/country_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.2degrees.dot rename to nrfc/diagrams/tables/country_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/country_code.2degrees.png b/nrfc/diagrams/tables/country_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.2degrees.png rename to nrfc/diagrams/tables/country_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/country_code.implied1degrees.dot b/nrfc/diagrams/tables/country_code.implied1degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.implied1degrees.dot rename to nrfc/diagrams/tables/country_code.implied1degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/country_code.implied1degrees.png b/nrfc/diagrams/tables/country_code.implied1degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.implied1degrees.png rename to nrfc/diagrams/tables/country_code.implied1degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/country_code.implied2degrees.dot b/nrfc/diagrams/tables/country_code.implied2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.implied2degrees.dot rename to nrfc/diagrams/tables/country_code.implied2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/country_code.implied2degrees.png b/nrfc/diagrams/tables/country_code.implied2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/country_code.implied2degrees.png rename to nrfc/diagrams/tables/country_code.implied2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/district_code.1degree.dot b/nrfc/diagrams/tables/district_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/district_code.1degree.dot rename to nrfc/diagrams/tables/district_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/district_code.1degree.png b/nrfc/diagrams/tables/district_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/district_code.1degree.png rename to nrfc/diagrams/tables/district_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/district_code.2degrees.dot b/nrfc/diagrams/tables/district_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/district_code.2degrees.dot rename to nrfc/diagrams/tables/district_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/district_code.2degrees.png b/nrfc/diagrams/tables/district_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/district_code.2degrees.png rename to nrfc/diagrams/tables/district_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/email_log.1degree.dot b/nrfc/diagrams/tables/email_log.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/email_log.1degree.dot rename to nrfc/diagrams/tables/email_log.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/email_log.1degree.png b/nrfc/diagrams/tables/email_log.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/email_log.1degree.png rename to nrfc/diagrams/tables/email_log.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/flyway_schema_history.1degree.dot b/nrfc/diagrams/tables/flyway_schema_history.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/flyway_schema_history.1degree.dot rename to nrfc/diagrams/tables/flyway_schema_history.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/flyway_schema_history.1degree.png b/nrfc/diagrams/tables/flyway_schema_history.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/flyway_schema_history.1degree.png rename to nrfc/diagrams/tables/flyway_schema_history.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.1degree.dot b/nrfc/diagrams/tables/identification_type_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.1degree.dot rename to nrfc/diagrams/tables/identification_type_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.1degree.png b/nrfc/diagrams/tables/identification_type_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.1degree.png rename to nrfc/diagrams/tables/identification_type_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.2degrees.dot b/nrfc/diagrams/tables/identification_type_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.2degrees.dot rename to nrfc/diagrams/tables/identification_type_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.2degrees.png b/nrfc/diagrams/tables/identification_type_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.2degrees.png rename to nrfc/diagrams/tables/identification_type_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.implied1degrees.dot b/nrfc/diagrams/tables/identification_type_code.implied1degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.implied1degrees.dot rename to nrfc/diagrams/tables/identification_type_code.implied1degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.implied1degrees.png b/nrfc/diagrams/tables/identification_type_code.implied1degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.implied1degrees.png rename to nrfc/diagrams/tables/identification_type_code.implied1degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.implied2degrees.dot b/nrfc/diagrams/tables/identification_type_code.implied2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.implied2degrees.dot rename to nrfc/diagrams/tables/identification_type_code.implied2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/identification_type_code.implied2degrees.png b/nrfc/diagrams/tables/identification_type_code.implied2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/identification_type_code.implied2degrees.png rename to nrfc/diagrams/tables/identification_type_code.implied2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/province_code.1degree.dot b/nrfc/diagrams/tables/province_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.1degree.dot rename to nrfc/diagrams/tables/province_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/province_code.1degree.png b/nrfc/diagrams/tables/province_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.1degree.png rename to nrfc/diagrams/tables/province_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/province_code.2degrees.dot b/nrfc/diagrams/tables/province_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.2degrees.dot rename to nrfc/diagrams/tables/province_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/province_code.2degrees.png b/nrfc/diagrams/tables/province_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.2degrees.png rename to nrfc/diagrams/tables/province_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/province_code.implied1degrees.dot b/nrfc/diagrams/tables/province_code.implied1degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.implied1degrees.dot rename to nrfc/diagrams/tables/province_code.implied1degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/province_code.implied1degrees.png b/nrfc/diagrams/tables/province_code.implied1degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.implied1degrees.png rename to nrfc/diagrams/tables/province_code.implied1degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/province_code.implied2degrees.dot b/nrfc/diagrams/tables/province_code.implied2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.implied2degrees.dot rename to nrfc/diagrams/tables/province_code.implied2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/province_code.implied2degrees.png b/nrfc/diagrams/tables/province_code.implied2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/province_code.implied2degrees.png rename to nrfc/diagrams/tables/province_code.implied2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission.1degree.dot b/nrfc/diagrams/tables/submission.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission.1degree.dot rename to nrfc/diagrams/tables/submission.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission.1degree.png b/nrfc/diagrams/tables/submission.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission.1degree.png rename to nrfc/diagrams/tables/submission.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission.2degrees.dot b/nrfc/diagrams/tables/submission.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission.2degrees.dot rename to nrfc/diagrams/tables/submission.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission.2degrees.png b/nrfc/diagrams/tables/submission.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission.2degrees.png rename to nrfc/diagrams/tables/submission.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_contact.1degree.dot b/nrfc/diagrams/tables/submission_contact.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_contact.1degree.dot rename to nrfc/diagrams/tables/submission_contact.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_contact.1degree.png b/nrfc/diagrams/tables/submission_contact.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_contact.1degree.png rename to nrfc/diagrams/tables/submission_contact.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_contact.2degrees.dot b/nrfc/diagrams/tables/submission_contact.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_contact.2degrees.dot rename to nrfc/diagrams/tables/submission_contact.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_contact.2degrees.png b/nrfc/diagrams/tables/submission_contact.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_contact.2degrees.png rename to nrfc/diagrams/tables/submission_contact.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.1degree.dot b/nrfc/diagrams/tables/submission_detail.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.1degree.dot rename to nrfc/diagrams/tables/submission_detail.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.1degree.png b/nrfc/diagrams/tables/submission_detail.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.1degree.png rename to nrfc/diagrams/tables/submission_detail.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.2degrees.dot b/nrfc/diagrams/tables/submission_detail.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.2degrees.dot rename to nrfc/diagrams/tables/submission_detail.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.2degrees.png b/nrfc/diagrams/tables/submission_detail.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.2degrees.png rename to nrfc/diagrams/tables/submission_detail.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.implied1degrees.dot b/nrfc/diagrams/tables/submission_detail.implied1degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.implied1degrees.dot rename to nrfc/diagrams/tables/submission_detail.implied1degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.implied1degrees.png b/nrfc/diagrams/tables/submission_detail.implied1degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.implied1degrees.png rename to nrfc/diagrams/tables/submission_detail.implied1degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.implied2degrees.dot b/nrfc/diagrams/tables/submission_detail.implied2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.implied2degrees.dot rename to nrfc/diagrams/tables/submission_detail.implied2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_detail.implied2degrees.png b/nrfc/diagrams/tables/submission_detail.implied2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_detail.implied2degrees.png rename to nrfc/diagrams/tables/submission_detail.implied2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.1degree.dot b/nrfc/diagrams/tables/submission_location.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.1degree.dot rename to nrfc/diagrams/tables/submission_location.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.1degree.png b/nrfc/diagrams/tables/submission_location.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.1degree.png rename to nrfc/diagrams/tables/submission_location.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.2degrees.dot b/nrfc/diagrams/tables/submission_location.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.2degrees.dot rename to nrfc/diagrams/tables/submission_location.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.2degrees.png b/nrfc/diagrams/tables/submission_location.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.2degrees.png rename to nrfc/diagrams/tables/submission_location.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.implied1degrees.dot b/nrfc/diagrams/tables/submission_location.implied1degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.implied1degrees.dot rename to nrfc/diagrams/tables/submission_location.implied1degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.implied1degrees.png b/nrfc/diagrams/tables/submission_location.implied1degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.implied1degrees.png rename to nrfc/diagrams/tables/submission_location.implied1degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.implied2degrees.dot b/nrfc/diagrams/tables/submission_location.implied2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.implied2degrees.dot rename to nrfc/diagrams/tables/submission_location.implied2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_location.implied2degrees.png b/nrfc/diagrams/tables/submission_location.implied2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location.implied2degrees.png rename to nrfc/diagrams/tables/submission_location.implied2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.1degree.dot b/nrfc/diagrams/tables/submission_location_contact_xref.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.1degree.dot rename to nrfc/diagrams/tables/submission_location_contact_xref.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.1degree.png b/nrfc/diagrams/tables/submission_location_contact_xref.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.1degree.png rename to nrfc/diagrams/tables/submission_location_contact_xref.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.2degrees.dot b/nrfc/diagrams/tables/submission_location_contact_xref.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.2degrees.dot rename to nrfc/diagrams/tables/submission_location_contact_xref.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.2degrees.png b/nrfc/diagrams/tables/submission_location_contact_xref.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_location_contact_xref.2degrees.png rename to nrfc/diagrams/tables/submission_location_contact_xref.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_matching_detail.1degree.dot b/nrfc/diagrams/tables/submission_matching_detail.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_matching_detail.1degree.dot rename to nrfc/diagrams/tables/submission_matching_detail.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_matching_detail.1degree.png b/nrfc/diagrams/tables/submission_matching_detail.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_matching_detail.1degree.png rename to nrfc/diagrams/tables/submission_matching_detail.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_matching_detail.2degrees.dot b/nrfc/diagrams/tables/submission_matching_detail.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_matching_detail.2degrees.dot rename to nrfc/diagrams/tables/submission_matching_detail.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_matching_detail.2degrees.png b/nrfc/diagrams/tables/submission_matching_detail.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_matching_detail.2degrees.png rename to nrfc/diagrams/tables/submission_matching_detail.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_status_code.1degree.dot b/nrfc/diagrams/tables/submission_status_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_status_code.1degree.dot rename to nrfc/diagrams/tables/submission_status_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_status_code.1degree.png b/nrfc/diagrams/tables/submission_status_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_status_code.1degree.png rename to nrfc/diagrams/tables/submission_status_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_status_code.2degrees.dot b/nrfc/diagrams/tables/submission_status_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_status_code.2degrees.dot rename to nrfc/diagrams/tables/submission_status_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_status_code.2degrees.png b/nrfc/diagrams/tables/submission_status_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_status_code.2degrees.png rename to nrfc/diagrams/tables/submission_status_code.2degrees.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_type_code.1degree.dot b/nrfc/diagrams/tables/submission_type_code.1degree.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_type_code.1degree.dot rename to nrfc/diagrams/tables/submission_type_code.1degree.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_type_code.1degree.png b/nrfc/diagrams/tables/submission_type_code.1degree.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_type_code.1degree.png rename to nrfc/diagrams/tables/submission_type_code.1degree.png diff --git a/schemaspy/nrfc/diagrams/tables/submission_type_code.2degrees.dot b/nrfc/diagrams/tables/submission_type_code.2degrees.dot similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_type_code.2degrees.dot rename to nrfc/diagrams/tables/submission_type_code.2degrees.dot diff --git a/schemaspy/nrfc/diagrams/tables/submission_type_code.2degrees.png b/nrfc/diagrams/tables/submission_type_code.2degrees.png similarity index 100% rename from schemaspy/nrfc/diagrams/tables/submission_type_code.2degrees.png rename to nrfc/diagrams/tables/submission_type_code.2degrees.png diff --git a/schemaspy/nrfc/favicon.png b/nrfc/favicon.png similarity index 100% rename from schemaspy/nrfc/favicon.png rename to nrfc/favicon.png diff --git a/schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.eot b/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.eot similarity index 100% rename from schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.eot rename to nrfc/fonts/indieflower/indie-flower-v8-latin-regular.eot diff --git a/schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.svg b/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.svg similarity index 100% rename from schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.svg rename to nrfc/fonts/indieflower/indie-flower-v8-latin-regular.svg diff --git a/schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.ttf b/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.ttf similarity index 100% rename from schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.ttf rename to nrfc/fonts/indieflower/indie-flower-v8-latin-regular.ttf diff --git a/schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff b/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff similarity index 100% rename from schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff rename to nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff diff --git a/schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff2 b/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff2 similarity index 100% rename from schemaspy/nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff2 rename to nrfc/fonts/indieflower/indie-flower-v8-latin-regular.woff2 diff --git a/schemaspy/nrfc/fonts/indieflower/indie-flower.css b/nrfc/fonts/indieflower/indie-flower.css similarity index 100% rename from schemaspy/nrfc/fonts/indieflower/indie-flower.css rename to nrfc/fonts/indieflower/indie-flower.css diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.eot diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.svg diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.ttf diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300.woff2 diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.eot diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.svg diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.ttf diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-300italic.woff2 diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.eot diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.svg diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.ttf diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600.woff2 diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.eot diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.svg diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.ttf diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-600italic.woff2 diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.eot diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.svg diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.ttf diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-700.woff2 diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.eot diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.svg diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.ttf diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 b/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 rename to nrfc/fonts/source-sans-pro/source-sans-pro-v10-latin-regular.woff2 diff --git a/schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro.css b/nrfc/fonts/source-sans-pro/source-sans-pro.css similarity index 100% rename from schemaspy/nrfc/fonts/source-sans-pro/source-sans-pro.css rename to nrfc/fonts/source-sans-pro/source-sans-pro.css diff --git a/schemaspy/nrfc/images/foreignKey.png b/nrfc/images/foreignKey.png similarity index 100% rename from schemaspy/nrfc/images/foreignKey.png rename to nrfc/images/foreignKey.png diff --git a/schemaspy/nrfc/images/foreignKeys.png b/nrfc/images/foreignKeys.png similarity index 100% rename from schemaspy/nrfc/images/foreignKeys.png rename to nrfc/images/foreignKeys.png diff --git a/schemaspy/nrfc/images/primaryKey.png b/nrfc/images/primaryKey.png similarity index 100% rename from schemaspy/nrfc/images/primaryKey.png rename to nrfc/images/primaryKey.png diff --git a/schemaspy/nrfc/images/primaryKeys.png b/nrfc/images/primaryKeys.png similarity index 100% rename from schemaspy/nrfc/images/primaryKeys.png rename to nrfc/images/primaryKeys.png diff --git a/schemaspy/nrfc/index.html b/nrfc/index.html similarity index 99% rename from schemaspy/nrfc/index.html rename to nrfc/index.html index aaba138efb..8c616a082d 100644 --- a/schemaspy/nrfc/index.html +++ b/nrfc/index.html @@ -78,7 +78,7 @@

      Tables


      SchemaSpy Analysis of default.nrfc

      -

      Generated on Thu Jul 04 21:04 GMT 2024

      +

      Generated on Thu Jul 04 21:52 GMT 2024

      diff --git a/schemaspy/nrfc/info-html.txt b/nrfc/info-html.txt similarity index 80% rename from schemaspy/nrfc/info-html.txt rename to nrfc/info-html.txt index 6eb97a6ca4..bfb87241ca 100644 --- a/schemaspy/nrfc/info-html.txt +++ b/nrfc/info-html.txt @@ -1,4 +1,4 @@ -date=2024-07-04 21:04:16+0000 +date=2024-07-04 21:52:52+0000 os=Linux 6.5.0-1022-azure schemaspy-version=6.2.4 schemaspy-build=6.2.4.41 2023-07-21 11:15:12 diff --git a/schemaspy/nrfc/insertionOrder.txt b/nrfc/insertionOrder.txt similarity index 100% rename from schemaspy/nrfc/insertionOrder.txt rename to nrfc/insertionOrder.txt diff --git a/schemaspy/nrfc/main.js b/nrfc/main.js similarity index 100% rename from schemaspy/nrfc/main.js rename to nrfc/main.js diff --git a/schemaspy/nrfc/orphans.html b/nrfc/orphans.html similarity index 100% rename from schemaspy/nrfc/orphans.html rename to nrfc/orphans.html diff --git a/schemaspy/nrfc/relationships.html b/nrfc/relationships.html similarity index 100% rename from schemaspy/nrfc/relationships.html rename to nrfc/relationships.html diff --git a/schemaspy/nrfc/relationships.js b/nrfc/relationships.js similarity index 100% rename from schemaspy/nrfc/relationships.js rename to nrfc/relationships.js diff --git a/schemaspy/nrfc/routines.html b/nrfc/routines.html similarity index 100% rename from schemaspy/nrfc/routines.html rename to nrfc/routines.html diff --git a/schemaspy/nrfc/routines.js b/nrfc/routines.js similarity index 100% rename from schemaspy/nrfc/routines.js rename to nrfc/routines.js diff --git a/schemaspy/nrfc/routines/routine.js b/nrfc/routines/routine.js similarity index 100% rename from schemaspy/nrfc/routines/routine.js rename to nrfc/routines/routine.js diff --git a/schemaspy/nrfc/schemaSpy.css b/nrfc/schemaSpy.css similarity index 100% rename from schemaspy/nrfc/schemaSpy.css rename to nrfc/schemaSpy.css diff --git a/schemaspy/nrfc/schemaSpy.js b/nrfc/schemaSpy.js similarity index 100% rename from schemaspy/nrfc/schemaSpy.js rename to nrfc/schemaSpy.js diff --git a/schemaspy/nrfc/tables/business_type_code.html b/nrfc/tables/business_type_code.html similarity index 100% rename from schemaspy/nrfc/tables/business_type_code.html rename to nrfc/tables/business_type_code.html diff --git a/schemaspy/nrfc/tables/client_type_code.html b/nrfc/tables/client_type_code.html similarity index 100% rename from schemaspy/nrfc/tables/client_type_code.html rename to nrfc/tables/client_type_code.html diff --git a/schemaspy/nrfc/tables/contact_type_code.html b/nrfc/tables/contact_type_code.html similarity index 100% rename from schemaspy/nrfc/tables/contact_type_code.html rename to nrfc/tables/contact_type_code.html diff --git a/schemaspy/nrfc/tables/country_code.html b/nrfc/tables/country_code.html similarity index 100% rename from schemaspy/nrfc/tables/country_code.html rename to nrfc/tables/country_code.html diff --git a/schemaspy/nrfc/tables/district_code.html b/nrfc/tables/district_code.html similarity index 100% rename from schemaspy/nrfc/tables/district_code.html rename to nrfc/tables/district_code.html diff --git a/schemaspy/nrfc/tables/email_log.html b/nrfc/tables/email_log.html similarity index 100% rename from schemaspy/nrfc/tables/email_log.html rename to nrfc/tables/email_log.html diff --git a/schemaspy/nrfc/tables/flyway_schema_history.html b/nrfc/tables/flyway_schema_history.html similarity index 100% rename from schemaspy/nrfc/tables/flyway_schema_history.html rename to nrfc/tables/flyway_schema_history.html diff --git a/schemaspy/nrfc/tables/identification_type_code.html b/nrfc/tables/identification_type_code.html similarity index 100% rename from schemaspy/nrfc/tables/identification_type_code.html rename to nrfc/tables/identification_type_code.html diff --git a/schemaspy/nrfc/tables/province_code.html b/nrfc/tables/province_code.html similarity index 100% rename from schemaspy/nrfc/tables/province_code.html rename to nrfc/tables/province_code.html diff --git a/schemaspy/nrfc/tables/submission.html b/nrfc/tables/submission.html similarity index 100% rename from schemaspy/nrfc/tables/submission.html rename to nrfc/tables/submission.html diff --git a/schemaspy/nrfc/tables/submission_contact.html b/nrfc/tables/submission_contact.html similarity index 100% rename from schemaspy/nrfc/tables/submission_contact.html rename to nrfc/tables/submission_contact.html diff --git a/schemaspy/nrfc/tables/submission_detail.html b/nrfc/tables/submission_detail.html similarity index 100% rename from schemaspy/nrfc/tables/submission_detail.html rename to nrfc/tables/submission_detail.html diff --git a/schemaspy/nrfc/tables/submission_location.html b/nrfc/tables/submission_location.html similarity index 100% rename from schemaspy/nrfc/tables/submission_location.html rename to nrfc/tables/submission_location.html index d64dab2c17..caf708be8d 100644 --- a/schemaspy/nrfc/tables/submission_location.html +++ b/nrfc/tables/submission_location.html @@ -196,13 +196,13 @@

      Columns

      - - + + - - + +
      province_code.country_codesubmission_location_province_code_fkcountry_code.country_codesubmission_location_country_code_fk R
      country_code.country_codesubmission_location_country_code_fkprovince_code.country_codesubmission_location_province_code_fk R
      diff --git a/schemaspy/nrfc/tables/submission_location_contact_xref.html b/nrfc/tables/submission_location_contact_xref.html similarity index 100% rename from schemaspy/nrfc/tables/submission_location_contact_xref.html rename to nrfc/tables/submission_location_contact_xref.html diff --git a/schemaspy/nrfc/tables/submission_matching_detail.html b/nrfc/tables/submission_matching_detail.html similarity index 100% rename from schemaspy/nrfc/tables/submission_matching_detail.html rename to nrfc/tables/submission_matching_detail.html diff --git a/schemaspy/nrfc/tables/submission_status_code.html b/nrfc/tables/submission_status_code.html similarity index 100% rename from schemaspy/nrfc/tables/submission_status_code.html rename to nrfc/tables/submission_status_code.html diff --git a/schemaspy/nrfc/tables/submission_type_code.html b/nrfc/tables/submission_type_code.html similarity index 100% rename from schemaspy/nrfc/tables/submission_type_code.html rename to nrfc/tables/submission_type_code.html diff --git a/schemaspy/nrfc/tables/table.js b/nrfc/tables/table.js similarity index 100% rename from schemaspy/nrfc/tables/table.js rename to nrfc/tables/table.js diff --git a/processor/allclasses-index.html b/processor/allclasses-index.html new file mode 100644 index 0000000000..20693621ad --- /dev/null +++ b/processor/allclasses-index.html @@ -0,0 +1,269 @@ + + + + +All Classes and Interfaces (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      All Classes and Interfaces

      +
      +
      +
      +
      +
      +
      Class
      +
      Description
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
      +
      This class is responsible for processing the submission and persisting the data on oracle.
      +
      + +
      +
      This class is responsible for loading the submission details and submission contact details
      +
      + +
       
      + +
       
      + +
      +
      This class is a component that matches contacts.
      +
      + +
       
      + +
       
      + +
       
      + +
      +
      This class is a component that matches submissions based on the "Doing Business As" field.
      +
      + +
      +
      Represents a request object for sending emails via CHES (Common Hosted Email Service).
      +
      + +
       
      + +
      +
      The Forest client configuration.
      +
      + +
       
      + +
      +
      The BC Registry configuration.
      +
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
      +
      This class is a component that matches submissions based on the "Good Standing" field.
      +
      + +
      +
      This class is a component that matches submissions based on individual client type.
      +
      + +
       
      + +
      +
      This class is responsible for persisting the submission into the legacy database.
      +
      + +
      +
      This class is responsible for persisting the submission into the legacy database.
      +
      + +
      +
      This class is responsible for persisting the submission of individuals into the legacy database.
      +
      + +
       
      + +
       
      + +
      +
      This class is responsible for persisting the submission of registered sole proprietorship into + the legacy database.
      +
      + +
       
      + +
      +
      This class is responsible for persisting the submission of unregistered sole proprietorship into + the legacy database.
      +
      + +
      +
      This class is a component that matches submissions based on the legal name.
      +
      + +
      +
      This class is a component that matches submissions based on location.
      +
      + +
      +
      This record represents the result of a matching operation.
      +
      + +
       
      + +
       
      + +
       
      + +
      +
      This interface defines the contract for a ProcessorMatcher.
      +
      + +
       
      + +
       
      + +
      +
      This class is a component that matches submissions based on the registration number.
      +
      + +
       
      + +
      +
      This class is a component that matches submissions based on the client type being "USP" or "RSP".
      +
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      + +
       
      +
      +
      +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/allpackages-index.html b/processor/allpackages-index.html new file mode 100644 index 0000000000..26e3d1f0dc --- /dev/null +++ b/processor/allpackages-index.html @@ -0,0 +1,97 @@ + + + + +All Packages (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + + +
      + + diff --git a/processor/ca/bc/gov/app/ApplicationConstant.html b/processor/ca/bc/gov/app/ApplicationConstant.html new file mode 100644 index 0000000000..406b62d2bc --- /dev/null +++ b/processor/ca/bc/gov/app/ApplicationConstant.html @@ -0,0 +1,552 @@ + + + + +ApplicationConstant (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Package ca.bc.gov.app
      +

      Class ApplicationConstant

      +
      +
      java.lang.Object +
      ca.bc.gov.app.ApplicationConstant
      +
      +
      +
      +
      public final class ApplicationConstant +extends Object
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/ProcessorApplication.html b/processor/ca/bc/gov/app/ProcessorApplication.html new file mode 100644 index 0000000000..de804ac192 --- /dev/null +++ b/processor/ca/bc/gov/app/ProcessorApplication.html @@ -0,0 +1,165 @@ + + + + +ProcessorApplication (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Package ca.bc.gov.app
      +

      Class ProcessorApplication

      +
      +
      java.lang.Object +
      ca.bc.gov.app.ProcessorApplication
      +
      +
      +
      +
      @SpringBootApplication +@EnableAspectJAutoProxy(proxyTargetClass=true) +public class ProcessorApplication +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ProcessorApplication

          +
          public ProcessorApplication()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          main

          +
          public static void main(String[] args)
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/class-use/ApplicationConstant.html b/processor/ca/bc/gov/app/class-use/ApplicationConstant.html new file mode 100644 index 0000000000..c1e0fc5c65 --- /dev/null +++ b/processor/ca/bc/gov/app/class-use/ApplicationConstant.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.ApplicationConstant (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.ApplicationConstant

      +
      +No usage of ca.bc.gov.app.ApplicationConstant
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/class-use/ProcessorApplication.html b/processor/ca/bc/gov/app/class-use/ProcessorApplication.html new file mode 100644 index 0000000000..5cbda784f7 --- /dev/null +++ b/processor/ca/bc/gov/app/class-use/ProcessorApplication.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.ProcessorApplication (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.ProcessorApplication

      +
      +No usage of ca.bc.gov.app.ProcessorApplication
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.BackendConfiguration.html b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.BackendConfiguration.html new file mode 100644 index 0000000000..003504480b --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.BackendConfiguration.html @@ -0,0 +1,136 @@ + + + + +ForestClientConfiguration.BackendConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ForestClientConfiguration.BackendConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.ForestClientConfiguration.BackendConfiguration
      +
      +
      +
      +
      Enclosing class:
      +
      ForestClientConfiguration
      +
      +
      +
      public static class ForestClientConfiguration.BackendConfiguration +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BackendConfiguration

          +
          public BackendConfiguration()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.BcRegistryConfiguration.html b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.BcRegistryConfiguration.html new file mode 100644 index 0000000000..02b2e1c99b --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.BcRegistryConfiguration.html @@ -0,0 +1,137 @@ + + + + +ForestClientConfiguration.BcRegistryConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ForestClientConfiguration.BcRegistryConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration
      +
      +
      +
      +
      Enclosing class:
      +
      ForestClientConfiguration
      +
      +
      +
      public static class ForestClientConfiguration.BcRegistryConfiguration +extends Object
      +
      The BC Registry configuration.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryConfiguration

          +
          public BcRegistryConfiguration()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.ProcessorConfiguration.html b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.ProcessorConfiguration.html new file mode 100644 index 0000000000..c1c578dfc2 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.ProcessorConfiguration.html @@ -0,0 +1,136 @@ + + + + +ForestClientConfiguration.ProcessorConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ForestClientConfiguration.ProcessorConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.ForestClientConfiguration.ProcessorConfiguration
      +
      +
      +
      +
      Enclosing class:
      +
      ForestClientConfiguration
      +
      +
      +
      public static class ForestClientConfiguration.ProcessorConfiguration +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ProcessorConfiguration

          +
          public ProcessorConfiguration()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.SecurityConfiguration.html b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.SecurityConfiguration.html new file mode 100644 index 0000000000..9cddaf0bd6 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.SecurityConfiguration.html @@ -0,0 +1,136 @@ + + + + +ForestClientConfiguration.SecurityConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ForestClientConfiguration.SecurityConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
      +
      +
      +
      +
      Enclosing class:
      +
      ForestClientConfiguration
      +
      +
      +
      public static class ForestClientConfiguration.SecurityConfiguration +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SecurityConfiguration

          +
          public SecurityConfiguration()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.html b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.html new file mode 100644 index 0000000000..80f737464b --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/ForestClientConfiguration.html @@ -0,0 +1,161 @@ + + + + +ForestClientConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ForestClientConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.ForestClientConfiguration
      +
      +
      +
      +
      @Component +@ConfigurationProperties("ca.bc.gov.nrs") +public class ForestClientConfiguration +extends Object
      +
      The Forest client configuration. This file is a representation of the yml/properties file
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ForestClientConfiguration

          +
          public ForestClientConfiguration()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html b/processor/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html new file mode 100644 index 0000000000..85cca3dd79 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/ForestClientMetricConfiguration.html @@ -0,0 +1,203 @@ + + + + +ForestClientMetricConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ForestClientMetricConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
      +
      +
      +
      @Configuration +public class ForestClientMetricConfiguration +extends Object
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        + +
         
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        io.micrometer.core.instrument.config.MeterFilter
        + +
         
        +
        io.micrometer.core.instrument.config.MeterFilter
        + +
         
        +
        org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry>
        + +
         
        +
        org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.prometheus.PrometheusMeterRegistry>
        + +
         
        +
        io.micrometer.core.aop.TimedAspect
        +
        timedAspect(io.micrometer.core.instrument.MeterRegistry registry)
        +
         
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ForestClientMetricConfiguration

          +
          public ForestClientMetricConfiguration()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          timedAspect

          +
          @Bean +public io.micrometer.core.aop.TimedAspect timedAspect(io.micrometer.core.instrument.MeterRegistry registry)
          +
          +
        • +
        • +
          +

          metricsCommonTags

          +
          @Bean +public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry> metricsCommonTags()
          +
          +
        • +
        • +
          +

          prometheusConfiguration

          +
          @Bean +public org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.prometheus.PrometheusMeterRegistry> prometheusConfiguration()
          +
          +
        • +
        • +
          +

          ignoreTag

          +
          public io.micrometer.core.instrument.config.MeterFilter ignoreTag()
          +
          +
        • +
        • +
          +

          distribution

          +
          public io.micrometer.core.instrument.config.MeterFilter distribution()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html b/processor/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html new file mode 100644 index 0000000000..e143de02c7 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/GlobalServiceConfiguration.html @@ -0,0 +1,195 @@ + + + + +GlobalServiceConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class GlobalServiceConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.GlobalServiceConfiguration
      +
      +
      +
      +
      @Configuration +@RegisterReflectionForBinding({SubmissionInformationDto.class,java.lang.Integer.class}) +public class GlobalServiceConfiguration +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          GlobalServiceConfiguration

          +
          public GlobalServiceConfiguration()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          forestClientApi

          +
          @Bean +public org.springframework.web.reactive.function.client.WebClient forestClientApi(ForestClientConfiguration configuration)
          +
          +
        • +
        • +
          +

          legacyClientApi

          +
          @Bean +public org.springframework.web.reactive.function.client.WebClient legacyClientApi(ForestClientConfiguration configuration)
          +
          +
        • +
        • +
          +

          bcRegistryApi

          +
          @Bean +public org.springframework.web.reactive.function.client.WebClient bcRegistryApi(ForestClientConfiguration configuration)
          +
          Returns a configured instance of WebClient for accessing the BC Registry API.
          +
          +
          Parameters:
          +
          configuration - The configuration for the ForestClient.
          +
          Returns:
          +
          A configured instance of WebClient for accessing the BC Registry API.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/SchedulerConfiguration.html b/processor/ca/bc/gov/app/configuration/SchedulerConfiguration.html new file mode 100644 index 0000000000..96417e2670 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/SchedulerConfiguration.html @@ -0,0 +1,137 @@ + + + + +SchedulerConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SchedulerConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.SchedulerConfiguration
      +
      +
      +
      +
      @EnableScheduling +@Configuration +@ConditionalOnProperty(value="ca.bc.gov.nrs.processor.scheduling", + havingValue="true", + matchIfMissing=true) +public class SchedulerConfiguration +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SchedulerConfiguration

          +
          public SchedulerConfiguration()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/TracingConfiguration.html b/processor/ca/bc/gov/app/configuration/TracingConfiguration.html new file mode 100644 index 0000000000..e55c2b90bc --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/TracingConfiguration.html @@ -0,0 +1,133 @@ + + + + +TracingConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class TracingConfiguration

      +
      +
      java.lang.Object +
      ca.bc.gov.app.configuration.TracingConfiguration
      +
      +
      +
      +
      @Configuration(proxyBeanMethods=false) +public class TracingConfiguration +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          TracingConfiguration

          +
          public TracingConfiguration()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BackendConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BackendConfiguration.html new file mode 100644 index 0000000000..489f516913 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BackendConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.BackendConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.ForestClientConfiguration.BackendConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.BackendConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BcRegistryConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BcRegistryConfiguration.html new file mode 100644 index 0000000000..5f4fe22cc1 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.BcRegistryConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.ProcessorConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.ProcessorConfiguration.html new file mode 100644 index 0000000000..192087a9d0 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.ProcessorConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.ProcessorConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.ForestClientConfiguration.ProcessorConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.ProcessorConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.SecurityConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.SecurityConfiguration.html new file mode 100644 index 0000000000..6ab59a28df --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.SecurityConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.html new file mode 100644 index 0000000000..32b674dc5d --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/ForestClientConfiguration.html @@ -0,0 +1,95 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.ForestClientConfiguration

      +
      +
      Packages that use ForestClientConfiguration
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html new file mode 100644 index 0000000000..ad322258bf --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/ForestClientMetricConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.ForestClientMetricConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.ForestClientMetricConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html new file mode 100644 index 0000000000..c87defc301 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/GlobalServiceConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.GlobalServiceConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.GlobalServiceConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.GlobalServiceConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/SchedulerConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/SchedulerConfiguration.html new file mode 100644 index 0000000000..c7ef1ec167 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/SchedulerConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.SchedulerConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.SchedulerConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.SchedulerConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html b/processor/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html new file mode 100644 index 0000000000..d601510120 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/class-use/TracingConfiguration.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.configuration.TracingConfiguration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.configuration.TracingConfiguration

      +
      +No usage of ca.bc.gov.app.configuration.TracingConfiguration
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/package-summary.html b/processor/ca/bc/gov/app/configuration/package-summary.html new file mode 100644 index 0000000000..a557859be1 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/package-summary.html @@ -0,0 +1,118 @@ + + + + +ca.bc.gov.app.configuration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.configuration

      +
      +
      +
      package ca.bc.gov.app.configuration
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/package-tree.html b/processor/ca/bc/gov/app/configuration/package-tree.html new file mode 100644 index 0000000000..e17f9ba758 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/package-tree.html @@ -0,0 +1,84 @@ + + + + +ca.bc.gov.app.configuration Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.configuration

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/configuration/package-use.html b/processor/ca/bc/gov/app/configuration/package-use.html new file mode 100644 index 0000000000..5448ed5814 --- /dev/null +++ b/processor/ca/bc/gov/app/configuration/package-use.html @@ -0,0 +1,86 @@ + + + + +Uses of Package ca.bc.gov.app.configuration (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.configuration

      +
      +
      Packages that use ca.bc.gov.app.configuration
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/converters/SubmissionMatchDetailEntityBeforeConvert.html b/processor/ca/bc/gov/app/converters/SubmissionMatchDetailEntityBeforeConvert.html new file mode 100644 index 0000000000..a327e07d6e --- /dev/null +++ b/processor/ca/bc/gov/app/converters/SubmissionMatchDetailEntityBeforeConvert.html @@ -0,0 +1,190 @@ + + + + +SubmissionMatchDetailEntityBeforeConvert (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionMatchDetailEntityBeforeConvert

      +
      +
      java.lang.Object +
      ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      org.springframework.data.mapping.callback.EntityCallback<SubmissionMatchDetailEntity>, org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<SubmissionMatchDetailEntity>, org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<SubmissionMatchDetailEntity>
      +
      +
      +
      @Component +public class SubmissionMatchDetailEntityBeforeConvert +extends Object +implements org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<SubmissionMatchDetailEntity>, org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<SubmissionMatchDetailEntity>
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionMatchDetailEntityBeforeConvert

          +
          public SubmissionMatchDetailEntityBeforeConvert()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/converters/class-use/SubmissionMatchDetailEntityBeforeConvert.html b/processor/ca/bc/gov/app/converters/class-use/SubmissionMatchDetailEntityBeforeConvert.html new file mode 100644 index 0000000000..54902695aa --- /dev/null +++ b/processor/ca/bc/gov/app/converters/class-use/SubmissionMatchDetailEntityBeforeConvert.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert

      +
      +No usage of ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/converters/package-summary.html b/processor/ca/bc/gov/app/converters/package-summary.html new file mode 100644 index 0000000000..9984d061ce --- /dev/null +++ b/processor/ca/bc/gov/app/converters/package-summary.html @@ -0,0 +1,98 @@ + + + + +ca.bc.gov.app.converters (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.converters

      +
      +
      +
      package ca.bc.gov.app.converters
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/converters/package-tree.html b/processor/ca/bc/gov/app/converters/package-tree.html new file mode 100644 index 0000000000..ae9c03deae --- /dev/null +++ b/processor/ca/bc/gov/app/converters/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.converters Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.converters

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      +
        +
      • java.lang.Object +
          +
        • ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert (implements org.springframework.data.r2dbc.mapping.event.AfterConvertCallback<T>, org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback<T>)
        • +
        +
      • +
      +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/converters/package-use.html b/processor/ca/bc/gov/app/converters/package-use.html new file mode 100644 index 0000000000..ba9887cb6b --- /dev/null +++ b/processor/ca/bc/gov/app/converters/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.converters (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.converters

      +
      +No usage of ca.bc.gov.app.converters
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/DistrictDto.html b/processor/ca/bc/gov/app/dto/DistrictDto.html new file mode 100644 index 0000000000..4c91e30585 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/DistrictDto.html @@ -0,0 +1,273 @@ + + + + +DistrictDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class DistrictDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.DistrictDto
      +
      +
      +
      +
      +
      public record DistrictDto(String code, String description, String emails) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        DistrictDto(String code, + String description, + String emails)
        +
        +
        Creates an instance of a DistrictDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        + + +
        +
        Returns the value of the code record component.
        +
        + + +
        +
        Returns the value of the description record component.
        +
        + + +
        +
        Returns the value of the emails record component.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          DistrictDto

          +
          public DistrictDto(String code, + String description, + String emails)
          +
          Creates an instance of a DistrictDto record class.
          +
          +
          Parameters:
          +
          code - the value for the code record component
          +
          description - the value for the description record component
          +
          emails - the value for the emails record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          code

          +
          public String code()
          +
          Returns the value of the code record component.
          +
          +
          Returns:
          +
          the value of the code record component
          +
          +
          +
        • +
        • +
          +

          description

          +
          public String description()
          +
          Returns the value of the description record component.
          +
          +
          Returns:
          +
          the value of the description record component
          +
          +
          +
        • +
        • +
          +

          emails

          +
          public String emails()
          +
          Returns the value of the emails record component.
          +
          +
          Returns:
          +
          the value of the emails record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/EmailRequestDto.html b/processor/ca/bc/gov/app/dto/EmailRequestDto.html new file mode 100644 index 0000000000..b7757e30aa --- /dev/null +++ b/processor/ca/bc/gov/app/dto/EmailRequestDto.html @@ -0,0 +1,382 @@ + + + + +EmailRequestDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class EmailRequestDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      +
      +
      +
      Record Components:
      +
      registrationNumber - The registration number associated with the client.
      +
      name - The name of the client or recipient of the email.
      +
      userId - The unique identifier of the user initiating the email.
      +
      userName - The name of the user initiating the email (not to be confused with the client's + name or username).
      +
      email - The email address to which the email will be sent.
      +
      templateName - The name of the email template to be used for formatting the email content.
      +
      subject - The subject of the email.
      +
      variables - A map of variables to be used in the email template, allowing dynamic content.
      +
      +
      +
      public record EmailRequestDto(String registrationNumber, String name, String userId, String userName, String email, String templateName, String subject, Map<String,Object> variables) +extends Record
      +
      Represents a request object for sending emails via CHES (Common Hosted Email Service). This data + transfer object (DTO) encapsulates the necessary information to send an email.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          EmailRequestDto

          +
          public EmailRequestDto(String registrationNumber, + String name, + String userId, + String userName, + String email, + String templateName, + String subject, + Map<String,Object> variables)
          +
          Creates an instance of a EmailRequestDto record class.
          +
          +
          Parameters:
          +
          registrationNumber - the value for the registrationNumber record component
          +
          name - the value for the name record component
          +
          userId - the value for the userId record component
          +
          userName - the value for the userName record component
          +
          email - the value for the email record component
          +
          templateName - the value for the templateName record component
          +
          subject - the value for the subject record component
          +
          variables - the value for the variables record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          registrationNumber

          +
          public String registrationNumber()
          +
          Returns the value of the registrationNumber record component.
          +
          +
          Returns:
          +
          the value of the registrationNumber record component
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          Returns the value of the name record component.
          +
          +
          Returns:
          +
          the value of the name record component
          +
          +
          +
        • +
        • +
          +

          userId

          +
          public String userId()
          +
          Returns the value of the userId record component.
          +
          +
          Returns:
          +
          the value of the userId record component
          +
          +
          +
        • +
        • +
          +

          userName

          +
          public String userName()
          +
          Returns the value of the userName record component.
          +
          +
          Returns:
          +
          the value of the userName record component
          +
          +
          +
        • +
        • +
          +

          email

          +
          public String email()
          +
          Returns the value of the email record component.
          +
          +
          Returns:
          +
          the value of the email record component
          +
          +
          +
        • +
        • +
          +

          templateName

          +
          public String templateName()
          +
          Returns the value of the templateName record component.
          +
          +
          Returns:
          +
          the value of the templateName record component
          +
          +
          +
        • +
        • +
          +

          subject

          +
          public String subject()
          +
          Returns the value of the subject record component.
          +
          +
          Returns:
          +
          the value of the subject record component
          +
          +
          +
        • +
        • +
          +

          variables

          +
          public Map<String,Object> variables()
          +
          Returns the value of the variables record component.
          +
          +
          Returns:
          +
          the value of the variables record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/MatcherResult.html b/processor/ca/bc/gov/app/dto/MatcherResult.html new file mode 100644 index 0000000000..67c25a1c73 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/MatcherResult.html @@ -0,0 +1,307 @@ + + + + +MatcherResult (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class MatcherResult

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.MatcherResult
      +
      +
      +
      +
      +
      public record MatcherResult(String fieldName, Set<String> values) +extends Record
      +
      This record represents the result of a matching operation. + It contains the name of the field that was matched and a set of values that were found.
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        MatcherResult(String fieldName, + Set<String> values)
        +
        +
        Creates an instance of a MatcherResult record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        void
        + +
        +
        This method is used to add a value to the set of values.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        + + +
        +
        Returns the value of the fieldName record component.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        +
        boolean
        + +
        +
        This method is used to check if there is a match.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        + + +
        +
        This method is used to get a string representation of the set of values.
        +
        + + +
        +
        Returns the value of the values record component.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          MatcherResult

          +
          public MatcherResult(String fieldName, + Set<String> values)
          +
          Creates an instance of a MatcherResult record class.
          +
          +
          Parameters:
          +
          fieldName - the value for the fieldName record component
          +
          values - the value for the values record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          addValue

          +
          public void addValue(String value)
          +
          This method is used to add a value to the set of values. + It checks if the value is not blank and the set of values is not null before adding the value.
          +
          +
          Parameters:
          +
          value - The value to be added to the set of values.
          +
          +
          +
        • +
        • +
          +

          value

          +
          public String value()
          +
          This method is used to get a string representation of the set of values. + It joins the values with a comma.
          +
          +
          Returns:
          +
          A string representation of the set of values.
          +
          +
          +
        • +
        • +
          +

          hasMatch

          +
          public boolean hasMatch()
          +
          This method is used to check if there is a match. + It checks if the set of values is not null and not empty.
          +
          +
          Returns:
          +
          A boolean indicating if there is a match.
          +
          +
          +
        • +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          Returns the value of the fieldName record component.
          +
          +
          Returns:
          +
          the value of the fieldName record component
          +
          +
          +
        • +
        • +
          +

          values

          +
          public Set<String> values()
          +
          Returns the value of the values record component.
          +
          +
          Returns:
          +
          the value of the values record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/MessagingWrapper.html b/processor/ca/bc/gov/app/dto/MessagingWrapper.html new file mode 100644 index 0000000000..08658ddfc7 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/MessagingWrapper.html @@ -0,0 +1,287 @@ + + + + +MessagingWrapper (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class MessagingWrapper<T>

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.MessagingWrapper<T>
      +
      +
      +
      +
      +
      public record MessagingWrapper<T>(T payload, Map<String,Object> parameters) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          MessagingWrapper

          +
          public MessagingWrapper(T payload, + Map<String,Object> parameters)
          +
          Creates an instance of a MessagingWrapper record class.
          +
          +
          Parameters:
          +
          payload - the value for the payload record component
          +
          parameters - the value for the parameters record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          withParameter

          +
          public MessagingWrapper<T> withParameter(String key, + Object value)
          +
          +
        • +
        • +
          +

          getParameter

          +
          public <P> P getParameter(String key, + Class<P> clazz)
          +
          +
        • +
        • +
          +

          getInfoParameter

          +
          public <P> P getInfoParameter(String key, + Class<P> clazz)
          +
          +
        • +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          payload

          +
          public T payload()
          +
          Returns the value of the payload record component.
          +
          +
          Returns:
          +
          the value of the payload record component
          +
          +
          +
        • +
        • +
          +

          parameters

          +
          public Map<String,Object> parameters()
          +
          Returns the value of the parameters record component.
          +
          +
          Returns:
          +
          the value of the parameters record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/SubmissionInformationDto.html b/processor/ca/bc/gov/app/dto/SubmissionInformationDto.html new file mode 100644 index 0000000000..312bc41011 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/SubmissionInformationDto.html @@ -0,0 +1,330 @@ + + + + +SubmissionInformationDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class SubmissionInformationDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      +
      +
      +
      public record SubmissionInformationDto(Integer submissionId, String corporationName, LocalDate dateOfBirth, String registrationNumber, String goodStanding, String clientType) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionInformationDto

          +
          public SubmissionInformationDto(Integer submissionId, + String corporationName, + LocalDate dateOfBirth, + String registrationNumber, + String goodStanding, + String clientType)
          +
          Creates an instance of a SubmissionInformationDto record class.
          +
          +
          Parameters:
          +
          submissionId - the value for the submissionId record component
          +
          corporationName - the value for the corporationName record component
          +
          dateOfBirth - the value for the dateOfBirth record component
          +
          registrationNumber - the value for the registrationNumber record component
          +
          goodStanding - the value for the goodStanding record component
          +
          clientType - the value for the clientType record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          submissionId

          +
          public Integer submissionId()
          +
          Returns the value of the submissionId record component.
          +
          +
          Returns:
          +
          the value of the submissionId record component
          +
          +
          +
        • +
        • +
          +

          corporationName

          +
          public String corporationName()
          +
          Returns the value of the corporationName record component.
          +
          +
          Returns:
          +
          the value of the corporationName record component
          +
          +
          +
        • +
        • +
          +

          dateOfBirth

          +
          public LocalDate dateOfBirth()
          +
          Returns the value of the dateOfBirth record component.
          +
          +
          Returns:
          +
          the value of the dateOfBirth record component
          +
          +
          +
        • +
        • +
          +

          registrationNumber

          +
          public String registrationNumber()
          +
          Returns the value of the registrationNumber record component.
          +
          +
          Returns:
          +
          the value of the registrationNumber record component
          +
          +
          +
        • +
        • +
          +

          goodStanding

          +
          public String goodStanding()
          +
          Returns the value of the goodStanding record component.
          +
          +
          Returns:
          +
          the value of the goodStanding record component
          +
          +
          +
        • +
        • +
          +

          clientType

          +
          public String clientType()
          +
          Returns the value of the clientType record component.
          +
          +
          Returns:
          +
          the value of the clientType record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessRequestDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessRequestDto.html new file mode 100644 index 0000000000..97357c7d64 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessRequestDto.html @@ -0,0 +1,235 @@ + + + + +BcRegistryDocumentAccessRequestDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryDocumentAccessRequestDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
      +
      +
      +
      +
      +
      public record BcRegistryDocumentAccessRequestDto(List<BcRegistryDocumentAccessTypeDto> documents) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryDocumentAccessRequestDto

          +
          public BcRegistryDocumentAccessRequestDto(List<BcRegistryDocumentAccessTypeDto> documents)
          +
          Creates an instance of a BcRegistryDocumentAccessRequestDto record class.
          +
          +
          Parameters:
          +
          documents - the value for the documents record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          documents

          + +
          Returns the value of the documents record component.
          +
          +
          Returns:
          +
          the value of the documents record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessTypeDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessTypeDto.html new file mode 100644 index 0000000000..5f830f9178 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentAccessTypeDto.html @@ -0,0 +1,235 @@ + + + + +BcRegistryDocumentAccessTypeDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryDocumentAccessTypeDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
      +
      +
      +
      +
      +
      public record BcRegistryDocumentAccessTypeDto(String documentType) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        + +
        +
        Creates an instance of a BcRegistryDocumentAccessTypeDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        + + +
        +
        Returns the value of the documentType record component.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryDocumentAccessTypeDto

          +
          public BcRegistryDocumentAccessTypeDto(String documentType)
          +
          Creates an instance of a BcRegistryDocumentAccessTypeDto record class.
          +
          +
          Parameters:
          +
          documentType - the value for the documentType record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          documentType

          +
          public String documentType()
          +
          Returns the value of the documentType record component.
          +
          +
          Returns:
          +
          the value of the documentType record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentDto.html new file mode 100644 index 0000000000..149692445e --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentDto.html @@ -0,0 +1,244 @@ + + + + +BcRegistryDocumentDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryDocumentDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
      +
      +
      +
      +
      +
      public record BcRegistryDocumentDto(List<BcRegistryPartyDto> parties) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryDocumentDto

          +
          public BcRegistryDocumentDto(List<BcRegistryPartyDto> parties)
          +
          Creates an instance of a BcRegistryDocumentDto record class.
          +
          +
          Parameters:
          +
          parties - the value for the parties record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          getProprietor

          +
          public BcRegistryPartyDto getProprietor()
          +
          +
        • +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          parties

          +
          public List<BcRegistryPartyDto> parties()
          +
          Returns the value of the parties record component.
          +
          +
          Returns:
          +
          the value of the parties record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestBodyDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestBodyDto.html new file mode 100644 index 0000000000..b7dfaec574 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestBodyDto.html @@ -0,0 +1,235 @@ + + + + +BcRegistryDocumentRequestBodyDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryDocumentRequestBodyDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
      +
      +
      +
      +
      +
      public record BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto documentAccessRequest) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryDocumentRequestBodyDto

          +
          public BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto documentAccessRequest)
          +
          Creates an instance of a BcRegistryDocumentRequestBodyDto record class.
          +
          +
          Parameters:
          +
          documentAccessRequest - the value for the documentAccessRequest record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          documentAccessRequest

          +
          public BcRegistryDocumentAccessRequestDto documentAccessRequest()
          +
          Returns the value of the documentAccessRequest record component.
          +
          +
          Returns:
          +
          the value of the documentAccessRequest record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestDocumentDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestDocumentDto.html new file mode 100644 index 0000000000..8c2fa82101 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestDocumentDto.html @@ -0,0 +1,292 @@ + + + + +BcRegistryDocumentRequestDocumentDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryDocumentRequestDocumentDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      +
      +
      +
      public record BcRegistryDocumentRequestDocumentDto(String documentKey, String documentType, String fileName, Long id) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        BcRegistryDocumentRequestDocumentDto(String documentKey, + String documentType, + String fileName, + Long id)
        +
        +
        Creates an instance of a BcRegistryDocumentRequestDocumentDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        + + +
        +
        Returns the value of the documentKey record component.
        +
        + + +
        +
        Returns the value of the documentType record component.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        + + +
        +
        Returns the value of the fileName record component.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        + +
        id()
        +
        +
        Returns the value of the id record component.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryDocumentRequestDocumentDto

          +
          public BcRegistryDocumentRequestDocumentDto(String documentKey, + String documentType, + String fileName, + Long id)
          +
          Creates an instance of a BcRegistryDocumentRequestDocumentDto record class.
          +
          +
          Parameters:
          +
          documentKey - the value for the documentKey record component
          +
          documentType - the value for the documentType record component
          +
          fileName - the value for the fileName record component
          +
          id - the value for the id record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          documentKey

          +
          public String documentKey()
          +
          Returns the value of the documentKey record component.
          +
          +
          Returns:
          +
          the value of the documentKey record component
          +
          +
          +
        • +
        • +
          +

          documentType

          +
          public String documentType()
          +
          Returns the value of the documentType record component.
          +
          +
          Returns:
          +
          the value of the documentType record component
          +
          +
          +
        • +
        • +
          +

          fileName

          +
          public String fileName()
          +
          Returns the value of the fileName record component.
          +
          +
          Returns:
          +
          the value of the fileName record component
          +
          +
          +
        • +
        • +
          +

          id

          +
          public Long id()
          +
          Returns the value of the id record component.
          +
          +
          Returns:
          +
          the value of the id record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestResponseDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestResponseDto.html new file mode 100644 index 0000000000..499e387269 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryDocumentRequestResponseDto.html @@ -0,0 +1,311 @@ + + + + +BcRegistryDocumentRequestResponseDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryDocumentRequestResponseDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      +
      +
      +
      public record BcRegistryDocumentRequestResponseDto(String businessIdentifier, String businessName, List<BcRegistryDocumentRequestDocumentDto> documents, String paymentStatus, String status) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryDocumentRequestResponseDto

          +
          public BcRegistryDocumentRequestResponseDto(String businessIdentifier, + String businessName, + List<BcRegistryDocumentRequestDocumentDto> documents, + String paymentStatus, + String status)
          +
          Creates an instance of a BcRegistryDocumentRequestResponseDto record class.
          +
          +
          Parameters:
          +
          businessIdentifier - the value for the businessIdentifier record component
          +
          businessName - the value for the businessName record component
          +
          documents - the value for the documents record component
          +
          paymentStatus - the value for the paymentStatus record component
          +
          status - the value for the status record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          businessIdentifier

          +
          public String businessIdentifier()
          +
          Returns the value of the businessIdentifier record component.
          +
          +
          Returns:
          +
          the value of the businessIdentifier record component
          +
          +
          +
        • +
        • +
          +

          businessName

          +
          public String businessName()
          +
          Returns the value of the businessName record component.
          +
          +
          Returns:
          +
          the value of the businessName record component
          +
          +
          +
        • +
        • +
          +

          documents

          + +
          Returns the value of the documents record component.
          +
          +
          Returns:
          +
          the value of the documents record component
          +
          +
          +
        • +
        • +
          +

          paymentStatus

          +
          public String paymentStatus()
          +
          Returns the value of the paymentStatus record component.
          +
          +
          Returns:
          +
          the value of the paymentStatus record component
          +
          +
          +
        • +
        • +
          +

          status

          +
          public String status()
          +
          Returns the value of the status record component.
          +
          +
          Returns:
          +
          the value of the status record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryExceptionMessageDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryExceptionMessageDto.html new file mode 100644 index 0000000000..673217428f --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryExceptionMessageDto.html @@ -0,0 +1,254 @@ + + + + +BcRegistryExceptionMessageDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryExceptionMessageDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      +
      +
      +
      public record BcRegistryExceptionMessageDto(String errorMessage, String rootCause) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        BcRegistryExceptionMessageDto(String errorMessage, + String rootCause)
        +
        +
        Creates an instance of a BcRegistryExceptionMessageDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        + + +
        +
        Returns the value of the errorMessage record component.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        + + +
        +
        Returns the value of the rootCause record component.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryExceptionMessageDto

          +
          public BcRegistryExceptionMessageDto(String errorMessage, + String rootCause)
          +
          Creates an instance of a BcRegistryExceptionMessageDto record class.
          +
          +
          Parameters:
          +
          errorMessage - the value for the errorMessage record component
          +
          rootCause - the value for the rootCause record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          errorMessage

          +
          public String errorMessage()
          +
          Returns the value of the errorMessage record component.
          +
          +
          Returns:
          +
          the value of the errorMessage record component
          +
          +
          +
        • +
        • +
          +

          rootCause

          +
          public String rootCause()
          +
          Returns the value of the rootCause record component.
          +
          +
          Returns:
          +
          the value of the rootCause record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficerDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficerDto.html new file mode 100644 index 0000000000..85a4a33cd5 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryOfficerDto.html @@ -0,0 +1,311 @@ + + + + +BcRegistryOfficerDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryOfficerDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      +
      +
      +
      public record BcRegistryOfficerDto(String email, String firstName, String lastName, String middleInitial, String partyType) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        BcRegistryOfficerDto(String email, + String firstName, + String lastName, + String middleInitial, + String partyType)
        +
        +
        Creates an instance of a BcRegistryOfficerDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        + + +
        +
        Returns the value of the email record component.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        + + +
        +
        Returns the value of the firstName record component.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        + + +
        +
        Returns the value of the lastName record component.
        +
        + + +
        +
        Returns the value of the middleInitial record component.
        +
        + + +
        +
        Returns the value of the partyType record component.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryOfficerDto

          +
          public BcRegistryOfficerDto(String email, + String firstName, + String lastName, + String middleInitial, + String partyType)
          +
          Creates an instance of a BcRegistryOfficerDto record class.
          +
          +
          Parameters:
          +
          email - the value for the email record component
          +
          firstName - the value for the firstName record component
          +
          lastName - the value for the lastName record component
          +
          middleInitial - the value for the middleInitial record component
          +
          partyType - the value for the partyType record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          email

          +
          public String email()
          +
          Returns the value of the email record component.
          +
          +
          Returns:
          +
          the value of the email record component
          +
          +
          +
        • +
        • +
          +

          firstName

          +
          public String firstName()
          +
          Returns the value of the firstName record component.
          +
          +
          Returns:
          +
          the value of the firstName record component
          +
          +
          +
        • +
        • +
          +

          lastName

          +
          public String lastName()
          +
          Returns the value of the lastName record component.
          +
          +
          Returns:
          +
          the value of the lastName record component
          +
          +
          +
        • +
        • +
          +

          middleInitial

          +
          public String middleInitial()
          +
          Returns the value of the middleInitial record component.
          +
          +
          Returns:
          +
          the value of the middleInitial record component
          +
          +
          +
        • +
        • +
          +

          partyType

          +
          public String partyType()
          +
          Returns the value of the partyType record component.
          +
          +
          Returns:
          +
          the value of the partyType record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryPartyDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryPartyDto.html new file mode 100644 index 0000000000..e4d8367b9f --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryPartyDto.html @@ -0,0 +1,263 @@ + + + + +BcRegistryPartyDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryPartyDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
      +
      +
      +
      +
      public record BcRegistryPartyDto(BcRegistryOfficerDto officer, List<BcRegistryRoleDto> roles) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryPartyDto

          +
          public BcRegistryPartyDto(BcRegistryOfficerDto officer, + List<BcRegistryRoleDto> roles)
          +
          Creates an instance of a BcRegistryPartyDto record class.
          +
          +
          Parameters:
          +
          officer - the value for the officer record component
          +
          roles - the value for the roles record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          isProprietor

          +
          public boolean isProprietor()
          +
          +
        • +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          officer

          +
          public BcRegistryOfficerDto officer()
          +
          Returns the value of the officer record component.
          +
          +
          Returns:
          +
          the value of the officer record component
          +
          +
          +
        • +
        • +
          +

          roles

          +
          public List<BcRegistryRoleDto> roles()
          +
          Returns the value of the roles record component.
          +
          +
          Returns:
          +
          the value of the roles record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryRoleDto.html b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryRoleDto.html new file mode 100644 index 0000000000..c30f2742f3 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/BcRegistryRoleDto.html @@ -0,0 +1,282 @@ + + + + +BcRegistryRoleDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class BcRegistryRoleDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      +
      +
      +
      public record BcRegistryRoleDto(LocalDate appointmentDate, LocalDate cessationDate, String roleType) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        BcRegistryRoleDto(LocalDate appointmentDate, + LocalDate cessationDate, + String roleType)
        +
        +
        Creates an instance of a BcRegistryRoleDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        boolean
        + +
         
        + + +
        +
        Returns the value of the appointmentDate record component.
        +
        + + +
        +
        Returns the value of the cessationDate record component.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        + + +
        +
        Returns the value of the roleType record component.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryRoleDto

          +
          public BcRegistryRoleDto(LocalDate appointmentDate, + LocalDate cessationDate, + String roleType)
          +
          Creates an instance of a BcRegistryRoleDto record class.
          +
          +
          Parameters:
          +
          appointmentDate - the value for the appointmentDate record component
          +
          cessationDate - the value for the cessationDate record component
          +
          roleType - the value for the roleType record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          active

          +
          public boolean active()
          +
          +
        • +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          appointmentDate

          +
          public LocalDate appointmentDate()
          +
          Returns the value of the appointmentDate record component.
          +
          +
          Returns:
          +
          the value of the appointmentDate record component
          +
          +
          +
        • +
        • +
          +

          cessationDate

          +
          public LocalDate cessationDate()
          +
          Returns the value of the cessationDate record component.
          +
          +
          Returns:
          +
          the value of the cessationDate record component
          +
          +
          +
        • +
        • +
          +

          roleType

          +
          public String roleType()
          +
          Returns the value of the roleType record component.
          +
          +
          Returns:
          +
          the value of the roleType record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessRequestDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessRequestDto.html new file mode 100644 index 0000000000..dae6cf91a7 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessRequestDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessTypeDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessTypeDto.html new file mode 100644 index 0000000000..1a53365b4e --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentAccessTypeDto.html @@ -0,0 +1,100 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentDto.html new file mode 100644 index 0000000000..4f566c6e6c --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentDto.html @@ -0,0 +1,89 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto

      +
      +
      Packages that use BcRegistryDocumentDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestBodyDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestBodyDto.html new file mode 100644 index 0000000000..aa70b623fa --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestBodyDto.html @@ -0,0 +1,87 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestDocumentDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestDocumentDto.html new file mode 100644 index 0000000000..48da650a3a --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestDocumentDto.html @@ -0,0 +1,104 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestResponseDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestResponseDto.html new file mode 100644 index 0000000000..c879b6ad32 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryDocumentRequestResponseDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto

      +
      +No usage of ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryExceptionMessageDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryExceptionMessageDto.html new file mode 100644 index 0000000000..ec81d88764 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryExceptionMessageDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto

      +
      +No usage of ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficerDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficerDto.html new file mode 100644 index 0000000000..4bb7fe91e7 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryOfficerDto.html @@ -0,0 +1,101 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto

      +
      +
      Packages that use BcRegistryOfficerDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryPartyDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryPartyDto.html new file mode 100644 index 0000000000..336834207e --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryPartyDto.html @@ -0,0 +1,109 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto

      +
      +
      Packages that use BcRegistryPartyDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryRoleDto.html b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryRoleDto.html new file mode 100644 index 0000000000..8c7b870dd5 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/class-use/BcRegistryRoleDto.html @@ -0,0 +1,101 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto

      +
      +
      Packages that use BcRegistryRoleDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/package-summary.html b/processor/ca/bc/gov/app/dto/bcregistry/package-summary.html new file mode 100644 index 0000000000..22798dfe77 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/package-summary.html @@ -0,0 +1,118 @@ + + + + +ca.bc.gov.app.dto.bcregistry (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.dto.bcregistry

      +
      +
      +
      package ca.bc.gov.app.dto.bcregistry
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/package-tree.html b/processor/ca/bc/gov/app/dto/bcregistry/package-tree.html new file mode 100644 index 0000000000..0bc1a918a1 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/package-tree.html @@ -0,0 +1,89 @@ + + + + +ca.bc.gov.app.dto.bcregistry Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.dto.bcregistry

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/bcregistry/package-use.html b/processor/ca/bc/gov/app/dto/bcregistry/package-use.html new file mode 100644 index 0000000000..ad2eced8d4 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/bcregistry/package-use.html @@ -0,0 +1,120 @@ + + + + +Uses of Package ca.bc.gov.app.dto.bcregistry (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.dto.bcregistry

      +
      + + +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/class-use/DistrictDto.html b/processor/ca/bc/gov/app/dto/class-use/DistrictDto.html new file mode 100644 index 0000000000..a4c4025fdd --- /dev/null +++ b/processor/ca/bc/gov/app/dto/class-use/DistrictDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.DistrictDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.DistrictDto

      +
      +No usage of ca.bc.gov.app.dto.DistrictDto
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/class-use/EmailRequestDto.html b/processor/ca/bc/gov/app/dto/class-use/EmailRequestDto.html new file mode 100644 index 0000000000..0054f87f80 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/class-use/EmailRequestDto.html @@ -0,0 +1,96 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.EmailRequestDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.EmailRequestDto

      +
      +
      Packages that use EmailRequestDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/class-use/MatcherResult.html b/processor/ca/bc/gov/app/dto/class-use/MatcherResult.html new file mode 100644 index 0000000000..af431d3576 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/class-use/MatcherResult.html @@ -0,0 +1,179 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.MatcherResult (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.MatcherResult

      +
      +
      Packages that use MatcherResult
      + +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/class-use/MessagingWrapper.html b/processor/ca/bc/gov/app/dto/class-use/MessagingWrapper.html new file mode 100644 index 0000000000..9685f5fc47 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/class-use/MessagingWrapper.html @@ -0,0 +1,276 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.MessagingWrapper (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.MessagingWrapper

      +
      +
      Packages that use MessagingWrapper
      + +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/class-use/SubmissionInformationDto.html b/processor/ca/bc/gov/app/dto/class-use/SubmissionInformationDto.html new file mode 100644 index 0000000000..b62deb2e69 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/class-use/SubmissionInformationDto.html @@ -0,0 +1,208 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.SubmissionInformationDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.SubmissionInformationDto

      +
      +
      Packages that use SubmissionInformationDto
      + +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/ClientDoingBusinessAsDto.html b/processor/ca/bc/gov/app/dto/legacy/ClientDoingBusinessAsDto.html new file mode 100644 index 0000000000..c557ad792e --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/ClientDoingBusinessAsDto.html @@ -0,0 +1,311 @@ + + + + +ClientDoingBusinessAsDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class ClientDoingBusinessAsDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      +
      +
      +
      public record ClientDoingBusinessAsDto(String clientNumber, String doingBusinessAsName, String createdBy, String updatedBy, Long orgUnit) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        ClientDoingBusinessAsDto(String clientNumber, + String doingBusinessAsName, + String createdBy, + String updatedBy, + Long orgUnit)
        +
        +
        Creates an instance of a ClientDoingBusinessAsDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        + + +
        +
        Returns the value of the clientNumber record component.
        +
        + + +
        +
        Returns the value of the createdBy record component.
        +
        + + +
        +
        Returns the value of the doingBusinessAsName record component.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        + + +
        +
        Returns the value of the orgUnit record component.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        + + +
        +
        Returns the value of the updatedBy record component.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ClientDoingBusinessAsDto

          +
          public ClientDoingBusinessAsDto(String clientNumber, + String doingBusinessAsName, + String createdBy, + String updatedBy, + Long orgUnit)
          +
          Creates an instance of a ClientDoingBusinessAsDto record class.
          +
          +
          Parameters:
          +
          clientNumber - the value for the clientNumber record component
          +
          doingBusinessAsName - the value for the doingBusinessAsName record component
          +
          createdBy - the value for the createdBy record component
          +
          updatedBy - the value for the updatedBy record component
          +
          orgUnit - the value for the orgUnit record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          clientNumber

          +
          public String clientNumber()
          +
          Returns the value of the clientNumber record component.
          +
          +
          Returns:
          +
          the value of the clientNumber record component
          +
          +
          +
        • +
        • +
          +

          doingBusinessAsName

          +
          public String doingBusinessAsName()
          +
          Returns the value of the doingBusinessAsName record component.
          +
          +
          Returns:
          +
          the value of the doingBusinessAsName record component
          +
          +
          +
        • +
        • +
          +

          createdBy

          +
          public String createdBy()
          +
          Returns the value of the createdBy record component.
          +
          +
          Returns:
          +
          the value of the createdBy record component
          +
          +
          +
        • +
        • +
          +

          updatedBy

          +
          public String updatedBy()
          +
          Returns the value of the updatedBy record component.
          +
          +
          Returns:
          +
          the value of the updatedBy record component
          +
          +
          +
        • +
        • +
          +

          orgUnit

          +
          public Long orgUnit()
          +
          Returns the value of the orgUnit record component.
          +
          +
          Returns:
          +
          the value of the orgUnit record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/ForestClientContactDto.html b/processor/ca/bc/gov/app/dto/legacy/ForestClientContactDto.html new file mode 100644 index 0000000000..69921953c8 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/ForestClientContactDto.html @@ -0,0 +1,387 @@ + + + + +ForestClientContactDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class ForestClientContactDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      +
      +
      +
      public record ForestClientContactDto(String clientNumber, String clientLocnCode, String contactCode, String contactName, String businessPhone, String emailAddress, String createdBy, String updatedBy, Long orgUnit) +extends Record
      +
      +
      +
        + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        ForestClientContactDto(String clientNumber, + String clientLocnCode, + String contactCode, + String contactName, + String businessPhone, + String emailAddress, + String createdBy, + String updatedBy, + Long orgUnit)
        +
        +
        Creates an instance of a ForestClientContactDto record class.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        + + +
        +
        Returns the value of the businessPhone record component.
        +
        + + +
        +
        Returns the value of the clientLocnCode record component.
        +
        + + +
        +
        Returns the value of the clientNumber record component.
        +
        + + +
        +
        Returns the value of the contactCode record component.
        +
        + + +
        +
        Returns the value of the contactName record component.
        +
        + + +
        +
        Returns the value of the createdBy record component.
        +
        + + +
        +
        Returns the value of the emailAddress record component.
        +
        +
        final boolean
        + +
        +
        Indicates whether some other object is "equal to" this one.
        +
        +
        final int
        + +
        +
        Returns a hash code value for this object.
        +
        + + +
        +
        Returns the value of the orgUnit record component.
        +
        +
        final String
        + +
        +
        Returns a string representation of this record class.
        +
        + + +
        +
        Returns the value of the updatedBy record component.
        +
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ForestClientContactDto

          +
          public ForestClientContactDto(String clientNumber, + String clientLocnCode, + String contactCode, + String contactName, + String businessPhone, + String emailAddress, + String createdBy, + String updatedBy, + Long orgUnit)
          +
          Creates an instance of a ForestClientContactDto record class.
          +
          +
          Parameters:
          +
          clientNumber - the value for the clientNumber record component
          +
          clientLocnCode - the value for the clientLocnCode record component
          +
          contactCode - the value for the contactCode record component
          +
          contactName - the value for the contactName record component
          +
          businessPhone - the value for the businessPhone record component
          +
          emailAddress - the value for the emailAddress record component
          +
          createdBy - the value for the createdBy record component
          +
          updatedBy - the value for the updatedBy record component
          +
          orgUnit - the value for the orgUnit record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          clientNumber

          +
          public String clientNumber()
          +
          Returns the value of the clientNumber record component.
          +
          +
          Returns:
          +
          the value of the clientNumber record component
          +
          +
          +
        • +
        • +
          +

          clientLocnCode

          +
          public String clientLocnCode()
          +
          Returns the value of the clientLocnCode record component.
          +
          +
          Returns:
          +
          the value of the clientLocnCode record component
          +
          +
          +
        • +
        • +
          +

          contactCode

          +
          public String contactCode()
          +
          Returns the value of the contactCode record component.
          +
          +
          Returns:
          +
          the value of the contactCode record component
          +
          +
          +
        • +
        • +
          +

          contactName

          +
          public String contactName()
          +
          Returns the value of the contactName record component.
          +
          +
          Returns:
          +
          the value of the contactName record component
          +
          +
          +
        • +
        • +
          +

          businessPhone

          +
          public String businessPhone()
          +
          Returns the value of the businessPhone record component.
          +
          +
          Returns:
          +
          the value of the businessPhone record component
          +
          +
          +
        • +
        • +
          +

          emailAddress

          +
          public String emailAddress()
          +
          Returns the value of the emailAddress record component.
          +
          +
          Returns:
          +
          the value of the emailAddress record component
          +
          +
          +
        • +
        • +
          +

          createdBy

          +
          public String createdBy()
          +
          Returns the value of the createdBy record component.
          +
          +
          Returns:
          +
          the value of the createdBy record component
          +
          +
          +
        • +
        • +
          +

          updatedBy

          +
          public String updatedBy()
          +
          Returns the value of the updatedBy record component.
          +
          +
          Returns:
          +
          the value of the updatedBy record component
          +
          +
          +
        • +
        • +
          +

          orgUnit

          +
          public Long orgUnit()
          +
          Returns the value of the orgUnit record component.
          +
          +
          Returns:
          +
          the value of the orgUnit record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/ForestClientDto.html b/processor/ca/bc/gov/app/dto/legacy/ForestClientDto.html new file mode 100644 index 0000000000..f7336bb069 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/ForestClientDto.html @@ -0,0 +1,501 @@ + + + + +ForestClientDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class ForestClientDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      +
      +
      +
      public record ForestClientDto(String clientNumber, String clientName, String legalFirstName, String legalMiddleName, String clientStatusCode, String clientTypeCode, LocalDate birthdate, String clientIdTypeCode, String clientIdentification, String registryCompanyTypeCode, String corpRegnNmbr, String clientComment, String createdBy, String updatedBy, Long orgUnit) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ForestClientDto

          +
          public ForestClientDto(String clientNumber, + String clientName, + String legalFirstName, + String legalMiddleName, + String clientStatusCode, + String clientTypeCode, + LocalDate birthdate, + String clientIdTypeCode, + String clientIdentification, + String registryCompanyTypeCode, + String corpRegnNmbr, + String clientComment, + String createdBy, + String updatedBy, + Long orgUnit)
          +
          Creates an instance of a ForestClientDto record class.
          +
          +
          Parameters:
          +
          clientNumber - the value for the clientNumber record component
          +
          clientName - the value for the clientName record component
          +
          legalFirstName - the value for the legalFirstName record component
          +
          legalMiddleName - the value for the legalMiddleName record component
          +
          clientStatusCode - the value for the clientStatusCode record component
          +
          clientTypeCode - the value for the clientTypeCode record component
          +
          birthdate - the value for the birthdate record component
          +
          clientIdTypeCode - the value for the clientIdTypeCode record component
          +
          clientIdentification - the value for the clientIdentification record component
          +
          registryCompanyTypeCode - the value for the registryCompanyTypeCode record component
          +
          corpRegnNmbr - the value for the corpRegnNmbr record component
          +
          clientComment - the value for the clientComment record component
          +
          createdBy - the value for the createdBy record component
          +
          updatedBy - the value for the updatedBy record component
          +
          orgUnit - the value for the orgUnit record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          clientNumber

          +
          public String clientNumber()
          +
          Returns the value of the clientNumber record component.
          +
          +
          Returns:
          +
          the value of the clientNumber record component
          +
          +
          +
        • +
        • +
          +

          clientName

          +
          public String clientName()
          +
          Returns the value of the clientName record component.
          +
          +
          Returns:
          +
          the value of the clientName record component
          +
          +
          +
        • +
        • +
          +

          legalFirstName

          +
          public String legalFirstName()
          +
          Returns the value of the legalFirstName record component.
          +
          +
          Returns:
          +
          the value of the legalFirstName record component
          +
          +
          +
        • +
        • +
          +

          legalMiddleName

          +
          public String legalMiddleName()
          +
          Returns the value of the legalMiddleName record component.
          +
          +
          Returns:
          +
          the value of the legalMiddleName record component
          +
          +
          +
        • +
        • +
          +

          clientStatusCode

          +
          public String clientStatusCode()
          +
          Returns the value of the clientStatusCode record component.
          +
          +
          Returns:
          +
          the value of the clientStatusCode record component
          +
          +
          +
        • +
        • +
          +

          clientTypeCode

          +
          public String clientTypeCode()
          +
          Returns the value of the clientTypeCode record component.
          +
          +
          Returns:
          +
          the value of the clientTypeCode record component
          +
          +
          +
        • +
        • +
          +

          birthdate

          +
          public LocalDate birthdate()
          +
          Returns the value of the birthdate record component.
          +
          +
          Returns:
          +
          the value of the birthdate record component
          +
          +
          +
        • +
        • +
          +

          clientIdTypeCode

          +
          public String clientIdTypeCode()
          +
          Returns the value of the clientIdTypeCode record component.
          +
          +
          Returns:
          +
          the value of the clientIdTypeCode record component
          +
          +
          +
        • +
        • +
          +

          clientIdentification

          +
          public String clientIdentification()
          +
          Returns the value of the clientIdentification record component.
          +
          +
          Returns:
          +
          the value of the clientIdentification record component
          +
          +
          +
        • +
        • +
          +

          registryCompanyTypeCode

          +
          public String registryCompanyTypeCode()
          +
          Returns the value of the registryCompanyTypeCode record component.
          +
          +
          Returns:
          +
          the value of the registryCompanyTypeCode record component
          +
          +
          +
        • +
        • +
          +

          corpRegnNmbr

          +
          public String corpRegnNmbr()
          +
          Returns the value of the corpRegnNmbr record component.
          +
          +
          Returns:
          +
          the value of the corpRegnNmbr record component
          +
          +
          +
        • +
        • +
          +

          clientComment

          +
          public String clientComment()
          +
          Returns the value of the clientComment record component.
          +
          +
          Returns:
          +
          the value of the clientComment record component
          +
          +
          +
        • +
        • +
          +

          createdBy

          +
          public String createdBy()
          +
          Returns the value of the createdBy record component.
          +
          +
          Returns:
          +
          the value of the createdBy record component
          +
          +
          +
        • +
        • +
          +

          updatedBy

          +
          public String updatedBy()
          +
          Returns the value of the updatedBy record component.
          +
          +
          Returns:
          +
          the value of the updatedBy record component
          +
          +
          +
        • +
        • +
          +

          orgUnit

          +
          public Long orgUnit()
          +
          Returns the value of the orgUnit record component.
          +
          +
          Returns:
          +
          the value of the orgUnit record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/ForestClientLocationDto.html b/processor/ca/bc/gov/app/dto/legacy/ForestClientLocationDto.html new file mode 100644 index 0000000000..b52c509aab --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/ForestClientLocationDto.html @@ -0,0 +1,653 @@ + + + + +ForestClientLocationDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Record Class ForestClientLocationDto

      +
      +
      java.lang.Object +
      java.lang.Record +
      ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      +
      +
      +
      public record ForestClientLocationDto(String clientNumber, String clientLocnCode, String clientLocnName, String addressOne, String addressTwo, String addressThree, String city, String province, String postalCode, String country, String businessPhone, String homePhone, String cellPhone, String faxNumber, String emailAddress, String locnExpiredInd, LocalDate returnedMailDate, String trustLocationInd, String cliLocnComment, String createdBy, String updatedBy, Long updateOrgUnit, Long addOrgUnit) +extends Record
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ForestClientLocationDto

          +
          public ForestClientLocationDto(String clientNumber, + String clientLocnCode, + String clientLocnName, + String addressOne, + String addressTwo, + String addressThree, + String city, + String province, + String postalCode, + String country, + String businessPhone, + String homePhone, + String cellPhone, + String faxNumber, + String emailAddress, + String locnExpiredInd, + LocalDate returnedMailDate, + String trustLocationInd, + String cliLocnComment, + String createdBy, + String updatedBy, + Long updateOrgUnit, + Long addOrgUnit)
          +
          Creates an instance of a ForestClientLocationDto record class.
          +
          +
          Parameters:
          +
          clientNumber - the value for the clientNumber record component
          +
          clientLocnCode - the value for the clientLocnCode record component
          +
          clientLocnName - the value for the clientLocnName record component
          +
          addressOne - the value for the addressOne record component
          +
          addressTwo - the value for the addressTwo record component
          +
          addressThree - the value for the addressThree record component
          +
          city - the value for the city record component
          +
          province - the value for the province record component
          +
          postalCode - the value for the postalCode record component
          +
          country - the value for the country record component
          +
          businessPhone - the value for the businessPhone record component
          +
          homePhone - the value for the homePhone record component
          +
          cellPhone - the value for the cellPhone record component
          +
          faxNumber - the value for the faxNumber record component
          +
          emailAddress - the value for the emailAddress record component
          +
          locnExpiredInd - the value for the locnExpiredInd record component
          +
          returnedMailDate - the value for the returnedMailDate record component
          +
          trustLocationInd - the value for the trustLocationInd record component
          +
          cliLocnComment - the value for the cliLocnComment record component
          +
          createdBy - the value for the createdBy record component
          +
          updatedBy - the value for the updatedBy record component
          +
          updateOrgUnit - the value for the updateOrgUnit record component
          +
          addOrgUnit - the value for the addOrgUnit record component
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          toString

          +
          public final String toString()
          +
          Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
          +
          +
          Specified by:
          +
          toString in class Record
          +
          Returns:
          +
          a string representation of this object
          +
          +
          +
        • +
        • +
          +

          hashCode

          +
          public final int hashCode()
          +
          Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
          +
          +
          Specified by:
          +
          hashCode in class Record
          +
          Returns:
          +
          a hash code value for this object
          +
          +
          +
        • +
        • +
          +

          equals

          +
          public final boolean equals(Object o)
          +
          Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
          +
          +
          Specified by:
          +
          equals in class Record
          +
          Parameters:
          +
          o - the object with which to compare
          +
          Returns:
          +
          true if this object is the same as the o argument; false otherwise.
          +
          +
          +
        • +
        • +
          +

          clientNumber

          +
          public String clientNumber()
          +
          Returns the value of the clientNumber record component.
          +
          +
          Returns:
          +
          the value of the clientNumber record component
          +
          +
          +
        • +
        • +
          +

          clientLocnCode

          +
          public String clientLocnCode()
          +
          Returns the value of the clientLocnCode record component.
          +
          +
          Returns:
          +
          the value of the clientLocnCode record component
          +
          +
          +
        • +
        • +
          +

          clientLocnName

          +
          public String clientLocnName()
          +
          Returns the value of the clientLocnName record component.
          +
          +
          Returns:
          +
          the value of the clientLocnName record component
          +
          +
          +
        • +
        • +
          +

          addressOne

          +
          public String addressOne()
          +
          Returns the value of the addressOne record component.
          +
          +
          Returns:
          +
          the value of the addressOne record component
          +
          +
          +
        • +
        • +
          +

          addressTwo

          +
          public String addressTwo()
          +
          Returns the value of the addressTwo record component.
          +
          +
          Returns:
          +
          the value of the addressTwo record component
          +
          +
          +
        • +
        • +
          +

          addressThree

          +
          public String addressThree()
          +
          Returns the value of the addressThree record component.
          +
          +
          Returns:
          +
          the value of the addressThree record component
          +
          +
          +
        • +
        • +
          +

          city

          +
          public String city()
          +
          Returns the value of the city record component.
          +
          +
          Returns:
          +
          the value of the city record component
          +
          +
          +
        • +
        • +
          +

          province

          +
          public String province()
          +
          Returns the value of the province record component.
          +
          +
          Returns:
          +
          the value of the province record component
          +
          +
          +
        • +
        • +
          +

          postalCode

          +
          public String postalCode()
          +
          Returns the value of the postalCode record component.
          +
          +
          Returns:
          +
          the value of the postalCode record component
          +
          +
          +
        • +
        • +
          +

          country

          +
          public String country()
          +
          Returns the value of the country record component.
          +
          +
          Returns:
          +
          the value of the country record component
          +
          +
          +
        • +
        • +
          +

          businessPhone

          +
          public String businessPhone()
          +
          Returns the value of the businessPhone record component.
          +
          +
          Returns:
          +
          the value of the businessPhone record component
          +
          +
          +
        • +
        • +
          +

          homePhone

          +
          public String homePhone()
          +
          Returns the value of the homePhone record component.
          +
          +
          Returns:
          +
          the value of the homePhone record component
          +
          +
          +
        • +
        • +
          +

          cellPhone

          +
          public String cellPhone()
          +
          Returns the value of the cellPhone record component.
          +
          +
          Returns:
          +
          the value of the cellPhone record component
          +
          +
          +
        • +
        • +
          +

          faxNumber

          +
          public String faxNumber()
          +
          Returns the value of the faxNumber record component.
          +
          +
          Returns:
          +
          the value of the faxNumber record component
          +
          +
          +
        • +
        • +
          +

          emailAddress

          +
          public String emailAddress()
          +
          Returns the value of the emailAddress record component.
          +
          +
          Returns:
          +
          the value of the emailAddress record component
          +
          +
          +
        • +
        • +
          +

          locnExpiredInd

          +
          public String locnExpiredInd()
          +
          Returns the value of the locnExpiredInd record component.
          +
          +
          Returns:
          +
          the value of the locnExpiredInd record component
          +
          +
          +
        • +
        • +
          +

          returnedMailDate

          +
          public LocalDate returnedMailDate()
          +
          Returns the value of the returnedMailDate record component.
          +
          +
          Returns:
          +
          the value of the returnedMailDate record component
          +
          +
          +
        • +
        • +
          +

          trustLocationInd

          +
          public String trustLocationInd()
          +
          Returns the value of the trustLocationInd record component.
          +
          +
          Returns:
          +
          the value of the trustLocationInd record component
          +
          +
          +
        • +
        • +
          +

          cliLocnComment

          +
          public String cliLocnComment()
          +
          Returns the value of the cliLocnComment record component.
          +
          +
          Returns:
          +
          the value of the cliLocnComment record component
          +
          +
          +
        • +
        • +
          +

          createdBy

          +
          public String createdBy()
          +
          Returns the value of the createdBy record component.
          +
          +
          Returns:
          +
          the value of the createdBy record component
          +
          +
          +
        • +
        • +
          +

          updatedBy

          +
          public String updatedBy()
          +
          Returns the value of the updatedBy record component.
          +
          +
          Returns:
          +
          the value of the updatedBy record component
          +
          +
          +
        • +
        • +
          +

          updateOrgUnit

          +
          public Long updateOrgUnit()
          +
          Returns the value of the updateOrgUnit record component.
          +
          +
          Returns:
          +
          the value of the updateOrgUnit record component
          +
          +
          +
        • +
        • +
          +

          addOrgUnit

          +
          public Long addOrgUnit()
          +
          Returns the value of the addOrgUnit record component.
          +
          +
          Returns:
          +
          the value of the addOrgUnit record component
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/class-use/ClientDoingBusinessAsDto.html b/processor/ca/bc/gov/app/dto/legacy/class-use/ClientDoingBusinessAsDto.html new file mode 100644 index 0000000000..122a5ecfc0 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/class-use/ClientDoingBusinessAsDto.html @@ -0,0 +1,87 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto

      +
      +
      Packages that use ClientDoingBusinessAsDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientContactDto.html b/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientContactDto.html new file mode 100644 index 0000000000..8a22b91afb --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientContactDto.html @@ -0,0 +1,87 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.legacy.ForestClientContactDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.legacy.ForestClientContactDto

      +
      +
      Packages that use ForestClientContactDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientDto.html b/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientDto.html new file mode 100644 index 0000000000..249e21c2f1 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientDto.html @@ -0,0 +1,131 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.legacy.ForestClientDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.legacy.ForestClientDto

      +
      +
      Packages that use ForestClientDto
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientLocationDto.html b/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientLocationDto.html new file mode 100644 index 0000000000..9ead0f3134 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/class-use/ForestClientLocationDto.html @@ -0,0 +1,62 @@ + + + + +Uses of Record Class ca.bc.gov.app.dto.legacy.ForestClientLocationDto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Record Class
      ca.bc.gov.app.dto.legacy.ForestClientLocationDto

      +
      +No usage of ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/package-summary.html b/processor/ca/bc/gov/app/dto/legacy/package-summary.html new file mode 100644 index 0000000000..81dcdcf329 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/package-summary.html @@ -0,0 +1,106 @@ + + + + +ca.bc.gov.app.dto.legacy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.dto.legacy

      +
      +
      +
      package ca.bc.gov.app.dto.legacy
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/package-tree.html b/processor/ca/bc/gov/app/dto/legacy/package-tree.html new file mode 100644 index 0000000000..8b53991f6f --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/package-tree.html @@ -0,0 +1,83 @@ + + + + +ca.bc.gov.app.dto.legacy Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.dto.legacy

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/legacy/package-use.html b/processor/ca/bc/gov/app/dto/legacy/package-use.html new file mode 100644 index 0000000000..e280f41e5f --- /dev/null +++ b/processor/ca/bc/gov/app/dto/legacy/package-use.html @@ -0,0 +1,88 @@ + + + + +Uses of Package ca.bc.gov.app.dto.legacy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.dto.legacy

      +
      +
      Packages that use ca.bc.gov.app.dto.legacy
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/package-summary.html b/processor/ca/bc/gov/app/dto/package-summary.html new file mode 100644 index 0000000000..97a2d9ae66 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/package-summary.html @@ -0,0 +1,114 @@ + + + + +ca.bc.gov.app.dto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.dto

      +
      +
      +
      package ca.bc.gov.app.dto
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/package-tree.html b/processor/ca/bc/gov/app/dto/package-tree.html new file mode 100644 index 0000000000..c8082ee580 --- /dev/null +++ b/processor/ca/bc/gov/app/dto/package-tree.html @@ -0,0 +1,84 @@ + + + + +ca.bc.gov.app.dto Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.dto

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/dto/package-use.html b/processor/ca/bc/gov/app/dto/package-use.html new file mode 100644 index 0000000000..6aa6f69d0d --- /dev/null +++ b/processor/ca/bc/gov/app/dto/package-use.html @@ -0,0 +1,143 @@ + + + + +Uses of Package ca.bc.gov.app.dto (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.dto

      +
      +
      Packages that use ca.bc.gov.app.dto
      + +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/BaseEntity.html b/processor/ca/bc/gov/app/entity/BaseEntity.html new file mode 100644 index 0000000000..218ed468e6 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/BaseEntity.html @@ -0,0 +1,187 @@ + + + + +BaseEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class BaseEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.BaseEntity
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      ExpirableBaseEntity, SubmissionEntity
      +
      +
      +
      public abstract class BaseEntity +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          updatedAt

          +
          @Column("update_timestamp") +protected LocalDateTime updatedAt
          +
          +
        • +
        • +
          +

          createdBy

          +
          @Column("create_user") +@NotNull +protected @NotNull String createdBy
          +
          +
        • +
        • +
          +

          updatedBy

          +
          @Column("update_user") +protected String updatedBy
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BaseEntity

          +
          public BaseEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/CountryCodeEntity.html b/processor/ca/bc/gov/app/entity/CountryCodeEntity.html new file mode 100644 index 0000000000..246d596dae --- /dev/null +++ b/processor/ca/bc/gov/app/entity/CountryCodeEntity.html @@ -0,0 +1,153 @@ + + + + +CountryCodeEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class CountryCodeEntity

      +
      + +
      +
      +
      @Table(name="country_code", + schema="nrfc") +public class CountryCodeEntity +extends ExpirableBaseEntity
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          CountryCodeEntity

          +
          public CountryCodeEntity(@NotNull @Size(min=2,max=2) + @NotNull @Size(min=2,max=2) String countryCode, + String description)
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/ExpirableBaseEntity.html b/processor/ca/bc/gov/app/entity/ExpirableBaseEntity.html new file mode 100644 index 0000000000..74c7dca63b --- /dev/null +++ b/processor/ca/bc/gov/app/entity/ExpirableBaseEntity.html @@ -0,0 +1,205 @@ + + + + +ExpirableBaseEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ExpirableBaseEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.BaseEntity +
      ca.bc.gov.app.entity.ExpirableBaseEntity
      +
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      CountryCodeEntity
      +
      +
      +
      public abstract class ExpirableBaseEntity +extends BaseEntity
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          description

          +
          @NotNull +@Size(min=5, + max=100) +protected @NotNull @Size(min=5,max=100) String description
          +
          +
        • +
        • +
          +

          createdAt

          +
          @Column("create_timestamp") +protected LocalDateTime createdAt
          +
          +
        • +
        • +
          +

          effectiveAt

          +
          @NotNull +@Column("effective_date") +protected @NotNull LocalDate effectiveAt
          +
          +
        • +
        • +
          +

          expiredAt

          +
          @NotNull +@Column("expiry_date") +protected @NotNull LocalDate expiredAt
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ExpirableBaseEntity

          +
          public ExpirableBaseEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionContactEntity.html b/processor/ca/bc/gov/app/entity/SubmissionContactEntity.html new file mode 100644 index 0000000000..9660d83b62 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionContactEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionContactEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionContactEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.SubmissionContactEntity
      +
      +
      +
      +
      @Table(name="submission_contact", + schema="nrfc") +public class SubmissionContactEntity +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionContactEntity

          +
          public SubmissionContactEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionDetailEntity.html b/processor/ca/bc/gov/app/entity/SubmissionDetailEntity.html new file mode 100644 index 0000000000..a8a082d277 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionDetailEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionDetailEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionDetailEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.SubmissionDetailEntity
      +
      +
      +
      +
      @Table(name="submission_detail", + schema="nrfc") +public class SubmissionDetailEntity +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionDetailEntity

          +
          public SubmissionDetailEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionEntity.html b/processor/ca/bc/gov/app/entity/SubmissionEntity.html new file mode 100644 index 0000000000..b5a6898292 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionEntity.html @@ -0,0 +1,145 @@ + + + + +SubmissionEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.BaseEntity +
      ca.bc.gov.app.entity.SubmissionEntity
      +
      +
      +
      +
      +
      @Table(name="submission", + schema="nrfc") +public class SubmissionEntity +extends BaseEntity
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionEntity

          +
          public SubmissionEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionLocationContactEntity.html b/processor/ca/bc/gov/app/entity/SubmissionLocationContactEntity.html new file mode 100644 index 0000000000..a063368c4b --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionLocationContactEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionLocationContactEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionLocationContactEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.SubmissionLocationContactEntity
      +
      +
      +
      +
      @Table(name="submission_location_contact_xref", + schema="nrfc") +public class SubmissionLocationContactEntity +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionLocationContactEntity

          +
          public SubmissionLocationContactEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionLocationContactIdEntity.html b/processor/ca/bc/gov/app/entity/SubmissionLocationContactIdEntity.html new file mode 100644 index 0000000000..44df9ea125 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionLocationContactIdEntity.html @@ -0,0 +1,132 @@ + + + + +SubmissionLocationContactIdEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionLocationContactIdEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.SubmissionLocationContactIdEntity
      +
      +
      +
      +
      public class SubmissionLocationContactIdEntity +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionLocationContactIdEntity

          +
          public SubmissionLocationContactIdEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionLocationEntity.html b/processor/ca/bc/gov/app/entity/SubmissionLocationEntity.html new file mode 100644 index 0000000000..96f144154d --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionLocationEntity.html @@ -0,0 +1,134 @@ + + + + +SubmissionLocationEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionLocationEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.SubmissionLocationEntity
      +
      +
      +
      +
      @Table(name="submission_location", + schema="nrfc") +public class SubmissionLocationEntity +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionLocationEntity

          +
          public SubmissionLocationEntity()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionMatchDetailEntity.html b/processor/ca/bc/gov/app/entity/SubmissionMatchDetailEntity.html new file mode 100644 index 0000000000..5cadf25ce1 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionMatchDetailEntity.html @@ -0,0 +1,207 @@ + + + + +SubmissionMatchDetailEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SubmissionMatchDetailEntity

      +
      +
      java.lang.Object +
      ca.bc.gov.app.entity.SubmissionMatchDetailEntity
      +
      +
      +
      +
      @Table(name="submission_matching_detail", + schema="nrfc") +public class SubmissionMatchDetailEntity +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          updatedAt

          +
          @Column("confirmed_match_timestamp") +protected LocalDateTime updatedAt
          +
          +
        • +
        • +
          +

          createdBy

          +
          @Column("confirmed_match_userid") +@Size(min=1, + max=60) +protected @Size(min=1,max=60) String createdBy
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SubmissionMatchDetailEntity

          +
          public SubmissionMatchDetailEntity()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          isBeingProcessed

          +
          public boolean isBeingProcessed()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionStatusEnum.html b/processor/ca/bc/gov/app/entity/SubmissionStatusEnum.html new file mode 100644 index 0000000000..a932322d46 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionStatusEnum.html @@ -0,0 +1,275 @@ + + + + +SubmissionStatusEnum (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Enum Class SubmissionStatusEnum

      +
      +
      java.lang.Object +
      java.lang.Enum<SubmissionStatusEnum> +
      ca.bc.gov.app.entity.SubmissionStatusEnum
      +
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      Serializable, Comparable<SubmissionStatusEnum>, Constable
      +
      +
      +
      public enum SubmissionStatusEnum +extends Enum<SubmissionStatusEnum>
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Enum Constant Details

        + +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          values

          +
          public static SubmissionStatusEnum[] values()
          +
          Returns an array containing the constants of this enum class, in +the order they are declared.
          +
          +
          Returns:
          +
          an array containing the constants of this enum class, in the order they are declared
          +
          +
          +
        • +
        • +
          +

          valueOf

          +
          public static SubmissionStatusEnum valueOf(String name)
          +
          Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
          +
          +
          Parameters:
          +
          name - the name of the enum constant to be returned.
          +
          Returns:
          +
          the enum constant with the specified name
          +
          Throws:
          +
          IllegalArgumentException - if this enum class has no constant with the specified name
          +
          NullPointerException - if the argument is null
          +
          +
          +
        • +
        • +
          +

          value

          +
          public String value()
          +
          +
        • +
        • +
          +

          fromValue

          +
          public static SubmissionStatusEnum fromValue(String value)
          +
          Returns the enum constant with the specified string value.
          +
          +
          Parameters:
          +
          value - the string value representing the enum constant
          +
          Returns:
          +
          the enum constant with the specified string value
          +
          Throws:
          +
          IllegalArgumentException - if no enum constant with the specified string value exists
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/SubmissionTypeCodeEnum.html b/processor/ca/bc/gov/app/entity/SubmissionTypeCodeEnum.html new file mode 100644 index 0000000000..74ee02305c --- /dev/null +++ b/processor/ca/bc/gov/app/entity/SubmissionTypeCodeEnum.html @@ -0,0 +1,267 @@ + + + + +SubmissionTypeCodeEnum (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Enum Class SubmissionTypeCodeEnum

      +
      +
      java.lang.Object +
      java.lang.Enum<SubmissionTypeCodeEnum> +
      ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      Serializable, Comparable<SubmissionTypeCodeEnum>, Constable
      +
      +
      +
      public enum SubmissionTypeCodeEnum +extends Enum<SubmissionTypeCodeEnum>
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Enum Constant Details

        + +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          values

          +
          public static SubmissionTypeCodeEnum[] values()
          +
          Returns an array containing the constants of this enum class, in +the order they are declared.
          +
          +
          Returns:
          +
          an array containing the constants of this enum class, in the order they are declared
          +
          +
          +
        • +
        • +
          +

          valueOf

          +
          public static SubmissionTypeCodeEnum valueOf(String name)
          +
          Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
          +
          +
          Parameters:
          +
          name - the name of the enum constant to be returned.
          +
          Returns:
          +
          the enum constant with the specified name
          +
          Throws:
          +
          IllegalArgumentException - if this enum class has no constant with the specified name
          +
          NullPointerException - if the argument is null
          +
          +
          +
        • +
        • +
          +

          value

          +
          public String value()
          +
          +
        • +
        • +
          +

          fromValue

          +
          public static SubmissionTypeCodeEnum fromValue(String value)
          +
          Returns the enum constant with the specified string value.
          +
          +
          Parameters:
          +
          value - the string value representing the enum constant
          +
          Returns:
          +
          the enum constant with the specified string value
          +
          Throws:
          +
          IllegalArgumentException - if no enum constant with the specified string value exists
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/BaseEntity.html b/processor/ca/bc/gov/app/entity/class-use/BaseEntity.html new file mode 100644 index 0000000000..7058fc6062 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/BaseEntity.html @@ -0,0 +1,93 @@ + + + + +Uses of Class ca.bc.gov.app.entity.BaseEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.BaseEntity

      +
      +
      Packages that use BaseEntity
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/CountryCodeEntity.html b/processor/ca/bc/gov/app/entity/class-use/CountryCodeEntity.html new file mode 100644 index 0000000000..8ba1d01986 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/CountryCodeEntity.html @@ -0,0 +1,93 @@ + + + + +Uses of Class ca.bc.gov.app.entity.CountryCodeEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.CountryCodeEntity

      +
      +
      Packages that use CountryCodeEntity
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/ExpirableBaseEntity.html b/processor/ca/bc/gov/app/entity/class-use/ExpirableBaseEntity.html new file mode 100644 index 0000000000..140044f4ad --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/ExpirableBaseEntity.html @@ -0,0 +1,87 @@ + + + + +Uses of Class ca.bc.gov.app.entity.ExpirableBaseEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.ExpirableBaseEntity

      +
      +
      Packages that use ExpirableBaseEntity
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionContactEntity.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionContactEntity.html new file mode 100644 index 0000000000..19b580364c --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionContactEntity.html @@ -0,0 +1,90 @@ + + + + +Uses of Class ca.bc.gov.app.entity.SubmissionContactEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.SubmissionContactEntity

      +
      +
      Packages that use SubmissionContactEntity
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionDetailEntity.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionDetailEntity.html new file mode 100644 index 0000000000..b407a51b46 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionDetailEntity.html @@ -0,0 +1,87 @@ + + + + +Uses of Class ca.bc.gov.app.entity.SubmissionDetailEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.SubmissionDetailEntity

      +
      +
      Packages that use SubmissionDetailEntity
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionEntity.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionEntity.html new file mode 100644 index 0000000000..faa56de4e4 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionEntity.html @@ -0,0 +1,87 @@ + + + + +Uses of Class ca.bc.gov.app.entity.SubmissionEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.SubmissionEntity

      +
      +
      Packages that use SubmissionEntity
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationContactEntity.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationContactEntity.html new file mode 100644 index 0000000000..fa57846348 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationContactEntity.html @@ -0,0 +1,90 @@ + + + + +Uses of Class ca.bc.gov.app.entity.SubmissionLocationContactEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.SubmissionLocationContactEntity

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationContactIdEntity.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationContactIdEntity.html new file mode 100644 index 0000000000..6809de9808 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationContactIdEntity.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.entity.SubmissionLocationContactIdEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.SubmissionLocationContactIdEntity

      +
      +No usage of ca.bc.gov.app.entity.SubmissionLocationContactIdEntity
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationEntity.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationEntity.html new file mode 100644 index 0000000000..2592b1aab2 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionLocationEntity.html @@ -0,0 +1,106 @@ + + + + +Uses of Class ca.bc.gov.app.entity.SubmissionLocationEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.SubmissionLocationEntity

      +
      +
      Packages that use SubmissionLocationEntity
      +
      +
      Package
      +
      Description
      + +
       
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionMatchDetailEntity.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionMatchDetailEntity.html new file mode 100644 index 0000000000..5a26cae25d --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionMatchDetailEntity.html @@ -0,0 +1,159 @@ + + + + +Uses of Class ca.bc.gov.app.entity.SubmissionMatchDetailEntity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.entity.SubmissionMatchDetailEntity

      +
      +
      Packages that use SubmissionMatchDetailEntity
      + +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionStatusEnum.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionStatusEnum.html new file mode 100644 index 0000000000..97f93ceb03 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionStatusEnum.html @@ -0,0 +1,100 @@ + + + + +Uses of Enum Class ca.bc.gov.app.entity.SubmissionStatusEnum (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Enum Class
      ca.bc.gov.app.entity.SubmissionStatusEnum

      +
      +
      Packages that use SubmissionStatusEnum
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/class-use/SubmissionTypeCodeEnum.html b/processor/ca/bc/gov/app/entity/class-use/SubmissionTypeCodeEnum.html new file mode 100644 index 0000000000..c3e55411e9 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/class-use/SubmissionTypeCodeEnum.html @@ -0,0 +1,116 @@ + + + + +Uses of Enum Class ca.bc.gov.app.entity.SubmissionTypeCodeEnum (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Enum Class
      ca.bc.gov.app.entity.SubmissionTypeCodeEnum

      +
      +
      Packages that use SubmissionTypeCodeEnum
      +
      +
      Package
      +
      Description
      + +
       
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/package-summary.html b/processor/ca/bc/gov/app/entity/package-summary.html new file mode 100644 index 0000000000..0854d934fb --- /dev/null +++ b/processor/ca/bc/gov/app/entity/package-summary.html @@ -0,0 +1,126 @@ + + + + +ca.bc.gov.app.entity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.entity

      +
      +
      +
      package ca.bc.gov.app.entity
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/package-tree.html b/processor/ca/bc/gov/app/entity/package-tree.html new file mode 100644 index 0000000000..bd9ae0c10b --- /dev/null +++ b/processor/ca/bc/gov/app/entity/package-tree.html @@ -0,0 +1,106 @@ + + + + +ca.bc.gov.app.entity Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.entity

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +

      Enum Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/entity/package-use.html b/processor/ca/bc/gov/app/entity/package-use.html new file mode 100644 index 0000000000..acfee827e7 --- /dev/null +++ b/processor/ca/bc/gov/app/entity/package-use.html @@ -0,0 +1,158 @@ + + + + +Uses of Package ca.bc.gov.app.entity (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.entity

      +
      +
      Packages that use ca.bc.gov.app.entity
      + +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/exception/InvalidAccessTokenException.html b/processor/ca/bc/gov/app/exception/InvalidAccessTokenException.html new file mode 100644 index 0000000000..2002a191fb --- /dev/null +++ b/processor/ca/bc/gov/app/exception/InvalidAccessTokenException.html @@ -0,0 +1,181 @@ + + + + +InvalidAccessTokenException (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class InvalidAccessTokenException

      +
      +
      java.lang.Object +
      java.lang.Throwable +
      java.lang.Exception +
      java.lang.RuntimeException +
      org.springframework.core.NestedRuntimeException +
      org.springframework.web.ErrorResponseException +
      org.springframework.web.server.ResponseStatusException +
      ca.bc.gov.app.exception.InvalidAccessTokenException
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      Serializable, org.springframework.web.ErrorResponse
      +
      +
      +
      @ResponseStatus(UNAUTHORIZED) +public class InvalidAccessTokenException +extends org.springframework.web.server.ResponseStatusException
      +
      +
      See Also:
      +
      + +
      +
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          InvalidAccessTokenException

          +
          public InvalidAccessTokenException()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/exception/NoClientDataFound.html b/processor/ca/bc/gov/app/exception/NoClientDataFound.html new file mode 100644 index 0000000000..256d574232 --- /dev/null +++ b/processor/ca/bc/gov/app/exception/NoClientDataFound.html @@ -0,0 +1,181 @@ + + + + +NoClientDataFound (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class NoClientDataFound

      +
      +
      java.lang.Object +
      java.lang.Throwable +
      java.lang.Exception +
      java.lang.RuntimeException +
      org.springframework.core.NestedRuntimeException +
      org.springframework.web.ErrorResponseException +
      org.springframework.web.server.ResponseStatusException +
      ca.bc.gov.app.exception.NoClientDataFound
      +
      +
      +
      +
      +
      +
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      Serializable, org.springframework.web.ErrorResponse
      +
      +
      +
      @ResponseStatus(NOT_FOUND) +public class NoClientDataFound +extends org.springframework.web.server.ResponseStatusException
      +
      +
      See Also:
      +
      + +
      +
      +
      +
      +
        + +
      • +
        +

        Nested Class Summary

        +
        +

        Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse

        +org.springframework.web.ErrorResponse.Builder
        +
        +
      • + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        +
        NoClientDataFound(String clientNumber)
        +
         
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +

        Methods inherited from class org.springframework.web.server.ResponseStatusException

        +getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody
        +
        +

        Methods inherited from class org.springframework.web.ErrorResponseException

        +getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType
        +
        +

        Methods inherited from class org.springframework.core.NestedRuntimeException

        +contains, getMostSpecificCause, getRootCause
        + +
        +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        +
        +

        Methods inherited from interface org.springframework.web.ErrorResponse

        +getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          NoClientDataFound

          +
          public NoClientDataFound(String clientNumber)
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/exception/class-use/InvalidAccessTokenException.html b/processor/ca/bc/gov/app/exception/class-use/InvalidAccessTokenException.html new file mode 100644 index 0000000000..8b41274ca4 --- /dev/null +++ b/processor/ca/bc/gov/app/exception/class-use/InvalidAccessTokenException.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.InvalidAccessTokenException (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.exception.InvalidAccessTokenException

      +
      +No usage of ca.bc.gov.app.exception.InvalidAccessTokenException
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/exception/class-use/NoClientDataFound.html b/processor/ca/bc/gov/app/exception/class-use/NoClientDataFound.html new file mode 100644 index 0000000000..1e98afc213 --- /dev/null +++ b/processor/ca/bc/gov/app/exception/class-use/NoClientDataFound.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.exception.NoClientDataFound (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.exception.NoClientDataFound

      +
      +No usage of ca.bc.gov.app.exception.NoClientDataFound
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/exception/package-summary.html b/processor/ca/bc/gov/app/exception/package-summary.html new file mode 100644 index 0000000000..13678d2e88 --- /dev/null +++ b/processor/ca/bc/gov/app/exception/package-summary.html @@ -0,0 +1,100 @@ + + + + +ca.bc.gov.app.exception (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.exception

      +
      +
      +
      package ca.bc.gov.app.exception
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/exception/package-tree.html b/processor/ca/bc/gov/app/exception/package-tree.html new file mode 100644 index 0000000000..1f19caa460 --- /dev/null +++ b/processor/ca/bc/gov/app/exception/package-tree.html @@ -0,0 +1,101 @@ + + + + +ca.bc.gov.app.exception Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.exception

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/exception/package-use.html b/processor/ca/bc/gov/app/exception/package-use.html new file mode 100644 index 0000000000..41eb05a924 --- /dev/null +++ b/processor/ca/bc/gov/app/exception/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.exception (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.exception

      +
      +No usage of ca.bc.gov.app.exception
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/ContactMatcher.html b/processor/ca/bc/gov/app/matchers/ContactMatcher.html new file mode 100644 index 0000000000..b6e871d4ef --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/ContactMatcher.html @@ -0,0 +1,257 @@ + + + + +ContactMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ContactMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.ContactMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class ContactMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches contacts. It implements the ProcessorMatcher interface. It + uses a WebClient to interact with the legacy client API and a SubmissionContactRepository to + retrieve submission contacts.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ContactMatcher

          +
          public ContactMatcher(@Qualifier("legacyClientApi") + org.springframework.web.reactive.function.client.WebClient legacyClientApi, + SubmissionContactRepository contactRepository)
          +
          This constructor initializes the ContactMatcher with a WebClient for the legacy client API and + a SubmissionContactRepository.
          +
          +
          Parameters:
          +
          legacyClientApi - A WebClient for the legacy client API.
          +
          contactRepository - A SubmissionContactRepository to retrieve submission contacts.
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. It always returns true.
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. It retrieves the contact + for the submission from the contact repository and sends a request to the legacy client API to + find matches. It then collects the client numbers of the matches into a MatcherResult.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/DoingBusinessAsProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/DoingBusinessAsProcessorMatcher.html new file mode 100644 index 0000000000..5ab5feac15 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/DoingBusinessAsProcessorMatcher.html @@ -0,0 +1,245 @@ + + + + +DoingBusinessAsProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class DoingBusinessAsProcessorMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class DoingBusinessAsProcessorMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches submissions based on the "Doing Business As" field. + It implements the ProcessorMatcher interface. + It uses a LegacyService to interact with the legacy system.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          DoingBusinessAsProcessorMatcher

          +
          public DoingBusinessAsProcessorMatcher()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. + It returns true if the client type of the submission is "RSP".
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. + It retrieves the "Doing Business As" name for the submission and sends a request to the legacy service to find matches. + It then collects the client numbers of the matches into a MatcherResult.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/GoodStandingProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/GoodStandingProcessorMatcher.html new file mode 100644 index 0000000000..0fdc3e59b5 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/GoodStandingProcessorMatcher.html @@ -0,0 +1,246 @@ + + + + +GoodStandingProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class GoodStandingProcessorMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.GoodStandingProcessorMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class GoodStandingProcessorMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches submissions based on the "Good Standing" field. + It implements the ProcessorMatcher interface.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          GoodStandingProcessorMatcher

          +
          public GoodStandingProcessorMatcher()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. + It always returns true.
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. + It checks the "Good Standing" field of the submission. + If the field is blank, it returns a MatcherResult with a message "Value not found". + If the field is "N", it returns a MatcherResult with a message "Client not in good standing". + Otherwise, it returns a MatcherResult with an empty set.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the result of the matching operation.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/IndividualProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/IndividualProcessorMatcher.html new file mode 100644 index 0000000000..a79fd33776 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/IndividualProcessorMatcher.html @@ -0,0 +1,253 @@ + + + + +IndividualProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class IndividualProcessorMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.IndividualProcessorMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class IndividualProcessorMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches submissions based on individual client type. + It implements the ProcessorMatcher interface. + It uses a WebClient to interact with the legacy client API.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          IndividualProcessorMatcher

          +
          public IndividualProcessorMatcher(@Qualifier("legacyClientApi") + org.springframework.web.reactive.function.client.WebClient legacyClientApi)
          +
          This constructor initializes the IndividualProcessorMatcher with a WebClient for the legacy client API.
          +
          +
          Parameters:
          +
          legacyClientApi - A WebClient for the legacy client API.
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. + It returns true if the client type of the submission is "I".
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. + It sends a request to the legacy client API to find matches based on the first name, last name, and date of birth. + It then collects the client numbers of the matches into a MatcherResult.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/LegalNameProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/LegalNameProcessorMatcher.html new file mode 100644 index 0000000000..1e0ecde923 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/LegalNameProcessorMatcher.html @@ -0,0 +1,253 @@ + + + + +LegalNameProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegalNameProcessorMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.LegalNameProcessorMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class LegalNameProcessorMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches submissions based on the legal name. + It implements the ProcessorMatcher interface. + It uses a WebClient to interact with the legacy client API.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          LegalNameProcessorMatcher

          +
          public LegalNameProcessorMatcher(@Qualifier("legacyClientApi") + org.springframework.web.reactive.function.client.WebClient legacyClientApi)
          +
          This constructor initializes the LegalNameProcessorMatcher with a WebClient for the legacy client API.
          +
          +
          Parameters:
          +
          legacyClientApi - A WebClient for the legacy client API.
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. + It always returns true.
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. + It sends a request to the legacy client API to find matches based on the corporation name. + It then collects the client numbers of the matches into a MatcherResult.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/LocationMatcher.html b/processor/ca/bc/gov/app/matchers/LocationMatcher.html new file mode 100644 index 0000000000..caa0af0052 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/LocationMatcher.html @@ -0,0 +1,256 @@ + + + + +LocationMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LocationMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.LocationMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class LocationMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches submissions based on location. + It implements the ProcessorMatcher interface. + It uses a WebClient to interact with the legacy client API and a SubmissionLocationRepository to interact with the submission location data.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          LocationMatcher

          +
          public LocationMatcher(@Qualifier("legacyClientApi") + org.springframework.web.reactive.function.client.WebClient legacyClientApi, + SubmissionLocationRepository locationRepository)
          +
          This constructor initializes the LocationMatcher with a WebClient for the legacy client API and a SubmissionLocationRepository.
          +
          +
          Parameters:
          +
          legacyClientApi - A WebClient for the legacy client API.
          +
          locationRepository - A SubmissionLocationRepository for the submission location data.
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. + It always returns true.
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. + It retrieves the location for the submission from the SubmissionLocationRepository and sends a request to the legacy client API to find matches based on the address and postal code. + It then collects the client numbers of the matches into a MatcherResult.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/ProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/ProcessorMatcher.html new file mode 100644 index 0000000000..9f908e91fd --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/ProcessorMatcher.html @@ -0,0 +1,227 @@ + + + + +ProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface ProcessorMatcher

      +
      +
      +
      +
      All Known Implementing Classes:
      +
      ContactMatcher, DoingBusinessAsProcessorMatcher, GoodStandingProcessorMatcher, IndividualProcessorMatcher, LegalNameProcessorMatcher, LocationMatcher, RegistrationNumberProcessorMatcher, SoleProprietorProcessorMatcher
      +
      +
      +
      public interface ProcessorMatcher
      +
      This interface defines the contract for a ProcessorMatcher. + A ProcessorMatcher is responsible for matching submissions based on certain criteria. + The specific criteria for matching are defined by the classes implementing this interface.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          boolean enabled(SubmissionInformationDto submission)
          +
          Checks if the matcher is enabled for a given submission.
          +
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          String name()
          +
          Returns the name of the matcher.
          +
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          String fieldName()
          +
          Returns the field name that the matcher operates on.
          +
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          Performs the matching operation for a given submission.
          +
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        • +
          +

          compileResult

          +
          default BiConsumer<MatcherResult,String> compileResult()
          +
          Returns a BiConsumer that adds a value to a MatcherResult.
          +
          +
          Returns:
          +
          A BiConsumer of MatcherResult and String.
          +
          +
          +
        • +
        • +
          +

          initializeResult

          +
          default Supplier<MatcherResult> initializeResult()
          +
          Returns a Supplier that initializes a MatcherResult.
          +
          +
          Returns:
          +
          A Supplier of MatcherResult.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/RegistrationNumberProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/RegistrationNumberProcessorMatcher.html new file mode 100644 index 0000000000..248c7a49be --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/RegistrationNumberProcessorMatcher.html @@ -0,0 +1,253 @@ + + + + +RegistrationNumberProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class RegistrationNumberProcessorMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class RegistrationNumberProcessorMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches submissions based on the registration number. + It implements the ProcessorMatcher interface. + It uses a WebClient to interact with the legacy client API.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          RegistrationNumberProcessorMatcher

          +
          public RegistrationNumberProcessorMatcher(@Qualifier("legacyClientApi") + org.springframework.web.reactive.function.client.WebClient legacyClientApi)
          +
          This constructor initializes the RegistrationNumberProcessorMatcher with a WebClient for the legacy client API.
          +
          +
          Parameters:
          +
          legacyClientApi - A WebClient for the legacy client API.
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. + It returns true if the registration number of the submission is not blank.
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. + It sends a request to the legacy client API to find matches based on the registration number. + It then collects the client numbers of the matches into a MatcherResult.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/SoleProprietorProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/SoleProprietorProcessorMatcher.html new file mode 100644 index 0000000000..a81e66e399 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/SoleProprietorProcessorMatcher.html @@ -0,0 +1,253 @@ + + + + +SoleProprietorProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class SoleProprietorProcessorMatcher

      +
      +
      java.lang.Object +
      ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher
      +
      +
      +
      +
      All Implemented Interfaces:
      +
      ProcessorMatcher
      +
      +
      +
      @Component +public class SoleProprietorProcessorMatcher +extends Object +implements ProcessorMatcher
      +
      This class is a component that matches submissions based on the client type being "USP" or "RSP". + It implements the ProcessorMatcher interface. + It uses a WebClient to interact with the legacy client API.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          SoleProprietorProcessorMatcher

          +
          public SoleProprietorProcessorMatcher(@Qualifier("legacyClientApi") + org.springframework.web.reactive.function.client.WebClient legacyClientApi)
          +
          This constructor initializes the SoleProprietorProcessorMatcher with a WebClient for the legacy client API.
          +
          +
          Parameters:
          +
          legacyClientApi - A WebClient for the legacy client API.
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          enabled

          +
          public boolean enabled(SubmissionInformationDto submission)
          +
          This method checks if the matcher is enabled for a given submission. + It returns true if the client type of the submission is "USP" or "RSP".
          +
          +
          Specified by:
          +
          enabled in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A boolean indicating if the matcher is enabled.
          +
          +
          +
        • +
        • +
          +

          name

          +
          public String name()
          +
          This method returns the name of the matcher.
          +
          +
          Specified by:
          +
          name in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the name of the matcher.
          +
          +
          +
        • +
        • +
          +

          fieldName

          +
          public String fieldName()
          +
          This method returns the field name that the matcher operates on.
          +
          +
          Specified by:
          +
          fieldName in interface ProcessorMatcher
          +
          Returns:
          +
          A string representing the field name.
          +
          +
          +
        • +
        • +
          +

          matches

          +
          public reactor.core.publisher.Mono<MatcherResult> matches(SubmissionInformationDto submission)
          +
          This method performs the matching operation for a given submission. + It sends a request to the legacy client API to find matches based on the first name, last name, and date of birth. + It then collects the client numbers of the matches into a MatcherResult.
          +
          +
          Specified by:
          +
          matches in interface ProcessorMatcher
          +
          Parameters:
          +
          submission - A SubmissionInformationDto object.
          +
          Returns:
          +
          A Mono of MatcherResult containing the client numbers of the matches.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/ContactMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/ContactMatcher.html new file mode 100644 index 0000000000..c06db9047a --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/ContactMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.ContactMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.ContactMatcher

      +
      +No usage of ca.bc.gov.app.matchers.ContactMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/DoingBusinessAsProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/DoingBusinessAsProcessorMatcher.html new file mode 100644 index 0000000000..f23beb0981 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/DoingBusinessAsProcessorMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher

      +
      +No usage of ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/GoodStandingProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/GoodStandingProcessorMatcher.html new file mode 100644 index 0000000000..12f3bdbdf6 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/GoodStandingProcessorMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.GoodStandingProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.GoodStandingProcessorMatcher

      +
      +No usage of ca.bc.gov.app.matchers.GoodStandingProcessorMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/IndividualProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/IndividualProcessorMatcher.html new file mode 100644 index 0000000000..37246c42dc --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/IndividualProcessorMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.IndividualProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.IndividualProcessorMatcher

      +
      +No usage of ca.bc.gov.app.matchers.IndividualProcessorMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/LegalNameProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/LegalNameProcessorMatcher.html new file mode 100644 index 0000000000..4472740c47 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/LegalNameProcessorMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.LegalNameProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.LegalNameProcessorMatcher

      +
      +No usage of ca.bc.gov.app.matchers.LegalNameProcessorMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/LocationMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/LocationMatcher.html new file mode 100644 index 0000000000..5e2d6e4cd0 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/LocationMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.LocationMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.LocationMatcher

      +
      +No usage of ca.bc.gov.app.matchers.LocationMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/ProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/ProcessorMatcher.html new file mode 100644 index 0000000000..729658a647 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/ProcessorMatcher.html @@ -0,0 +1,124 @@ + + + + +Uses of Interface ca.bc.gov.app.matchers.ProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.matchers.ProcessorMatcher

      +
      +
      Packages that use ProcessorMatcher
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/RegistrationNumberProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/RegistrationNumberProcessorMatcher.html new file mode 100644 index 0000000000..027bcdda36 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/RegistrationNumberProcessorMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher

      +
      +No usage of ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/class-use/SoleProprietorProcessorMatcher.html b/processor/ca/bc/gov/app/matchers/class-use/SoleProprietorProcessorMatcher.html new file mode 100644 index 0000000000..ebb34885b2 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/class-use/SoleProprietorProcessorMatcher.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher

      +
      +No usage of ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/package-summary.html b/processor/ca/bc/gov/app/matchers/package-summary.html new file mode 100644 index 0000000000..4fc58f7405 --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/package-summary.html @@ -0,0 +1,138 @@ + + + + +ca.bc.gov.app.matchers (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.matchers

      +
      +
      +
      package ca.bc.gov.app.matchers
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/package-tree.html b/processor/ca/bc/gov/app/matchers/package-tree.html new file mode 100644 index 0000000000..df39676ffe --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/package-tree.html @@ -0,0 +1,89 @@ + + + + +ca.bc.gov.app.matchers Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.matchers

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +

      Interface Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/matchers/package-use.html b/processor/ca/bc/gov/app/matchers/package-use.html new file mode 100644 index 0000000000..d7278d5ebd --- /dev/null +++ b/processor/ca/bc/gov/app/matchers/package-use.html @@ -0,0 +1,86 @@ + + + + +Uses of Package ca.bc.gov.app.matchers (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.matchers

      +
      +
      Packages that use ca.bc.gov.app.matchers
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/package-summary.html b/processor/ca/bc/gov/app/package-summary.html new file mode 100644 index 0000000000..1d00f11109 --- /dev/null +++ b/processor/ca/bc/gov/app/package-summary.html @@ -0,0 +1,114 @@ + + + + +ca.bc.gov.app (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app

      +
      +
      +
      package ca.bc.gov.app
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/package-tree.html b/processor/ca/bc/gov/app/package-tree.html new file mode 100644 index 0000000000..a4a784438d --- /dev/null +++ b/processor/ca/bc/gov/app/package-tree.html @@ -0,0 +1,77 @@ + + + + +ca.bc.gov.app Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/package-use.html b/processor/ca/bc/gov/app/package-use.html new file mode 100644 index 0000000000..fa86898ee9 --- /dev/null +++ b/processor/ca/bc/gov/app/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app

      +
      +No usage of ca.bc.gov.app
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/CountryCodeRepository.html b/processor/ca/bc/gov/app/repository/CountryCodeRepository.html new file mode 100644 index 0000000000..8cb769efd2 --- /dev/null +++ b/processor/ca/bc/gov/app/repository/CountryCodeRepository.html @@ -0,0 +1,159 @@ + + + + +CountryCodeRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface CountryCodeRepository

      +
      +
      +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.reactive.ReactiveCrudRepository<CountryCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<CountryCodeEntity,String>, org.springframework.data.repository.Repository<CountryCodeEntity,String>
      +
      +
      +
      @Repository +public interface CountryCodeRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<CountryCodeEntity,String>, org.springframework.data.repository.reactive.ReactiveSortingRepository<CountryCodeEntity,String>
      +
      +
      +
        + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        reactor.core.publisher.Flux<CountryCodeEntity>
        +
        findBy(org.springframework.data.domain.Pageable pageable)
        +
         
        +
        reactor.core.publisher.Mono<CountryCodeEntity>
        + +
         
        +
        reactor.core.publisher.Mono<CountryCodeEntity>
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

        +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
        +
        +

        Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

        +findAll
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          findBy

          +
          reactor.core.publisher.Flux<CountryCodeEntity> findBy(org.springframework.data.domain.Pageable pageable)
          +
          +
        • +
        • +
          +

          findByCountryCode

          +
          reactor.core.publisher.Mono<CountryCodeEntity> findByCountryCode(String code)
          +
          +
        • +
        • +
          +

          findByDescription

          +
          reactor.core.publisher.Mono<CountryCodeEntity> findByDescription(String description)
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/SubmissionContactRepository.html b/processor/ca/bc/gov/app/repository/SubmissionContactRepository.html new file mode 100644 index 0000000000..26217cad3b --- /dev/null +++ b/processor/ca/bc/gov/app/repository/SubmissionContactRepository.html @@ -0,0 +1,147 @@ + + + + +SubmissionContactRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface SubmissionContactRepository

      +
      +
      +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionContactEntity,Integer>, org.springframework.data.repository.Repository<SubmissionContactEntity,Integer>
      +
      +
      +
      @Repository +public interface SubmissionContactRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionContactEntity,Integer>
      +
      +
      +
        + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        reactor.core.publisher.Flux<SubmissionContactEntity>
        + +
         
        +
        reactor.core.publisher.Mono<SubmissionContactEntity>
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

        +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
        +
        +
      • +
      +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/SubmissionDetailRepository.html b/processor/ca/bc/gov/app/repository/SubmissionDetailRepository.html new file mode 100644 index 0000000000..9d7e8a6c6a --- /dev/null +++ b/processor/ca/bc/gov/app/repository/SubmissionDetailRepository.html @@ -0,0 +1,138 @@ + + + + +SubmissionDetailRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface SubmissionDetailRepository

      +
      +
      +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionDetailEntity,Integer>, org.springframework.data.repository.Repository<SubmissionDetailEntity,Integer>
      +
      +
      +
      @Repository +public interface SubmissionDetailRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionDetailEntity,Integer>
      +
      +
      +
        + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        reactor.core.publisher.Mono<SubmissionDetailEntity>
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

        +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/SubmissionLocationContactRepository.html b/processor/ca/bc/gov/app/repository/SubmissionLocationContactRepository.html new file mode 100644 index 0000000000..5b933e6089 --- /dev/null +++ b/processor/ca/bc/gov/app/repository/SubmissionLocationContactRepository.html @@ -0,0 +1,147 @@ + + + + +SubmissionLocationContactRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface SubmissionLocationContactRepository

      +
      +
      +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationContactEntity,SubmissionLocationContactIdEntity>, org.springframework.data.repository.Repository<SubmissionLocationContactEntity,SubmissionLocationContactIdEntity>
      +
      +
      +
      @Repository +public interface SubmissionLocationContactRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationContactEntity,SubmissionLocationContactIdEntity>
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/SubmissionLocationRepository.html b/processor/ca/bc/gov/app/repository/SubmissionLocationRepository.html new file mode 100644 index 0000000000..d5f7892ffe --- /dev/null +++ b/processor/ca/bc/gov/app/repository/SubmissionLocationRepository.html @@ -0,0 +1,138 @@ + + + + +SubmissionLocationRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface SubmissionLocationRepository

      +
      +
      +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationEntity,Integer>, org.springframework.data.repository.Repository<SubmissionLocationEntity,Integer>
      +
      +
      +
      @Repository +public interface SubmissionLocationRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionLocationEntity,Integer>
      +
      +
      +
        + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        reactor.core.publisher.Flux<SubmissionLocationEntity>
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

        +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/SubmissionMatchDetailRepository.html b/processor/ca/bc/gov/app/repository/SubmissionMatchDetailRepository.html new file mode 100644 index 0000000000..96497fba98 --- /dev/null +++ b/processor/ca/bc/gov/app/repository/SubmissionMatchDetailRepository.html @@ -0,0 +1,147 @@ + + + + +SubmissionMatchDetailRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface SubmissionMatchDetailRepository

      +
      +
      +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionMatchDetailEntity,Integer>, org.springframework.data.repository.Repository<SubmissionMatchDetailEntity,Integer>
      +
      +
      +
      @Repository +public interface SubmissionMatchDetailRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionMatchDetailEntity,Integer>
      +
      +
      +
        + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        reactor.core.publisher.Flux<SubmissionMatchDetailEntity>
        + +
         
        +
        reactor.core.publisher.Mono<SubmissionMatchDetailEntity>
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

        +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
        +
        +
      • +
      +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/SubmissionRepository.html b/processor/ca/bc/gov/app/repository/SubmissionRepository.html new file mode 100644 index 0000000000..c0d676eb5a --- /dev/null +++ b/processor/ca/bc/gov/app/repository/SubmissionRepository.html @@ -0,0 +1,158 @@ + + + + +SubmissionRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Interface SubmissionRepository

      +
      +
      +
      +
      All Superinterfaces:
      +
      org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionEntity,Integer>, org.springframework.data.repository.Repository<SubmissionEntity,Integer>
      +
      +
      +
      @Repository +public interface SubmissionRepository +extends org.springframework.data.repository.reactive.ReactiveCrudRepository<SubmissionEntity,Integer>
      +
      +
      +
        + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        reactor.core.publisher.Flux<SubmissionEntity>
        + +
         
        +
        reactor.core.publisher.Flux<Integer>
        + +
         
        +
        reactor.core.publisher.Flux<Integer>
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

        +count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          findBySubmissionType

          +
          reactor.core.publisher.Flux<SubmissionEntity> findBySubmissionType(SubmissionTypeCodeEnum submissionType)
          +
          +
        • +
        • +
          +

          loadProcessingSubmissions

          +
          @Query("SELECT nrfc.submission.submission_id\nFROM nrfc.submission\nWHERE nrfc.submission.submission_type_code = \'SPP\'") +reactor.core.publisher.Flux<Integer> loadProcessingSubmissions()
          +
          +
        • +
        • +
          +

          loadProcessedSubmissions

          +
          @Query("SELECT nrfc.submission.submission_id\nFROM nrfc.submission\nLEFT JOIN nrfc.submission_matching_detail\nON nrfc.submission_matching_detail.submission_id = nrfc.submission.submission_id\nWHERE\nnrfc.submission.submission_status_code in (\'R\',\'A\')\nAND ( nrfc.submission_matching_detail.submission_matching_processed is null or\nnrfc.submission_matching_detail.submission_matching_processed = false)\nAND (nrfc.submission_matching_detail.submission_matching_processed_time is null or\nnrfc.submission_matching_detail.submission_matching_processed_time < now() - interval \'2 minutes\')") +reactor.core.publisher.Flux<Integer> loadProcessedSubmissions()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/class-use/CountryCodeRepository.html b/processor/ca/bc/gov/app/repository/class-use/CountryCodeRepository.html new file mode 100644 index 0000000000..991dfe50a8 --- /dev/null +++ b/processor/ca/bc/gov/app/repository/class-use/CountryCodeRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.CountryCodeRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.repository.CountryCodeRepository

      +
      +No usage of ca.bc.gov.app.repository.CountryCodeRepository
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/class-use/SubmissionContactRepository.html b/processor/ca/bc/gov/app/repository/class-use/SubmissionContactRepository.html new file mode 100644 index 0000000000..edf8963941 --- /dev/null +++ b/processor/ca/bc/gov/app/repository/class-use/SubmissionContactRepository.html @@ -0,0 +1,137 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.SubmissionContactRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.repository.SubmissionContactRepository

      +
      +
      Packages that use SubmissionContactRepository
      +
      +
      Package
      +
      Description
      + +
       
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/class-use/SubmissionDetailRepository.html b/processor/ca/bc/gov/app/repository/class-use/SubmissionDetailRepository.html new file mode 100644 index 0000000000..a5af3f83ae --- /dev/null +++ b/processor/ca/bc/gov/app/repository/class-use/SubmissionDetailRepository.html @@ -0,0 +1,117 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.SubmissionDetailRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.repository.SubmissionDetailRepository

      +
      +
      Packages that use SubmissionDetailRepository
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/class-use/SubmissionLocationContactRepository.html b/processor/ca/bc/gov/app/repository/class-use/SubmissionLocationContactRepository.html new file mode 100644 index 0000000000..84158e538d --- /dev/null +++ b/processor/ca/bc/gov/app/repository/class-use/SubmissionLocationContactRepository.html @@ -0,0 +1,117 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.SubmissionLocationContactRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.repository.SubmissionLocationContactRepository

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/class-use/SubmissionLocationRepository.html b/processor/ca/bc/gov/app/repository/class-use/SubmissionLocationRepository.html new file mode 100644 index 0000000000..87dd88fb5f --- /dev/null +++ b/processor/ca/bc/gov/app/repository/class-use/SubmissionLocationRepository.html @@ -0,0 +1,136 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.SubmissionLocationRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.repository.SubmissionLocationRepository

      +
      + +
      +
      Package
      +
      Description
      + +
       
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/class-use/SubmissionMatchDetailRepository.html b/processor/ca/bc/gov/app/repository/class-use/SubmissionMatchDetailRepository.html new file mode 100644 index 0000000000..3c28971739 --- /dev/null +++ b/processor/ca/bc/gov/app/repository/class-use/SubmissionMatchDetailRepository.html @@ -0,0 +1,62 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.SubmissionMatchDetailRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.repository.SubmissionMatchDetailRepository

      +
      +No usage of ca.bc.gov.app.repository.SubmissionMatchDetailRepository
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/class-use/SubmissionRepository.html b/processor/ca/bc/gov/app/repository/class-use/SubmissionRepository.html new file mode 100644 index 0000000000..6057a43e3b --- /dev/null +++ b/processor/ca/bc/gov/app/repository/class-use/SubmissionRepository.html @@ -0,0 +1,117 @@ + + + + +Uses of Interface ca.bc.gov.app.repository.SubmissionRepository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Interface
      ca.bc.gov.app.repository.SubmissionRepository

      +
      +
      Packages that use SubmissionRepository
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/package-summary.html b/processor/ca/bc/gov/app/repository/package-summary.html new file mode 100644 index 0000000000..f5b392de9c --- /dev/null +++ b/processor/ca/bc/gov/app/repository/package-summary.html @@ -0,0 +1,110 @@ + + + + +ca.bc.gov.app.repository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.repository

      +
      +
      +
      package ca.bc.gov.app.repository
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/package-tree.html b/processor/ca/bc/gov/app/repository/package-tree.html new file mode 100644 index 0000000000..7d010b0be4 --- /dev/null +++ b/processor/ca/bc/gov/app/repository/package-tree.html @@ -0,0 +1,91 @@ + + + + +ca.bc.gov.app.repository Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.repository

      +Package Hierarchies: + +
      +
      +

      Interface Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/repository/package-use.html b/processor/ca/bc/gov/app/repository/package-use.html new file mode 100644 index 0000000000..6063f7b68b --- /dev/null +++ b/processor/ca/bc/gov/app/repository/package-use.html @@ -0,0 +1,107 @@ + + + + +Uses of Package ca.bc.gov.app.repository (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.repository

      +
      +
      Packages that use ca.bc.gov.app.repository
      +
      +
      Package
      +
      Description
      + +
       
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/bcregistry/BcRegistryService.html b/processor/ca/bc/gov/app/service/bcregistry/BcRegistryService.html new file mode 100644 index 0000000000..5882ae0aad --- /dev/null +++ b/processor/ca/bc/gov/app/service/bcregistry/BcRegistryService.html @@ -0,0 +1,180 @@ + + + + +BcRegistryService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class BcRegistryService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.bcregistry.BcRegistryService
      +
      +
      +
      +
      @Service +public class BcRegistryService +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          BcRegistryService

          +
          public BcRegistryService(@Qualifier("bcRegistryApi") + org.springframework.web.reactive.function.client.WebClient bcRegistryApi)
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          requestDocumentData

          +
          public reactor.core.publisher.Flux<BcRegistryDocumentDto> requestDocumentData(String value)
          +
          Sends a request to retrieve the document data for a given value using the BC Registry API. The + method returns a Flux of BcRegistryDocumentDto, which represents the document data.
          +
          +
          Parameters:
          +
          value - the value used to identify the document data
          +
          Returns:
          +
          a Flux of BcRegistryDocumentDto representing the requested document data
          +
          Throws:
          +
          NoClientDataFound - if the API responds with a 404 status code indicating that + no data was found for the given value
          +
          InvalidAccessTokenException - if the API responds with a 401 status code indicating that + the access token used for the request is invalid
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/bcregistry/class-use/BcRegistryService.html b/processor/ca/bc/gov/app/service/bcregistry/class-use/BcRegistryService.html new file mode 100644 index 0000000000..2dc83b3501 --- /dev/null +++ b/processor/ca/bc/gov/app/service/bcregistry/class-use/BcRegistryService.html @@ -0,0 +1,93 @@ + + + + +Uses of Class ca.bc.gov.app.service.bcregistry.BcRegistryService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.bcregistry.BcRegistryService

      +
      +
      Packages that use BcRegistryService
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/bcregistry/package-summary.html b/processor/ca/bc/gov/app/service/bcregistry/package-summary.html new file mode 100644 index 0000000000..9114a8757c --- /dev/null +++ b/processor/ca/bc/gov/app/service/bcregistry/package-summary.html @@ -0,0 +1,87 @@ + + + + +ca.bc.gov.app.service.bcregistry (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.service.bcregistry

      +
      +
      +
      package ca.bc.gov.app.service.bcregistry
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/bcregistry/package-tree.html b/processor/ca/bc/gov/app/service/bcregistry/package-tree.html new file mode 100644 index 0000000000..b14645ba4d --- /dev/null +++ b/processor/ca/bc/gov/app/service/bcregistry/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.service.bcregistry Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.service.bcregistry

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/bcregistry/package-use.html b/processor/ca/bc/gov/app/service/bcregistry/package-use.html new file mode 100644 index 0000000000..e5fd4c87a0 --- /dev/null +++ b/processor/ca/bc/gov/app/service/bcregistry/package-use.html @@ -0,0 +1,84 @@ + + + + +Uses of Package ca.bc.gov.app.service.bcregistry (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.service.bcregistry

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/ClientSubmissionAutoProcessingService.html b/processor/ca/bc/gov/app/service/client/ClientSubmissionAutoProcessingService.html new file mode 100644 index 0000000000..943b6c24cd --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/ClientSubmissionAutoProcessingService.html @@ -0,0 +1,219 @@ + + + + +ClientSubmissionAutoProcessingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ClientSubmissionAutoProcessingService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService
      +
      +
      +
      +
      @Service +public class ClientSubmissionAutoProcessingService +extends Object
      +
      This class is responsible for processing the submission and persisting the data on oracle. It + does through a few steps that are interconnected.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ClientSubmissionAutoProcessingService

          +
          public ClientSubmissionAutoProcessingService()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          approved

          +
          public reactor.core.publisher.Mono<MessagingWrapper<Integer>> approved(MessagingWrapper<List<MatcherResult>> message)
          +
          This method is responsible for marking the submission as approved and sending to the nexty + step.
          +
          +
        • +
        • +
          +

          completeProcessing

          +
          public reactor.core.publisher.Mono<Integer> completeProcessing(Integer submissionId)
          +
          This method is responsible for marking the submission as processed
          +
          +
        • +
        • +
          +

          reviewed

          +
          public reactor.core.publisher.Mono<MessagingWrapper<Integer>> reviewed(MessagingWrapper<List<MatcherResult>> message)
          +
          This method is responsible for marking the submission as reviewed
          +
          +
        • +
        • +
          +

          loadMatchingInfo

          +
          public <T> +reactor.core.publisher.Mono<MessagingWrapper<T>> loadMatchingInfo(MessagingWrapper<T> message)
          +
          This method is used to load matching information for a given submission. It retrieves the + submission details from the repository using the submission ID from the message parameters. If + matching information is found, it is added to the message parameters under the key + 'MATCHING_INFO'. If no matching information is found, the original message is returned as is.
          +
          +
          Parameters:
          +
          message - A MessagingWrapper object that contains the submission ID in its parameters.
          +
          Returns:
          +
          A Mono of MessagingWrapper. If matching information is found, the returned + MessagingWrapper will have the matching information added to its parameters. If no matching + information is found, the original MessagingWrapper is returned.
          +
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/ClientSubmissionLoadingService.html b/processor/ca/bc/gov/app/service/client/ClientSubmissionLoadingService.html new file mode 100644 index 0000000000..8a482a0f35 --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/ClientSubmissionLoadingService.html @@ -0,0 +1,177 @@ + + + + +ClientSubmissionLoadingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ClientSubmissionLoadingService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.client.ClientSubmissionLoadingService
      +
      +
      +
      +
      @Service +public class ClientSubmissionLoadingService +extends Object
      +
      This class is responsible for loading the submission details and submission contact details
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ClientSubmissionLoadingService

          +
          public ClientSubmissionLoadingService()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/ClientSubmissionMailService.html b/processor/ca/bc/gov/app/service/client/ClientSubmissionMailService.html new file mode 100644 index 0000000000..25d9a4d52e --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/ClientSubmissionMailService.html @@ -0,0 +1,164 @@ + + + + +ClientSubmissionMailService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ClientSubmissionMailService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.client.ClientSubmissionMailService
      +
      +
      +
      +
      @Service +public class ClientSubmissionMailService +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ClientSubmissionMailService

          +
          public ClientSubmissionMailService()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          sendMail

          +
          public reactor.core.publisher.Mono<String> sendMail(EmailRequestDto mailMessage)
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/ClientSubmissionProcessingService.html b/processor/ca/bc/gov/app/service/client/ClientSubmissionProcessingService.html new file mode 100644 index 0000000000..454e93f172 --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/ClientSubmissionProcessingService.html @@ -0,0 +1,167 @@ + + + + +ClientSubmissionProcessingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ClientSubmissionProcessingService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.client.ClientSubmissionProcessingService
      +
      +
      +
      +
      @Service +public class ClientSubmissionProcessingService +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ClientSubmissionProcessingService

          +
          public ClientSubmissionProcessingService()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionAutoProcessingService.html b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionAutoProcessingService.html new file mode 100644 index 0000000000..fdce5cf31b --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionAutoProcessingService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService

      +
      +No usage of ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionLoadingService.html b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionLoadingService.html new file mode 100644 index 0000000000..bfb43284f2 --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionLoadingService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientSubmissionLoadingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.client.ClientSubmissionLoadingService

      +
      +No usage of ca.bc.gov.app.service.client.ClientSubmissionLoadingService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionMailService.html b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionMailService.html new file mode 100644 index 0000000000..dd52d078b5 --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionMailService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientSubmissionMailService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.client.ClientSubmissionMailService

      +
      +No usage of ca.bc.gov.app.service.client.ClientSubmissionMailService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionProcessingService.html b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionProcessingService.html new file mode 100644 index 0000000000..7f3dd2a6b4 --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/class-use/ClientSubmissionProcessingService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.client.ClientSubmissionProcessingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.client.ClientSubmissionProcessingService

      +
      +No usage of ca.bc.gov.app.service.client.ClientSubmissionProcessingService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/package-summary.html b/processor/ca/bc/gov/app/service/client/package-summary.html new file mode 100644 index 0000000000..d668e99f4d --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/package-summary.html @@ -0,0 +1,97 @@ + + + + +ca.bc.gov.app.service.client (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.service.client

      +
      +
      +
      package ca.bc.gov.app.service.client
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/package-tree.html b/processor/ca/bc/gov/app/service/client/package-tree.html new file mode 100644 index 0000000000..a7ccadb7e4 --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/package-tree.html @@ -0,0 +1,79 @@ + + + + +ca.bc.gov.app.service.client Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.service.client

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/client/package-use.html b/processor/ca/bc/gov/app/service/client/package-use.html new file mode 100644 index 0000000000..edfd90608d --- /dev/null +++ b/processor/ca/bc/gov/app/service/client/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.service.client (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.service.client

      +
      +No usage of ca.bc.gov.app.service.client
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyAbstractPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/LegacyAbstractPersistenceService.html new file mode 100644 index 0000000000..f422f182c5 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyAbstractPersistenceService.html @@ -0,0 +1,251 @@ + + + + +LegacyAbstractPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyAbstractPersistenceService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      LegacyClientPersistenceService, LegacyIndividualPersistenceService, LegacyRegisteredSPPersistenceService, LegacyUnregisteredSPPersistenceService
      +
      +
      +
      @Service +public abstract class LegacyAbstractPersistenceService +extends Object
      +
      This class is responsible for persisting the submission into the legacy database.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          LegacyAbstractPersistenceService

          +
          public LegacyAbstractPersistenceService()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          loadSubmission

          +
          public reactor.core.publisher.Mono<MessagingWrapper<Integer>> loadSubmission(MessagingWrapper<Integer> message)
          +
          Loads the submission from the database and prepares the message for next step.
          +
          +
        • +
        • +
          +

          checkClientData

          +
          public reactor.core.publisher.Mono<MessagingWrapper<String>> checkClientData(MessagingWrapper<Integer> message)
          +
          Checks if the client number exists for that submission and prepares the message for next step. + The next step will be identified and handled by individual channels
          +
          +
        • +
        • +
          +

          createForestClient

          +
          public reactor.core.publisher.Mono<MessagingWrapper<Integer>> createForestClient(MessagingWrapper<ForestClientDto> message)
          +
          Creates a client if does not exist on oracle and get back the client number.
          +
          +
        • +
        • +
          +

          createLocations

          +
          public reactor.core.publisher.Flux<MessagingWrapper<Integer>> createLocations(MessagingWrapper<Integer> message)
          +
          Creates a location if it does not exist on oracle. The creation happens by sending a request to + the legacy service.
          +
          +
          Parameters:
          +
          message - A message containing the submission id
          +
          Returns:
          +
          A flux of messages containing the submission id and the location id
          +
          +
          +
        • +
        • +
          +

          createContact

          +
          public reactor.core.publisher.Mono<MessagingWrapper<Integer>> createContact(MessagingWrapper<Integer> message)
          +
          Creates a contact if does not exist on oracle. It first checks for an existing entry and if it + does not have, create it.
          +
          +
        • +
        • +
          +

          getBaseForestClient

          +
          protected ForestClientDto getBaseForestClient(String createdBy, + String updatedBy)
          +
          +
        • +
        • +
          +

          getUser

          +
          protected String getUser(MessagingWrapper<?> message, + String headerName)
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyClientPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/LegacyClientPersistenceService.html new file mode 100644 index 0000000000..d8c7d7dd93 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyClientPersistenceService.html @@ -0,0 +1,180 @@ + + + + +LegacyClientPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyClientPersistenceService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService +
      ca.bc.gov.app.service.legacy.LegacyClientPersistenceService
      +
      +
      +
      +
      +
      @Service +public class LegacyClientPersistenceService +extends LegacyAbstractPersistenceService
      +
      This class is responsible for persisting the submission into the legacy database.
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyIndividualPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/LegacyIndividualPersistenceService.html new file mode 100644 index 0000000000..11df557ec4 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyIndividualPersistenceService.html @@ -0,0 +1,183 @@ + + + + +LegacyIndividualPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyIndividualPersistenceService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService +
      ca.bc.gov.app.service.legacy.LegacyIndividualPersistenceService
      +
      +
      +
      +
      +
      @Service +public class LegacyIndividualPersistenceService +extends LegacyAbstractPersistenceService
      +
      This class is responsible for persisting the submission of individuals into the legacy database.
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyLoadingService.html b/processor/ca/bc/gov/app/service/legacy/LegacyLoadingService.html new file mode 100644 index 0000000000..24ad65a895 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyLoadingService.html @@ -0,0 +1,164 @@ + + + + +LegacyLoadingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyLoadingService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyLoadingService
      +
      +
      +
      +
      @Service +public class LegacyLoadingService +extends Object
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/LegacyPersistenceService.html new file mode 100644 index 0000000000..892ff58435 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyPersistenceService.html @@ -0,0 +1,164 @@ + + + + +LegacyPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyPersistenceService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyPersistenceService
      +
      +
      +
      +
      @Service +public class LegacyPersistenceService +extends Object
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyRegisteredSPPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/LegacyRegisteredSPPersistenceService.html new file mode 100644 index 0000000000..ebacd28fed --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyRegisteredSPPersistenceService.html @@ -0,0 +1,183 @@ + + + + +LegacyRegisteredSPPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyRegisteredSPPersistenceService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService +
      ca.bc.gov.app.service.legacy.LegacyRegisteredSPPersistenceService
      +
      +
      +
      +
      +
      @Service +public class LegacyRegisteredSPPersistenceService +extends LegacyAbstractPersistenceService
      +
      This class is responsible for persisting the submission of registered sole proprietorship into + the legacy database.
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyService.html b/processor/ca/bc/gov/app/service/legacy/LegacyService.html new file mode 100644 index 0000000000..b4aac5435c --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyService.html @@ -0,0 +1,213 @@ + + + + +LegacyService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyService
      +
      +
      +
      +
      @Service +public class LegacyService +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          LegacyService

          +
          public LegacyService(@Qualifier("legacyClientApi") + org.springframework.web.reactive.function.client.WebClient legacyApi)
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/LegacyUnregisteredSPPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/LegacyUnregisteredSPPersistenceService.html new file mode 100644 index 0000000000..23b872431f --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/LegacyUnregisteredSPPersistenceService.html @@ -0,0 +1,192 @@ + + + + +LegacyUnregisteredSPPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class LegacyUnregisteredSPPersistenceService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService +
      ca.bc.gov.app.service.legacy.LegacyUnregisteredSPPersistenceService
      +
      +
      +
      +
      +
      @Service +public class LegacyUnregisteredSPPersistenceService +extends LegacyAbstractPersistenceService
      +
      This class is responsible for persisting the submission of unregistered sole proprietorship into + the legacy database.
      +
      +
      + +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyAbstractPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyAbstractPersistenceService.html new file mode 100644 index 0000000000..c2fbfa44b3 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyAbstractPersistenceService.html @@ -0,0 +1,106 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyClientPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyClientPersistenceService.html new file mode 100644 index 0000000000..dcda474502 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyClientPersistenceService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyClientPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyClientPersistenceService

      +
      +No usage of ca.bc.gov.app.service.legacy.LegacyClientPersistenceService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyIndividualPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyIndividualPersistenceService.html new file mode 100644 index 0000000000..3e169598a7 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyIndividualPersistenceService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyIndividualPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyIndividualPersistenceService

      +
      +No usage of ca.bc.gov.app.service.legacy.LegacyIndividualPersistenceService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyLoadingService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyLoadingService.html new file mode 100644 index 0000000000..ee9209336e --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyLoadingService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyLoadingService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyLoadingService

      +
      +No usage of ca.bc.gov.app.service.legacy.LegacyLoadingService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyPersistenceService.html new file mode 100644 index 0000000000..fdda371498 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyPersistenceService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyPersistenceService

      +
      +No usage of ca.bc.gov.app.service.legacy.LegacyPersistenceService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyRegisteredSPPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyRegisteredSPPersistenceService.html new file mode 100644 index 0000000000..ed26bebe5c --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyRegisteredSPPersistenceService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyRegisteredSPPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyRegisteredSPPersistenceService

      +
      +No usage of ca.bc.gov.app.service.legacy.LegacyRegisteredSPPersistenceService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyService.html new file mode 100644 index 0000000000..5b84bf6e25 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyService.html @@ -0,0 +1,117 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyService

      +
      +
      Packages that use LegacyService
      +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/class-use/LegacyUnregisteredSPPersistenceService.html b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyUnregisteredSPPersistenceService.html new file mode 100644 index 0000000000..6c4c508619 --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/class-use/LegacyUnregisteredSPPersistenceService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.legacy.LegacyUnregisteredSPPersistenceService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.legacy.LegacyUnregisteredSPPersistenceService

      +
      +No usage of ca.bc.gov.app.service.legacy.LegacyUnregisteredSPPersistenceService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/package-summary.html b/processor/ca/bc/gov/app/service/legacy/package-summary.html new file mode 100644 index 0000000000..e65762d58a --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/package-summary.html @@ -0,0 +1,113 @@ + + + + +ca.bc.gov.app.service.legacy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.service.legacy

      +
      +
      +
      package ca.bc.gov.app.service.legacy
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/package-tree.html b/processor/ca/bc/gov/app/service/legacy/package-tree.html new file mode 100644 index 0000000000..9bdd71b98d --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/package-tree.html @@ -0,0 +1,86 @@ + + + + +ca.bc.gov.app.service.legacy Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.service.legacy

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/legacy/package-use.html b/processor/ca/bc/gov/app/service/legacy/package-use.html new file mode 100644 index 0000000000..9818ac48bf --- /dev/null +++ b/processor/ca/bc/gov/app/service/legacy/package-use.html @@ -0,0 +1,88 @@ + + + + +Uses of Package ca.bc.gov.app.service.legacy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.service.legacy

      +
      + +
      +
      Package
      +
      Description
      + +
       
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/processor/ProcessorService.html b/processor/ca/bc/gov/app/service/processor/ProcessorService.html new file mode 100644 index 0000000000..06029f672f --- /dev/null +++ b/processor/ca/bc/gov/app/service/processor/ProcessorService.html @@ -0,0 +1,176 @@ + + + + +ProcessorService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ProcessorService

      +
      +
      java.lang.Object +
      ca.bc.gov.app.service.processor.ProcessorService
      +
      +
      +
      +
      @Service +public class ProcessorService +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ProcessorService

          +
          public ProcessorService()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          submissionMessages

          +
          @Scheduled(fixedDelay=30000L) +public void submissionMessages()
          +
          +
        • +
        • +
          +

          processedMessages

          +
          @Scheduled(fixedDelay=30000L, + initialDelay=10000L) +public void processedMessages()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/processor/class-use/ProcessorService.html b/processor/ca/bc/gov/app/service/processor/class-use/ProcessorService.html new file mode 100644 index 0000000000..2f8a64e24c --- /dev/null +++ b/processor/ca/bc/gov/app/service/processor/class-use/ProcessorService.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.service.processor.ProcessorService (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.service.processor.ProcessorService

      +
      +No usage of ca.bc.gov.app.service.processor.ProcessorService
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/processor/package-summary.html b/processor/ca/bc/gov/app/service/processor/package-summary.html new file mode 100644 index 0000000000..501cc7cf77 --- /dev/null +++ b/processor/ca/bc/gov/app/service/processor/package-summary.html @@ -0,0 +1,87 @@ + + + + +ca.bc.gov.app.service.processor (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.service.processor

      +
      +
      +
      package ca.bc.gov.app.service.processor
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/processor/package-tree.html b/processor/ca/bc/gov/app/service/processor/package-tree.html new file mode 100644 index 0000000000..7e3082bd82 --- /dev/null +++ b/processor/ca/bc/gov/app/service/processor/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.service.processor Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.service.processor

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/service/processor/package-use.html b/processor/ca/bc/gov/app/service/processor/package-use.html new file mode 100644 index 0000000000..4c9f08b476 --- /dev/null +++ b/processor/ca/bc/gov/app/service/processor/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.service.processor (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.service.processor

      +
      +No usage of ca.bc.gov.app.service.processor
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/util/ProcessorUtil.html b/processor/ca/bc/gov/app/util/ProcessorUtil.html new file mode 100644 index 0000000000..391bbc5bc2 --- /dev/null +++ b/processor/ca/bc/gov/app/util/ProcessorUtil.html @@ -0,0 +1,190 @@ + + + + +ProcessorUtil (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      + +

      Class ProcessorUtil

      +
      +
      java.lang.Object +
      ca.bc.gov.app.util.ProcessorUtil
      +
      +
      +
      +
      public class ProcessorUtil +extends Object
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ProcessorUtil

          +
          public ProcessorUtil()
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        +
          +
        • +
          +

          extractLetters

          +
          public static String extractLetters(String input)
          +
          +
        • +
        • +
          +

          extractNumbers

          +
          public static String extractNumbers(String input)
          +
          +
        • +
        • +
          +

          splitName

          +
          public static String[] splitName(String input)
          +
          +
        • +
        • +
          +

          getClientIdTypeCode

          +
          public static String getClientIdTypeCode(String code)
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/util/class-use/ProcessorUtil.html b/processor/ca/bc/gov/app/util/class-use/ProcessorUtil.html new file mode 100644 index 0000000000..b48354cf8c --- /dev/null +++ b/processor/ca/bc/gov/app/util/class-use/ProcessorUtil.html @@ -0,0 +1,62 @@ + + + + +Uses of Class ca.bc.gov.app.util.ProcessorUtil (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Class
      ca.bc.gov.app.util.ProcessorUtil

      +
      +No usage of ca.bc.gov.app.util.ProcessorUtil
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/util/package-summary.html b/processor/ca/bc/gov/app/util/package-summary.html new file mode 100644 index 0000000000..a0505c1cea --- /dev/null +++ b/processor/ca/bc/gov/app/util/package-summary.html @@ -0,0 +1,98 @@ + + + + +ca.bc.gov.app.util (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Package ca.bc.gov.app.util

      +
      +
      +
      package ca.bc.gov.app.util
      +
      +
        +
      • + +
      • +
      • +
        +
        Classes
        +
        +
        Class
        +
        Description
        + +
         
        +
        +
        +
      • +
      +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/util/package-tree.html b/processor/ca/bc/gov/app/util/package-tree.html new file mode 100644 index 0000000000..f29c6f9b5f --- /dev/null +++ b/processor/ca/bc/gov/app/util/package-tree.html @@ -0,0 +1,76 @@ + + + + +ca.bc.gov.app.util Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Hierarchy For Package ca.bc.gov.app.util

      +Package Hierarchies: + +
      +
      +

      Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/ca/bc/gov/app/util/package-use.html b/processor/ca/bc/gov/app/util/package-use.html new file mode 100644 index 0000000000..e14465ca77 --- /dev/null +++ b/processor/ca/bc/gov/app/util/package-use.html @@ -0,0 +1,62 @@ + + + + +Uses of Package ca.bc.gov.app.util (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Uses of Package
      ca.bc.gov.app.util

      +
      +No usage of ca.bc.gov.app.util
      +
      +
      + +
      +
      +
      + + diff --git a/processor/constant-values.html b/processor/constant-values.html new file mode 100644 index 0000000000..5ee6bb82a9 --- /dev/null +++ b/processor/constant-values.html @@ -0,0 +1,150 @@ + + + + +Constant Field Values (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Constant Field Values

      +
      +

      Contents

      + +
      +
      +
      +

      ca.bc.*

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/element-list b/processor/element-list new file mode 100644 index 0000000000..397c0fba1b --- /dev/null +++ b/processor/element-list @@ -0,0 +1,15 @@ +ca.bc.gov.app +ca.bc.gov.app.configuration +ca.bc.gov.app.converters +ca.bc.gov.app.dto +ca.bc.gov.app.dto.bcregistry +ca.bc.gov.app.dto.legacy +ca.bc.gov.app.entity +ca.bc.gov.app.exception +ca.bc.gov.app.matchers +ca.bc.gov.app.repository +ca.bc.gov.app.service.bcregistry +ca.bc.gov.app.service.client +ca.bc.gov.app.service.legacy +ca.bc.gov.app.service.processor +ca.bc.gov.app.util diff --git a/processor/help-doc.html b/processor/help-doc.html new file mode 100644 index 0000000000..430803a883 --- /dev/null +++ b/processor/help-doc.html @@ -0,0 +1,196 @@ + + + + +API Help (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +

      JavaDoc Help

      + +
      +
      +

      Navigation

      +Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
      +
      +
      +

      Kinds of Pages

      +The following sections describe the different kinds of pages in this collection. +
      +

      Overview

      +

      The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

      +
      +
      +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

      +
        +
      • Interfaces
      • +
      • Classes
      • +
      • Enum Classes
      • +
      • Exceptions
      • +
      • Errors
      • +
      • Annotation Interfaces
      • +
      +
      +
      +

      Class or Interface

      +

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

      +
        +
      • Class Inheritance Diagram
      • +
      • Direct Subclasses
      • +
      • All Known Subinterfaces
      • +
      • All Known Implementing Classes
      • +
      • Class or Interface Declaration
      • +
      • Class or Interface Description
      • +
      +
      +
        +
      • Nested Class Summary
      • +
      • Enum Constant Summary
      • +
      • Field Summary
      • +
      • Property Summary
      • +
      • Constructor Summary
      • +
      • Method Summary
      • +
      • Required Element Summary
      • +
      • Optional Element Summary
      • +
      +
      +
        +
      • Enum Constant Details
      • +
      • Field Details
      • +
      • Property Details
      • +
      • Constructor Details
      • +
      • Method Details
      • +
      • Element Details
      • +
      +

      Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

      +

      The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
      +
      +

      Other Files

      +

      Packages and modules may contain pages with additional information related to the declarations nearby.

      +
      +
      +

      Use

      +

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.

      +
      +
      +

      Tree (Class Hierarchy)

      +

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

      +
        +
      • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
      • +
      • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
      • +
      +
      +
      +

      Constant Field Values

      +

      The Constant Field Values page lists the static final fields and their values.

      +
      +
      +

      Serialized Form

      +

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

      +
      +
      +

      All Packages

      +

      The All Packages page contains an alphabetic index of all packages contained in the documentation.

      +
      +
      +

      All Classes and Interfaces

      +

      The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

      +
      +
      +

      Index

      +

      The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

      +
      +
      +
      +This help file applies to API documentation generated by the standard doclet.
      +
      +
      + +
      +
      +
      + + diff --git a/processor/index-all.html b/processor/index-all.html new file mode 100644 index 0000000000..e440cc09bf --- /dev/null +++ b/processor/index-all.html @@ -0,0 +1,1590 @@ + + + + +Index (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Index

      +
      +A B C D E F G H I L M N O P R S T U V W 
      All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

      A

      +
      +
      A - Enum constant in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
       
      +
      AAC - Enum constant in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
       
      +
      active() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
       
      +
      addOrgUnit() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the addOrgUnit record component.
      +
      +
      addressOne() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the addressOne record component.
      +
      +
      addressThree() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the addressThree record component.
      +
      +
      addressTwo() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the addressTwo record component.
      +
      +
      addValue(String) - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      This method is used to add a value to the set of values.
      +
      +
      ApplicationConstant - Class in ca.bc.gov.app
      +
       
      +
      ApplicationConstant() - Constructor for class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      appointmentDate() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      Returns the value of the appointmentDate record component.
      +
      +
      approved(MessagingWrapper<List<MatcherResult>>) - Method in class ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService
      +
      +
      This method is responsible for marking the submission as approved and sending to the nexty + step.
      +
      +
      AUTO_APPROVE_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      +

      B

      +
      +
      BackendConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.BackendConfiguration
      +
       
      +
      BaseEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      BaseEntity() - Constructor for class ca.bc.gov.app.entity.BaseEntity
      +
       
      +
      bcRegistryApi(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
      +
      +
      Returns a configured instance of WebClient for accessing the BC Registry API.
      +
      +
      BcRegistryConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.BcRegistryConfiguration
      +
       
      +
      BcRegistryDocumentAccessRequestDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryDocumentAccessRequestDto(List<BcRegistryDocumentAccessTypeDto>) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
      +
      +
      Creates an instance of a BcRegistryDocumentAccessRequestDto record class.
      +
      +
      BcRegistryDocumentAccessTypeDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryDocumentAccessTypeDto(String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
      +
      +
      Creates an instance of a BcRegistryDocumentAccessTypeDto record class.
      +
      +
      BcRegistryDocumentDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryDocumentDto(List<BcRegistryPartyDto>) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
      +
      +
      Creates an instance of a BcRegistryDocumentDto record class.
      +
      +
      BcRegistryDocumentRequestBodyDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
      +
      +
      Creates an instance of a BcRegistryDocumentRequestBodyDto record class.
      +
      +
      BcRegistryDocumentRequestDocumentDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryDocumentRequestDocumentDto(String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Creates an instance of a BcRegistryDocumentRequestDocumentDto record class.
      +
      +
      BcRegistryDocumentRequestResponseDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryDocumentRequestResponseDto(String, String, List<BcRegistryDocumentRequestDocumentDto>, String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Creates an instance of a BcRegistryDocumentRequestResponseDto record class.
      +
      +
      BcRegistryExceptionMessageDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryExceptionMessageDto(String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      Creates an instance of a BcRegistryExceptionMessageDto record class.
      +
      +
      BcRegistryOfficerDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryOfficerDto(String, String, String, String, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Creates an instance of a BcRegistryOfficerDto record class.
      +
      +
      BcRegistryPartyDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryPartyDto(BcRegistryOfficerDto, List<BcRegistryRoleDto>) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
      +
      Creates an instance of a BcRegistryPartyDto record class.
      +
      +
      BcRegistryRoleDto - Record Class in ca.bc.gov.app.dto.bcregistry
      +
       
      +
      BcRegistryRoleDto(LocalDate, LocalDate, String) - Constructor for record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      Creates an instance of a BcRegistryRoleDto record class.
      +
      +
      BcRegistryService - Class in ca.bc.gov.app.service.bcregistry
      +
       
      +
      BcRegistryService(WebClient) - Constructor for class ca.bc.gov.app.service.bcregistry.BcRegistryService
      +
       
      +
      birthdate() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the birthdate record component.
      +
      +
      buildMailMessage(MessagingWrapper<Integer>) - Method in class ca.bc.gov.app.service.client.ClientSubmissionLoadingService
      +
       
      +
      BUSINESS_SUMMARY_FILING_HISTORY - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      businessIdentifier() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Returns the value of the businessIdentifier record component.
      +
      +
      businessName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Returns the value of the businessName record component.
      +
      +
      businessPhone() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the businessPhone record component.
      +
      +
      businessPhone() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the businessPhone record component.
      +
      +
      +

      C

      +
      +
      ca.bc.gov.app - package ca.bc.gov.app
      +
       
      +
      ca.bc.gov.app.configuration - package ca.bc.gov.app.configuration
      +
       
      +
      ca.bc.gov.app.converters - package ca.bc.gov.app.converters
      +
       
      +
      ca.bc.gov.app.dto - package ca.bc.gov.app.dto
      +
       
      +
      ca.bc.gov.app.dto.bcregistry - package ca.bc.gov.app.dto.bcregistry
      +
       
      +
      ca.bc.gov.app.dto.legacy - package ca.bc.gov.app.dto.legacy
      +
       
      +
      ca.bc.gov.app.entity - package ca.bc.gov.app.entity
      +
       
      +
      ca.bc.gov.app.exception - package ca.bc.gov.app.exception
      +
       
      +
      ca.bc.gov.app.matchers - package ca.bc.gov.app.matchers
      +
       
      +
      ca.bc.gov.app.repository - package ca.bc.gov.app.repository
      +
       
      +
      ca.bc.gov.app.service.bcregistry - package ca.bc.gov.app.service.bcregistry
      +
       
      +
      ca.bc.gov.app.service.client - package ca.bc.gov.app.service.client
      +
       
      +
      ca.bc.gov.app.service.legacy - package ca.bc.gov.app.service.legacy
      +
       
      +
      ca.bc.gov.app.service.processor - package ca.bc.gov.app.service.processor
      +
       
      +
      ca.bc.gov.app.util - package ca.bc.gov.app.util
      +
       
      +
      cellPhone() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the cellPhone record component.
      +
      +
      cessationDate() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      Returns the value of the cessationDate record component.
      +
      +
      checkClientData(MessagingWrapper<Integer>) - Method in class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
      +
      Checks if the client number exists for that submission and prepares the message for next step.
      +
      +
      city() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the city record component.
      +
      +
      CLIENT_SUBMITTER_NAME - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      CLIENT_TYPE_CODE - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      clientComment() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the clientComment record component.
      +
      +
      ClientDoingBusinessAsDto - Record Class in ca.bc.gov.app.dto.legacy
      +
       
      +
      ClientDoingBusinessAsDto(String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Creates an instance of a ClientDoingBusinessAsDto record class.
      +
      +
      clientIdentification() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the clientIdentification record component.
      +
      +
      clientIdTypeCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the clientIdTypeCode record component.
      +
      +
      clientLocnCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the clientLocnCode record component.
      +
      +
      clientLocnCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the clientLocnCode record component.
      +
      +
      clientLocnName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the clientLocnName record component.
      +
      +
      clientName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the clientName record component.
      +
      +
      clientNumber() - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Returns the value of the clientNumber record component.
      +
      +
      clientNumber() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the clientNumber record component.
      +
      +
      clientNumber() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the clientNumber record component.
      +
      +
      clientNumber() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the clientNumber record component.
      +
      +
      clientStatusCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the clientStatusCode record component.
      +
      +
      ClientSubmissionAutoProcessingService - Class in ca.bc.gov.app.service.client
      +
      +
      This class is responsible for processing the submission and persisting the data on oracle.
      +
      +
      ClientSubmissionAutoProcessingService() - Constructor for class ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService
      +
       
      +
      ClientSubmissionLoadingService - Class in ca.bc.gov.app.service.client
      +
      +
      This class is responsible for loading the submission details and submission contact details
      +
      +
      ClientSubmissionLoadingService() - Constructor for class ca.bc.gov.app.service.client.ClientSubmissionLoadingService
      +
       
      +
      ClientSubmissionMailService - Class in ca.bc.gov.app.service.client
      +
       
      +
      ClientSubmissionMailService() - Constructor for class ca.bc.gov.app.service.client.ClientSubmissionMailService
      +
       
      +
      ClientSubmissionProcessingService - Class in ca.bc.gov.app.service.client
      +
       
      +
      ClientSubmissionProcessingService() - Constructor for class ca.bc.gov.app.service.client.ClientSubmissionProcessingService
      +
       
      +
      clientType() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns the value of the clientType record component.
      +
      +
      clientTypeCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the clientTypeCode record component.
      +
      +
      cliLocnComment() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the cliLocnComment record component.
      +
      +
      code() - Method in record class ca.bc.gov.app.dto.DistrictDto
      +
      +
      Returns the value of the code record component.
      +
      +
      compileResult() - Method in interface ca.bc.gov.app.matchers.ProcessorMatcher
      +
      +
      Returns a BiConsumer that adds a value to a MatcherResult.
      +
      +
      completeProcessing(Integer) - Method in class ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService
      +
      +
      This method is responsible for marking the submission as processed
      +
      +
      contactCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the contactCode record component.
      +
      +
      ContactMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches contacts.
      +
      +
      ContactMatcher(WebClient, SubmissionContactRepository) - Constructor for class ca.bc.gov.app.matchers.ContactMatcher
      +
      +
      This constructor initializes the ContactMatcher with a WebClient for the legacy client API and + a SubmissionContactRepository.
      +
      +
      contactName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the contactName record component.
      +
      +
      corporationName() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns the value of the corporationName record component.
      +
      +
      corpRegnNmbr() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the corpRegnNmbr record component.
      +
      +
      country() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the country record component.
      +
      +
      CountryCodeEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      CountryCodeEntity(String, String) - Constructor for class ca.bc.gov.app.entity.CountryCodeEntity
      +
       
      +
      CountryCodeRepository - Interface in ca.bc.gov.app.repository
      +
       
      +
      createClient(ForestClientDto) - Method in class ca.bc.gov.app.service.legacy.LegacyService
      +
       
      +
      createContact(ForestClientContactDto) - Method in class ca.bc.gov.app.service.legacy.LegacyService
      +
       
      +
      createContact(MessagingWrapper<Integer>) - Method in class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
      +
      Creates a contact if does not exist on oracle.
      +
      +
      CREATED_BY - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      createdAt - Variable in class ca.bc.gov.app.entity.ExpirableBaseEntity
      +
       
      +
      createdBy - Variable in class ca.bc.gov.app.entity.BaseEntity
      +
       
      +
      createdBy - Variable in class ca.bc.gov.app.entity.SubmissionMatchDetailEntity
      +
       
      +
      createdBy() - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Returns the value of the createdBy record component.
      +
      +
      createdBy() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the createdBy record component.
      +
      +
      createdBy() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the createdBy record component.
      +
      +
      createdBy() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the createdBy record component.
      +
      +
      createDoingBusinessAs(String, String, String, String) - Method in class ca.bc.gov.app.service.legacy.LegacyService
      +
       
      +
      createForestClient(MessagingWrapper<ForestClientDto>) - Method in class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
      +
      Creates a client if does not exist on oracle and get back the client number.
      +
      +
      createLocation(SubmissionLocationEntity, String, Long, String) - Method in class ca.bc.gov.app.service.legacy.LegacyService
      +
       
      +
      createLocations(MessagingWrapper<Integer>) - Method in class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
      +
      Creates a location if it does not exist on oracle.
      +
      +
      +

      D

      +
      +
      D - Enum constant in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
       
      +
      dateOfBirth() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns the value of the dateOfBirth record component.
      +
      +
      description - Variable in class ca.bc.gov.app.entity.ExpirableBaseEntity
      +
       
      +
      description() - Method in record class ca.bc.gov.app.dto.DistrictDto
      +
      +
      Returns the value of the description record component.
      +
      +
      distribution() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
       
      +
      DistrictDto - Record Class in ca.bc.gov.app.dto
      +
       
      +
      DistrictDto(String, String, String) - Constructor for record class ca.bc.gov.app.dto.DistrictDto
      +
      +
      Creates an instance of a DistrictDto record class.
      +
      +
      documentAccessRequest() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
      +
      +
      Returns the value of the documentAccessRequest record component.
      +
      +
      documentKey() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Returns the value of the documentKey record component.
      +
      +
      documents() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
      +
      +
      Returns the value of the documents record component.
      +
      +
      documents() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Returns the value of the documents record component.
      +
      +
      documentType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
      +
      +
      Returns the value of the documentType record component.
      +
      +
      documentType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Returns the value of the documentType record component.
      +
      +
      doingBusinessAsName() - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Returns the value of the doingBusinessAsName record component.
      +
      +
      DoingBusinessAsProcessorMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches submissions based on the "Doing Business As" field.
      +
      +
      DoingBusinessAsProcessorMatcher() - Constructor for class ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher
      +
       
      +
      +

      E

      +
      +
      effectiveAt - Variable in class ca.bc.gov.app.entity.ExpirableBaseEntity
      +
       
      +
      email() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Returns the value of the email record component.
      +
      +
      email() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the email record component.
      +
      +
      emailAddress() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the emailAddress record component.
      +
      +
      emailAddress() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the emailAddress record component.
      +
      +
      EmailRequestDto - Record Class in ca.bc.gov.app.dto
      +
      +
      Represents a request object for sending emails via CHES (Common Hosted Email Service).
      +
      +
      EmailRequestDto(String, String, String, String, String, String, String, Map<String, Object>) - Constructor for record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Creates an instance of a EmailRequestDto record class.
      +
      +
      emails() - Method in record class ca.bc.gov.app.dto.DistrictDto
      +
      +
      Returns the value of the emails record component.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.ContactMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.GoodStandingProcessorMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.IndividualProcessorMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.LegalNameProcessorMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.LocationMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in interface ca.bc.gov.app.matchers.ProcessorMatcher
      +
      +
      Checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      enabled(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher
      +
      +
      This method checks if the matcher is enabled for a given submission.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.DistrictDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      equals(Object) - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Indicates whether some other object is "equal to" this one.
      +
      +
      errorMessage() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      Returns the value of the errorMessage record component.
      +
      +
      ExpirableBaseEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      ExpirableBaseEntity() - Constructor for class ca.bc.gov.app.entity.ExpirableBaseEntity
      +
       
      +
      expiredAt - Variable in class ca.bc.gov.app.entity.ExpirableBaseEntity
      +
       
      +
      extractLetters(String) - Static method in class ca.bc.gov.app.util.ProcessorUtil
      +
       
      +
      extractNumbers(String) - Static method in class ca.bc.gov.app.util.ProcessorUtil
      +
       
      +
      +

      F

      +
      +
      faxNumber() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the faxNumber record component.
      +
      +
      fieldName() - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      Returns the value of the fieldName record component.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.ContactMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.GoodStandingProcessorMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.IndividualProcessorMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.LegalNameProcessorMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.LocationMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in interface ca.bc.gov.app.matchers.ProcessorMatcher
      +
      +
      Returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fieldName() - Method in class ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher
      +
      +
      This method returns the field name that the matcher operates on.
      +
      +
      fileName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Returns the value of the fileName record component.
      +
      +
      findAllBySubmissionId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionMatchDetailRepository
      +
       
      +
      findBy(Pageable) - Method in interface ca.bc.gov.app.repository.CountryCodeRepository
      +
       
      +
      findByCountryCode(String) - Method in interface ca.bc.gov.app.repository.CountryCodeRepository
      +
       
      +
      findByDescription(String) - Method in interface ca.bc.gov.app.repository.CountryCodeRepository
      +
       
      +
      findBySubmissionContactId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionLocationContactRepository
      +
       
      +
      findBySubmissionId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionContactRepository
      +
       
      +
      findBySubmissionId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionDetailRepository
      +
       
      +
      findBySubmissionId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionLocationRepository
      +
       
      +
      findBySubmissionId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionMatchDetailRepository
      +
       
      +
      findBySubmissionLocationId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionLocationContactRepository
      +
       
      +
      findBySubmissionType(SubmissionTypeCodeEnum) - Method in interface ca.bc.gov.app.repository.SubmissionRepository
      +
       
      +
      findFirstBySubmissionId(Integer) - Method in interface ca.bc.gov.app.repository.SubmissionContactRepository
      +
       
      +
      firstName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Returns the value of the firstName record component.
      +
      +
      FOREST_CLIENT_NAME - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      FOREST_CLIENT_NUMBER - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      forestClientApi(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
      +
       
      +
      ForestClientConfiguration - Class in ca.bc.gov.app.configuration
      +
      +
      The Forest client configuration.
      +
      +
      ForestClientConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration
      +
       
      +
      ForestClientConfiguration.BackendConfiguration - Class in ca.bc.gov.app.configuration
      +
       
      +
      ForestClientConfiguration.BcRegistryConfiguration - Class in ca.bc.gov.app.configuration
      +
      +
      The BC Registry configuration.
      +
      +
      ForestClientConfiguration.ProcessorConfiguration - Class in ca.bc.gov.app.configuration
      +
       
      +
      ForestClientConfiguration.SecurityConfiguration - Class in ca.bc.gov.app.configuration
      +
       
      +
      ForestClientContactDto - Record Class in ca.bc.gov.app.dto.legacy
      +
       
      +
      ForestClientContactDto(String, String, String, String, String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Creates an instance of a ForestClientContactDto record class.
      +
      +
      ForestClientDto - Record Class in ca.bc.gov.app.dto.legacy
      +
       
      +
      ForestClientDto(String, String, String, String, String, String, LocalDate, String, String, String, String, String, String, String, Long) - Constructor for record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Creates an instance of a ForestClientDto record class.
      +
      +
      ForestClientLocationDto - Record Class in ca.bc.gov.app.dto.legacy
      +
       
      +
      ForestClientLocationDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, LocalDate, String, String, String, String, Long, Long) - Constructor for record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Creates an instance of a ForestClientLocationDto record class.
      +
      +
      ForestClientMetricConfiguration - Class in ca.bc.gov.app.configuration
      +
       
      +
      ForestClientMetricConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
       
      +
      fromValue(String) - Static method in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
      +
      Returns the enum constant with the specified string value.
      +
      +
      fromValue(String) - Static method in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
      +
      Returns the enum constant with the specified string value.
      +
      +
      +

      G

      +
      +
      generateForestClient(MessagingWrapper<String>) - Method in class ca.bc.gov.app.service.legacy.LegacyClientPersistenceService
      +
       
      +
      generateForestClient(MessagingWrapper<String>) - Method in class ca.bc.gov.app.service.legacy.LegacyIndividualPersistenceService
      +
      +
      Generate the individual to be persisted into forest client database.
      +
      +
      generateForestClient(MessagingWrapper<String>) - Method in class ca.bc.gov.app.service.legacy.LegacyRegisteredSPPersistenceService
      +
       
      +
      generateForestClient(MessagingWrapper<String>) - Method in class ca.bc.gov.app.service.legacy.LegacyUnregisteredSPPersistenceService
      +
      +
      This method is responsible for generating the forest client for unregistered sole + proprietorship.
      +
      +
      getBaseForestClient(String, String) - Method in class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
       
      +
      getClientIdTypeCode(String) - Static method in class ca.bc.gov.app.util.ProcessorUtil
      +
       
      +
      getInfoParameter(String, Class<P>) - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
       
      +
      getParameter(String, Class<P>) - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
       
      +
      getProprietor() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
      +
       
      +
      getUser(MessagingWrapper<?>, String) - Method in class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
       
      +
      GlobalServiceConfiguration - Class in ca.bc.gov.app.configuration
      +
       
      +
      GlobalServiceConfiguration() - Constructor for class ca.bc.gov.app.configuration.GlobalServiceConfiguration
      +
       
      +
      goodStanding() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns the value of the goodStanding record component.
      +
      +
      GoodStandingProcessorMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches submissions based on the "Good Standing" field.
      +
      +
      GoodStandingProcessorMatcher() - Constructor for class ca.bc.gov.app.matchers.GoodStandingProcessorMatcher
      +
       
      +
      +

      H

      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.DistrictDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
      +
      Returns a hash code value for this object.
      +
      +
      hashCode() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns a hash code value for this object.
      +
      +
      hasMatch() - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      This method is used to check if there is a match.
      +
      +
      homePhone() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the homePhone record component.
      +
      +
      +

      I

      +
      +
      id() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Returns the value of the id record component.
      +
      +
      ignoreTag() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
       
      +
      IndividualProcessorMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches submissions based on individual client type.
      +
      +
      IndividualProcessorMatcher(WebClient) - Constructor for class ca.bc.gov.app.matchers.IndividualProcessorMatcher
      +
      +
      This constructor initializes the IndividualProcessorMatcher with a WebClient for the legacy client API.
      +
      +
      initializeResult() - Method in interface ca.bc.gov.app.matchers.ProcessorMatcher
      +
      +
      Returns a Supplier that initializes a MatcherResult.
      +
      +
      InvalidAccessTokenException - Exception in ca.bc.gov.app.exception
      +
       
      +
      InvalidAccessTokenException() - Constructor for exception ca.bc.gov.app.exception.InvalidAccessTokenException
      +
       
      +
      isBeingProcessed() - Method in class ca.bc.gov.app.entity.SubmissionMatchDetailEntity
      +
       
      +
      isProprietor() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
       
      +
      +

      L

      +
      +
      lastName() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Returns the value of the lastName record component.
      +
      +
      LegacyAbstractPersistenceService - Class in ca.bc.gov.app.service.legacy
      +
      +
      This class is responsible for persisting the submission into the legacy database.
      +
      +
      LegacyAbstractPersistenceService() - Constructor for class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
       
      +
      legacyClientApi(ForestClientConfiguration) - Method in class ca.bc.gov.app.configuration.GlobalServiceConfiguration
      +
       
      +
      LegacyClientPersistenceService - Class in ca.bc.gov.app.service.legacy
      +
      +
      This class is responsible for persisting the submission into the legacy database.
      +
      +
      LegacyClientPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService) - Constructor for class ca.bc.gov.app.service.legacy.LegacyClientPersistenceService
      +
       
      +
      LegacyIndividualPersistenceService - Class in ca.bc.gov.app.service.legacy
      +
      +
      This class is responsible for persisting the submission of individuals into the legacy database.
      +
      +
      LegacyIndividualPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService) - Constructor for class ca.bc.gov.app.service.legacy.LegacyIndividualPersistenceService
      +
       
      +
      LegacyLoadingService - Class in ca.bc.gov.app.service.legacy
      +
       
      +
      LegacyLoadingService() - Constructor for class ca.bc.gov.app.service.legacy.LegacyLoadingService
      +
       
      +
      LegacyPersistenceService - Class in ca.bc.gov.app.service.legacy
      +
       
      +
      LegacyPersistenceService() - Constructor for class ca.bc.gov.app.service.legacy.LegacyPersistenceService
      +
       
      +
      LegacyRegisteredSPPersistenceService - Class in ca.bc.gov.app.service.legacy
      +
      +
      This class is responsible for persisting the submission of registered sole proprietorship into + the legacy database.
      +
      +
      LegacyRegisteredSPPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService, BcRegistryService) - Constructor for class ca.bc.gov.app.service.legacy.LegacyRegisteredSPPersistenceService
      +
       
      +
      LegacyService - Class in ca.bc.gov.app.service.legacy
      +
       
      +
      LegacyService(WebClient) - Constructor for class ca.bc.gov.app.service.legacy.LegacyService
      +
       
      +
      LegacyUnregisteredSPPersistenceService - Class in ca.bc.gov.app.service.legacy
      +
      +
      This class is responsible for persisting the submission of unregistered sole proprietorship into + the legacy database.
      +
      +
      LegacyUnregisteredSPPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService) - Constructor for class ca.bc.gov.app.service.legacy.LegacyUnregisteredSPPersistenceService
      +
       
      +
      legalFirstName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the legalFirstName record component.
      +
      +
      legalMiddleName() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the legalMiddleName record component.
      +
      +
      LegalNameProcessorMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches submissions based on the legal name.
      +
      +
      LegalNameProcessorMatcher(WebClient) - Constructor for class ca.bc.gov.app.matchers.LegalNameProcessorMatcher
      +
      +
      This constructor initializes the LegalNameProcessorMatcher with a WebClient for the legacy client API.
      +
      +
      loadMatchingInfo(MessagingWrapper<T>) - Method in class ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService
      +
      +
      This method is used to load matching information for a given submission.
      +
      +
      loadProcessedSubmissions() - Method in interface ca.bc.gov.app.repository.SubmissionRepository
      +
       
      +
      loadProcessingSubmissions() - Method in interface ca.bc.gov.app.repository.SubmissionRepository
      +
       
      +
      loadSubmission(MessagingWrapper<Integer>) - Method in class ca.bc.gov.app.service.legacy.LegacyAbstractPersistenceService
      +
      +
      Loads the submission from the database and prepares the message for next step.
      +
      +
      loadSubmissionDetails(Integer) - Method in class ca.bc.gov.app.service.client.ClientSubmissionLoadingService
      +
      +
      Load the submission details to be processed later on
      +
      +
      LOCATION_CODE - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      LOCATION_ID - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      LocationMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches submissions based on location.
      +
      +
      LocationMatcher(WebClient, SubmissionLocationRepository) - Constructor for class ca.bc.gov.app.matchers.LocationMatcher
      +
      +
      This constructor initializes the LocationMatcher with a WebClient for the legacy client API and a SubmissionLocationRepository.
      +
      +
      locnExpiredInd() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the locnExpiredInd record component.
      +
      +
      +

      M

      +
      +
      main(String[]) - Static method in class ca.bc.gov.app.ProcessorApplication
      +
       
      +
      MATCH_PARAM_NAME - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      matchCheck(MessagingWrapper<SubmissionInformationDto>) - Method in class ca.bc.gov.app.service.legacy.LegacyLoadingService
      +
       
      +
      matchDba(String) - Method in class ca.bc.gov.app.service.legacy.LegacyService
      +
       
      +
      MATCHED_USER - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      MatcherResult - Record Class in ca.bc.gov.app.dto
      +
      +
      This record represents the result of a matching operation.
      +
      +
      MatcherResult(String, Set<String>) - Constructor for record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      Creates an instance of a MatcherResult record class.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.ContactMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.GoodStandingProcessorMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.IndividualProcessorMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.LegalNameProcessorMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.LocationMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in interface ca.bc.gov.app.matchers.ProcessorMatcher
      +
      +
      Performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      matches(SubmissionInformationDto) - Method in class ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher
      +
      +
      This method performs the matching operation for a given submission.
      +
      +
      MATCHING_INFO - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      MATCHING_REASON - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      MessagingWrapper<T> - Record Class in ca.bc.gov.app.dto
      +
       
      +
      MessagingWrapper(T, Map<String, Object>) - Constructor for record class ca.bc.gov.app.dto.MessagingWrapper
      +
      +
      Creates an instance of a MessagingWrapper record class.
      +
      +
      metricsCommonTags() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
       
      +
      middleInitial() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Returns the value of the middleInitial record component.
      +
      +
      +

      N

      +
      +
      N - Enum constant in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
       
      +
      name() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the name record component.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.ContactMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.DoingBusinessAsProcessorMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.GoodStandingProcessorMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.IndividualProcessorMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.LegalNameProcessorMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.LocationMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      name() - Method in interface ca.bc.gov.app.matchers.ProcessorMatcher
      +
      +
      Returns the name of the matcher.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      name() - Method in class ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher
      +
      +
      This method returns the name of the matcher.
      +
      +
      NoClientDataFound - Exception in ca.bc.gov.app.exception
      +
       
      +
      NoClientDataFound(String) - Constructor for exception ca.bc.gov.app.exception.NoClientDataFound
      +
       
      +
      +

      O

      +
      +
      officer() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
      +
      Returns the value of the officer record component.
      +
      +
      onAfterConvert(SubmissionMatchDetailEntity, SqlIdentifier) - Method in class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
      +
       
      +
      onBeforeConvert(SubmissionMatchDetailEntity, SqlIdentifier) - Method in class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
      +
       
      +
      ORG_UNIT - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      orgUnit() - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Returns the value of the orgUnit record component.
      +
      +
      orgUnit() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the orgUnit record component.
      +
      +
      orgUnit() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the orgUnit record component.
      +
      +
      +

      P

      +
      +
      P - Enum constant in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
       
      +
      parameters() - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
      +
      Returns the value of the parameters record component.
      +
      +
      parties() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
      +
      +
      Returns the value of the parties record component.
      +
      +
      partyType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Returns the value of the partyType record component.
      +
      +
      payload() - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
      +
      Returns the value of the payload record component.
      +
      +
      paymentStatus() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Returns the value of the paymentStatus record component.
      +
      +
      persist(MessagingWrapper<SubmissionMatchDetailEntity>) - Method in class ca.bc.gov.app.service.legacy.LegacyPersistenceService
      +
       
      +
      postalCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the postalCode record component.
      +
      +
      POSTGRES_ATTRIBUTE_SCHEMA - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      processedMessages() - Method in class ca.bc.gov.app.service.processor.ProcessorService
      +
       
      +
      PROCESSOR_USER_NAME - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      ProcessorApplication - Class in ca.bc.gov.app
      +
       
      +
      ProcessorApplication() - Constructor for class ca.bc.gov.app.ProcessorApplication
      +
       
      +
      ProcessorConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.ProcessorConfiguration
      +
       
      +
      ProcessorMatcher - Interface in ca.bc.gov.app.matchers
      +
      +
      This interface defines the contract for a ProcessorMatcher.
      +
      +
      ProcessorService - Class in ca.bc.gov.app.service.processor
      +
       
      +
      ProcessorService() - Constructor for class ca.bc.gov.app.service.processor.ProcessorService
      +
       
      +
      ProcessorUtil - Class in ca.bc.gov.app.util
      +
       
      +
      ProcessorUtil() - Constructor for class ca.bc.gov.app.util.ProcessorUtil
      +
       
      +
      processSubmission(MessagingWrapper<Integer>) - Method in class ca.bc.gov.app.service.client.ClientSubmissionProcessingService
      +
      +
      This method will process the submission and send the notification to the user.
      +
      +
      prometheusConfiguration() - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
       
      +
      province() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the province record component.
      +
      +
      +

      R

      +
      +
      R - Enum constant in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
       
      +
      RAC - Enum constant in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
       
      +
      REGISTRATION_NUMBER - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      registrationNumber() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the registrationNumber record component.
      +
      +
      registrationNumber() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns the value of the registrationNumber record component.
      +
      +
      RegistrationNumberProcessorMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches submissions based on the registration number.
      +
      +
      RegistrationNumberProcessorMatcher(WebClient) - Constructor for class ca.bc.gov.app.matchers.RegistrationNumberProcessorMatcher
      +
      +
      This constructor initializes the RegistrationNumberProcessorMatcher with a WebClient for the legacy client API.
      +
      +
      registryCompanyTypeCode() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the registryCompanyTypeCode record component.
      +
      +
      requestDocumentData(String) - Method in class ca.bc.gov.app.service.bcregistry.BcRegistryService
      +
      +
      Sends a request to retrieve the document data for a given value using the BC Registry API.
      +
      +
      returnedMailDate() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the returnedMailDate record component.
      +
      +
      REVIEW_CHANNEL - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      reviewed(MessagingWrapper<List<MatcherResult>>) - Method in class ca.bc.gov.app.service.client.ClientSubmissionAutoProcessingService
      +
      +
      This method is responsible for marking the submission as reviewed
      +
      +
      RNC - Enum constant in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
       
      +
      roles() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
      +
      Returns the value of the roles record component.
      +
      +
      roleType() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      Returns the value of the roleType record component.
      +
      +
      rootCause() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      Returns the value of the rootCause record component.
      +
      +
      +

      S

      +
      +
      SchedulerConfiguration - Class in ca.bc.gov.app.configuration
      +
       
      +
      SchedulerConfiguration() - Constructor for class ca.bc.gov.app.configuration.SchedulerConfiguration
      +
       
      +
      SecurityConfiguration() - Constructor for class ca.bc.gov.app.configuration.ForestClientConfiguration.SecurityConfiguration
      +
       
      +
      sendMail(EmailRequestDto) - Method in class ca.bc.gov.app.service.client.ClientSubmissionMailService
      +
       
      +
      SoleProprietorProcessorMatcher - Class in ca.bc.gov.app.matchers
      +
      +
      This class is a component that matches submissions based on the client type being "USP" or "RSP".
      +
      +
      SoleProprietorProcessorMatcher(WebClient) - Constructor for class ca.bc.gov.app.matchers.SoleProprietorProcessorMatcher
      +
      +
      This constructor initializes the SoleProprietorProcessorMatcher with a WebClient for the legacy client API.
      +
      +
      splitName(String) - Static method in class ca.bc.gov.app.util.ProcessorUtil
      +
       
      +
      SPP - Enum constant in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
       
      +
      status() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Returns the value of the status record component.
      +
      +
      subject() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the subject record component.
      +
      +
      SUBMISSION_CLIENTID - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      SUBMISSION_ID - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      SUBMISSION_NAME - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      SUBMISSION_STATUS - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      SUBMISSION_TYPE - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      SubmissionContactEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionContactEntity() - Constructor for class ca.bc.gov.app.entity.SubmissionContactEntity
      +
       
      +
      SubmissionContactRepository - Interface in ca.bc.gov.app.repository
      +
       
      +
      SubmissionDetailEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionDetailEntity() - Constructor for class ca.bc.gov.app.entity.SubmissionDetailEntity
      +
       
      +
      SubmissionDetailRepository - Interface in ca.bc.gov.app.repository
      +
       
      +
      SubmissionEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionEntity() - Constructor for class ca.bc.gov.app.entity.SubmissionEntity
      +
       
      +
      submissionId() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns the value of the submissionId record component.
      +
      +
      SubmissionInformationDto - Record Class in ca.bc.gov.app.dto
      +
       
      +
      SubmissionInformationDto(Integer, String, LocalDate, String, String, String) - Constructor for record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Creates an instance of a SubmissionInformationDto record class.
      +
      +
      SubmissionLocationContactEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionLocationContactEntity() - Constructor for class ca.bc.gov.app.entity.SubmissionLocationContactEntity
      +
       
      +
      SubmissionLocationContactIdEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionLocationContactIdEntity() - Constructor for class ca.bc.gov.app.entity.SubmissionLocationContactIdEntity
      +
       
      +
      SubmissionLocationContactRepository - Interface in ca.bc.gov.app.repository
      +
       
      +
      SubmissionLocationEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionLocationEntity() - Constructor for class ca.bc.gov.app.entity.SubmissionLocationEntity
      +
       
      +
      SubmissionLocationRepository - Interface in ca.bc.gov.app.repository
      +
       
      +
      SubmissionMatchDetailEntity - Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionMatchDetailEntity() - Constructor for class ca.bc.gov.app.entity.SubmissionMatchDetailEntity
      +
       
      +
      SubmissionMatchDetailEntityBeforeConvert - Class in ca.bc.gov.app.converters
      +
       
      +
      SubmissionMatchDetailEntityBeforeConvert() - Constructor for class ca.bc.gov.app.converters.SubmissionMatchDetailEntityBeforeConvert
      +
       
      +
      SubmissionMatchDetailRepository - Interface in ca.bc.gov.app.repository
      +
       
      +
      submissionMessages() - Method in class ca.bc.gov.app.service.processor.ProcessorService
      +
       
      +
      SubmissionRepository - Interface in ca.bc.gov.app.repository
      +
       
      +
      SubmissionStatusEnum - Enum Class in ca.bc.gov.app.entity
      +
       
      +
      SubmissionTypeCodeEnum - Enum Class in ca.bc.gov.app.entity
      +
       
      +
      +

      T

      +
      +
      templateName() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the templateName record component.
      +
      +
      timedAspect(MeterRegistry) - Method in class ca.bc.gov.app.configuration.ForestClientMetricConfiguration
      +
       
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessTypeDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestBodyDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestDocumentDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentRequestResponseDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryExceptionMessageDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryPartyDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.bcregistry.BcRegistryRoleDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.DistrictDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
      +
      Returns a string representation of this record class.
      +
      +
      toString() - Method in record class ca.bc.gov.app.dto.SubmissionInformationDto
      +
      +
      Returns a string representation of this record class.
      +
      +
      TracingConfiguration - Class in ca.bc.gov.app.configuration
      +
       
      +
      TracingConfiguration() - Constructor for class ca.bc.gov.app.configuration.TracingConfiguration
      +
       
      +
      trustLocationInd() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the trustLocationInd record component.
      +
      +
      +

      U

      +
      +
      UPDATED_BY - Static variable in class ca.bc.gov.app.ApplicationConstant
      +
       
      +
      updatedAt - Variable in class ca.bc.gov.app.entity.BaseEntity
      +
       
      +
      updatedAt - Variable in class ca.bc.gov.app.entity.SubmissionMatchDetailEntity
      +
       
      +
      updatedBy - Variable in class ca.bc.gov.app.entity.BaseEntity
      +
       
      +
      updatedBy() - Method in record class ca.bc.gov.app.dto.legacy.ClientDoingBusinessAsDto
      +
      +
      Returns the value of the updatedBy record component.
      +
      +
      updatedBy() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientContactDto
      +
      +
      Returns the value of the updatedBy record component.
      +
      +
      updatedBy() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientDto
      +
      +
      Returns the value of the updatedBy record component.
      +
      +
      updatedBy() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the updatedBy record component.
      +
      +
      updateOrgUnit() - Method in record class ca.bc.gov.app.dto.legacy.ForestClientLocationDto
      +
      +
      Returns the value of the updateOrgUnit record component.
      +
      +
      userId() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the userId record component.
      +
      +
      userName() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the userName record component.
      +
      +
      +

      V

      +
      +
      value() - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      This method is used to get a string representation of the set of values.
      +
      +
      value() - Method in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
       
      +
      value() - Method in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
       
      +
      valueOf(String) - Static method in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
      +
      Returns the enum constant of this class with the specified name.
      +
      +
      valueOf(String) - Static method in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
      +
      Returns the enum constant of this class with the specified name.
      +
      +
      values() - Method in record class ca.bc.gov.app.dto.MatcherResult
      +
      +
      Returns the value of the values record component.
      +
      +
      values() - Static method in enum class ca.bc.gov.app.entity.SubmissionStatusEnum
      +
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      values() - Static method in enum class ca.bc.gov.app.entity.SubmissionTypeCodeEnum
      +
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      variables() - Method in record class ca.bc.gov.app.dto.EmailRequestDto
      +
      +
      Returns the value of the variables record component.
      +
      +
      +

      W

      +
      +
      withParameter(String, Object) - Method in record class ca.bc.gov.app.dto.MessagingWrapper
      +
       
      +
      +A B C D E F G H I L M N O P R S T U V W 
      All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
      +
      +
      + +
      +
      +
      + + diff --git a/processor/index.html b/processor/index.html new file mode 100644 index 0000000000..ab2fc2c84e --- /dev/null +++ b/processor/index.html @@ -0,0 +1,99 @@ + + + + +Overview (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

      Javadoc Documentation for nr-forest-client-processor 0.0.1-SNAPSHOT

      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/jquery-ui.overrides.css b/processor/jquery-ui.overrides.css new file mode 100644 index 0000000000..facf852c27 --- /dev/null +++ b/processor/jquery-ui.overrides.css @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; + border: 1px solid #F8981D; +} diff --git a/processor/legal/ADDITIONAL_LICENSE_INFO b/processor/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000000..ff700cd09f --- /dev/null +++ b/processor/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/processor/legal/ASSEMBLY_EXCEPTION b/processor/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000000..065b8d9023 --- /dev/null +++ b/processor/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/processor/legal/LICENSE b/processor/legal/LICENSE new file mode 100644 index 0000000000..8b400c7ab8 --- /dev/null +++ b/processor/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/processor/legal/jquery.md b/processor/legal/jquery.md new file mode 100644 index 0000000000..d468b3183a --- /dev/null +++ b/processor/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.6.1 + +### jQuery License +``` +jQuery v 3.6.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/processor/legal/jqueryUI.md b/processor/legal/jqueryUI.md new file mode 100644 index 0000000000..8bda9d7a85 --- /dev/null +++ b/processor/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/processor/member-search-index.js b/processor/member-search-index.js new file mode 100644 index 0000000000..2a152cc912 --- /dev/null +++ b/processor/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"A"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"AAC"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"active()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"addOrgUnit()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"addressOne()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"addressThree()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"addressTwo()"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"addValue(String)","u":"addValue(java.lang.String)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"ApplicationConstant()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"appointmentDate()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionAutoProcessingService","l":"approved(MessagingWrapper>)","u":"approved(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"AUTO_APPROVE_CHANNEL"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.BackendConfiguration","l":"BackendConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"BaseEntity","l":"BaseEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"bcRegistryApi(ForestClientConfiguration)","u":"bcRegistryApi(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.BcRegistryConfiguration","l":"BcRegistryConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"BcRegistryDocumentAccessRequestDto(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"BcRegistryDocumentAccessTypeDto(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"BcRegistryDocumentDto(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"BcRegistryDocumentRequestBodyDto(BcRegistryDocumentAccessRequestDto)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryDocumentAccessRequestDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"BcRegistryDocumentRequestDocumentDto(String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"BcRegistryDocumentRequestResponseDto(String, String, List, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.util.List,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"BcRegistryExceptionMessageDto(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"BcRegistryOfficerDto(String, String, String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"BcRegistryPartyDto(BcRegistryOfficerDto, List)","u":"%3Cinit%3E(ca.bc.gov.app.dto.bcregistry.BcRegistryOfficerDto,java.util.List)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"BcRegistryRoleDto(LocalDate, LocalDate, String)","u":"%3Cinit%3E(java.time.LocalDate,java.time.LocalDate,java.lang.String)"},{"p":"ca.bc.gov.app.service.bcregistry","c":"BcRegistryService","l":"BcRegistryService(WebClient)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"birthdate()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionLoadingService","l":"buildMailMessage(MessagingWrapper)","u":"buildMailMessage(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"BUSINESS_SUMMARY_FILING_HISTORY"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"businessIdentifier()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"businessName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"businessPhone()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"businessPhone()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"cellPhone()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"cessationDate()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"checkClientData(MessagingWrapper)","u":"checkClientData(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"city()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"CLIENT_SUBMITTER_NAME"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"CLIENT_TYPE_CODE"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientComment()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"ClientDoingBusinessAsDto(String, String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientIdentification()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientIdTypeCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"clientLocnCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"clientLocnCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"clientLocnName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"clientNumber()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientStatusCode()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionAutoProcessingService","l":"ClientSubmissionAutoProcessingService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionLoadingService","l":"ClientSubmissionLoadingService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionMailService","l":"ClientSubmissionMailService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionProcessingService","l":"ClientSubmissionProcessingService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"clientType()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"clientTypeCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"cliLocnComment()"},{"p":"ca.bc.gov.app.dto","c":"DistrictDto","l":"code()"},{"p":"ca.bc.gov.app.matchers","c":"ProcessorMatcher","l":"compileResult()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionAutoProcessingService","l":"completeProcessing(Integer)","u":"completeProcessing(java.lang.Integer)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"contactCode()"},{"p":"ca.bc.gov.app.matchers","c":"ContactMatcher","l":"ContactMatcher(WebClient, SubmissionContactRepository)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient,ca.bc.gov.app.repository.SubmissionContactRepository)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"contactName()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"corporationName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"corpRegnNmbr()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"country()"},{"p":"ca.bc.gov.app.entity","c":"CountryCodeEntity","l":"CountryCodeEntity(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyService","l":"createClient(ForestClientDto)","u":"createClient(ca.bc.gov.app.dto.legacy.ForestClientDto)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyService","l":"createContact(ForestClientContactDto)","u":"createContact(ca.bc.gov.app.dto.legacy.ForestClientContactDto)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"createContact(MessagingWrapper)","u":"createContact(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"CREATED_BY"},{"p":"ca.bc.gov.app.entity","c":"ExpirableBaseEntity","l":"createdAt"},{"p":"ca.bc.gov.app.entity","c":"BaseEntity","l":"createdBy"},{"p":"ca.bc.gov.app.entity","c":"SubmissionMatchDetailEntity","l":"createdBy"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"createdBy()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"createdBy()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"createdBy()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"createdBy()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyService","l":"createDoingBusinessAs(String, String, String, String)","u":"createDoingBusinessAs(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"createForestClient(MessagingWrapper)","u":"createForestClient(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyService","l":"createLocation(SubmissionLocationEntity, String, Long, String)","u":"createLocation(ca.bc.gov.app.entity.SubmissionLocationEntity,java.lang.String,java.lang.Long,java.lang.String)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"createLocations(MessagingWrapper)","u":"createLocations(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"D"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"dateOfBirth()"},{"p":"ca.bc.gov.app.entity","c":"ExpirableBaseEntity","l":"description"},{"p":"ca.bc.gov.app.dto","c":"DistrictDto","l":"description()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"distribution()"},{"p":"ca.bc.gov.app.dto","c":"DistrictDto","l":"DistrictDto(String, String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"documentAccessRequest()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"documentKey()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"documents()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"documents()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"documentType()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"documentType()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"doingBusinessAsName()"},{"p":"ca.bc.gov.app.matchers","c":"DoingBusinessAsProcessorMatcher","l":"DoingBusinessAsProcessorMatcher()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"ExpirableBaseEntity","l":"effectiveAt"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"email()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"email()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"emailAddress()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"emailAddress()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"EmailRequestDto(String, String, String, String, String, String, String, Map)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map)"},{"p":"ca.bc.gov.app.dto","c":"DistrictDto","l":"emails()"},{"p":"ca.bc.gov.app.matchers","c":"ContactMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"DoingBusinessAsProcessorMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"GoodStandingProcessorMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"IndividualProcessorMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"LegalNameProcessorMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"LocationMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"ProcessorMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"RegistrationNumberProcessorMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"SoleProprietorProcessorMatcher","l":"enabled(SubmissionInformationDto)","u":"enabled(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"DistrictDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"errorMessage()"},{"p":"ca.bc.gov.app.entity","c":"ExpirableBaseEntity","l":"ExpirableBaseEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"ExpirableBaseEntity","l":"expiredAt"},{"p":"ca.bc.gov.app.util","c":"ProcessorUtil","l":"extractLetters(String)","u":"extractLetters(java.lang.String)"},{"p":"ca.bc.gov.app.util","c":"ProcessorUtil","l":"extractNumbers(String)","u":"extractNumbers(java.lang.String)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"faxNumber()"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"ContactMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"DoingBusinessAsProcessorMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"GoodStandingProcessorMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"IndividualProcessorMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"LegalNameProcessorMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"LocationMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"ProcessorMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"RegistrationNumberProcessorMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.matchers","c":"SoleProprietorProcessorMatcher","l":"fieldName()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"fileName()"},{"p":"ca.bc.gov.app.repository","c":"SubmissionMatchDetailRepository","l":"findAllBySubmissionId(Integer)","u":"findAllBySubmissionId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository","c":"CountryCodeRepository","l":"findBy(Pageable)","u":"findBy(org.springframework.data.domain.Pageable)"},{"p":"ca.bc.gov.app.repository","c":"CountryCodeRepository","l":"findByCountryCode(String)","u":"findByCountryCode(java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"CountryCodeRepository","l":"findByDescription(String)","u":"findByDescription(java.lang.String)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionLocationContactRepository","l":"findBySubmissionContactId(Integer)","u":"findBySubmissionContactId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionContactRepository","l":"findBySubmissionId(Integer)","u":"findBySubmissionId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionDetailRepository","l":"findBySubmissionId(Integer)","u":"findBySubmissionId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionLocationRepository","l":"findBySubmissionId(Integer)","u":"findBySubmissionId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionMatchDetailRepository","l":"findBySubmissionId(Integer)","u":"findBySubmissionId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionLocationContactRepository","l":"findBySubmissionLocationId(Integer)","u":"findBySubmissionLocationId(java.lang.Integer)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionRepository","l":"findBySubmissionType(SubmissionTypeCodeEnum)","u":"findBySubmissionType(ca.bc.gov.app.entity.SubmissionTypeCodeEnum)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionContactRepository","l":"findFirstBySubmissionId(Integer)","u":"findFirstBySubmissionId(java.lang.Integer)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"firstName()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"FOREST_CLIENT_NAME"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"FOREST_CLIENT_NUMBER"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"forestClientApi(ForestClientConfiguration)","u":"forestClientApi(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration","l":"ForestClientConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"ForestClientContactDto(String, String, String, String, String, String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"ForestClientDto(String, String, String, String, String, String, LocalDate, String, String, String, String, String, String, String, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"ForestClientLocationDto(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, LocalDate, String, String, String, String, Long, Long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.time.LocalDate,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"ForestClientMetricConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"fromValue(String)","u":"fromValue(java.lang.String)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyClientPersistenceService","l":"generateForestClient(MessagingWrapper)","u":"generateForestClient(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyIndividualPersistenceService","l":"generateForestClient(MessagingWrapper)","u":"generateForestClient(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyRegisteredSPPersistenceService","l":"generateForestClient(MessagingWrapper)","u":"generateForestClient(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyUnregisteredSPPersistenceService","l":"generateForestClient(MessagingWrapper)","u":"generateForestClient(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"getBaseForestClient(String, String)","u":"getBaseForestClient(java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.util","c":"ProcessorUtil","l":"getClientIdTypeCode(String)","u":"getClientIdTypeCode(java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"getInfoParameter(String, Class

      )","u":"getInfoParameter(java.lang.String,java.lang.Class)"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"getParameter(String, Class

      )","u":"getParameter(java.lang.String,java.lang.Class)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"getProprietor()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"getUser(MessagingWrapper, String)","u":"getUser(ca.bc.gov.app.dto.MessagingWrapper,java.lang.String)"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"GlobalServiceConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"goodStanding()"},{"p":"ca.bc.gov.app.matchers","c":"GoodStandingProcessorMatcher","l":"GoodStandingProcessorMatcher()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"DistrictDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"hashCode()"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"hasMatch()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"homePhone()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"id()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"ignoreTag()"},{"p":"ca.bc.gov.app.matchers","c":"IndividualProcessorMatcher","l":"IndividualProcessorMatcher(WebClient)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient)"},{"p":"ca.bc.gov.app.matchers","c":"ProcessorMatcher","l":"initializeResult()"},{"p":"ca.bc.gov.app.exception","c":"InvalidAccessTokenException","l":"InvalidAccessTokenException()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionMatchDetailEntity","l":"isBeingProcessed()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"isProprietor()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"lastName()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"LegacyAbstractPersistenceService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"GlobalServiceConfiguration","l":"legacyClientApi(ForestClientConfiguration)","u":"legacyClientApi(ca.bc.gov.app.configuration.ForestClientConfiguration)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyClientPersistenceService","l":"LegacyClientPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService)","u":"%3Cinit%3E(ca.bc.gov.app.repository.SubmissionDetailRepository,ca.bc.gov.app.repository.SubmissionRepository,ca.bc.gov.app.repository.SubmissionLocationRepository,ca.bc.gov.app.repository.SubmissionContactRepository,ca.bc.gov.app.repository.SubmissionLocationContactRepository,ca.bc.gov.app.service.legacy.LegacyService)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyIndividualPersistenceService","l":"LegacyIndividualPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService)","u":"%3Cinit%3E(ca.bc.gov.app.repository.SubmissionDetailRepository,ca.bc.gov.app.repository.SubmissionRepository,ca.bc.gov.app.repository.SubmissionLocationRepository,ca.bc.gov.app.repository.SubmissionContactRepository,ca.bc.gov.app.repository.SubmissionLocationContactRepository,ca.bc.gov.app.service.legacy.LegacyService)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyLoadingService","l":"LegacyLoadingService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyPersistenceService","l":"LegacyPersistenceService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyRegisteredSPPersistenceService","l":"LegacyRegisteredSPPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService, BcRegistryService)","u":"%3Cinit%3E(ca.bc.gov.app.repository.SubmissionDetailRepository,ca.bc.gov.app.repository.SubmissionRepository,ca.bc.gov.app.repository.SubmissionLocationRepository,ca.bc.gov.app.repository.SubmissionContactRepository,ca.bc.gov.app.repository.SubmissionLocationContactRepository,ca.bc.gov.app.service.legacy.LegacyService,ca.bc.gov.app.service.bcregistry.BcRegistryService)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyService","l":"LegacyService(WebClient)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyUnregisteredSPPersistenceService","l":"LegacyUnregisteredSPPersistenceService(SubmissionDetailRepository, SubmissionRepository, SubmissionLocationRepository, SubmissionContactRepository, SubmissionLocationContactRepository, LegacyService)","u":"%3Cinit%3E(ca.bc.gov.app.repository.SubmissionDetailRepository,ca.bc.gov.app.repository.SubmissionRepository,ca.bc.gov.app.repository.SubmissionLocationRepository,ca.bc.gov.app.repository.SubmissionContactRepository,ca.bc.gov.app.repository.SubmissionLocationContactRepository,ca.bc.gov.app.service.legacy.LegacyService)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"legalFirstName()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"legalMiddleName()"},{"p":"ca.bc.gov.app.matchers","c":"LegalNameProcessorMatcher","l":"LegalNameProcessorMatcher(WebClient)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient)"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionAutoProcessingService","l":"loadMatchingInfo(MessagingWrapper)","u":"loadMatchingInfo(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.repository","c":"SubmissionRepository","l":"loadProcessedSubmissions()"},{"p":"ca.bc.gov.app.repository","c":"SubmissionRepository","l":"loadProcessingSubmissions()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyAbstractPersistenceService","l":"loadSubmission(MessagingWrapper)","u":"loadSubmission(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionLoadingService","l":"loadSubmissionDetails(Integer)","u":"loadSubmissionDetails(java.lang.Integer)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"LOCATION_CODE"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"LOCATION_ID"},{"p":"ca.bc.gov.app.matchers","c":"LocationMatcher","l":"LocationMatcher(WebClient, SubmissionLocationRepository)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient,ca.bc.gov.app.repository.SubmissionLocationRepository)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"locnExpiredInd()"},{"p":"ca.bc.gov.app","c":"ProcessorApplication","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"MATCH_PARAM_NAME"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyLoadingService","l":"matchCheck(MessagingWrapper)","u":"matchCheck(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyService","l":"matchDba(String)","u":"matchDba(java.lang.String)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"MATCHED_USER"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"MatcherResult(String, Set)","u":"%3Cinit%3E(java.lang.String,java.util.Set)"},{"p":"ca.bc.gov.app.matchers","c":"ContactMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"DoingBusinessAsProcessorMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"GoodStandingProcessorMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"IndividualProcessorMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"LegalNameProcessorMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"LocationMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"ProcessorMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"RegistrationNumberProcessorMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app.matchers","c":"SoleProprietorProcessorMatcher","l":"matches(SubmissionInformationDto)","u":"matches(ca.bc.gov.app.dto.SubmissionInformationDto)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"MATCHING_INFO"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"MATCHING_REASON"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"MessagingWrapper(T, Map)","u":"%3Cinit%3E(T,java.util.Map)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"metricsCommonTags()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"middleInitial()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"N"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"ContactMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"DoingBusinessAsProcessorMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"GoodStandingProcessorMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"IndividualProcessorMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"LegalNameProcessorMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"LocationMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"ProcessorMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"RegistrationNumberProcessorMatcher","l":"name()"},{"p":"ca.bc.gov.app.matchers","c":"SoleProprietorProcessorMatcher","l":"name()"},{"p":"ca.bc.gov.app.exception","c":"NoClientDataFound","l":"NoClientDataFound(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"officer()"},{"p":"ca.bc.gov.app.converters","c":"SubmissionMatchDetailEntityBeforeConvert","l":"onAfterConvert(SubmissionMatchDetailEntity, SqlIdentifier)","u":"onAfterConvert(ca.bc.gov.app.entity.SubmissionMatchDetailEntity,org.springframework.data.relational.core.sql.SqlIdentifier)"},{"p":"ca.bc.gov.app.converters","c":"SubmissionMatchDetailEntityBeforeConvert","l":"onBeforeConvert(SubmissionMatchDetailEntity, SqlIdentifier)","u":"onBeforeConvert(ca.bc.gov.app.entity.SubmissionMatchDetailEntity,org.springframework.data.relational.core.sql.SqlIdentifier)"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"ORG_UNIT"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"orgUnit()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"orgUnit()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"orgUnit()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"P"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"parameters()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"parties()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"partyType()"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"payload()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"paymentStatus()"},{"p":"ca.bc.gov.app.service.legacy","c":"LegacyPersistenceService","l":"persist(MessagingWrapper)","u":"persist(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"postalCode()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"POSTGRES_ATTRIBUTE_SCHEMA"},{"p":"ca.bc.gov.app.service.processor","c":"ProcessorService","l":"processedMessages()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"PROCESSOR_USER_NAME"},{"p":"ca.bc.gov.app","c":"ProcessorApplication","l":"ProcessorApplication()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.ProcessorConfiguration","l":"ProcessorConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.processor","c":"ProcessorService","l":"ProcessorService()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.util","c":"ProcessorUtil","l":"ProcessorUtil()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionProcessingService","l":"processSubmission(MessagingWrapper)","u":"processSubmission(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"prometheusConfiguration()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"province()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"R"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"RAC"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"REGISTRATION_NUMBER"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"registrationNumber()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"registrationNumber()"},{"p":"ca.bc.gov.app.matchers","c":"RegistrationNumberProcessorMatcher","l":"RegistrationNumberProcessorMatcher(WebClient)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"registryCompanyTypeCode()"},{"p":"ca.bc.gov.app.service.bcregistry","c":"BcRegistryService","l":"requestDocumentData(String)","u":"requestDocumentData(java.lang.String)"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"returnedMailDate()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"REVIEW_CHANNEL"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionAutoProcessingService","l":"reviewed(MessagingWrapper>)","u":"reviewed(ca.bc.gov.app.dto.MessagingWrapper)"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"RNC"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"roles()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"roleType()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"rootCause()"},{"p":"ca.bc.gov.app.configuration","c":"SchedulerConfiguration","l":"SchedulerConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientConfiguration.SecurityConfiguration","l":"SecurityConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.client","c":"ClientSubmissionMailService","l":"sendMail(EmailRequestDto)","u":"sendMail(ca.bc.gov.app.dto.EmailRequestDto)"},{"p":"ca.bc.gov.app.matchers","c":"SoleProprietorProcessorMatcher","l":"SoleProprietorProcessorMatcher(WebClient)","u":"%3Cinit%3E(org.springframework.web.reactive.function.client.WebClient)"},{"p":"ca.bc.gov.app.util","c":"ProcessorUtil","l":"splitName(String)","u":"splitName(java.lang.String)"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"SPP"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"status()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"subject()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_CLIENTID"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_ID"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_NAME"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_STATUS"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"SUBMISSION_TYPE"},{"p":"ca.bc.gov.app.entity","c":"SubmissionContactEntity","l":"SubmissionContactEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionDetailEntity","l":"SubmissionDetailEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionEntity","l":"SubmissionEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"submissionId()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"SubmissionInformationDto(Integer, String, LocalDate, String, String, String)","u":"%3Cinit%3E(java.lang.Integer,java.lang.String,java.time.LocalDate,java.lang.String,java.lang.String,java.lang.String)"},{"p":"ca.bc.gov.app.entity","c":"SubmissionLocationContactEntity","l":"SubmissionLocationContactEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionLocationContactIdEntity","l":"SubmissionLocationContactIdEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionLocationEntity","l":"SubmissionLocationEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionMatchDetailEntity","l":"SubmissionMatchDetailEntity()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.converters","c":"SubmissionMatchDetailEntityBeforeConvert","l":"SubmissionMatchDetailEntityBeforeConvert()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.service.processor","c":"ProcessorService","l":"submissionMessages()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"templateName()"},{"p":"ca.bc.gov.app.configuration","c":"ForestClientMetricConfiguration","l":"timedAspect(MeterRegistry)","u":"timedAspect(io.micrometer.core.instrument.MeterRegistry)"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessRequestDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentAccessTypeDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestBodyDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestDocumentDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryDocumentRequestResponseDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryExceptionMessageDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryOfficerDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryPartyDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.bcregistry","c":"BcRegistryRoleDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"DistrictDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"toString()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"toString()"},{"p":"ca.bc.gov.app.dto","c":"SubmissionInformationDto","l":"toString()"},{"p":"ca.bc.gov.app.configuration","c":"TracingConfiguration","l":"TracingConfiguration()","u":"%3Cinit%3E()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"trustLocationInd()"},{"p":"ca.bc.gov.app","c":"ApplicationConstant","l":"UPDATED_BY"},{"p":"ca.bc.gov.app.entity","c":"BaseEntity","l":"updatedAt"},{"p":"ca.bc.gov.app.entity","c":"SubmissionMatchDetailEntity","l":"updatedAt"},{"p":"ca.bc.gov.app.entity","c":"BaseEntity","l":"updatedBy"},{"p":"ca.bc.gov.app.dto.legacy","c":"ClientDoingBusinessAsDto","l":"updatedBy()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientContactDto","l":"updatedBy()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientDto","l":"updatedBy()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"updatedBy()"},{"p":"ca.bc.gov.app.dto.legacy","c":"ForestClientLocationDto","l":"updateOrgUnit()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"userId()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"userName()"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"value()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"value()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"value()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"ca.bc.gov.app.dto","c":"MatcherResult","l":"values()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionStatusEnum","l":"values()"},{"p":"ca.bc.gov.app.entity","c":"SubmissionTypeCodeEnum","l":"values()"},{"p":"ca.bc.gov.app.dto","c":"EmailRequestDto","l":"variables()"},{"p":"ca.bc.gov.app.dto","c":"MessagingWrapper","l":"withParameter(String, Object)","u":"withParameter(java.lang.String,java.lang.Object)"}];updateSearchResults(); \ No newline at end of file diff --git a/processor/module-search-index.js b/processor/module-search-index.js new file mode 100644 index 0000000000..0d59754fc4 --- /dev/null +++ b/processor/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/processor/overview-summary.html b/processor/overview-summary.html new file mode 100644 index 0000000000..1098b3739d --- /dev/null +++ b/processor/overview-summary.html @@ -0,0 +1,26 @@ + + + + +nr-forest-client-processor 0.0.1-SNAPSHOT + + + + + + + + + + + +

      + +

      index.html

      +
      + + diff --git a/processor/overview-tree.html b/processor/overview-tree.html new file mode 100644 index 0000000000..9510221618 --- /dev/null +++ b/processor/overview-tree.html @@ -0,0 +1,233 @@ + + + + +Class Hierarchy (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +

      Class Hierarchy

      + +
      +
      +

      Interface Hierarchy

      + +
      +
      +

      Enum Class Hierarchy

      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/processor/package-search-index.js b/processor/package-search-index.js new file mode 100644 index 0000000000..2fbcaf637f --- /dev/null +++ b/processor/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"ca.bc.gov.app"},{"l":"ca.bc.gov.app.configuration"},{"l":"ca.bc.gov.app.converters"},{"l":"ca.bc.gov.app.dto"},{"l":"ca.bc.gov.app.dto.bcregistry"},{"l":"ca.bc.gov.app.dto.legacy"},{"l":"ca.bc.gov.app.entity"},{"l":"ca.bc.gov.app.exception"},{"l":"ca.bc.gov.app.matchers"},{"l":"ca.bc.gov.app.repository"},{"l":"ca.bc.gov.app.service.bcregistry"},{"l":"ca.bc.gov.app.service.client"},{"l":"ca.bc.gov.app.service.legacy"},{"l":"ca.bc.gov.app.service.processor"},{"l":"ca.bc.gov.app.util"}];updateSearchResults(); \ No newline at end of file diff --git a/processor/resources/glass.png b/processor/resources/glass.png new file mode 100644 index 0000000000..a7f591f467 Binary files /dev/null and b/processor/resources/glass.png differ diff --git a/processor/resources/x.png b/processor/resources/x.png new file mode 100644 index 0000000000..30548a756e Binary files /dev/null and b/processor/resources/x.png differ diff --git a/processor/script-dir/jquery-3.6.1.min.js b/processor/script-dir/jquery-3.6.1.min.js new file mode 100644 index 0000000000..2c69bc908b --- /dev/null +++ b/processor/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
    • "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
        ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
        ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
        ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
        ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/processor/script.js b/processor/script.js new file mode 100644 index 0000000000..864989cf45 --- /dev/null +++ b/processor/script.js @@ -0,0 +1,132 @@ +/* + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.querySelector('div#' + tableId +' .summary-table') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); + } + } +} + +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} + +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; + } + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); + } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); + } +}); diff --git a/processor/search.js b/processor/search.js new file mode 100644 index 0000000000..db3b2f4a64 --- /dev/null +++ b/processor/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
      • " + item.category + "
      • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
      • ").appendTo(ul); + var div = $("
        ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
        " + + item.d + "
        "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/processor/serialized-form.html b/processor/serialized-form.html new file mode 100644 index 0000000000..9b0f43a5fb --- /dev/null +++ b/processor/serialized-form.html @@ -0,0 +1,83 @@ + + + + +Serialized Form (nr-forest-client-processor 0.0.1-SNAPSHOT) + + + + + + + + + + + + + + + +
        + +
        +
        +
        +

        Serialized Form

        +
        + +
        +
        +
        + +
        +
        +
        + + diff --git a/processor/stylesheet.css b/processor/stylesheet.css new file mode 100644 index 0000000000..4a576bd24d --- /dev/null +++ b/processor/stylesheet.css @@ -0,0 +1,869 @@ +/* + * Javadoc style sheet + */ + +@import url('resources/fonts/dejavu.css'); + +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a[href]:hover, a[href]:focus { + text-decoration:none; + color:#bb7a2a; +} +a[name] { + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; +} +h4 { + font-size:15px; +} +h5 { + font-size:14px; +} +h6 { + font-size:13px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +.summary-table dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + +/* + * Styles for document title and copyright. + */ +.clear { + clear:both; + height:0; + overflow:hidden; +} +.about-language { + float:right; + padding:0 21px 8px 8px; + font-size:11px; + margin-top:-9px; + height:2.9em; +} +.legal-copy { + margin-left:.5em; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + min-height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.sub-nav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.sub-nav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list { + padding-top:5px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.nav-list li { + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +.sub-nav .nav-list-search { + float:right; + margin:0 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { + list-style:none; + float:left; + padding-top:10px; +} +.top-nav a:link, .top-nav a:active, .top-nav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.top-nav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.nav-bar-cell1-rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skip-nav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } +} +/* + * Styles for page header and footer. + */ +.title { + color:#2c4557; + margin:10px 0; +} +.sub-title { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; +} +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +/* + * Styles for page layout containers. + */ +main { + clear:both; + padding:10px 20px; + position:relative; +} +dl.notes > dt { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +dl.notes > dd { + margin:5px 10px 10px 0; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +dl.name-value > dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +dl.name-value > dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* + * Styles for lists. + */ +li.circle { + list-style:circle; +} +ul.horizontal li { + display:inline; + font-size:0.9em; +} +div.inheritance { + margin:0; + padding:0; +} +div.inheritance div.inheritance { + margin-left:2em; +} +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { + margin:10px 0 10px 0; + padding:0; +} +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; +} +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; +} +ul.see-list li { + display: inline; +} +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; +} +/* + * Styles for tables. + */ +.summary-table, .details-table { + width:100%; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; +} +.caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0; + padding-top:10px; + padding-left:1px; + margin:0; + white-space:pre; +} +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { + color:#FFFFFF; +} +.caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +div.table-tabs { + padding:10px 0 0 1px; + margin:0; +} +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { + text-align:left; + padding: 8px 3px 3px 7px; +} +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { + vertical-align:top; + padding-right:0; + padding-top:8px; + padding-bottom:3px; +} +.table-header { + background:#dee3e9; + font-weight: bold; +} +.col-first, .col-first { + font-size:13px; +} +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { + font-size:13px; +} +.col-first, .col-second, .col-constructor-name { + vertical-align:top; + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { + font-weight:bold; +} +.table-sub-heading-color { + background-color:#EEEEFF; +} +.even-row-color, .even-row-color .table-header { + background-color:#FFFFFF; +} +.odd-row-color, .odd-row-color .table-header { + background-color:#EEEEEF; +} +/* + * Styles for contents. + */ +.deprecated-content { + margin:0; + padding:10px 0; +} +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} +.col-last div { + padding-top:0; +} +.col-last a { + padding-bottom:3px; +} +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} +/* + * Styles for formatting effect. + */ +.source-line-no { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:0 10px 5px 0; + color:#474747; +} +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { + font-weight:bold; +} +.deprecation-comment, .help-footnote, .preview-comment { + font-style:italic; +} +.deprecation-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { + font-style:normal; +} +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:999999; + background-color: #FFFFFF; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +span.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} + +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } +} diff --git a/processor/tag-search-index.js b/processor/tag-search-index.js new file mode 100644 index 0000000000..bf10aaf6d1 --- /dev/null +++ b/processor/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/processor/type-search-index.js b/processor/type-search-index.js new file mode 100644 index 0000000000..06bc4a4e94 --- /dev/null +++ b/processor/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"ca.bc.gov.app","l":"ApplicationConstant"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.BackendConfiguration"},{"p":"ca.bc.gov.app.entity","l":"BaseEntity"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.BcRegistryConfiguration"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentAccessRequestDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentAccessTypeDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentRequestBodyDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentRequestDocumentDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryDocumentRequestResponseDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryExceptionMessageDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryOfficerDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryPartyDto"},{"p":"ca.bc.gov.app.dto.bcregistry","l":"BcRegistryRoleDto"},{"p":"ca.bc.gov.app.service.bcregistry","l":"BcRegistryService"},{"p":"ca.bc.gov.app.dto.legacy","l":"ClientDoingBusinessAsDto"},{"p":"ca.bc.gov.app.service.client","l":"ClientSubmissionAutoProcessingService"},{"p":"ca.bc.gov.app.service.client","l":"ClientSubmissionLoadingService"},{"p":"ca.bc.gov.app.service.client","l":"ClientSubmissionMailService"},{"p":"ca.bc.gov.app.service.client","l":"ClientSubmissionProcessingService"},{"p":"ca.bc.gov.app.matchers","l":"ContactMatcher"},{"p":"ca.bc.gov.app.entity","l":"CountryCodeEntity"},{"p":"ca.bc.gov.app.repository","l":"CountryCodeRepository"},{"p":"ca.bc.gov.app.dto","l":"DistrictDto"},{"p":"ca.bc.gov.app.matchers","l":"DoingBusinessAsProcessorMatcher"},{"p":"ca.bc.gov.app.dto","l":"EmailRequestDto"},{"p":"ca.bc.gov.app.entity","l":"ExpirableBaseEntity"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration"},{"p":"ca.bc.gov.app.dto.legacy","l":"ForestClientContactDto"},{"p":"ca.bc.gov.app.dto.legacy","l":"ForestClientDto"},{"p":"ca.bc.gov.app.dto.legacy","l":"ForestClientLocationDto"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientMetricConfiguration"},{"p":"ca.bc.gov.app.configuration","l":"GlobalServiceConfiguration"},{"p":"ca.bc.gov.app.matchers","l":"GoodStandingProcessorMatcher"},{"p":"ca.bc.gov.app.matchers","l":"IndividualProcessorMatcher"},{"p":"ca.bc.gov.app.exception","l":"InvalidAccessTokenException"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyAbstractPersistenceService"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyClientPersistenceService"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyIndividualPersistenceService"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyLoadingService"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyPersistenceService"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyRegisteredSPPersistenceService"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyService"},{"p":"ca.bc.gov.app.service.legacy","l":"LegacyUnregisteredSPPersistenceService"},{"p":"ca.bc.gov.app.matchers","l":"LegalNameProcessorMatcher"},{"p":"ca.bc.gov.app.matchers","l":"LocationMatcher"},{"p":"ca.bc.gov.app.dto","l":"MatcherResult"},{"p":"ca.bc.gov.app.dto","l":"MessagingWrapper"},{"p":"ca.bc.gov.app.exception","l":"NoClientDataFound"},{"p":"ca.bc.gov.app","l":"ProcessorApplication"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.ProcessorConfiguration"},{"p":"ca.bc.gov.app.matchers","l":"ProcessorMatcher"},{"p":"ca.bc.gov.app.service.processor","l":"ProcessorService"},{"p":"ca.bc.gov.app.util","l":"ProcessorUtil"},{"p":"ca.bc.gov.app.matchers","l":"RegistrationNumberProcessorMatcher"},{"p":"ca.bc.gov.app.configuration","l":"SchedulerConfiguration"},{"p":"ca.bc.gov.app.configuration","l":"ForestClientConfiguration.SecurityConfiguration"},{"p":"ca.bc.gov.app.matchers","l":"SoleProprietorProcessorMatcher"},{"p":"ca.bc.gov.app.entity","l":"SubmissionContactEntity"},{"p":"ca.bc.gov.app.repository","l":"SubmissionContactRepository"},{"p":"ca.bc.gov.app.entity","l":"SubmissionDetailEntity"},{"p":"ca.bc.gov.app.repository","l":"SubmissionDetailRepository"},{"p":"ca.bc.gov.app.entity","l":"SubmissionEntity"},{"p":"ca.bc.gov.app.dto","l":"SubmissionInformationDto"},{"p":"ca.bc.gov.app.entity","l":"SubmissionLocationContactEntity"},{"p":"ca.bc.gov.app.entity","l":"SubmissionLocationContactIdEntity"},{"p":"ca.bc.gov.app.repository","l":"SubmissionLocationContactRepository"},{"p":"ca.bc.gov.app.entity","l":"SubmissionLocationEntity"},{"p":"ca.bc.gov.app.repository","l":"SubmissionLocationRepository"},{"p":"ca.bc.gov.app.entity","l":"SubmissionMatchDetailEntity"},{"p":"ca.bc.gov.app.converters","l":"SubmissionMatchDetailEntityBeforeConvert"},{"p":"ca.bc.gov.app.repository","l":"SubmissionMatchDetailRepository"},{"p":"ca.bc.gov.app.repository","l":"SubmissionRepository"},{"p":"ca.bc.gov.app.entity","l":"SubmissionStatusEnum"},{"p":"ca.bc.gov.app.entity","l":"SubmissionTypeCodeEnum"},{"p":"ca.bc.gov.app.configuration","l":"TracingConfiguration"}];updateSearchResults(); \ No newline at end of file diff --git a/schemaspy/relationships.js b/relationships.js similarity index 100% rename from schemaspy/relationships.js rename to relationships.js diff --git a/schemaspy/routines.js b/routines.js similarity index 100% rename from schemaspy/routines.js rename to routines.js diff --git a/schemaspy/routines/routine.js b/routines/routine.js similarity index 100% rename from schemaspy/routines/routine.js rename to routines/routine.js diff --git a/schemaspy/schemaSpy.css b/schemaSpy.css similarity index 100% rename from schemaspy/schemaSpy.css rename to schemaSpy.css diff --git a/schemaspy/schemaSpy.js b/schemaSpy.js similarity index 100% rename from schemaspy/schemaSpy.js rename to schemaSpy.js diff --git a/schemaspy/tables/table.js b/tables/table.js similarity index 100% rename from schemaspy/tables/table.js rename to tables/table.js