com.konakart.appif
Interface OrdersIf

All Known Implementing Classes:
Orders

public interface OrdersIf

This is normally the object returned for API calls returning an array of orders. It contains an array of orders and the total number of orders matching the request, so that they can be paged.


Method Summary
 OrderIf[] getOrderArray()
           
 int getTotalNumOrders()
           
 void setOrderArray(OrderIf[] orderArray)
           
 void setTotalNumOrders(int totalNumOrders)
           
 

Method Detail

getOrderArray

OrderIf[] getOrderArray()
Returns:
Returns the orderArray.

setOrderArray

void setOrderArray(OrderIf[] orderArray)
Parameters:
orderArray - The orderArray to set.

getTotalNumOrders

int getTotalNumOrders()
Returns:
Returns the totalNumOrders.

setTotalNumOrders

void setTotalNumOrders(int totalNumOrders)
Parameters:
totalNumOrders - The totalNumOrders to set.


Copyright © 2011 DS Data Systems UK Ltd.