Interface IStateDAO

All Known Implementing Classes:
FileStateDAO, MemoryStateDAO

public interface IStateDAO
Deprecated.
Superseded by EDP2.
  • Method Details

    • addState

      State addState(String p_stateliteral)
      Deprecated.
    • removeState

      void removeState(State state, boolean doCascade)
      Deprecated.
    • findByStateLiteral

      Collection<State> findByStateLiteral(String searchKey)
      Deprecated.
    • get

      State get(long id)
      Deprecated.
    • getStates

      Collection<State> getStates()
      Deprecated.
    • storeAll

      void storeAll()
      Deprecated.