com.konakartadmin.bl
Interface AdminOrderIntegrationMgrInterface

All Known Implementing Classes:
AdminOrderIntegrationMgr

public interface AdminOrderIntegrationMgrInterface

Defines the interface for the AdminOrderIntegrationMgr


Method Summary
 void changeOrderStatus(int orderId, int currentStatus, int newStatus)
          Called just after an order status change
 

Method Detail

changeOrderStatus

void changeOrderStatus(int orderId,
                       int currentStatus,
                       int newStatus)
Called just after an order status change

Parameters:
orderId -
currentStatus -
newStatus -


Copyright © 2011 DS Data Systems UK Ltd.