Interface IStateDAO
-
- All Known Implementing Classes:
FileStateDAO,MemoryStateDAO
public interface IStateDAODeprecated.Superseded by EDP2.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StateaddState(String p_stateliteral)Deprecated.Collection<State>findByStateLiteral(String searchKey)Deprecated.Stateget(long id)Deprecated.Collection<State>getStates()Deprecated.voidremoveState(State state, boolean doCascade)Deprecated.voidstoreAll()Deprecated.
-
-
-
Method Detail
-
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.
-
-