T4EA  AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
T4EA::CUSTOM::SERVICES Namespace Reference

Namespaces

 DEMOERP
 

Functions

 checkConnection ?User? ?Password? ?System? ?ConnectString? ?Language? args
 Checks the connection. More...
 
 ofBIZservice Operation inputDict ?ConnectString? ?User? ?Password? ?Language?
 Calls the web service. More...
 
 ofBIZservice4BillOfMaterial Operation inputDict ConnectString User Password Language
 Calls the web service. More...
 
 ofBIZservice4Document Operation inputDict ConnectString User Password Language
 Calls the web service. More...
 
 ofBIZservice4getAssociatedProducts Operation inputDict ConnectString User Password Language
 Calls the web service. More...
 
 ofBIZservice4Product Operation inputDict ConnectString User Password Language
 Calls the web service. More...
 
 prepareStatus Status
 Handle service result and prepare status. More...
 

Function Documentation

◆ checkConnection()

T4EA::CUSTOM::SERVICES::checkConnection   ?User? ?Password? ?System? ?ConnectString? ?Language? args  

Checks the connection.

If any optional parameter is missing, the procedure will use the default values from EA connection handling.

Parameters
User(optional) EA User name
Password(optional) Password of the EA user
System(optional) the EA system to use
ConnectString(optional) the base URL of the EA system
Language(optional) Language to use for session
Returns
UNKNOWN or LOGON_OK or MISSING_LOGIN_DATA or LOGON_ERROR and error message

◆ ofBIZservice()

T4EA::CUSTOM::SERVICES::ofBIZservice   Operation inputDict ?ConnectString? ?User? ?Password? ?Language?  

Calls the web service.

If any optional parameter is missing, the procedure will use the default values from EA connection handling.

Parameters
Operationname of the operation
inputDictthe TCL dict containing the parameters for the service call
ConnectStringbase URL of OFBiz system
User(optional) EA User name
Password(optional) Password of the EA user
Language(optional) Language to use for session
Returns
list of: OK and TCL dict resulting from payload - or - ERROR and error message

◆ ofBIZservice4BillOfMaterial()

T4EA::CUSTOM::SERVICES::ofBIZservice4BillOfMaterial   Operation inputDict ConnectString User Password Language  

Calls the web service.

Parameters
Operationname of the operation
inputDictthe TCL dict containing the parameters for the service call
ConnectStringbase URL of OFBiz system
UserUser name
PasswordPassword
LanguageLanguage to use for session
Returns
list of: OK and TCL dict resulting from payload - or - ERROR and error message

◆ ofBIZservice4Document()

T4EA::CUSTOM::SERVICES::ofBIZservice4Document   Operation inputDict ConnectString User Password Language  

Calls the web service.

Parameters
Operationname of the operation
inputDictthe TCL dict containing the parameters for the service call
ConnectStringbase URL of OFBiz system
UserUser name
PasswordPassword
LanguageLanguage to use for session
Returns
list of: OK and TCL dict resulting from payload - or - ERROR and error message

◆ ofBIZservice4getAssociatedProducts()

T4EA::CUSTOM::SERVICES::ofBIZservice4getAssociatedProducts   Operation inputDict ConnectString User Password Language  

Calls the web service.

Parameters
Operationname of the operation
inputDictthe TCL dict containing the parameters for the service call
ConnectStringbase URL of OFBiz system
UserUser name
PasswordPassword
LanguageLanguage to use for session
Returns
list of: OK and TCL dict resulting from payload - or - ERROR and error message

◆ ofBIZservice4Product()

T4EA::CUSTOM::SERVICES::ofBIZservice4Product   Operation inputDict ConnectString User Password Language  

Calls the web service.

Parameters
Operationname of the operation
inputDictthe TCL dict containing the parameters for the service call
ConnectStringServer URL
UserUser name
PasswordClear text password
Languagelanguage (not used currently)
Returns
list of: OK and TCL dict resulting from payload - or - ERROR and error message

◆ prepareStatus()

T4EA::CUSTOM::SERVICES::prepareStatus   Status  

Handle service result and prepare status.

Parameters
StatusStatus to interpret
Returns
Status