Class AddPaymentReadOnlyLogicsHandler

    • Constructor Detail

      • AddPaymentReadOnlyLogicsHandler

        public AddPaymentReadOnlyLogicsHandler()
    • Method Detail

      • getPaymentDocumentNoReadOnlyLogic

        public abstract boolean getPaymentDocumentNoReadOnlyLogic​(Map<String,​String> requestMap)
                                                           throws org.codehaus.jettison.json.JSONException
        boolean value to set document number read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getReceivedFromReadOnlyLogic

        public abstract boolean getReceivedFromReadOnlyLogic​(Map<String,​String> requestMap)
                                                      throws org.codehaus.jettison.json.JSONException
        boolean value to set business partner read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getPaymentMethodReadOnlyLogic

        public abstract boolean getPaymentMethodReadOnlyLogic​(Map<String,​String> requestMap)
                                                       throws org.codehaus.jettison.json.JSONException
        boolean value to set payment method read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getActualPaymentReadOnlyLogic

        public abstract boolean getActualPaymentReadOnlyLogic​(Map<String,​String> requestMap)
                                                       throws org.codehaus.jettison.json.JSONException
        boolean value to set actual payment read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getPaymentDateReadOnlyLogic

        public abstract boolean getPaymentDateReadOnlyLogic​(Map<String,​String> requestMap)
                                                     throws org.codehaus.jettison.json.JSONException
        boolean value to set payment date read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getFinancialAccountReadOnlyLogic

        public abstract boolean getFinancialAccountReadOnlyLogic​(Map<String,​String> requestMap)
                                                          throws org.codehaus.jettison.json.JSONException
        boolean value to set financial account read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getCurrencyReadOnlyLogic

        public abstract boolean getCurrencyReadOnlyLogic​(Map<String,​String> requestMap)
                                                  throws org.codehaus.jettison.json.JSONException
        boolean value to set currency read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getSeq

        protected abstract long getSeq()
      • getConvertedAmountReadOnlyLogic

        public boolean getConvertedAmountReadOnlyLogic​(Map<String,​String> requestMap)
                                                throws org.codehaus.jettison.json.JSONException
        boolean value to set converted amount read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getConversionRateReadOnlyLogic

        public boolean getConversionRateReadOnlyLogic​(Map<String,​String> requestMap)
                                               throws org.codehaus.jettison.json.JSONException
        boolean value to set conversion rate read only logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException