Interface IStateDAO
- All Known Implementing Classes:
FileStateDAO,MemoryStateDAO
public interface IStateDAO
Deprecated.
Superseded by EDP2.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.findByStateLiteral(String searchKey) Deprecated.get(long id) Deprecated.Deprecated.voidremoveState(State state, boolean doCascade) Deprecated.voidstoreAll()Deprecated.
-
Method Details
-
addState
Deprecated. -
removeState
Deprecated. -
findByStateLiteral
Deprecated. -
get
Deprecated. -
getStates
Collection<State> getStates()Deprecated. -
storeAll
void storeAll()Deprecated.
-