com.ibm.commerce.fulfillment.commands

Class StoredProcedureHelperProxy

  • java.lang.Object
    • com.ibm.commerce.fulfillment.commands.StoredProcedureHelperProxy


  • public class StoredProcedureHelperProxy
    extends java.lang.Object
    This helper class to facilitate various operations on the collections of order items. Creation date: (03/23/01 1:36:20 PM)
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static TypedProperty callAdjustInventory(java.lang.Long invAdjId, java.lang.Long versionSpcId, java.lang.Integer storeId, java.lang.Integer ffcId, java.lang.Long invAdjCode, java.lang.Integer qtyAdjusted, java.lang.String comment)
      call the stored procedure AdjustInventory
      static TypedProperty callAvailInvStore(java.lang.Long itemSpcId, java.lang.Integer storeId, java.lang.String ffcList)
      Call the stored procedure AvailInvStore
      static TypedProperty callAvailRADate(java.lang.Long itemSpcId, java.lang.Integer qty, java.lang.Integer storeId, java.lang.String ffcList)
      Call the stored procedure AvailRADate
      static TypedProperty callBOItem(java.lang.Long orderItemsId, java.lang.String ffcList)
      Call the stored procedure BOItem
      static TypedProperty callCreateReleases(java.lang.Long ordersId, java.lang.Long allocId)
      Call stored procedure CreateReleases.
      static TypedProperty callCreateReleases(java.lang.Long ordersId, java.lang.Long allocId, java.lang.String storeIdList)
      Call stored procedure CreateReleases
      static TypedProperty callExpectedAvail(java.lang.Integer storeId, java.lang.String raId, java.lang.String vendor, java.lang.String createTime, java.lang.String radetailId, java.lang.String externalId, java.lang.String openIndicator, java.lang.String orderDate, java.lang.String dateClosed, java.lang.String partNumber, java.lang.String raDetailComment, java.lang.String qtyRemaining, java.lang.String qtyOrdered, java.lang.String qtyReceived, java.lang.String ffmCenter, java.lang.String expectedDate, java.lang.String origExpectedDate, java.lang.String deleteFlag, java.lang.String raKeys, java.lang.String radetailKeys, java.lang.Integer inCount, java.lang.String sDelimiter, java.lang.String sRecCount, java.lang.String sCommitFlag)
      Call the stored procedure ExpectedAvail
      static TypedProperty callGetItems(java.lang.Long orderItemsId, java.lang.Integer ffcId, java.lang.String singleFfcYorN, java.lang.Double qtyMultiple)
      Call the stored procedure GetItems
      static TypedProperty callGetItems(java.lang.Long orderItemsId, java.lang.Integer ffcId, java.lang.String singleFfcYorN, java.lang.Double qtyMultiple, java.lang.Integer ffmcTrackInventory, java.lang.String storeIdList)
      call stored procedure with full parameters.
      static TypedProperty callRAAllocation(java.lang.Integer storeId)
      Call the stored procedure RAAllocation
      static TypedProperty callReverseInventory(java.lang.Long orderItemsId)
      Call the stored procedure ReverseInventory
      static TypedProperty callShipItems(java.lang.Long ordersId, java.lang.Long allocId)
      Call stored procedure ShipItems
      static TypedProperty callShipItems(java.lang.Long ordersId, java.lang.Long allocId, java.lang.Integer inventoryOp)
      Call stored procedure ShipItems
      static TypedProperty callShipItems(java.lang.Long ordersId, java.lang.Long allocId, java.lang.String storeIdList, java.lang.Integer inventoryOp)
      Call stored procedure ShipItems
      static void checkForError(java.lang.String astrSPName, TypedProperty aSPReturnCodes) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait