public interface MinionPropertyDao extends OnmsDao<OnmsMinionProperty,Integer>
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinionProperty> |
findAll(Integer offset,
Integer limit) |
OnmsMinionProperty |
findByKey(String minionId,
String key) |
Collection<OnmsMinionProperty> |
findByMinionId(String minionId) |
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
Collection<OnmsMinionProperty> findAll(Integer offset, Integer limit)
Collection<OnmsMinionProperty> findByMinionId(String minionId)
OnmsMinionProperty findByKey(String minionId, String key)
Copyright © 2015. All rights reserved.