public interface EventregProperties
extends org.bedework.util.config.HibernateConfigI
| Modifier and Type | Method and Description |
|---|---|
void |
addSyseventsProperty(String name,
String val)
Add a sysevents property
|
String |
getActionDelayQueueName() |
String |
getActionQueueName() |
String |
getBwId()
Get the token for bedework webservice calls
|
String |
getBwToken()
Get the token for bedework webservice calls
|
String |
getBwUrl()
Get the url for bedework webservice calls
|
String |
getDataIn() |
String |
getDataOut() |
String |
getDataOutPrefix() |
String |
getDefaultEmailDomain() |
int |
getDelayMillis() |
String |
getEventregAdminToken()
Get the token for event reg admins
|
int |
getRegidBatchSize() |
int |
getRetries() |
String |
getSchemaOutFile() |
List<String> |
getSyseventsProperties() |
String |
getSyseventsProperty(String name)
Get a sysevents property
|
String |
getTzsUri() |
String |
getWsdlUri() |
void |
removeSyseventsProperty(String name)
Remove a sysevents property
|
void |
setActionDelayQueueName(String val) |
void |
setActionQueueName(String val) |
void |
setBwId(String val) |
void |
setBwToken(String val) |
void |
setBwUrl(String val) |
void |
setDataIn(String val) |
void |
setDataOut(String val) |
void |
setDataOutPrefix(String val)
XML data output file prefix - for data dump
|
void |
setDefaultEmailDomain(String val)
Create an email address as current user + "@" + this
|
void |
setDelayMillis(int val) |
void |
setEventregAdminToken(String val)
Set the token for event reg admins
|
void |
setRegidBatchSize(int val) |
void |
setRetries(int val) |
void |
setSchemaOutFile(String val) |
void |
setSyseventsProperties(List<String> val) |
void |
setSyseventsProperty(String name,
String val)
Set a sysevents property
|
void |
setTzsUri(String val) |
void |
setWsdlUri(String val)
Location of wsdl
|
void setEventregAdminToken(String val)
val - the token for event reg adminsString getEventregAdminToken()
void setTzsUri(String val)
val - uriString getTzsUri()
void setWsdlUri(String val)
val - uriString getWsdlUri()
void setBwId(String val)
val - the token for bedework webservice callsString getBwId()
void setBwToken(String val)
val - the token for bedework webservice callsString getBwToken()
void setBwUrl(String val)
val - the url for bedework webservice callsString getBwUrl()
void setRegidBatchSize(int val)
val - batch size for registration idsint getRegidBatchSize()
void setSchemaOutFile(String val)
val - Output file name - full pathString getSchemaOutFile()
void setDataIn(String val)
val - XML data input file name - full path. Used for data restoreString getDataIn()
void setDataOut(String val)
val - XML data output directory name - full path. Used for data restoreString getDataOut()
void setDataOutPrefix(String val)
val - the prefixString getDataOutPrefix()
void setDefaultEmailDomain(String val)
val - Create an email address as current user + "@" + thisString getDefaultEmailDomain()
void setActionQueueName(String val)
val - The action queue nameString getActionQueueName()
void setActionDelayQueueName(String val)
val - The delay queue nameString getActionDelayQueueName()
void setDelayMillis(int val)
val - how long we delay failed actionsint getDelayMillis()
void setRetries(int val)
val - how often we retry failed actionsint getRetries()
void setSyseventsProperties(List<String> val)
val - the list of propertiesvoid addSyseventsProperty(String name, String val)
name - of propertyval - of propertyString getSyseventsProperty(String name)
name - of propertyvoid removeSyseventsProperty(String name)
name - of propertyCopyright © 2018 Bedework. All rights reserved.