An object defining the basic abilities we want all of our hibernate objects to have.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| emailErrors | boolean | element | 1/1 | required boolean | Whether or not to email errors back to the agents. | |
| emailOnlyLastRemark | boolean | element | 1/1 | required boolean | Whether or not to use all EMAIL- remarks or only the one with the highest remark # | |
| errorCategory | string | element | 0/1 | The queue category to send error'd PNRs to in the agent's queue. | ||
| errorEmail | string | element | 0/1 | An email that all errors should be sent to instead of sending back to the agent. | ||
| office | officeInfo | element | 0/1 | |||
| promotionalText | string | element | 0/1 | |||
| promotionalUrl | string | element | 0/1 | |||
| queueErrors | boolean | element | 1/1 | required boolean | Whether or not to queue PNRs with errors back to the agents. | |
| serviceFeeVendor | string | element | 0/1 | The default name to add as the service fee vendor. | ||
| storedFareOverride | boolean | element | 1/1 | required boolean | Whether or not to store all fares or only fares that have been confirmed. | |
| template | emailTemplate | element | 0/1 | |||
| ticketingErrorCategory | string | element | 0/1 | The queue category to send error'd PNRs to in the agent's queue when a ticketing error occurs. | ||
| welcomeTemplate | emailTemplate | element | 0/1 | A welcome email template to use for new travelers of clients in this office, if they don't want the TMCs | ||
Properties inherited from baseHibernateEntity |
||||||
| id | long | element | 0/1 | The unique internal ID of the object. | ||
| version | long | element | 0/1 | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | ||
Properties inherited from baseEntity |
||||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | ||
Example
<officeItinerarySetting>
<template>
<subject>...</subject>
<code>...</code>
<name>...</name>
<htmlContent>...</htmlContent>
<design>
<header>...</header>
<footer>...</footer>
<style>...</style>
<includeUnsubscribeLink>...</includeUnsubscribeLink>
</design>
<fromName>...</fromName>
<fromAddress>...</fromAddress>
<hostPort>...</hostPort>
<textContent>...</textContent>
<smtpHost>...</smtpHost>
<hostUser>...</hostUser>
<hostPassword>...</hostPassword>
<id>...</id>
<version>...</version>
</template>
<office>
<pcc>...</pcc>
<name>...</name>
<address1>...</address1>
<address2>...</address2>
<address3>...</address3>
<city>...</city>
<state>...</state>
<zip>...</zip>
<parentCompany>
<name>...</name>
</parentCompany>
<active>...</active>
<branch>...</branch>
<clientPrefix>...</clientPrefix>
<profileSettings>
<profileNameFormat>...</profileNameFormat>
</profileSettings>
<afterHoursNumber>...</afterHoursNumber>
<collectVoidLogs>...</collectVoidLogs>
<gds>
<code>...</code>
<name>...</name>
<enabled>...</enabled>
</gds>
<arcNumber>...</arcNumber>
<logo>...</logo>
<logoLink>...</logoLink>
<afterHoursInternationalNumber>...</afterHoursInternationalNumber>
<tollFreeNumber>...</tollFreeNumber>
<phoneNumber>...</phoneNumber>
<onlineOffice>
<name>...</name>
<hours>...</hours>
<phone>...</phone>
<tollFree>...</tollFree>
<email>...</email>
</onlineOffice>
<showTmcAppLinks>...</showTmcAppLinks>
<vipTollFree>...</vipTollFree>
<vipAfterHours>...</vipAfterHours>
<cityCode>
<code>...</code>
<countryCode>...</countryCode>
<latitude>...</latitude>
<longitude>...</longitude>
<name>...</name>
<stateOrCountry>...</stateOrCountry>
<airportName>...</airportName>
<region/>
<timeZone/>
<retentionOnly>...</retentionOnly>
<position>...</position>
<unique>...</unique>
<alias>...</alias>
</cityCode>
<tmcHeadQuarters>...</tmcHeadQuarters>
<id>...</id>
<version>...</version>
</office>
<promotionalText>...</promotionalText>
<promotionalUrl>...</promotionalUrl>
<queueErrors>...</queueErrors>
<emailErrors>...</emailErrors>
<emailOnlyLastRemark>...</emailOnlyLastRemark>
<storedFareOverride>...</storedFareOverride>
<errorCategory>...</errorCategory>
<errorEmail>...</errorEmail>
<ticketingErrorCategory>...</ticketingErrorCategory>
<welcomeTemplate>
<subject>...</subject>
<code>...</code>
<name>...</name>
<htmlContent>...</htmlContent>
<design>
<header>...</header>
<footer>...</footer>
<style>...</style>
<includeUnsubscribeLink>...</includeUnsubscribeLink>
</design>
<fromName>...</fromName>
<fromAddress>...</fromAddress>
<hostPort>...</hostPort>
<textContent>...</textContent>
<smtpHost>...</smtpHost>
<hostUser>...</hostUser>
<hostPassword>...</hostPassword>
<id>...</id>
<version>...</version>
</welcomeTemplate>
<serviceFeeVendor>...</serviceFeeVendor>
<id>...</id>
<version>...</version>
<violations/>
</officeItinerarySetting>