public interface GrossPriceCalculator
Modifier and Type | Method and Description |
---|---|
GrossPriceCalculator |
create(java.lang.String dsName,
ProductReaderPreparedStatementSetter pstSetter) |
java.util.Collection<Price> |
getGrossPrices(Price netPrice,
int taxClassId) |
GrossPriceCalculator create(java.lang.String dsName, ProductReaderPreparedStatementSetter pstSetter)