| java.lang.Object org.ofbiz.accounting.payment.PaymentServices
PaymentServices | public class PaymentServices (Code) | | Services for Payment maintenance
author: David E. Jones version: $Revision: 1.6 $ since: 2.0 |
createCreditCard | public static Map createCreditCard(DispatchContext ctx, Map context)(Code) | | Creates CreditCard and PaymentMethod entities according to the parameters passed in the context
security check: userLogin partyId must equal partyId, or must have PAY_INFO_CREATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
createEftAccount | public static Map createEftAccount(DispatchContext ctx, Map context)(Code) | | Creates EftAccount and PaymentMethod entities according to the parameters passed in the context
security check: userLogin partyId must equal partyId, or must have PAY_INFO_CREATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
createPayment | public static Map createPayment(DispatchContext ctx, Map context)(Code) | | Creates a Payment entity according to the parameters passed in the context
security check: userLogin partyId must equal partyId, or must have PAY_INFO_UPDATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
deletePaymentMethod | public static Map deletePaymentMethod(DispatchContext ctx, Map context)(Code) | | Deletes a PaymentMethod entity according to the parameters passed in the context
security check: userLogin partyId must equal paymentMethod partyId, or must have PAY_INFO_DELETE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
updateCreditCard | public static Map updateCreditCard(DispatchContext ctx, Map context)(Code) | | Updates CreditCard and PaymentMethod entities according to the parameters passed in the context
security check: userLogin partyId must equal partyId, or must have PAY_INFO_UPDATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
updateEftAccount | public static Map updateEftAccount(DispatchContext ctx, Map context)(Code) | | Updates EftAccount and PaymentMethod entities according to the parameters passed in the context
security check: userLogin partyId must equal partyId, or must have PAY_INFO_UPDATE permission
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
|
|