org.broadleafcommerce.profile.core.service
Interface StateService

All Known Implementing Classes:
StateServiceImpl

public interface StateService


Method Summary
 State findStateByAbbreviation(String abbreviation)
           
 List<State> findStates()
           
 List<State> findStates(String countryAbbreviation)
           
 State save(State state)
           
 

Method Detail

findStates

List<State> findStates()

findStates

List<State> findStates(String countryAbbreviation)

findStateByAbbreviation

State findStateByAbbreviation(String abbreviation)

save

State save(State state)


Copyright © 2012. All Rights Reserved.