Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.core.payment.domain.OrderPayment |
AccountCreditOrderPaymentServiceImpl.constructGiftCardOrderPayment(org.broadleafcommerce.core.order.domain.Order order,
GiftCardAccount giftCardAccount) |
org.broadleafcommerce.core.payment.domain.OrderPayment |
AccountCreditOrderPaymentService.constructGiftCardOrderPayment(org.broadleafcommerce.core.order.domain.Order order,
GiftCardAccount giftCardAccount) |
Modifier and Type | Method and Description |
---|---|
GiftCardAccount |
BroadleafManageGiftCardController.findGiftCard(String giftCardNumber) |
Modifier and Type | Method and Description |
---|---|
List<GiftCardAccount> |
BroadleafManageGiftCardController.getAppliedGiftCards() |
Modifier and Type | Method and Description |
---|---|
void |
BroadleafManageGiftCardController.addGiftCardPayment(GiftCardAccount giftCardAccount) |
CreditAccountEvent |
BroadleafManageGiftCardController.processGiftCardRedeem(GiftCardAccount giftCardAccount) |
Modifier and Type | Method and Description |
---|---|
GiftCardAccount |
GiftCardAccountDaoImpl.create() |
GiftCardAccount |
GiftCardAccountDao.create()
Creates a new Gift Card Account.
|
GiftCardAccount |
GiftCardAccountDaoImpl.readAccountByGiftCardNumber(String giftCardNumber) |
GiftCardAccount |
GiftCardAccountDao.readAccountByGiftCardNumber(String giftCardNumber)
Returns the first GiftCardAccount that match the passed in giftCardNumber.
|
GiftCardAccount |
GiftCardAccountDaoImpl.save(GiftCardAccount giftCardAccount) |
GiftCardAccount |
GiftCardAccountDao.save(GiftCardAccount giftCardAccount)
Saves a Gift Card Account.
|
Modifier and Type | Method and Description |
---|---|
List<GiftCardAccount> |
GiftCardAccountDaoImpl.readAccountsByGiftCardNumber(String giftCardNumber) |
List<GiftCardAccount> |
GiftCardAccountDao.readAccountsByGiftCardNumber(String giftCardNumber)
Returns all GiftCardAccounts that match the passed in giftCardNumber.
|
Modifier and Type | Method and Description |
---|---|
GiftCardAccount |
GiftCardAccountDaoImpl.save(GiftCardAccount giftCardAccount) |
GiftCardAccount |
GiftCardAccountDao.save(GiftCardAccount giftCardAccount)
Saves a Gift Card Account.
|
Modifier and Type | Class and Description |
---|---|
class |
GiftCardAccountImpl |
Modifier and Type | Method and Description |
---|---|
GiftCardAccount |
GiftCardAccountService.createGiftCardAccount(org.broadleafcommerce.common.money.Money amount)
Creates a new Gift Card account.
|
GiftCardAccount |
GiftCardAccountServiceImpl.createGiftCardAccount(org.broadleafcommerce.common.money.Money amount) |
GiftCardAccount |
GiftCardAccountService.createGiftCardAccount(org.broadleafcommerce.common.money.Money amount,
CreditAccountEventRequestDTO requestDTO)
Creates a new Gift Card account.
|
GiftCardAccount |
GiftCardAccountServiceImpl.createGiftCardAccount(org.broadleafcommerce.common.money.Money amount,
CreditAccountEventRequestDTO requestDTO) |
GiftCardAccount |
GiftCardAccountService.readAccountByGiftCardNumber(String giftCardNumber)
Returns a GiftCardAccount that matches the Gift Card Number.
|
GiftCardAccount |
GiftCardAccountServiceImpl.readAccountByGiftCardNumber(String giftCardNumber) |
GiftCardAccount |
GiftCardAccountService.sendAndUpdateGiftCardEmail(GiftCardAccount giftCardAccount)
Update and Resend the GiftCard to the recipient email address on the account.
|
GiftCardAccount |
GiftCardAccountServiceImpl.sendAndUpdateGiftCardEmail(GiftCardAccount giftCardAccount) |
Modifier and Type | Method and Description |
---|---|
GiftCardAccount |
GiftCardAccountService.sendAndUpdateGiftCardEmail(GiftCardAccount giftCardAccount)
Update and Resend the GiftCard to the recipient email address on the account.
|
GiftCardAccount |
GiftCardAccountServiceImpl.sendAndUpdateGiftCardEmail(GiftCardAccount giftCardAccount) |
Copyright © 2019. All rights reserved.