Uses of Class
org.exoplatform.wallet.model.transaction.FundsRequest
-
Packages that use FundsRequest Package Description org.exoplatform.wallet.rest org.exoplatform.wallet.service org.exoplatform.wallet.utils -
-
Uses of FundsRequest in org.exoplatform.wallet.rest
Methods in org.exoplatform.wallet.rest with parameters of type FundsRequest Modifier and Type Method Description javax.ws.rs.core.ResponseWalletAccountREST. requestFunds(FundsRequest fundsRequest) -
Uses of FundsRequest in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service with parameters of type FundsRequest Modifier and Type Method Description voidWalletService. requestFunds(FundsRequest fundsRequest, String currentUser)Save funds request and send notifications -
Uses of FundsRequest in org.exoplatform.wallet.utils
Fields in org.exoplatform.wallet.utils with type parameters of type FundsRequest Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<FundsRequest>WalletUtils. FUNDS_REQUEST_PARAMETER
-