com.ibm.commerce.inventory.objects
Class InventoryJDBCHelperAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean
        |
        +--com.ibm.commerce.inventory.objects.InventoryJDBCHelperAccessBean

public class InventoryJDBCHelperAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean

From JavaDoc Build Script : Cannot find description for this AccessBean

See Also:
Serialized Form

Constructor Summary
InventoryJDBCHelperAccessBean()
          Zero argument constructor used to initialize the access bean.
InventoryJDBCHelperAccessBean(javax.ejb.EJBObject o)
          This method was generated by the VisualAge for Java Access Bean SmartGuide.
 
Method Summary
 java.util.Hashtable checkInventoryQuantity(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2)
           
protected  java.lang.String defaultJNDIName()
          This method was generated by the VisualAge for Java Access Bean SmartGuide.
 java.lang.Integer dummyUpdateInventoryQuantity(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2)
          This method was generated by the VisualAge for Java Access Bean SmartGuide.
 java.util.Vector findAvailableReceiptMaxAndMinPrecedence()
           
 java.lang.Integer findAvailQuantityByItemFFCStore(java.lang.Integer arg0, java.lang.Long arg1, java.lang.Integer arg2)
           
 java.lang.String findBaseItemDescriptionLongDescription(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findExpectedInventoryRecordDetailByRaDetailIdAndLanguageId(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findExpectedInventoryRecordDetailListByRaIdAndLanguageId(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findExpectedInventoryRecordListByStoreentId(java.lang.Integer arg0)
           
 java.util.Vector findInventoryAdjustmentCodeListByStoreentIdAndLanguageId(java.lang.Integer arg0, java.lang.Integer arg1)
           
 java.util.Vector findInventoryAdjustmentCodeListByStoreentIdAndLanguageIdOrderByDescription(java.lang.Integer arg0, java.lang.Integer arg1)
           
 java.util.Vector findIsQtyReceivedByRaId(java.lang.Long arg0)
           
 java.util.Vector findItemAvailableInventoryByStoreIdAndItemSpcId(java.lang.Integer storeId, java.lang.Long itemSpcId)
           
 java.util.Vector findItemCurrentVersion(java.lang.Long arg0)
           
 java.util.Vector findItemInventoryListByStoreIdAndItemSpcId(java.lang.Integer arg0, java.lang.Long arg1, java.lang.Integer arg2)
           
 java.util.Vector findItemSearchResultListByLanguageIdAndStoreentIdAndShortDescriptionAndPartNumber(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.String arg2, java.lang.String arg3)
           
 java.util.Vector findItemSpecWithWhereClause(java.lang.String arg0, boolean arg1)
           
 java.lang.Integer findMaxOrderReleaseNumForOrder(java.lang.Long orderId)
           
 java.util.Vector findOrderItemShippingHistoryByOrderItemsIdOrderByReceiptPrecedence(java.lang.Long arg0)
           
 java.lang.String findOrderReleasePackSlipXML(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findOrders()
           
 java.util.Vector findPackageInformationListByOrdersId(java.lang.Long arg0)
           
 java.util.Vector findPackageInformationListByOrdersIdAndOrderReleaseNumber(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findPackageShipDetailByManifestIdAndStoreentIdAndFfmCenterId(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2)
           
 java.util.Vector findPackslipComponentsListByOrderItemsId(java.lang.Long arg0)
           
 java.util.Vector findPackslipItemsListByOrdersIdAndOrdreleaseNum(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findPackslipListByPickBatchId(java.lang.Long arg0)
           
 java.util.Vector findPickBatchListByStoreentIdAndFfmcenterId(java.lang.Integer arg0, java.lang.Integer arg1)
           
 java.lang.String findPickBatchPickSlipXML(java.lang.Long arg0)
           
 java.util.Vector findPickItemsListByPickbatchId(java.lang.Long arg0)
           
 java.util.Vector findReadyToBeShippedReleaseListByStoreentIdAndFfmcenterId(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2)
           
 java.util.Vector findReadyToBeShippedReleaseListByStoreentIdAndFfmcenterId(java.lang.Integer storeentId, java.lang.Integer ffmCenterId, java.lang.Integer firstRows, java.lang.Integer delayInMins)
          Find Releases that are ready to be shipped by StoreentId and FfmcenterId Creation date: (3/15/01 10:37:28 AM) Added for 55674
 java.util.Vector findReceiptByVersionSpecificationOrderByReceiptPrecedence(java.lang.Long arg0)
           
 java.util.Vector findReleaseAddressIdByOrdersIdAndOrdreleaseNum(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findReleaseItemsListByOrdersIdAndOrdreleaseNum(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3, java.lang.Integer arg4)
           
 java.util.Vector findReleasePackageListByOrdReleaseNumAndStoreentIdAndFfmcenterIdAndOrdersId(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Long arg3)
           
 java.util.Vector findReleasePackageListByOrdReleaseNumAndStoreentIdAndFfmcenterIdAndOrdersIdAndLanguageId(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Long arg3, java.lang.Integer arg4)
           
 java.util.Vector findReleaseShipListByStoreentIdAndFfmcenterId(java.lang.Integer arg0, java.lang.Integer arg1)
           
 java.util.Vector findReleaseShipmodeIdByOrdersIdAndOrdreleaseNum(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findVendorInformationByVendorId(java.lang.Long arg0)
           
 java.util.Vector findVendorInformationByVendorIdAndLanguageId(java.lang.Long arg0, java.lang.Integer arg1)
           
 java.util.Vector findVendorListByStoreentIdAndLanguageId(java.lang.Integer arg0, java.lang.Integer arg1)
           
protected  void instantiateEJB()
          This method was generated by the VisualAge for Java Access Bean SmartGuide.
 int updateBaseItemDescriptionLongDescription(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2)
           
 java.lang.Integer updateInventoryQuantity(java.util.Hashtable arg0)
           
 int updateOrderReleaseExternalOrderNumber(java.sql.Timestamp lastUpdate, java.lang.String externalOrderNumber, java.lang.Long aOrderId, java.lang.Integer[] orderReleaseNums)
          updateOrderReleaseExternalOrderNumber
 int updateOrderReleaseExternalOrderNumber(java.sql.Timestamp lastUpdate, java.lang.String externalOrderNumber, java.lang.Long aOrderId, java.lang.Long[] orderItemIds)
          updateOrderReleaseExternalOrderNumber
 int updateOrderReleasePackSlipXML(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2)
           
 int updatePickBatchPickSlipXML(java.lang.Long arg0, java.lang.String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryJDBCHelperAccessBean

public InventoryJDBCHelperAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.inventory.objects.InventoryJDBCHelper com.ibm.commerce.inventory.objects.InventoryJDBCHelperHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException

InventoryJDBCHelperAccessBean

public InventoryJDBCHelperAccessBean(javax.ejb.EJBObject o)
                              throws java.rmi.RemoteException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
Method Detail

defaultJNDIName

protected java.lang.String defaultJNDIName()
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.

instantiateEJB

protected void instantiateEJB()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException,
                              javax.naming.NamingException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

updateBaseItemDescriptionLongDescription

public int updateBaseItemDescriptionLongDescription(java.lang.Long arg0,
                                                    java.lang.Integer arg1,
                                                    java.lang.String arg2)
                                             throws javax.naming.NamingException,
                                                    java.sql.SQLException,
                                                    java.rmi.RemoteException,
                                                    javax.ejb.CreateException
Returns:
int
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

updateOrderReleasePackSlipXML

public int updateOrderReleasePackSlipXML(java.lang.Long arg0,
                                         java.lang.Integer arg1,
                                         java.lang.String arg2)
                                  throws javax.naming.NamingException,
                                         java.sql.SQLException,
                                         java.rmi.RemoteException,
                                         javax.ejb.CreateException
Returns:
int
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

updatePickBatchPickSlipXML

public int updatePickBatchPickSlipXML(java.lang.Long arg0,
                                      java.lang.String arg1)
                               throws javax.naming.NamingException,
                                      java.sql.SQLException,
                                      java.rmi.RemoteException,
                                      javax.ejb.CreateException
Returns:
int
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

dummyUpdateInventoryQuantity

public java.lang.Integer dummyUpdateInventoryQuantity(java.lang.Long arg0,
                                                      java.lang.Integer arg1,
                                                      java.lang.Integer arg2)
                                               throws javax.naming.NamingException,
                                                      java.rmi.RemoteException,
                                                      java.sql.SQLException,
                                                      javax.ejb.CreateException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
javax.naming.NamingException
java.rmi.RemoteException
java.sql.SQLException
javax.ejb.CreateException

findAvailQuantityByItemFFCStore

public java.lang.Integer findAvailQuantityByItemFFCStore(java.lang.Integer arg0,
                                                         java.lang.Long arg1,
                                                         java.lang.Integer arg2)
                                                  throws javax.naming.NamingException,
                                                         java.sql.SQLException,
                                                         java.rmi.RemoteException,
                                                         javax.ejb.CreateException
Returns:
java.lang.Integer
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

updateInventoryQuantity

public java.lang.Integer updateInventoryQuantity(java.util.Hashtable arg0)
                                          throws javax.naming.NamingException,
                                                 java.sql.SQLException,
                                                 java.rmi.RemoteException,
                                                 javax.ejb.CreateException
Returns:
java.lang.Integer
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findBaseItemDescriptionLongDescription

public java.lang.String findBaseItemDescriptionLongDescription(java.lang.Long arg0,
                                                               java.lang.Integer arg1)
                                                        throws javax.naming.NamingException,
                                                               java.sql.SQLException,
                                                               java.rmi.RemoteException,
                                                               javax.ejb.CreateException
Returns:
java.lang.String
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findOrderReleasePackSlipXML

public java.lang.String findOrderReleasePackSlipXML(java.lang.Long arg0,
                                                    java.lang.Integer arg1)
                                             throws javax.naming.NamingException,
                                                    java.sql.SQLException,
                                                    java.rmi.RemoteException,
                                                    javax.ejb.CreateException
Returns:
java.lang.String
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPickBatchPickSlipXML

public java.lang.String findPickBatchPickSlipXML(java.lang.Long arg0)
                                          throws javax.naming.NamingException,
                                                 java.sql.SQLException,
                                                 java.rmi.RemoteException,
                                                 javax.ejb.CreateException
Returns:
java.lang.String
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

checkInventoryQuantity

public java.util.Hashtable checkInventoryQuantity(java.lang.Long arg0,
                                                  java.lang.Integer arg1,
                                                  java.lang.Integer arg2)
                                           throws javax.naming.NamingException,
                                                  java.sql.SQLException,
                                                  java.rmi.RemoteException,
                                                  javax.ejb.CreateException
Returns:
java.util.Hashtable
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findAvailableReceiptMaxAndMinPrecedence

public java.util.Vector findAvailableReceiptMaxAndMinPrecedence()
                                                         throws javax.naming.NamingException,
                                                                java.sql.SQLException,
                                                                java.rmi.RemoteException,
                                                                javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findExpectedInventoryRecordDetailByRaDetailIdAndLanguageId

public java.util.Vector findExpectedInventoryRecordDetailByRaDetailIdAndLanguageId(java.lang.Long arg0,
                                                                                   java.lang.Integer arg1)
                                                                            throws javax.naming.NamingException,
                                                                                   java.sql.SQLException,
                                                                                   java.rmi.RemoteException,
                                                                                   javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findExpectedInventoryRecordDetailListByRaIdAndLanguageId

public java.util.Vector findExpectedInventoryRecordDetailListByRaIdAndLanguageId(java.lang.Long arg0,
                                                                                 java.lang.Integer arg1)
                                                                          throws javax.naming.NamingException,
                                                                                 java.sql.SQLException,
                                                                                 java.rmi.RemoteException,
                                                                                 javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findExpectedInventoryRecordListByStoreentId

public java.util.Vector findExpectedInventoryRecordListByStoreentId(java.lang.Integer arg0)
                                                             throws javax.naming.NamingException,
                                                                    java.sql.SQLException,
                                                                    java.rmi.RemoteException,
                                                                    javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findInventoryAdjustmentCodeListByStoreentIdAndLanguageId

public java.util.Vector findInventoryAdjustmentCodeListByStoreentIdAndLanguageId(java.lang.Integer arg0,
                                                                                 java.lang.Integer arg1)
                                                                          throws javax.naming.NamingException,
                                                                                 java.sql.SQLException,
                                                                                 java.rmi.RemoteException,
                                                                                 javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findInventoryAdjustmentCodeListByStoreentIdAndLanguageIdOrderByDescription

public java.util.Vector findInventoryAdjustmentCodeListByStoreentIdAndLanguageIdOrderByDescription(java.lang.Integer arg0,
                                                                                                   java.lang.Integer arg1)
                                                                                            throws javax.naming.NamingException,
                                                                                                   java.sql.SQLException,
                                                                                                   java.rmi.RemoteException,
                                                                                                   javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findIsQtyReceivedByRaId

public java.util.Vector findIsQtyReceivedByRaId(java.lang.Long arg0)
                                         throws javax.naming.NamingException,
                                                java.sql.SQLException,
                                                java.rmi.RemoteException,
                                                javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findItemCurrentVersion

public java.util.Vector findItemCurrentVersion(java.lang.Long arg0)
                                        throws javax.naming.NamingException,
                                               java.sql.SQLException,
                                               java.rmi.RemoteException,
                                               javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findItemInventoryListByStoreIdAndItemSpcId

public java.util.Vector findItemInventoryListByStoreIdAndItemSpcId(java.lang.Integer arg0,
                                                                   java.lang.Long arg1,
                                                                   java.lang.Integer arg2)
                                                            throws javax.naming.NamingException,
                                                                   java.sql.SQLException,
                                                                   java.rmi.RemoteException,
                                                                   javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findItemSearchResultListByLanguageIdAndStoreentIdAndShortDescriptionAndPartNumber

public java.util.Vector findItemSearchResultListByLanguageIdAndStoreentIdAndShortDescriptionAndPartNumber(java.lang.Integer arg0,
                                                                                                          java.lang.Integer arg1,
                                                                                                          java.lang.String arg2,
                                                                                                          java.lang.String arg3)
                                                                                                   throws javax.naming.NamingException,
                                                                                                          java.sql.SQLException,
                                                                                                          java.rmi.RemoteException,
                                                                                                          javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findItemSpecWithWhereClause

public java.util.Vector findItemSpecWithWhereClause(java.lang.String arg0,
                                                    boolean arg1)
                                             throws javax.naming.NamingException,
                                                    java.sql.SQLException,
                                                    java.rmi.RemoteException,
                                                    javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findOrderItemShippingHistoryByOrderItemsIdOrderByReceiptPrecedence

public java.util.Vector findOrderItemShippingHistoryByOrderItemsIdOrderByReceiptPrecedence(java.lang.Long arg0)
                                                                                    throws javax.naming.NamingException,
                                                                                           java.sql.SQLException,
                                                                                           java.rmi.RemoteException,
                                                                                           javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findOrders

public java.util.Vector findOrders()
                            throws javax.naming.NamingException,
                                   java.sql.SQLException,
                                   java.rmi.RemoteException,
                                   javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPackageInformationListByOrdersId

public java.util.Vector findPackageInformationListByOrdersId(java.lang.Long arg0)
                                                      throws javax.naming.NamingException,
                                                             java.sql.SQLException,
                                                             java.rmi.RemoteException,
                                                             javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPackageInformationListByOrdersIdAndOrderReleaseNumber

public java.util.Vector findPackageInformationListByOrdersIdAndOrderReleaseNumber(java.lang.Long arg0,
                                                                                  java.lang.Integer arg1)
                                                                           throws javax.naming.NamingException,
                                                                                  java.sql.SQLException,
                                                                                  java.rmi.RemoteException,
                                                                                  javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPackageShipDetailByManifestIdAndStoreentIdAndFfmCenterId

public java.util.Vector findPackageShipDetailByManifestIdAndStoreentIdAndFfmCenterId(java.lang.Long arg0,
                                                                                     java.lang.Integer arg1,
                                                                                     java.lang.Integer arg2)
                                                                              throws javax.naming.NamingException,
                                                                                     java.sql.SQLException,
                                                                                     java.rmi.RemoteException,
                                                                                     javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPackslipComponentsListByOrderItemsId

public java.util.Vector findPackslipComponentsListByOrderItemsId(java.lang.Long arg0)
                                                          throws javax.naming.NamingException,
                                                                 java.sql.SQLException,
                                                                 java.rmi.RemoteException,
                                                                 javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPackslipItemsListByOrdersIdAndOrdreleaseNum

public java.util.Vector findPackslipItemsListByOrdersIdAndOrdreleaseNum(java.lang.Long arg0,
                                                                        java.lang.Integer arg1)
                                                                 throws javax.naming.NamingException,
                                                                        java.sql.SQLException,
                                                                        java.rmi.RemoteException,
                                                                        javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPackslipListByPickBatchId

public java.util.Vector findPackslipListByPickBatchId(java.lang.Long arg0)
                                               throws javax.naming.NamingException,
                                                      java.sql.SQLException,
                                                      java.rmi.RemoteException,
                                                      javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPickBatchListByStoreentIdAndFfmcenterId

public java.util.Vector findPickBatchListByStoreentIdAndFfmcenterId(java.lang.Integer arg0,
                                                                    java.lang.Integer arg1)
                                                             throws javax.naming.NamingException,
                                                                    java.sql.SQLException,
                                                                    java.rmi.RemoteException,
                                                                    javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findPickItemsListByPickbatchId

public java.util.Vector findPickItemsListByPickbatchId(java.lang.Long arg0)
                                                throws javax.naming.NamingException,
                                                       java.sql.SQLException,
                                                       java.rmi.RemoteException,
                                                       javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReadyToBeShippedReleaseListByStoreentIdAndFfmcenterId

public java.util.Vector findReadyToBeShippedReleaseListByStoreentIdAndFfmcenterId(java.lang.Integer arg0,
                                                                                  java.lang.Integer arg1,
                                                                                  java.lang.Integer arg2)
                                                                           throws javax.naming.NamingException,
                                                                                  java.sql.SQLException,
                                                                                  java.rmi.RemoteException,
                                                                                  javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReceiptByVersionSpecificationOrderByReceiptPrecedence

public java.util.Vector findReceiptByVersionSpecificationOrderByReceiptPrecedence(java.lang.Long arg0)
                                                                           throws javax.naming.NamingException,
                                                                                  java.sql.SQLException,
                                                                                  java.rmi.RemoteException,
                                                                                  javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReleaseAddressIdByOrdersIdAndOrdreleaseNum

public java.util.Vector findReleaseAddressIdByOrdersIdAndOrdreleaseNum(java.lang.Long arg0,
                                                                       java.lang.Integer arg1)
                                                                throws javax.naming.NamingException,
                                                                       java.sql.SQLException,
                                                                       java.rmi.RemoteException,
                                                                       javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReleaseItemsListByOrdersIdAndOrdreleaseNum

public java.util.Vector findReleaseItemsListByOrdersIdAndOrdreleaseNum(java.lang.Long arg0,
                                                                       java.lang.Integer arg1,
                                                                       java.lang.Integer arg2,
                                                                       java.lang.Integer arg3,
                                                                       java.lang.Integer arg4)
                                                                throws javax.naming.NamingException,
                                                                       java.sql.SQLException,
                                                                       java.rmi.RemoteException,
                                                                       javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReleasePackageListByOrdReleaseNumAndStoreentIdAndFfmcenterIdAndOrdersId

public java.util.Vector findReleasePackageListByOrdReleaseNumAndStoreentIdAndFfmcenterIdAndOrdersId(java.lang.Integer arg0,
                                                                                                    java.lang.Integer arg1,
                                                                                                    java.lang.Integer arg2,
                                                                                                    java.lang.Long arg3)
                                                                                             throws javax.naming.NamingException,
                                                                                                    java.sql.SQLException,
                                                                                                    java.rmi.RemoteException,
                                                                                                    javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReleasePackageListByOrdReleaseNumAndStoreentIdAndFfmcenterIdAndOrdersIdAndLanguageId

public java.util.Vector findReleasePackageListByOrdReleaseNumAndStoreentIdAndFfmcenterIdAndOrdersIdAndLanguageId(java.lang.Integer arg0,
                                                                                                                 java.lang.Integer arg1,
                                                                                                                 java.lang.Integer arg2,
                                                                                                                 java.lang.Long arg3,
                                                                                                                 java.lang.Integer arg4)
                                                                                                          throws javax.naming.NamingException,
                                                                                                                 java.sql.SQLException,
                                                                                                                 java.rmi.RemoteException,
                                                                                                                 javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReleaseShipListByStoreentIdAndFfmcenterId

public java.util.Vector findReleaseShipListByStoreentIdAndFfmcenterId(java.lang.Integer arg0,
                                                                      java.lang.Integer arg1)
                                                               throws javax.naming.NamingException,
                                                                      java.sql.SQLException,
                                                                      java.rmi.RemoteException,
                                                                      javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReleaseShipmodeIdByOrdersIdAndOrdreleaseNum

public java.util.Vector findReleaseShipmodeIdByOrdersIdAndOrdreleaseNum(java.lang.Long arg0,
                                                                        java.lang.Integer arg1)
                                                                 throws javax.naming.NamingException,
                                                                        java.sql.SQLException,
                                                                        java.rmi.RemoteException,
                                                                        javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findVendorInformationByVendorId

public java.util.Vector findVendorInformationByVendorId(java.lang.Long arg0)
                                                 throws javax.naming.NamingException,
                                                        java.sql.SQLException,
                                                        java.rmi.RemoteException,
                                                        javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findVendorInformationByVendorIdAndLanguageId

public java.util.Vector findVendorInformationByVendorIdAndLanguageId(java.lang.Long arg0,
                                                                     java.lang.Integer arg1)
                                                              throws javax.naming.NamingException,
                                                                     java.sql.SQLException,
                                                                     java.rmi.RemoteException,
                                                                     javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findVendorListByStoreentIdAndLanguageId

public java.util.Vector findVendorListByStoreentIdAndLanguageId(java.lang.Integer arg0,
                                                                java.lang.Integer arg1)
                                                         throws javax.naming.NamingException,
                                                                java.sql.SQLException,
                                                                java.rmi.RemoteException,
                                                                javax.ejb.CreateException
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

updateOrderReleaseExternalOrderNumber

public int updateOrderReleaseExternalOrderNumber(java.sql.Timestamp lastUpdate,
                                                 java.lang.String externalOrderNumber,
                                                 java.lang.Long aOrderId,
                                                 java.lang.Long[] orderItemIds)
                                          throws javax.naming.NamingException,
                                                 javax.ejb.CreateException,
                                                 java.rmi.RemoteException,
                                                 java.sql.SQLException
updateOrderReleaseExternalOrderNumber
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
java.sql.SQLException

updateOrderReleaseExternalOrderNumber

public int updateOrderReleaseExternalOrderNumber(java.sql.Timestamp lastUpdate,
                                                 java.lang.String externalOrderNumber,
                                                 java.lang.Long aOrderId,
                                                 java.lang.Integer[] orderReleaseNums)
                                          throws javax.naming.NamingException,
                                                 javax.ejb.CreateException,
                                                 java.rmi.RemoteException,
                                                 java.sql.SQLException
updateOrderReleaseExternalOrderNumber
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
java.sql.SQLException

findItemAvailableInventoryByStoreIdAndItemSpcId

public java.util.Vector findItemAvailableInventoryByStoreIdAndItemSpcId(java.lang.Integer storeId,
                                                                        java.lang.Long itemSpcId)
                                                                 throws javax.naming.NamingException,
                                                                        javax.ejb.CreateException,
                                                                        java.rmi.RemoteException,
                                                                        java.sql.SQLException
Parameters:
storeId - java.lang.Integer
itemSpcId - java.lang.Long
Returns:
java.util.Vector
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.lang.String - The exception description.
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
java.sql.SQLException

findMaxOrderReleaseNumForOrder

public java.lang.Integer findMaxOrderReleaseNumForOrder(java.lang.Long orderId)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        java.rmi.RemoteException,
                                                        java.sql.SQLException
Parameters:
orderId -
Returns:
Integer
Throws:
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException
javax.ejb.CreateException

findReadyToBeShippedReleaseListByStoreentIdAndFfmcenterId

public java.util.Vector findReadyToBeShippedReleaseListByStoreentIdAndFfmcenterId(java.lang.Integer storeentId,
                                                                                  java.lang.Integer ffmCenterId,
                                                                                  java.lang.Integer firstRows,
                                                                                  java.lang.Integer delayInMins)
                                                                           throws javax.naming.NamingException,
                                                                                  javax.ejb.CreateException,
                                                                                  java.rmi.RemoteException,
                                                                                  java.sql.SQLException
Find Releases that are ready to be shipped by StoreentId and FfmcenterId Creation date: (3/15/01 10:37:28 AM) Added for 55674
Returns:
java.util.Vector
Throws:
javax.naming.NamingException
SQLException
java.rmi.RemoteException
javax.ejb.CreateException