public class MockOnmsMapDao extends AbstractMockDao<OnmsMap,Integer> implements OnmsMapDao
AbstractMockDao.NullEventForwarder| Constructor and Description |
|---|
MockOnmsMapDao() |
afterPropertiesSet, clear, countAll, countMatching, countMatching, delete, delete, findAll, findMatching, findMatching, flush, get, getAlarmDao, getAssetRecordDao, getCategoryDao, getDistPollerDao, getEventDao, getIpInterfaceDao, getMonitoredServiceDao, getNodeDao, getServiceRegistry, getServiceTypeDao, getSnmpInterfaceDao, initialize, load, lock, save, saveOrUpdate, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, updateprotected void generateId(OnmsMap map)
generateId in class AbstractMockDao<OnmsMap,Integer>protected Integer getId(OnmsMap map)
getId in class AbstractMockDao<OnmsMap,Integer>public Collection<OnmsMap> findAll(Integer offset, Integer limit)
OnmsMapDaofindAll
findAll in interface OnmsMapDaooffset - a Integer object.limit - a Integer object.Collection object.public Collection<OnmsMap> findMapsLike(String mapLabel)
OnmsMapDaofindMapsLike
findMapsLike in interface OnmsMapDaomapLabel - a String object.Collection object.public Collection<OnmsMap> findMapsByName(String mapLabel)
OnmsMapDaofindMapsByName
findMapsByName in interface OnmsMapDaomapLabel - a String object.Collection object.public OnmsMap findMapById(int id)
OnmsMapDaofindMapById
findMapById in interface OnmsMapDaoid - a int.OnmsMap object.public Collection<OnmsMap> findMapsByNameAndType(String mapName, String mapType)
OnmsMapDaofindMapsByNameAndType
findMapsByNameAndType in interface OnmsMapDaomapName - a String object.mapType - a String object.Collection object.public Collection<OnmsMap> findMapsByType(String mapType)
OnmsMapDaofindMapsByType
findMapsByType in interface OnmsMapDaomapType - a String object.Collection object.public Collection<OnmsMap> findAutoMaps()
OnmsMapDaofindAutoMaps
findAutoMaps in interface OnmsMapDaoCollection object.public Collection<OnmsMap> findUserMaps()
OnmsMapDaofindUserMaps
findUserMaps in interface OnmsMapDaoCollection object.public Collection<OnmsMap> findSaveMaps()
OnmsMapDaofindSaveMaps
findSaveMaps in interface OnmsMapDaoCollection object.public Collection<OnmsMap> findAutoAndSaveMaps()
OnmsMapDaofindAutoAndSaveMaps
findAutoAndSaveMaps in interface OnmsMapDaoCollection object.public Collection<OnmsMap> findMapsByOwner(String owner)
OnmsMapDaofindMapsByOwner
findMapsByOwner in interface OnmsMapDaoowner - a String object.Collection object.public Collection<OnmsMap> findMapsByGroup(String group)
OnmsMapDaofindMapsByGroup
findMapsByGroup in interface OnmsMapDaogroup - a String object.Collection object.public Collection<OnmsMap> findVisibleMapsByGroup(String group)
OnmsMapDaofindVisibleMapsByGroup
findVisibleMapsByGroup in interface OnmsMapDaogroup - a String object.Collection object.public int updateAllAutomatedMap(Date time)
OnmsMapDaoupdateAllAutomatedMap
updateAllAutomatedMap in interface OnmsMapDaotime - a Date object.Copyright © 2015. All rights reserved.