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

Package class diagram package DocumentElementDAO
All Superinterfaces:
AbstractGenericDAO<DocumentElement,String>
All Known Implementing Classes:
DocumentElementDAOImpl

public interface DocumentElementDAO
extends AbstractGenericDAO<DocumentElement,String>

The Interface DocumentElementDAO.


Method Summary
 boolean checkDocumentElement(String documentId)
          Check document element.
 List<String> getAvaibleDocumentContent()
          Gets the avaible document content.
 List<String> getAvaibleDocumentStatus()
          Gets the avaible document status.
 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

checkDocumentElement

boolean checkDocumentElement(String documentId)
Check document element.

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

getAvaibleDocumentContent

List<String> getAvaibleDocumentContent()
Gets the avaible document content.

Returns:
the avaible document content

getAvaibleDocumentStatus

List<String> getAvaibleDocumentStatus()
Gets the avaible document status.

Returns:
the avaible document status

getIdList

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

Returns:
the id list


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