org.broadleafcommerce.profile.core.dao
Interface StateDao

All Known Implementing Classes:
StateDaoImpl

public interface StateDao


Method Summary
 State create()
           
 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)

create

State create()

save

State save(State state)


Copyright © 2011. All Rights Reserved.