@RolesAllowed(value="researcher") public class PhenotypeResource extends Object
| Constructor and Description |
|---|
PhenotypeResource(PhenotypeEntityDao inDao,
UserDao inUserDao,
PhenotypeEntityTranslatorVisitor inPETranslatorVisitor,
SummarizingPhenotypeEntityTranslatorVisitor inSummpETranslatorVisitor,
PhenotypeTranslatorVisitor inPhenotypeTranslatorVisitor) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(javax.servlet.http.HttpServletRequest request,
org.eurekaclinical.eureka.client.comm.Phenotype inPhenotype) |
void |
delete(Long inId,
Long inUserId) |
org.eurekaclinical.eureka.client.comm.Phenotype |
get(javax.servlet.http.HttpServletRequest inRequest,
String inKey,
boolean inSummarize) |
List<org.eurekaclinical.eureka.client.comm.Phenotype> |
getAll(javax.servlet.http.HttpServletRequest inRequest,
boolean inSummarize) |
void |
update(javax.servlet.http.HttpServletRequest inRequest,
Long inId,
org.eurekaclinical.eureka.client.comm.Phenotype inElement) |
@Inject public PhenotypeResource(PhenotypeEntityDao inDao, UserDao inUserDao, PhenotypeEntityTranslatorVisitor inPETranslatorVisitor, SummarizingPhenotypeEntityTranslatorVisitor inSummpETranslatorVisitor, PhenotypeTranslatorVisitor inPhenotypeTranslatorVisitor)
public List<org.eurekaclinical.eureka.client.comm.Phenotype> getAll(@Context javax.servlet.http.HttpServletRequest inRequest, boolean inSummarize)
public org.eurekaclinical.eureka.client.comm.Phenotype get(@Context
javax.servlet.http.HttpServletRequest inRequest,
String inKey,
boolean inSummarize)
public javax.ws.rs.core.Response create(@Context
javax.servlet.http.HttpServletRequest request,
org.eurekaclinical.eureka.client.comm.Phenotype inPhenotype)
public void update(@Context
javax.servlet.http.HttpServletRequest inRequest,
Long inId,
org.eurekaclinical.eureka.client.comm.Phenotype inElement)
Copyright © 2012–2016 Emory University. All rights reserved.