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

Package class diagram package DocumentContentDataDAO
All Superinterfaces:
AbstractGenericDAO<DocumentContentData,Long>
All Known Implementing Classes:
DocumentContentDataDAOImpl

public interface DocumentContentDataDAO
extends AbstractGenericDAO<DocumentContentData,Long>

The Interface DocumentContentDataDAO.


Method Summary
 boolean checkDocumentContentData(String documentId)
          Check document content 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

checkDocumentContentData

boolean checkDocumentContentData(String documentId)
Check document content 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.