Uses of Class
ubic.gemma.web.remote.EntityDelegator
-
-
Uses of EntityDelegator in ubic.gemma.web.controller.common.auditAndSecurity
Methods in ubic.gemma.web.controller.common.auditAndSecurity with parameters of type EntityDelegator Modifier and Type Method Description SecurityInfoValueObject
SecurityController. getSecurityInfo(EntityDelegator<? extends Securable> ed)
boolean
SecurityController. makeGroupReadable(EntityDelegator<? extends Securable> ed, String groupName)
boolean
SecurityController. makeGroupWriteable(EntityDelegator<? extends Securable> ed, String groupName)
boolean
SecurityController. makePrivate(EntityDelegator<? extends Securable> ed)
boolean
SecurityController. makePublic(EntityDelegator<? extends Securable> ed)
boolean
SecurityController. removeGroupReadable(EntityDelegator<? extends Securable> ed, String groupName)
boolean
SecurityController. removeGroupWriteable(EntityDelegator<? extends Securable> ed, String groupName)
-
Uses of EntityDelegator in ubic.gemma.web.controller.expression.arrayDesign
Methods in ubic.gemma.web.controller.expression.arrayDesign with parameters of type EntityDelegator Modifier and Type Method Description Collection<CompositeSequenceMapValueObject>
ArrayDesignController. getCsSummaries(EntityDelegator<ArrayDesign> ed)
Map<String,String>
ArrayDesignController. getReportHtml(EntityDelegator<ArrayDesign> ed)
String
ArrayDesignController. remove(EntityDelegator<ArrayDesign> ed)
String
ArrayDesignController. updateReport(EntityDelegator<ArrayDesign> ed)
-
Uses of EntityDelegator in ubic.gemma.web.controller.expression.biomaterial
Methods in ubic.gemma.web.controller.expression.biomaterial with parameters of type EntityDelegator Modifier and Type Method Description void
BioMaterialController. addFactorValueTo(Collection<Long> bmIds, EntityDelegator<FactorValue> factorValueId)
AJAXCollection<AnnotationValueObject>
BioMaterialController. getAnnotation(EntityDelegator<BioMaterial> bm)
Collection<FactorValueValueObject>
BioMaterialController. getFactorValues(EntityDelegator<BioMaterial> bm)
-
Uses of EntityDelegator in ubic.gemma.web.controller.expression.designElement
Methods in ubic.gemma.web.controller.expression.designElement with parameters of type EntityDelegator Modifier and Type Method Description Collection<GeneMappingSummary>
CompositeSequenceController. getGeneMappingSummary(EntityDelegator<CompositeSequence> csd)
Exposed for AJAX calls. -
Uses of EntityDelegator in ubic.gemma.web.controller.expression.experiment
-
Uses of EntityDelegator in ubic.gemma.web.remote
Methods in ubic.gemma.web.remote with parameters of type EntityDelegator Modifier and Type Method Description void
AuditController. addAuditEvent(EntityDelegator<? extends Auditable> e, String auditEventType, String comment, String detail)
Collection<AuditEventValueObject>
AuditController. getEvents(EntityDelegator<? extends Auditable> e)
-