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 AbstractService
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByBioSequence(BioSequence bioSequence) thaw(Collection<BlatResult> blatResults) thaw(BlatResult blatResult) Methods inherited from class AbstractVoEnabledService
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from class AbstractService
countAll, 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseImmutableService
create, create, findOrCreate, remove, removeMethods inherited from interface BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface BaseService
save, save, updateMethods inherited from interface BaseVoEnabledService
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface 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
-