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

Package class diagram package PersonDataDAO
All Superinterfaces:
AbstractGenericDAO<PersonData,String>
All Known Implementing Classes:
PersonDataDAOImpl

public interface PersonDataDAO
extends AbstractGenericDAO<PersonData,String>

The Interface PersonDataDAO.


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.