| Modifier and Type | Method and Description |
|---|---|
Double |
SimpleTaxProvider.lookupStateRate(Map<String,Double> stateTaxRateMap,
State state)
Returns the taxAmount for the passed in state or
null if no match is found.
|
| Modifier and Type | Method and Description |
|---|---|
State |
StateWrapper.unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateWrapper.wrapDetails(State model,
javax.servlet.http.HttpServletRequest request) |
void |
StateWrapper.wrapSummary(State model,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected List<State> |
BroadleafManageCustomerAddressesController.populateStates() |
| Modifier and Type | Method and Description |
|---|---|
State |
StateDaoImpl.create() |
State |
StateDao.create() |
State |
StateDaoImpl.findStateByAbbreviation(String abbreviation) |
State |
StateDao.findStateByAbbreviation(String abbreviation) |
State |
StateDaoImpl.save(State state) |
State |
StateDao.save(State state) |
| Modifier and Type | Method and Description |
|---|---|
List<State> |
StateDaoImpl.findStates() |
List<State> |
StateDao.findStates() |
List<State> |
StateDaoImpl.findStates(String countryAbbreviation) |
List<State> |
StateDao.findStates(String countryAbbreviation) |
| Modifier and Type | Method and Description |
|---|---|
State |
StateDaoImpl.save(State state) |
State |
StateDao.save(State state) |
| Modifier and Type | Class and Description |
|---|---|
class |
StateImpl |
| Modifier and Type | Field and Description |
|---|---|
protected State |
AddressImpl.state |
| Modifier and Type | Method and Description |
|---|---|
State |
Address.getState() |
State |
AddressImpl.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Address.setState(State state) |
void |
AddressImpl.setState(State state) |
| Modifier and Type | Method and Description |
|---|---|
State |
StateServiceImpl.findStateByAbbreviation(String abbreviation) |
State |
StateService.findStateByAbbreviation(String abbreviation) |
State |
StateServiceImpl.save(State state) |
State |
StateService.save(State state) |
| Modifier and Type | Method and Description |
|---|---|
List<State> |
StateServiceImpl.findStates() |
List<State> |
StateService.findStates() |
List<State> |
StateServiceImpl.findStates(String countryAbbreviation) |
List<State> |
StateService.findStates(String countryAbbreviation) |
| Modifier and Type | Method and Description |
|---|---|
State |
StateServiceImpl.save(State state) |
State |
StateService.save(State state) |
Copyright © 2017. All rights reserved.