Uses of Class
com.sap.document.sap.soap.functions.mc_style.CtsWsTransportEntity
-
Packages that use CtsWsTransportEntity Package Description com.sap.document.sap.soap.functions.mc_style de.hybris.e2e.transport.cts de.hybris.e2e.transport.cts.impl -
-
Uses of CtsWsTransportEntity in com.sap.document.sap.soap.functions.mc_style
Fields in com.sap.document.sap.soap.functions.mc_style declared as CtsWsTransportEntity Modifier and Type Field Description protected CtsWsTransportEntityCtsAttachToRequest. entityMethods in com.sap.document.sap.soap.functions.mc_style that return CtsWsTransportEntity Modifier and Type Method Description CtsWsTransportEntityObjectFactory. createCtsWsTransportEntity()Create an instance ofCtsWsTransportEntityCtsWsTransportEntityCtsAttachToRequest. getEntity()Gets the value of the entity property.Methods in com.sap.document.sap.soap.functions.mc_style with parameters of type CtsWsTransportEntity Modifier and Type Method Description CtsWsTraResponseEXPORTCTSWS. ctsAttachToRequest(CtsWsTransportEntity entity, java.lang.String requestId)voidCtsAttachToRequest. setEntity(CtsWsTransportEntity value)Sets the value of the entity property. -
Uses of CtsWsTransportEntity in de.hybris.e2e.transport.cts
Methods in de.hybris.e2e.transport.cts with parameters of type CtsWsTransportEntity Modifier and Type Method Description CtsWsTraResponseCtsService. attachToRequest(CtsWsTransportEntity entity, java.lang.String requestId)Attaches uploaded file to given request -
Uses of CtsWsTransportEntity in de.hybris.e2e.transport.cts.impl
Methods in de.hybris.e2e.transport.cts.impl with parameters of type CtsWsTransportEntity Modifier and Type Method Description CtsWsTraResponseSimpleCtsService. attachToRequest(CtsWsTransportEntity entity, java.lang.String requestId)Attaches uploaded file to given request
-