Class StoreProductStockObject
- java.lang.Object
-
- de.firstdata.ipg.api.schema.Action
-
- de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
-
- de.firstdata.ipg.api.client.action.catalog.object.StoreProductStockObject
-
- All Implemented Interfaces:
Stock
,StoreProductStock
,IPGApiAction
public class StoreProductStockObject extends IPGAPIActionObject implements StoreProductStock
-
-
Field Summary
-
Fields inherited from class de.firstdata.ipg.api.schema.Action
clientLocale, createPaymentURL, deleteBillKey, deletePaymentURL, deliveryConfirmation, exportPaymentURL, generateCashReceipt, getExternalConsumerInformation, getExternalTransactionStatus, getGuestCheckoutTokenCryptogram, getLastOrders, getLastTransactions, getNetworkTokenCryptogram, initiateClearing, inquiryCardInformation, inquiryOrder, inquiryTransaction, manageProducts, manageProductStock, recurringPayment, requestCardRateForDCC, requestMerchantRateForDynamicPricing, sendEMailNotification, storeHostedData, validate
-
-
Constructor Summary
Constructors Constructor Description StoreProductStockObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(de.firstdata.ipg.api.schema.ProductStock productStock)
de.firstdata.ipg.api.schema.ManageProductStock
getManageProductStock()
protected List<de.firstdata.ipg.api.schema.ProductStock>
getProductStock()
void
setStoreId(String storeId)
-
Methods inherited from class de.firstdata.ipg.api.client.action.object.IPGAPIActionObject
getFormattedDate, setClientLocale
-
Methods inherited from class de.firstdata.ipg.api.schema.Action
getClientLocale, getCreatePaymentURL, getDeleteBillKey, getDeletePaymentURL, getDeliveryConfirmation, getExportPaymentURL, getGenerateCashReceipt, getGetExternalConsumerInformation, getGetExternalTransactionStatus, getGetGuestCheckoutTokenCryptogram, getGetLastOrders, getGetLastTransactions, getGetNetworkTokenCryptogram, getInitiateClearing, getInquiryCardInformation, getInquiryOrder, getInquiryTransaction, getManageProducts, getRecurringPayment, getRequestCardRateForDCC, getRequestMerchantRateForDynamicPricing, getSendEMailNotification, getStoreHostedData, getValidate, setClientLocale, setCreatePaymentURL, setDeleteBillKey, setDeletePaymentURL, setDeliveryConfirmation, setExportPaymentURL, setGenerateCashReceipt, setGetExternalConsumerInformation, setGetExternalTransactionStatus, setGetGuestCheckoutTokenCryptogram, setGetLastOrders, setGetLastTransactions, setGetNetworkTokenCryptogram, setInitiateClearing, setInquiryCardInformation, setInquiryOrder, setInquiryTransaction, setManageProducts, setManageProductStock, setRecurringPayment, setRequestCardRateForDCC, setRequestMerchantRateForDynamicPricing, setSendEMailNotification, setStoreHostedData, setValidate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setClientLocale, setStoreId
-
-
-
-
Method Detail
-
add
public void add(de.firstdata.ipg.api.schema.ProductStock productStock)
- Specified by:
add
in interfaceStoreProductStock
-
setStoreId
public void setStoreId(String storeId)
- Specified by:
setStoreId
in interfaceIPGApiAction
-
getProductStock
protected List<de.firstdata.ipg.api.schema.ProductStock> getProductStock()
-
getManageProductStock
public de.firstdata.ipg.api.schema.ManageProductStock getManageProductStock()
- Overrides:
getManageProductStock
in classde.firstdata.ipg.api.schema.Action
-
-