Class TransactionAddPaymentReadOnlyLogics
- java.lang.Object
-
- org.openbravo.advpaymentmngt.filterexpression.AddPaymentReadOnlyLogicsHandler
-
- org.openbravo.advpaymentmngt.filterexpression.TransactionAddPaymentReadOnlyLogics
-
public class TransactionAddPaymentReadOnlyLogics extends AddPaymentReadOnlyLogicsHandler
-
-
Constructor Summary
Constructors Constructor Description TransactionAddPaymentReadOnlyLogics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getActualPaymentReadOnlyLogic(Map<String,String> requestMap)
boolean value to set actual payment read only logicboolean
getCurrencyReadOnlyLogic(Map<String,String> requestMap)
boolean value to set currency read only logicboolean
getFinancialAccountReadOnlyLogic(Map<String,String> requestMap)
boolean value to set financial account read only logicboolean
getPaymentDateReadOnlyLogic(Map<String,String> requestMap)
boolean value to set payment date read only logicboolean
getPaymentDocumentNoReadOnlyLogic(Map<String,String> requestMap)
boolean value to set document number read only logicboolean
getPaymentMethodReadOnlyLogic(Map<String,String> requestMap)
boolean value to set payment method read only logicboolean
getReceivedFromReadOnlyLogic(Map<String,String> requestMap)
boolean value to set business partner read only logicprotected long
getSeq()
-
Methods inherited from class org.openbravo.advpaymentmngt.filterexpression.AddPaymentReadOnlyLogicsHandler
getConversionRateReadOnlyLogic, getConvertedAmountReadOnlyLogic
-
-
-
-
Method Detail
-
getSeq
protected long getSeq()
- Specified by:
getSeq
in classAddPaymentReadOnlyLogicsHandler
-
getPaymentDocumentNoReadOnlyLogic
public boolean getPaymentDocumentNoReadOnlyLogic(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Description copied from class:AddPaymentReadOnlyLogicsHandler
boolean value to set document number read only logic- Specified by:
getPaymentDocumentNoReadOnlyLogic
in classAddPaymentReadOnlyLogicsHandler
- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getReceivedFromReadOnlyLogic
public boolean getReceivedFromReadOnlyLogic(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Description copied from class:AddPaymentReadOnlyLogicsHandler
boolean value to set business partner read only logic- Specified by:
getReceivedFromReadOnlyLogic
in classAddPaymentReadOnlyLogicsHandler
- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getPaymentMethodReadOnlyLogic
public boolean getPaymentMethodReadOnlyLogic(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Description copied from class:AddPaymentReadOnlyLogicsHandler
boolean value to set payment method read only logic- Specified by:
getPaymentMethodReadOnlyLogic
in classAddPaymentReadOnlyLogicsHandler
- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getActualPaymentReadOnlyLogic
public boolean getActualPaymentReadOnlyLogic(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Description copied from class:AddPaymentReadOnlyLogicsHandler
boolean value to set actual payment read only logic- Specified by:
getActualPaymentReadOnlyLogic
in classAddPaymentReadOnlyLogicsHandler
- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getPaymentDateReadOnlyLogic
public boolean getPaymentDateReadOnlyLogic(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Description copied from class:AddPaymentReadOnlyLogicsHandler
boolean value to set payment date read only logic- Specified by:
getPaymentDateReadOnlyLogic
in classAddPaymentReadOnlyLogicsHandler
- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getFinancialAccountReadOnlyLogic
public boolean getFinancialAccountReadOnlyLogic(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Description copied from class:AddPaymentReadOnlyLogicsHandler
boolean value to set financial account read only logic- Specified by:
getFinancialAccountReadOnlyLogic
in classAddPaymentReadOnlyLogicsHandler
- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getCurrencyReadOnlyLogic
public boolean getCurrencyReadOnlyLogic(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Description copied from class:AddPaymentReadOnlyLogicsHandler
boolean value to set currency read only logic- Specified by:
getCurrencyReadOnlyLogic
in classAddPaymentReadOnlyLogicsHandler
- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
-