Trip Entities - Mapping Documentation¶
Domain: Trip
Entity Count: 5
Source File: trip-entities.xml
Table of Contents¶
TripRequest¶
Entity Class: com.perun.tlinq.entity.trip.CTripRequest
ID Field: leadId
Default Factory: OdooServiceFactory
Factory: OdooServiceFactory¶
Native Entity: com.perun.tlinq.client.odoo.entity.OdooLead
Services¶
| Service Name | Action | Return Class | Parameters |
|---|---|---|---|
getLead |
search |
- |
- |
getLead |
read |
- |
- |
createLead |
create |
- |
- |
updateLead |
update |
- |
- |
Field Mappings¶
| Target Field | Source Field | Mapping Type | Reverse Mapping | Notes |
|---|---|---|---|---|
leadId |
id |
DirectMapping | - | - |
isActive |
active |
DirectMapping | - | - |
customerId |
customerId |
DirectMapping | - | - |
customerName |
customerName |
DirectMapping | NoMapping | - |
tripName |
leadName |
DirectMapping | - | - |
description |
description |
DirectMapping | - | - |
requestCode |
ref |
DirectMapping | - | - |
origin |
origin |
DirectMapping | - | - |
destination |
destination |
DirectMapping | - | - |
startDate |
fromDate |
DirectMapping | - | - |
endDate |
toDate |
DirectMapping | - | - |
numAdults |
adults |
DirectMapping | - | - |
numChildren |
children |
DirectMapping | - | - |
childAges |
ages |
DirectMapping | - | - |
userId |
userId |
DirectMapping | - | - |
countryId |
countryId |
DirectMapping | - | - |
countryName |
countryName |
DirectMapping | NoMapping | - |
campaignId |
campaignId |
DirectMapping | - | - |
campaignName |
campaignName |
DirectMapping | NoMapping | - |
contactName |
contactName |
DirectMapping | - | - |
contactEmail |
contactEmail |
DirectMapping | - | - |
contactPhone |
contactPhone |
DirectMapping | - | - |
contactType |
contactType |
DirectMapping | - | - |
plannedRevenue |
plannedRevenue |
DirectMapping | - | - |
probability |
probability |
DirectMapping | - | - |
quantity |
quantity |
DirectMapping | - | - |
TripPage¶
Entity Class: com.perun.tlinq.entity.trip.CTripPage
ID Field: pageId
Default Factory: NTSServiceFactory
Factory: NTSServiceFactory¶
Native Entity: com.perun.tlinq.client.nts.db.trip.TrippageEntity
Services¶
| Service Name | Action | Return Class | Parameters |
|---|---|---|---|
saveTripPage |
create |
- |
- |
saveTripPage |
update |
- |
- |
readTripPage |
read |
- |
- |
readTripPage |
search |
- |
- |
deleteTripPage |
delete |
- |
- |
Field Mappings¶
| Target Field | Source Field | Mapping Type | Reverse Mapping | Notes |
|---|---|---|---|---|
pageId |
pageId |
DirectMapping | - | - |
pageName |
pageName |
DirectMapping | - | - |
pageDesc |
pageDesc |
DirectMapping | - | - |
TripSnippet¶
Entity Class: com.perun.tlinq.entity.trip.CTripSnippet
ID Field: snippetId
Default Factory: NTSServiceFactory
Factory: NTSServiceFactory¶
Native Entity: com.perun.tlinq.client.nts.db.trip.TripsnippetEntity
Services¶
| Service Name | Action | Return Class | Parameters |
|---|---|---|---|
saveTripSnippet |
create |
- |
- |
saveTripSnippet |
update |
- |
- |
readTripSnippet |
read |
- |
- |
readTripSnippet |
search |
- |
- |
deleteTripSnippet |
delete |
- |
- |
Field Mappings¶
| Target Field | Source Field | Mapping Type | Reverse Mapping | Notes |
|---|---|---|---|---|
snippetId |
snippetId |
DirectMapping | - | - |
pageId |
pageId |
DirectMapping | - | - |
code |
code |
DirectMapping | - | - |
requestDesc |
requestDesc |
DirectMapping | - | - |
destination |
destination |
DirectMapping | - | - |
image |
image |
DirectMapping | - | - |
imagetitle |
imagetitle |
DirectMapping | - | - |
tagline1 |
tagline1 |
DirectMapping | - | - |
tagline2 |
tagline2 |
DirectMapping | - | - |
price |
price |
DirectMapping | - | - |
title |
title |
DirectMapping | - | - |
shortdesc |
shortdesc |
DirectMapping | - | - |
description |
description |
DirectMapping | - | - |
inclusionhtml |
inclusionhtml |
DirectMapping | - | - |
active |
active |
DirectMapping | - | - |
TripSkeleton¶
Entity Class: com.perun.tlinq.entity.trip.CTripSkeleton
ID Field: skeletonId
Default Factory: NTSServiceFactory
Factory: NTSServiceFactory¶
Native Entity: com.perun.tlinq.client.nts.db.trip.TripskeletonEntity
Services¶
| Service Name | Action | Return Class | Parameters |
|---|---|---|---|
readTripSkeleton |
read |
- |
- |
readTripSkeleton |
search |
- |
- |
Field Mappings¶
| Target Field | Source Field | Mapping Type | Reverse Mapping | Notes |
|---|---|---|---|---|
skeletonId |
skeletonId |
DirectMapping | - | - |
skeletonName |
skeletonName |
DirectMapping | - | - |
skeletonDesc |
skeletonDesc |
DirectMapping | - | - |
skeletonFile |
skeletonFile |
DirectMapping | - | - |
TripSnippetFile¶
Entity Class: com.perun.tlinq.entity.trip.CTripSnippetFile
ID Field: snippetFileId
Default Factory: NTSServiceFactory
Factory: NTSServiceFactory¶
Native Entity: com.perun.tlinq.client.nts.db.trip.TripsnippetfileEntity
Services¶
| Service Name | Action | Return Class | Parameters |
|---|---|---|---|
readTripSnippetFile |
read |
- |
- |
readTripSnippetFile |
search |
- |
- |
Field Mappings¶
| Target Field | Source Field | Mapping Type | Reverse Mapping | Notes |
|---|---|---|---|---|
snippetFileId |
snippetFileId |
DirectMapping | - | - |
snippetFileName |
snippetFileName |
DirectMapping | - | - |
snippetFileDesc |
snippetFileDesc |
DirectMapping | - | - |
snippetFile |
snippetFile |
DirectMapping | - | - |
Generated from trip-entities.xml