Class AddPaymentDisplayLogicsHandler
- java.lang.Object
-
- org.openbravo.advpaymentmngt.filterexpression.AddPaymentDisplayLogicsHandler
-
- Direct Known Subclasses:
PaymentInAddPaymentDisplayLogics
,PaymentOutAddPaymentDisplayLogics
,PurchaseInvoiceAddPaymentDisplayLogics
,PurchaseOrderAddPaymentDisplayLogics
,SalesInvoiceAddPaymentDisplayLogics
,SalesOrderAddPaymentDisplayLogics
,TransactionAddPaymentDisplayLogics
@RequestScoped public abstract class AddPaymentDisplayLogicsHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description AddPaymentDisplayLogicsHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
getBankStatementLineDisplayLogic(Map<String,String> requestMap)
boolean value to set bank statement line display logicabstract boolean
getCreditToUseDisplayLogic(Map<String,String> requestMap)
boolean value to set Credit to use display logicabstract boolean
getDocumentDisplayLogic(Map<String,String> requestMap)
boolean value to set document display logicabstract boolean
getOrganizationDisplayLogic(Map<String,String> requestMap)
boolean value to set organization display logicboolean
getOverpaymentActionDisplayLogic(Map<String,String> requestMap)
boolean value to set overpayment action display logicprotected abstract long
getSeq()
-
-
-
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
-
-