Package org.cyclos.impl.banking
Interface ChargebackDescriptionFiller
-
public interface ChargebackDescriptionFillerFills the description of a returned chargeback. Chargebacks don't have a correspondingTransaction, hence, no description. When returning a chargeback in the account history, we need to calculate the description on-the-fly. This component makes sure a single SELECT statement is performed to fetch all corresponding transaction descriptions, so the chargeback descriptions can be calculated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(AccountHistoryEntryVO chargeback)Adds a chargeback to be filled.voidfill()Fills the descriptions of the added chargebacks.
-
-
-
Method Detail
-
add
void add(AccountHistoryEntryVO chargeback)
Adds a chargeback to be filled.
-
fill
void fill()
Fills the descriptions of the added chargebacks.
-
-