Class AddPaymentDefaultValuesHandler
- java.lang.Object
-
- org.openbravo.advpaymentmngt.filterexpression.AddPaymentDefaultValuesHandler
-
- Direct Known Subclasses:
PaymentInAddPaymentDefaultValues
,PaymentOutAddPaymentDefaultValues
,PurchaseInvoiceAddPaymentDefaultValues
,PurchaseOrderAddPaymentDefaultValues
,SalesInvoiceAddPaymentDefaultValues
,SalesOrderAddPaymentDefaultValues
,TransactionAddPaymentDefaultValues
@RequestScoped public abstract class AddPaymentDefaultValuesHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description AddPaymentDefaultValuesHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getBankStatementLineAmount(Map<String,String> requestMap)
Bank Statement Line Amount default valueabstract String
getDefaultActualAmount(Map<String,String> requestMap)
Actual Payment default valueabstract String
getDefaultConversionRate(Map<String,String> requestMap)
Conversion rate default valueabstract String
getDefaultConvertedAmount(Map<String,String> requestMap)
Converted amount default valueabstract String
getDefaultCurrency(Map<String,String> requestMap)
Currency default valueString
getDefaultCurrencyTo(Map<String,String> requestMap)
Currency to Amount default valueString
getDefaultCustomerCredit(Map<String,String> requestMap)
Customer credit default valueabstract String
getDefaultDocument(Map<String,String> requestMap)
Document default valueString
getDefaultDocumentCategory(Map<String,String> requestMap)
Document category default valueString
getDefaultDocumentNo(Map<String,String> requestMap)
Document number default valueabstract String
getDefaultExpectedAmount(Map<String,String> requestMap)
Expected amount default valueString
getDefaultFinancialAccount(Map<String,String> requestMap)
Financial Account default valueString
getDefaultGeneratedCredit(Map<String,String> requestMap)
Generated Credit default valueabstract String
getDefaultInvoiceType(Map<String,String> requestMap)
c_invoice_id default valueabstract String
getDefaultIsSOTrx(Map<String,String> requestMap)
Expected Payment default valueabstract String
getDefaultOrderType(Map<String,String> requestMap)
c_order_id default valueabstract String
getDefaultPaymentDate(Map<String,String> requestMap)
Payment date default valueString
getDefaultPaymentMethod(Map<String,String> requestMap)
Payment method default valueabstract String
getDefaultPaymentType(Map<String,String> requestMap)
fin_payment_id default valueabstract String
getDefaultReceivedFrom(Map<String,String> requestMap)
Business partner default valueString
getDefaultReferenceNo(Map<String,String> requestMap)
abstract String
getDefaultStandardPrecision(Map<String,String> requestMap)
Standard Precision default valueabstract String
getDefaultTransactionType(Map<String,String> requestMap)
Transaction Type default valueabstract String
getOrganization(Map<String,String> requestMap)
Organization default valueprotected abstract long
getSeq()
-
-
-
Method Detail
-
getDefaultExpectedAmount
public abstract String getDefaultExpectedAmount(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Expected amount default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultActualAmount
public abstract String getDefaultActualAmount(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Actual Payment default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultIsSOTrx
public abstract String getDefaultIsSOTrx(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Expected Payment default value- Parameters:
requestMap
- requestMap with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultTransactionType
public abstract String getDefaultTransactionType(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Transaction Type default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultPaymentType
public abstract String getDefaultPaymentType(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
fin_payment_id default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultOrderType
public abstract String getDefaultOrderType(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
c_order_id default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultInvoiceType
public abstract String getDefaultInvoiceType(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
c_invoice_id default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultConversionRate
public abstract String getDefaultConversionRate(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Conversion rate default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultConvertedAmount
public abstract String getDefaultConvertedAmount(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Converted amount default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultReceivedFrom
public abstract String getDefaultReceivedFrom(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Business partner default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultStandardPrecision
public abstract String getDefaultStandardPrecision(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Standard Precision default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultCurrency
public abstract String getDefaultCurrency(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Currency default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getOrganization
public abstract String getOrganization(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Organization default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultDocument
public abstract String getDefaultDocument(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Document default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultPaymentDate
public abstract String getDefaultPaymentDate(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Payment date default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getBankStatementLineAmount
public abstract String getBankStatementLineAmount(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Bank Statement Line Amount default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getSeq
protected abstract long getSeq()
-
getDefaultCurrencyTo
public String getDefaultCurrencyTo(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Currency to Amount default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultCustomerCredit
public String getDefaultCustomerCredit(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Customer credit default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultDocumentNo
public String getDefaultDocumentNo(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Document number default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultFinancialAccount
public String getDefaultFinancialAccount(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Financial Account default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultPaymentMethod
public String getDefaultPaymentMethod(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Payment method default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultGeneratedCredit
public String getDefaultGeneratedCredit(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Generated Credit default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
getDefaultDocumentCategory
public String getDefaultDocumentCategory(Map<String,String> requestMap) throws org.codehaus.jettison.json.JSONException
Document category default value- Parameters:
requestMap
- map with parameters- Throws:
org.codehaus.jettison.json.JSONException
-
-