Uses of Interface
ubic.gemma.model.common.auditAndSecurity.curation.Curatable
Packages that use Curatable
Package
Description
-
Uses of Curatable in ubic.gemma.model.common.auditAndSecurity.curation
Classes in ubic.gemma.model.common.auditAndSecurity.curation with type parameters of type CuratableModifier and TypeClassDescriptionclassAbstractCuratableValueObject<C extends Curatable>Created by tesarst on 07/03/17. -
Uses of Curatable in ubic.gemma.model.expression.arrayDesign
Classes in ubic.gemma.model.expression.arrayDesign that implement CuratableModifier and TypeClassDescriptionclassRepresents an assembly of design elements that are assayed all at once. -
Uses of Curatable in ubic.gemma.model.expression.experiment
Classes in ubic.gemma.model.expression.experiment that implement Curatable -
Uses of Curatable in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Classes in ubic.gemma.persistence.service.common.auditAndSecurity.curation with type parameters of type CuratableModifier and TypeClassDescriptionclassAbstractCuratableDao<C extends Curatable, VO extends AbstractCuratableValueObject<C>>Created by tesarst on 07/03/17.interfaceCuratableDao<C extends Curatable>Created by tesarst on 13/03/17.Subinterfaces with type arguments of type Curatable in ubic.gemma.persistence.service.common.auditAndSecurity.curationModifier and TypeInterfaceDescriptioninterfaceService that simplifies operation with curatable entities of unknown types.Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation with parameters of type CuratableModifier and TypeMethodDescriptionCurationDetailsService.lastUpdated(Curatable curatable) Deprecated.Convenience overload — resolves target type from the entity.CurationDetailsServiceImpl.lastUpdated(Curatable curatable) booleanCurationDetailsService.needsAttention(Curatable curatable) Deprecated.Convenience overload — resolves target type from the entity.booleanCurationDetailsServiceImpl.needsAttention(Curatable curatable) booleanDeprecated.Convenience overload — resolves target type from the entity.booleanvoidGenericCuratableDaoImpl.updateCurationDetailsFromAuditEvent(Curatable auditable, AuditEvent auditEvent) Method parameters in ubic.gemma.persistence.service.common.auditAndSecurity.curation with type arguments of type CuratableModifier and TypeMethodDescriptionprotected StringAbstractCuratableDao.formNativeNonTroubledClause(String idColumn, Class<? extends Curatable> clazz) Form a native non-troubled clause.protected StringAbstractCuratableDao.formNonTroubledClause(String objectAlias, Class<? extends Curatable> clazz) Form a non-troubled clause. -
Uses of Curatable in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type CuratableModifier and TypeMethodDescriptionstatic voidThaws.thawCurationDetails(Curatable curatable) Thaw theCurationDetailsof a curatable entity, including the threelast*Eventassociations hanging off it.