Class FileStateDAO
- java.lang.Object
-
- de.uka.ipd.sdq.sensorframework.dao.file.AbstractFileDAO<State>
-
- de.uka.ipd.sdq.sensorframework.dao.file.FileStateDAO
-
- All Implemented Interfaces:
IStateDAO
public class FileStateDAO extends AbstractFileDAO<State> implements IStateDAO
Deprecated.Superseded by EDP2.
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.sensorframework.dao.file.AbstractFileDAO
factory, idGen
-
-
Constructor Summary
Constructors Constructor Description FileStateDAO(FileDAOFactory factory, IDGenerator idGen)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StateaddState(String p_stateliteral)Deprecated.Collection<State>findByStateLiteral(String searchKey)Deprecated.Collection<State>getStates()Deprecated.voidremoveState(State state, boolean doCascade)Deprecated.-
Methods inherited from class de.uka.ipd.sdq.sensorframework.dao.file.AbstractFileDAO
dispose, get, getAllEntities, putEntity, removeEntity, storeAll
-
-
-
-
Constructor Detail
-
FileStateDAO
public FileStateDAO(FileDAOFactory factory, IDGenerator idGen)
Deprecated.
-
-
Method Detail
-
findByStateLiteral
public Collection<State> findByStateLiteral(String searchKey)
Deprecated.- Specified by:
findByStateLiteralin interfaceIStateDAO
-
getStates
public Collection<State> getStates()
Deprecated.
-
removeState
public void removeState(State state, boolean doCascade)
Deprecated.- Specified by:
removeStatein interfaceIStateDAO
-
-