org.broadleafcommerce.profile.core.service
Class StateServiceImpl
java.lang.Object
org.broadleafcommerce.profile.core.service.StateServiceImpl
- All Implemented Interfaces:
- StateService
@Service(value="blStateService")
public class StateServiceImpl
- extends Object
- implements StateService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stateDao
protected StateDao stateDao
StateServiceImpl
public StateServiceImpl()
findStates
public List<State> findStates()
- Specified by:
findStates in interface StateService
findStates
public List<State> findStates(String countryAbbreviation)
- Specified by:
findStates in interface StateService
findStateByAbbreviation
public State findStateByAbbreviation(String abbreviation)
- Specified by:
findStateByAbbreviation in interface StateService
save
@Transactional(value="blTransactionManager")
public State save(State state)
- Specified by:
save in interface StateService
Copyright © 2013. All Rights Reserved.