public class ForecastServiceSoapBindingStub extends org.apache.axis.client.Stub implements ForecastServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ForecastServiceSoapBindingStub() |
ForecastServiceSoapBindingStub(javax.xml.rpc.Service service) |
ForecastServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Forecast |
getForecast(LineItem lineItem)
|
Forecast |
getForecastById(Long lineItemId)
|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic ForecastServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ForecastServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ForecastServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Forecast getForecast(LineItem lineItem) throws RemoteException, ApiException
ForecastServiceInterfaceForecast on a prospective LineItem object.
Valid
values for LineItemSummary.lineItemType are
LineItemType.SPONSORSHIP and LineItemType.STANDARD.
Other
values will result in
ReservationDetailsError.Reason#LINE_ITEM_TYPE_NOT_ALLOWED.getForecast in interface ForecastServiceInterfacelineItem - the target of the forecast. Must be a prospective
line item
that has not yet been booked in the system. i.e. LineItemSummary.id
must be null.RemoteExceptionApiExceptionpublic Forecast getForecastById(Long lineItemId) throws RemoteException, ApiException
ForecastServiceInterfaceForecast for an existing LineItem object.
Only
line items having type LineItemType.SPONSORSHIP or
LineItemType.STANDARD are valid. Other types will result in
ReservationDetailsError.Reason#LINE_ITEM_TYPE_NOT_ALLOWED.getForecastById in interface ForecastServiceInterfacelineItemId - the ID of a LineItem to run the forecast
on.RemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.