Interface EventregProperties

All Superinterfaces:
org.bedework.util.config.HibernateConfigI
All Known Subinterfaces:
EventregSvcMBean

public interface EventregProperties extends org.bedework.util.config.HibernateConfigI
Properties for the Bedework event registration service
Author:
douglm
  • Method Details

    • setEventregAdminToken

      void setEventregAdminToken(String val)
      Set the token for event reg admins
      Parameters:
      val - the token for event reg admins
    • getEventregAdminToken

      String getEventregAdminToken()
      Get the token for event reg admins
      Returns:
      token
    • setTzsUri

      void setTzsUri(String val)
      Parameters:
      val - uri
    • getTzsUri

      String getTzsUri()
      Returns:
      tzs uri
    • setWsdlUri

      void setWsdlUri(String val)
      Location of wsdl
      Parameters:
      val - uri
    • getWsdlUri

      String getWsdlUri()
      Returns:
      Location of wsdl
    • setBwId

      void setBwId(String val)
      Parameters:
      val - the token for bedework webservice calls
    • getBwId

      String getBwId()
      Get the token for bedework webservice calls
      Returns:
      token
    • setBwToken

      void setBwToken(String val)
      Parameters:
      val - the token for bedework webservice calls
    • getBwToken

      String getBwToken()
      Get the token for bedework webservice calls
      Returns:
      token
    • setBwUrl

      void setBwUrl(String val)
      Parameters:
      val - the url for bedework webservice calls
    • getBwUrl

      String getBwUrl()
      Get the url for bedework webservice calls
      Returns:
      url
    • setRegidBatchSize

      void setRegidBatchSize(int val)
      Parameters:
      val - batch size for registration ids
    • getRegidBatchSize

      int getRegidBatchSize()
      Returns:
      batch size for registration ids
    • setSchemaOutFile

      void setSchemaOutFile(String val)
      Parameters:
      val - Output file name - full path
    • getSchemaOutFile

      String getSchemaOutFile()
      Returns:
      Output file name - full path
    • setDataIn

      void setDataIn(String val)
      Parameters:
      val - XML data input file name - full path. Used for data restore
    • getDataIn

      String getDataIn()
      Returns:
      XML data input file name - full path
    • setDataOut

      void setDataOut(String val)
      Parameters:
      val - XML data output directory name - full path. Used for data restore
    • getDataOut

      String getDataOut()
      Returns:
      XML data output directory name - full path
    • setDataOutPrefix

      void setDataOutPrefix(String val)
      XML data output file prefix - for data dump
      Parameters:
      val - the prefix
    • getDataOutPrefix

      String getDataOutPrefix()
      Returns:
      XML data output file prefix - for data dump
    • setDefaultEmailDomain

      void setDefaultEmailDomain(String val)
      Create an email address as current user + "@" + this
      Parameters:
      val - Create an email address as current user + "@" + this
    • getDefaultEmailDomain

      String getDefaultEmailDomain()
      Returns:
      Create an email address as current user + "@" + this
    • setActionQueueName

      void setActionQueueName(String val)
      Parameters:
      val - The action queue name
    • getActionQueueName

      String getActionQueueName()
      Returns:
      The action queue name - e.g. eventregAction
    • setActionDelayQueueName

      void setActionDelayQueueName(String val)
      Parameters:
      val - The delay queue name
    • getActionDelayQueueName

      String getActionDelayQueueName()
      Returns:
      The delay queue name - e.g. eventregActionDelay
    • setDelayMillis

      void setDelayMillis(int val)
      Parameters:
      val - how long we delay failed actions
    • getDelayMillis

      int getDelayMillis()
      Returns:
      how long we delay failed actions
    • setRetries

      void setRetries(int val)
      Parameters:
      val - how often we retry failed actions
    • getRetries

      int getRetries()
      Returns:
      how often we retry failed actions
    • setSyseventsProperties

      void setSyseventsProperties(List<String> val)
      Parameters:
      val - the list of properties
    • getSyseventsProperties

      List<String> getSyseventsProperties()
      Returns:
      String val
    • addSyseventsProperty

      void addSyseventsProperty(String name, String val)
      Add a sysevents property
      Parameters:
      name - of property
      val - of property
    • getSyseventsProperty

      String getSyseventsProperty(String name)
      Get a sysevents property
      Parameters:
      name - of property
      Returns:
      value or null
    • removeSyseventsProperty

      void removeSyseventsProperty(String name)
      Remove a sysevents property
      Parameters:
      name - of property
    • setSyseventsProperty

      void setSyseventsProperty(String name, String val)
      Set a sysevents property
      Parameters:
      name - of property
      val - of property