nl.surfnet.coin.csa.dao
Interface CompoundServiceProviderDao

All Superinterfaces:
nl.surfnet.coin.shared.service.GenericService<CompoundServiceProvider>
All Known Implementing Classes:
CompoundServiceProviderHibernateDaoImpl

public interface CompoundServiceProviderDao
extends nl.surfnet.coin.shared.service.GenericService<CompoundServiceProvider>

CompoundServiceProviderDoa.java


Method Summary
 CompoundServiceProvider findByEntityId(String entityId)
          Find by the given entityId
 
Methods inherited from interface nl.surfnet.coin.shared.service.GenericService
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate
 

Method Detail

findByEntityId

CompoundServiceProvider findByEntityId(String entityId)
Find by the given entityId

Parameters:
entityId - the entityId of the sp
Returns:
the CompoundServiceProvider found


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.