Class BlatResultServiceImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractService<BlatResult>
ubic.gemma.persistence.service.AbstractVoEnabledService<BlatResult, BlatResultValueObject>
ubic.gemma.persistence.service.genome.sequenceAnalysis.BlatResultServiceImpl
- All Implemented Interfaces:
- BaseImmutableService<BlatResult>, BaseReadOnlyService<BlatResult>, BaseService<BlatResult>, BaseVoEnabledService<BlatResult, BlatResultValueObject>, BlatResultService
@Component
public class BlatResultServiceImpl
extends AbstractVoEnabledService<BlatResult, BlatResultValueObject>
implements BlatResultService
Spring Service base class for 
BlatResultService, provides access to all services and entities referenced
by this service.- See Also:
- 
Field SummaryFields inherited from class AbstractServicelog
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfindByBioSequence(BioSequence bioSequence) thaw(Collection<BlatResult> blatResults) thaw(BlatResult blatResult) Methods inherited from class AbstractVoEnabledServiceloadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from class AbstractServicecountAll, create, create, ensureInSession, ensureInSession, find, findOrCreate, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseImmutableServicecreate, create, findOrCreate, remove, removeMethods inherited from interface BaseReadOnlyServicecountAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface BaseServicesave, save, updateMethods inherited from interface BaseVoEnabledServiceloadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface BlatResultServiceremove, update
- 
Constructor Details- 
BlatResultServiceImpl
 
- 
- 
Method Details- 
findByBioSequence@Transactional(readOnly=true) public Collection<BlatResult> findByBioSequence(BioSequence bioSequence) - Specified by:
- findByBioSequencein interface- BlatResultService
- See Also:
 
- 
thaw- Specified by:
- thawin interface- BlatResultService
 
- 
thaw@Transactional(readOnly=true) public Collection<BlatResult> thaw(Collection<BlatResult> blatResults) - Specified by:
- thawin interface- BlatResultService
 
 
-