Class AddPaymentReadOnlyLogicsHandler
- java.lang.Object
-
- org.openbravo.advpaymentmngt.filterexpression.AddPaymentReadOnlyLogicsHandler
-
- Direct Known Subclasses:
PaymentInAddPaymentReadOnlyLogics
,PaymentOutAddPaymentReadOnlyLogics
,PurchaseInvoiceAddPaymentReadOnlyLogics
,PurchaseOrderAddPaymentReadOnlyLogics
,SalesInvoiceAddPaymentReadOnlyLogics
,SalesOrderAddPaymentReadOnlyLogics
,TransactionAddPaymentReadOnlyLogics
@RequestScoped public abstract class AddPaymentReadOnlyLogicsHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description AddPaymentReadOnlyLogicsHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
getActualPaymentReadOnlyLogic(Map<String,String> requestMap)
boolean value to set actual payment read only logicboolean
getConversionRateReadOnlyLogic(Map<String,String> requestMap)
boolean value to set conversion rate read only logicboolean
getConvertedAmountReadOnlyLogic(Map<String,String> requestMap)
boolean value to set converted amount read only logicabstract boolean
getCurrencyReadOnlyLogic(Map<String,String> requestMap)
boolean value to set currency read only logicabstract boolean
getFinancialAccountReadOnlyLogic(Map<String,String> requestMap)
boolean value to set financial account read only logicabstract boolean
getPaymentDateReadOnlyLogic(Map<String,String> requestMap)
boolean value to set payment date read only logicabstract boolean
getPaymentDocumentNoReadOnlyLogic(Map<String,String> requestMap)
boolean value to set document number read only logicabstract boolean
getPaymentMethodReadOnlyLogic(Map<String,String> requestMap)
boolean value to set payment method read only logicabstract boolean
getReceivedFromReadOnlyLogic(Map<String,String> requestMap)
boolean value to set business partner read only logicprotected abstract long
getSeq()
-
-
-
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
-
-