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 Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractService
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByBioSequence(BioSequence bioSequence) thaw(Collection<BlatResult> blatResults) thaw(BlatResult blatResult) Methods inherited from class ubic.gemma.persistence.service.AbstractVoEnabledService
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from class ubic.gemma.persistence.service.AbstractService
countAll, create, create, ensureInSession, ensureInSession, find, findOrCreate, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.persistence.service.BaseImmutableService
create, create, findOrCreate, remove, removeMethods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface ubic.gemma.persistence.service.BaseService
save, save, updateMethods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledService
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface ubic.gemma.persistence.service.genome.sequenceAnalysis.BlatResultService
remove, update
-
Constructor Details
-
BlatResultServiceImpl
-
-
Method Details
-
findByBioSequence
@Transactional(readOnly=true) public Collection<BlatResult> findByBioSequence(BioSequence bioSequence) - Specified by:
findByBioSequencein interfaceBlatResultService- See Also:
-
thaw
- Specified by:
thawin interfaceBlatResultService
-
thaw
@Transactional(readOnly=true) public Collection<BlatResult> thaw(Collection<BlatResult> blatResults) - Specified by:
thawin interfaceBlatResultService
-