Class AddPaymentDisplayLogicsHandler

    • Constructor Detail

      • AddPaymentDisplayLogicsHandler

        public AddPaymentDisplayLogicsHandler()
    • Method Detail

      • getOrganizationDisplayLogic

        public abstract boolean getOrganizationDisplayLogic​(Map<String,​String> requestMap)
                                                     throws org.codehaus.jettison.json.JSONException
        boolean value to set organization display logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getDocumentDisplayLogic

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

        public abstract boolean getCreditToUseDisplayLogic​(Map<String,​String> requestMap)
                                                    throws org.codehaus.jettison.json.JSONException
        boolean value to set Credit to use display logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getBankStatementLineDisplayLogic

        public abstract boolean getBankStatementLineDisplayLogic​(Map<String,​String> requestMap)
                                                          throws org.codehaus.jettison.json.JSONException
        boolean value to set bank statement line display logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException
      • getSeq

        protected abstract long getSeq()
      • getOverpaymentActionDisplayLogic

        public boolean getOverpaymentActionDisplayLogic​(Map<String,​String> requestMap)
                                                 throws org.codehaus.jettison.json.JSONException
        boolean value to set overpayment action display logic
        Parameters:
        requestMap - map with parameters
        Throws:
        org.codehaus.jettison.json.JSONException