Class BioAssayDimensionServiceImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractService<BioAssayDimension>
ubic.gemma.persistence.service.AbstractVoEnabledService<BioAssayDimension,BioAssayDimensionValueObject>
ubic.gemma.persistence.service.expression.bioAssayData.BioAssayDimensionServiceImpl
- All Implemented Interfaces:
BaseImmutableService<BioAssayDimension>,BaseReadOnlyService<BioAssayDimension>,BaseService<BioAssayDimension>,BaseVoEnabledService<BioAssayDimension,,BioAssayDimensionValueObject> BioAssayDimensionService
@Service
public class BioAssayDimensionServiceImpl
extends AbstractVoEnabledService<BioAssayDimension,BioAssayDimensionValueObject>
implements BioAssayDimensionService
Spring Service base class for BioAssayDimensionService, 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 TypeMethodDescriptionfindByBioAssaysContainingAll(Collection<BioAssay> bioAssays) thaw(BioAssayDimension bioAssayDimension) Fully thaw a dimension.thawLite(BioAssayDimension bioAssayDimension) Lightly thaw a dimension.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, 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.BaseVoEnabledService
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface ubic.gemma.persistence.service.expression.bioAssayData.BioAssayDimensionService
create, findOrCreate, remove
-
Constructor Details
-
BioAssayDimensionServiceImpl
-
-
Method Details
-
findByBioAssaysContainingAll
@Transactional(readOnly=true) public Collection<BioAssayDimension> findByBioAssaysContainingAll(Collection<BioAssay> bioAssays) - Specified by:
findByBioAssaysContainingAllin interfaceBioAssayDimensionService
-
thawLite
@Transactional(readOnly=true) public BioAssayDimension thawLite(BioAssayDimension bioAssayDimension) Description copied from interface:BioAssayDimensionServiceLightly thaw a dimension.Only the collection of bioassays is thawed.
- Specified by:
thawLitein interfaceBioAssayDimensionService
-
thaw
Description copied from interface:BioAssayDimensionServiceFully thaw a dimension.Each assay is thawed with
Thaws.thawBioAssay(ubic.gemma.model.expression.bioAssay.BioAssay).- Specified by:
thawin interfaceBioAssayDimensionService
-