Skip to content

User Entities - Mapping Documentation

Domain: User
Entity Count: 2
Source File: user-entities.xml

Table of Contents


RegUser

Entity Class: com.perun.tlinq.entity.user.CRegUser
ID Field: userId
Default Factory: OdooServiceFactory

Factory: OdooServiceFactory

Native Entity: com.perun.tlinq.client.odoo.entity.OdooUser

Services

Service Name Action Return Class Parameters
findRegisteredUser search - -
getRegisteredUser read - -
createRegisteredUser create - -
updateRegisteredUser update - -

Field Mappings

Target Field Source Field Mapping Type Reverse Mapping Notes
userId id DirectMapping - -
userName name DirectMapping - -
street street DirectMapping - -
street2 street2 DirectMapping - -
city city DirectMapping - -
phone phone DirectMapping - -
mobile mobile DirectMapping - -
countryId countryId DirectMapping - -
countryName countryName DirectMapping NoMapping -
userLogin login DirectMapping - -
isActive isActive DirectMapping - -
isEmployee isEmployee DirectMapping - -
isCompany isCompany DirectMapping - -
isCustomer isCustomer DirectMapping - -
isPortalUser isPortalUser DirectMapping - -
companyType companyType DirectMapping - -
userType userType DirectMapping - -
userEmail email DirectMapping - -
password password DirectMapping - -
contactId contactId DirectMapping - -
companyId customerAccountId DirectMapping - -
signupToken signupToken DirectMapping - -
signupTokenType signupTokenType DirectMapping - -
signupTokenValid signupTokenValid DirectMapping - -
signupExpiry signupExpiry DirectMapping - -
createDate createDate DirectMapping - -
companyName customerAccountName DirectMapping NoMapping -
contact contactId NestedMapping NoMapping Target Entity: Customer

UserContact

Entity Class: com.perun.tlinq.entity.user.CUserContact
ID Field: contactId
Default Factory: OdooServiceFactory

Factory: OdooServiceFactory

Native Entity: com.perun.tlinq.client.odoo.entity.OdooCustomer

Services

Service Name Action Return Class Parameters
findCustomer search - -
getCustomer read - -

Field Mappings

Target Field Source Field Mapping Type Reverse Mapping Notes
contactId id DirectMapping - -
firstName name DirectMapping - -
email email DirectMapping - -
phoneNo phone DirectMapping - -
title title IndexMapping - -
country country_id IndexMapping - -
companyName company_name DirectMapping - -
companyWeb website DirectMapping - -


Generated from user-entities.xml