org.broadleafcommerce.profile.core.service
Interface StateService

All Known Implementing Classes:
StateServiceImpl

public interface StateService


Method Summary
 State findStateByAbbreviation(java.lang.String abbreviation)
           
 java.util.List<State> findStates()
           
 java.util.List<State> findStates(java.lang.String countryAbbreviation)
           
 State save(State state)
           
 

Method Detail

findStates

java.util.List<State> findStates()

findStates

java.util.List<State> findStates(java.lang.String countryAbbreviation)

findStateByAbbreviation

State findStateByAbbreviation(java.lang.String abbreviation)

save

State save(State state)


Copyright © 2011. All Rights Reserved.