Package org.bedework.eventreg.service
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 Summary
Modifier and TypeMethodDescriptionvoidaddSyseventsProperty(String name, String val) Add a sysevents propertygetBwId()Get the token for bedework webservice callsGet the token for bedework webservice callsgetBwUrl()Get the url for bedework webservice callsintGet the token for event reg adminsintintgetSyseventsProperty(String name) Get a sysevents propertyvoidRemove a sysevents propertyvoidvoidsetActionQueueName(String val) voidvoidsetBwToken(String val) voidvoidvoidsetDataOut(String val) voidsetDataOutPrefix(String val) XML data output file prefix - for data dumpvoidCreate an email address as current user + "@" + thisvoidsetDelayMillis(int val) voidSet the token for event reg adminsvoidsetRegidBatchSize(int val) voidsetRetries(int val) voidsetSchemaOutFile(String val) voidsetSyseventsProperties(List<String> val) voidsetSyseventsProperty(String name, String val) Set a sysevents propertyvoidvoidsetWsdlUri(String val) Location of wsdlMethods inherited from interface org.bedework.util.config.HibernateConfigI
addHibernateProperty, getHibernateDialect, getHibernateProperties, getHibernateProperty, removeHibernateProperty, setHibernateDialect, setHibernateProperties, setHibernateProperty
-
Method Details
-
setEventregAdminToken
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
- Parameters:
val- uri
-
getTzsUri
String getTzsUri()- Returns:
- tzs uri
-
setWsdlUri
Location of wsdl- Parameters:
val- uri
-
getWsdlUri
String getWsdlUri()- Returns:
- Location of wsdl
-
setBwId
- Parameters:
val- the token for bedework webservice calls
-
getBwId
String getBwId()Get the token for bedework webservice calls- Returns:
- token
-
setBwToken
- Parameters:
val- the token for bedework webservice calls
-
getBwToken
String getBwToken()Get the token for bedework webservice calls- Returns:
- token
-
setBwUrl
- 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
- Parameters:
val- Output file name - full path
-
getSchemaOutFile
String getSchemaOutFile()- Returns:
- Output file name - full path
-
setDataIn
- 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
- 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
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
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
- Parameters:
val- The action queue name
-
getActionQueueName
String getActionQueueName()- Returns:
- The action queue name - e.g. eventregAction
-
setActionDelayQueueName
- 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
- Parameters:
val- the list of properties
-
getSyseventsProperties
- Returns:
- String val
-
addSyseventsProperty
Add a sysevents property- Parameters:
name- of propertyval- of property
-
getSyseventsProperty
Get a sysevents property- Parameters:
name- of property- Returns:
- value or null
-
removeSyseventsProperty
Remove a sysevents property- Parameters:
name- of property
-
setSyseventsProperty
Set a sysevents property- Parameters:
name- of propertyval- of property
-