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. If LineItemSummary.id
is null
or no line item exists with that ID, a forecast is computed
for the
the subject, predicting what would happen if it were added
to the
system. If a line item already exists with LineItemSummary.id,
the
forecast is computed for the subject, predicting what would
happen
if the existing line item's settings were modified to match
the
subject.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 © 2014. All Rights Reserved.