|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.fps.model.business.dao.memmory.MapDAOImpl
Constructor Summary | |
MapDAOImpl()
Creates a new instance of MapDAOImpl |
Method Summary | |
Map |
getMapByName(java.lang.String name)
|
Map |
getMapByPk(java.lang.String mapPk)
|
java.util.Collection |
getMaps()
|
void |
insert(Map map)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapDAOImpl()
Method Detail |
public Map getMapByPk(java.lang.String mapPk)
getMapByPk
in interface MapDAO
public Map getMapByName(java.lang.String name)
getMapByName
in interface MapDAO
public java.util.Collection getMaps()
getMaps
in interface MapDAO
public void insert(Map map)
insert
in interface MapDAO
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |