@Component(roles=org.xwiki.script.service.ScriptService.class) @Named(value="phenotypeMapping") @Singleton public class PhenotypeMappingService extends Object implements org.xwiki.script.service.ScriptService, org.xwiki.observation.EventListener, org.xwiki.component.phase.Initializable
| Constructor and Description |
|---|
PhenotypeMappingService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name)
Generic configuration getter.
|
List<org.xwiki.observation.event.Event> |
getEvents() |
Object |
getExtraMessages()
Get the configuration for the "extraMessages" pseudo-property.
|
Object |
getFamilyHistory()
Get the configuration for the "family_history" field.
|
String |
getName() |
Object |
getNegativePhenotype()
Get the configuration for the "negative_phenotype" field.
|
Object |
getPhenotype()
Get the configuration for the "phenotype" field.
|
Object |
getPrenatalPhenotype()
Get the configuration for the "prenatal_phenotype" field.
|
void |
initialize() |
void |
onEvent(org.xwiki.observation.event.Event event,
Object source,
Object data) |
public void initialize()
throws org.xwiki.component.phase.InitializationException
initialize in interface org.xwiki.component.phase.Initializableorg.xwiki.component.phase.InitializationExceptionpublic String getName()
getName in interface org.xwiki.observation.EventListenerpublic List<org.xwiki.observation.event.Event> getEvents()
getEvents in interface org.xwiki.observation.EventListenerpublic void onEvent(org.xwiki.observation.event.Event event,
Object source,
Object data)
onEvent in interface org.xwiki.observation.EventListenerpublic Object getPhenotype()
public Object getPrenatalPhenotype()
public Object getNegativePhenotype()
public Object getFamilyHistory()
public Object getExtraMessages()
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.