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

Package class diagram package DocumentStatusContainerDAO
All Superinterfaces:
AbstractGenericDAO<DocumentStatusContainer,Long>
All Known Implementing Classes:
DocumentStatusContainerDAOImpl

public interface DocumentStatusContainerDAO
extends AbstractGenericDAO<DocumentStatusContainer,Long>

The Interface DocumentStatusContainerDAO.


Method Summary
 int checkExistByDocumentId(String id)
          Check exist by document id.
 List<String> getAvaibleCommitteeProposal()
          Gets the avaible committee proposal.
 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

checkExistByDocumentId

int checkExistByDocumentId(String id)
Check exist by document id.

Parameters:
id - the id
Returns:
the int

getAvaibleCommitteeProposal

List<String> getAvaibleCommitteeProposal()
Gets the avaible committee proposal.

Returns:
the avaible committee proposal

getIdList

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

Returns:
the id list


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