![]() |
T4EA
18.1 C7177 A20283
Teamcenter Gateway for Enterprise Applications API 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... | |
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.
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 |
References T4EA::getLocalizationString(), T4X::CORE::getSessionLogChannel(), ofBIZservice(), T4X::CORE::storeMessage2(), and tpwrite().
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.
Operation | name of the operation |
inputDict | the TCL dict containing the parameters for the service call |
ConnectString | base URL of OFBiz system |
User | (optional) EA User name |
Password | (optional) Password of the EA user |
Language | (optional) Language to use for session |
References T4EA::CONNECTION2EA::getCurrentEAInfo(), T4X::CORE::getSessionLogChannel(), and tpwrite().
Referenced by checkConnection(), T4EA::PROP::CUSTOM::MAPPING::displayOfbizFixedAsset(), T4EA::PROP::CUSTOM::MAPPING::displayOfbizProduct(), T4EA::QUERY::CUSTOM::MAPPING::executeQuery4OfbizProduct(), T4EA::PROP::CUSTOM::MAPPING::GetEAData_ProductAssociation(), T4EA::GENBOM::CUSTOM::MAPPING::getERPBOMLine(), T4EA::GENOBJ::CUSTOM::OBJECT::IMPORT::getObjectInfo(), T4EA::GENBOM::CUSTOM::MAPPING::performTransfer(), and T4EA::GENOBJ::CUSTOM::MAPPING::performTransfer().
T4EA::CUSTOM::SERVICES::ofBIZservice4BillOfMaterial | Operation inputDict ConnectString User Password Language | ||
Calls the web service.
Operation | name of the operation |
inputDict | the TCL dict containing the parameters for the service call |
ConnectString | |
User | |
Password | |
Language |
References T4X::CORE::getSessionLogChannel(), T4X::SOA::performGenericWebServiceCall(), prepareStatus(), T4X::SOA::setProxy(), and tpwrite().
T4EA::CUSTOM::SERVICES::ofBIZservice4Document | Operation inputDict ConnectString User Password Language | ||
Calls the web service.
Operation | name of the operation |
inputDict | the TCL dict containing the parameters for the service call |
ConnectString | |
User | |
Password | |
Language |
References T4X::CORE::getSessionLogChannel(), T4X::SOA::performGenericWebServiceCall(), prepareStatus(), T4X::SOA::setProxy(), and tpwrite().
T4EA::CUSTOM::SERVICES::ofBIZservice4getAssociatedProducts | Operation inputDict ConnectString User Password Language | ||
Calls the web service.
Operation | name of the operation |
inputDict | the TCL dict containing the parameters for the service call |
ConnectString | |
User | |
Password | |
Language |
References T4X::CORE::getSessionLogChannel(), T4X::SOA::performGenericWebServiceCall(), prepareStatus(), T4X::SOA::setProxy(), and tpwrite().
T4EA::CUSTOM::SERVICES::ofBIZservice4Product | Operation inputDict ConnectString User Password Language | ||
Calls the web service.
Operation | name of the operation |
inputDict | the TCL dict containing the parameters for the service call |
ConnectString | |
User | |
Password | |
Language |
References T4X::CORE::getSessionLogChannel(), T4X::SOA::performGenericWebServiceCall(), prepareStatus(), T4X::SOA::setProxy(), and tpwrite().
T4EA::CUSTOM::SERVICES::prepareStatus | Status | ||
Handle service result and prepare status.
Status |
References T4X::CORE::getSessionLogChannel(), and tpwrite().
Referenced by ofBIZservice4BillOfMaterial(), ofBIZservice4Document(), ofBIZservice4getAssociatedProducts(), and ofBIZservice4Product().