Class OrderGenConfiguration

java.lang.Object
de.dlr.proseo.ordergen.OrderGenConfiguration

@Configuration @ConfigurationProperties(prefix="proseo") @EntityScan(basePackages="de.dlr.proseo.model") public class OrderGenConfiguration extends Object
Configuration class for the prosEO OrderGenerator component
Author:
Ernst Melchinger
  • Field Details

    • maxResults

      @Value("${spring.maxResults}") public Integer maxResults
      The maximum number of results to be retrieved by REST requests
  • Constructor Details

    • OrderGenConfiguration

      public OrderGenConfiguration()
  • Method Details

    • getProductionPlannerUrl

      public String getProductionPlannerUrl()
      Gets the production planner URL
      Returns:
      the productionPlannerUrl
    • getOrderManagerUrl

      public String getOrderManagerUrl()
      Gets the order manager URL
      Returns:
      the orderManagerUrl
    • getHttpTimeout

      public Long getHttpTimeout()
      Gets the timeout for HTTP connections
      Returns:
      the httpTimeout
    • getMaxResults

      public Integer getMaxResults()
      Returns:
      the maximum number of results to be retrieved by REST requests
    • getUser

      public String getUser()
      Returns:
      the user
    • getPassword

      public String getPassword()
      Returns:
      the password
    • getFacility

      public String getFacility()
      Returns:
      the facility