eu.etaxonomy.cdm.persistence.dao.common
Interface IRepresentationDao

All Superinterfaces:
IAnnotatableDao<Representation>, ICdmEntityDao<Representation>, ILanguageStringBaseDao<Representation>, IVersionableDao<Representation>
All Known Implementing Classes:
RepresentationDaoImpl

public interface IRepresentationDao
extends ILanguageStringBaseDao<Representation>


Method Summary
 List<Representation> getAllRepresentations(Integer limit, Integer start)
           
 
Methods inherited from interface eu.etaxonomy.cdm.persistence.dao.common.IAnnotatableDao
countAnnotations, countMarkers, countMarkers, getAnnotations, getMarkers, groupMarkers
 
Methods inherited from interface eu.etaxonomy.cdm.persistence.dao.common.IVersionableDao
countAuditEvents, countAuditEvents, getAuditEvents, getAuditEvents, getNextAuditEvent, getPreviousAuditEvent
 
Methods inherited from interface eu.etaxonomy.cdm.persistence.dao.common.ICdmEntityDao
clear, count, count, count, delete, exists, findById, findByUuid, flush, getSession, getType, group, list, list, list, list, list, list, list, listByIds, load, load, load, lock, merge, refresh, refresh, replace, rows, save, saveAll, saveOrUpdate, saveOrUpdateAll, update
 

Method Detail

getAllRepresentations

List<Representation> getAllRepresentations(Integer limit,
                                           Integer start)


Copyright © 2007-2013 EDIT. All Rights Reserved.