Class CalloutInOut

  • All Implemented Interfaces:
    Callout

    public class CalloutInOut
    extends CalloutEngine
    Shipment/Receipt Callouts
    Version:
    $Id: CalloutInOut.java,v 1.7 2006/07/30 00:51:05 jjanke Exp $
    Author:
    Jorg Janke, victor.perez@e-evolution.com www.e-evolution.com [ 1867464 ] https://sourceforge.net/p/adempiere/bugs/923/
    • Constructor Detail

      • CalloutInOut

        public CalloutInOut()
    • Method Detail

      • order

        public String order​(Properties ctx,
                            int WindowNo,
                            GridTab mTab,
                            GridField mField,
                            Object value)
        C_Order - Order Defaults.
        Parameters:
        ctx -
        WindowNo -
        mTab -
        mField -
        value -
        Returns:
        error message or ""
      • rma

        public String rma​(Properties ctx,
                          int WindowNo,
                          GridTab mTab,
                          GridField mField,
                          Object value)
        M_RMA - RMA Defaults.
        Parameters:
        ctx -
        WindowNo -
        mTab -
        mField -
        value -
        Returns:
        error message or ""
      • docType

        public String docType​(Properties ctx,
                              int WindowNo,
                              GridTab mTab,
                              GridField mField,
                              Object value)
        InOut - DocType. - sets MovementType - gets DocNo
        Parameters:
        ctx -
        WindowNo -
        mTab -
        mField -
        value -
        Returns:
        error message or ""
      • bpartner

        public String bpartner​(Properties ctx,
                               int WindowNo,
                               GridTab mTab,
                               GridField mField,
                               Object value)
        M_InOut - Defaults for BPartner. - Location - Contact
        Parameters:
        ctx -
        WindowNo -
        mTab -
        mField -
        value -
        Returns:
        error message or ""
      • warehouse

        public String warehouse​(Properties ctx,
                                int WindowNo,
                                GridTab mTab,
                                GridField mField,
                                Object value)
        M_Warehouse. Set Organization and Default Locator
        Parameters:
        ctx -
        WindowNo -
        mTab -
        mField -
        value -
        Returns:
        error message or ""
      • orderLine

        public String orderLine​(Properties ctx,
                                int WindowNo,
                                GridTab mTab,
                                GridField mField,
                                Object value)
        OrderLine Callout
        Parameters:
        ctx - context
        WindowNo - window no
        mTab - tab model
        mField - field model
        value - new value
        Returns:
        error message or ""
      • rmaLine

        public String rmaLine​(Properties ctx,
                              int WindowNo,
                              GridTab mTab,
                              GridField mField,
                              Object value)
        RMALine Callout
        Parameters:
        ctx - context
        WindowNo - window no
        mTab - tab model
        mField - field model
        value - new value
        Returns:
        error message or ""
      • product

        public String product​(Properties ctx,
                              int WindowNo,
                              GridTab mTab,
                              GridField mField,
                              Object value)
        M_InOutLine - Default UOM/Locator for Product.
        Parameters:
        ctx - context
        WindowNo - window no
        mTab - tab model
        mField - field model
        value - new value
        Returns:
        error message or ""
      • qty

        public String qty​(Properties ctx,
                          int WindowNo,
                          GridTab mTab,
                          GridField mField,
                          Object value)
        InOut Line - Quantity. - called from C_UOM_ID, QtyEntered, MovementQty - enforces qty UOM relationship
        Parameters:
        ctx - context
        WindowNo - window no
        mTab - tab model
        mField - field model
        value - new value
        Returns:
        error message or ""
      • asi

        public String asi​(Properties ctx,
                          int WindowNo,
                          GridTab mTab,
                          GridField mField,
                          Object value)
        M_InOutLine - ASI.
        Parameters:
        ctx - context
        WindowNo - window no
        mTab - tab model
        mField - field model
        value - new value
        Returns:
        error message or ""