com.hack23.cia.service.data.api
Interface DataDAO

Package class diagram package DataDAO
All Superinterfaces:
AbstractGenericDAO<Data,Long>
All Known Implementing Classes:
DataDAOImpl

public interface DataDAO
extends AbstractGenericDAO<Data,Long>

The Interface DataDAO.


Method Summary
 List<String> getIdList()
          Gets the id list.
 
Methods inherited from interface com.hack23.cia.service.data.api.AbstractGenericDAO
delete, findFirstByProperty, findListByProperty, getAll, getSize, load, merge, persist, persist
 

Method Detail

getIdList

List<String> getIdList()
Gets the id list.

Returns:
the id list


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.