eu.etaxonomy.cdm.persistence.dao.occurrence
Interface ICollectionDao

All Superinterfaces:
IAnnotatableDao<Collection>, ICdmEntityDao<Collection>, IIdentifiableDao<Collection>, ISearchableDao<Collection>, ITitledDao<Collection>, IVersionableDao<Collection>
All Known Implementing Classes:
CollectionDaoHibernateImpl

public interface ICollectionDao
extends IIdentifiableDao<Collection>


Method Summary
 List<Collection> getCollectionByCode(String code)
          Returns a list of Collection instances matching the code supplied
 
Methods inherited from interface eu.etaxonomy.cdm.persistence.dao.common.IIdentifiableDao
countByReferenceTitle, countByTitle, countRights, countSources, countTitleCache, find, findByReferenceTitle, findByTitle, findOriginalSourceByIdInSource, findTitleCache, getRights, getSources, getUuidAndTitleCache
 
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
 
Methods inherited from interface eu.etaxonomy.cdm.persistence.dao.common.ITitledDao
countByTitle, countByTitle, countByTitle, findByTitle, findByTitle, findByTitle, findByTitleAndClass
 
Methods inherited from interface eu.etaxonomy.cdm.persistence.dao.common.ISearchableDao
count, optimizeIndex, purgeIndex, rebuildIndex, search, suggestQuery
 

Method Detail

getCollectionByCode

List<Collection> getCollectionByCode(String code)
Returns a list of Collection instances matching the code supplied

Parameters:
code - The code
Returns:
a List of Collection instances


Copyright © 2007-2013 EDIT. All Rights Reserved.