org.broadleafcommerce.profile.core.dao
Interface StateDao

All Known Implementing Classes:
StateDaoImpl

public interface StateDao


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

create

State create()

save

State save(State state)


Copyright © 2012. All Rights Reserved.