public interface DocumentElementDAO extends AbstractGenericDAO<com.hack23.cia.model.external.riksdagen.dokumentlista.impl.DocumentElement,String>
Modifier and Type | Method and Description |
---|---|
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.
|
int |
getMissingDocumentStartFromYear(int startFromYear)
Gets the missing document start from year.
|
delete, findFirstByProperty, findListByEmbeddedProperty, findListByProperty, findListByProperty, findOrderedByPropertyListByEmbeddedProperty, getAll, getAllOrderBy, getPage, getPageOrderBy, getSize, load, merge, persist, persist, search
boolean checkDocumentElement(String documentId)
documentId
- the document idList<String> getAvaibleDocumentContent()
List<String> getAvaibleDocumentStatus()
int getMissingDocumentStartFromYear(int startFromYear)
startFromYear
- the start from yearCopyright © 2010–2017 www.hack23.com. All rights reserved.