org.zeroexchange.dao.resource
Interface DictionaryItemDAO

All Superinterfaces:
DAO<Integer,DictionaryItem>, IntegerPKDAO<DictionaryItem>
All Known Implementing Classes:
DictionaryItemDAOImpl

public interface DictionaryItemDAO
extends IntegerPKDAO<DictionaryItem>

Author:
black

Method Summary
 List<DictionaryItem> getItems(String dictionary)
          Returns list of the dictionary items.
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Method Detail

getItems

List<DictionaryItem> getItems(String dictionary)
Returns list of the dictionary items.



Copyright © 2013. All Rights Reserved.