An object defining the basic abilities we want all of our hibernate objects to have.
| name | data type | description |
|---|---|---|
| requiredPermission | string | Set whether a permission is required to view this link. |
| url | string | The URL that this link points to. |
| text | string | The text that should be displayed where the url is placed. |
| description | string | A short description of the URL's function. |
| linkOrder | number | The order in which to display the links |
| allClients | boolean | Whether to show it for all clients or not. |
| newWindow | boolean | Whether to open a new window upon clicking the link. |
| dashboards | array of Dashboard | The dashboards that this quick link is listed under. |
| clientSettings | ClientSettings | |
Properties inherited from BaseHibernateEntity |
||
| id | number | The unique internal ID of the object. |
| version | number | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. |
Properties inherited from BaseEntity |
||
| violations | array of SimpleViolation | A list of constraint violations, if any, that this object has. |
Example
{
"requiredPermission" : "...",
"url" : "...",
"text" : "...",
"description" : "...",
"linkOrder" : 12345,
"allClients" : true,
"newWindow" : true,
"dashboards" : [ {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
}, {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
} ],
"clientSettings" : {
"client" : {
"status" : { },
"parentClient" : { },
"accountNumber" : "...",
"name" : "...",
"type" : { },
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"url" : "...",
"obeSite" : "...",
"loginClone" : "...",
"travelAgency" : {
"pcc" : "...",
"name" : "...",
"address1" : "...",
"address2" : "...",
"address3" : "...",
"city" : "...",
"state" : "...",
"zip" : "...",
"parentCompany" : { },
"active" : "...",
"branch" : "...",
"clientPrefix" : "...",
"profileSettings" : { },
"afterHoursNumber" : "...",
"collectVoidLogs" : true,
"gds" : { },
"arcNumber" : "...",
"logo" : "...",
"logoLink" : "...",
"afterHoursInternationalNumber" : "...",
"tollFreeNumber" : "...",
"phoneNumber" : "...",
"onlineOffice" : { },
"showTmcAppLinks" : true,
"vipTollFree" : "...",
"vipAfterHours" : "...",
"cityCode" : { },
"tmcHeadQuarters" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"annualAirVolume" : 12345.0,
"annualCarVolume" : 12345.0,
"annualHotelVolume" : 12345.0,
"annualAirBookings" : 12345,
"numEmployees" : 12345,
"numTravelers" : 12345,
"fullService" : true,
"onlineService" : true,
"onsiteService" : true,
"marketingEmail" : true,
"concurExpense" : 12345,
"source" : {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"logo" : "...",
"logoLink" : "...",
"sendEmail" : true,
"activateNewTravelers" : true,
"defaultAgentUserGroup" : {
"name" : "...",
"permissions" : [ { }, { } ],
"description" : "...",
"role" : { },
"type" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"defaultProfileUserGroup" : {
"name" : "...",
"permissions" : [ { }, { } ],
"description" : "...",
"role" : { },
"type" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"defaultOnlineUserGroup" : {
"name" : "...",
"permissions" : [ { }, { } ],
"description" : "...",
"role" : { },
"type" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"notificationLevel" : {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"notificationRadius" : 12345,
"firstTicketIssued" : 12345,
"website" : "...",
"profileUsername" : "...",
"profilePassword" : "...",
"obe" : {
"code" : "...",
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"showOldProfileLink" : true,
"customTravelRequestUrl" : "...",
"airbankObeSync" : true,
"gdsName" : "...",
"gds" : {
"code" : "...",
"name" : "...",
"enabled" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"tripLinkEnabled" : true,
"quickLinks" : [ {
"requiredPermission" : "...",
"url" : "...",
"text" : "...",
"description" : "...",
"linkOrder" : 12345,
"allClients" : true,
"newWindow" : true,
"dashboards" : [ { }, { } ],
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
}, {
"requiredPermission" : "...",
"url" : "...",
"text" : "...",
"description" : "...",
"linkOrder" : 12345,
"allClients" : true,
"newWindow" : true,
"dashboards" : [ { }, { } ],
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
} ],
"obeProfileLink" : 12345,
"obeBookingLink" : 12345,
"secureLogoutMessage" : "...",
"unusedTicketEmail" : true,
"hotelAttachment" : true,
"travelApproval" : true,
"surveyEmail" : true,
"obeSubscriptionLevel" : 12345,
"obeContractHolder" : 12345,
"industry" : {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"secureProfile" : true,
"hrFeed" : true,
"customLogoutUrl" : "...",
"atRiskNote" : "...",
"globalAccount" : true,
"enableProfileUrl" : true,
"groupAir" : true,
"groupHotel" : true,
"groupGround" : true,
"groupMeetingSpace" : true,
"groupEquipment" : true,
"groupBudget" : true,
"profilesEnabled" : true,
"idp" : 12345,
"oktaEnabled" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
},
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
}