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

Package class diagram package CommitteeProposalComponentDataDAO
All Superinterfaces:
AbstractGenericDAO<CommitteeProposalComponentData,Long>
All Known Implementing Classes:
CommitteeProposalComponentDataDAOImpl

public interface CommitteeProposalComponentDataDAO
extends AbstractGenericDAO<CommitteeProposalComponentData,Long>

The Interface CommitteeProposalComponentDataDAO.


Method Summary
 boolean checkCommitteeDocumentData(String documentId)
          Check committee document data.
 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

checkCommitteeDocumentData

boolean checkCommitteeDocumentData(String documentId)
Check committee document data.

Parameters:
documentId - the document id
Returns:
true, if successful

getIdList

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

Returns:
the id list


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