|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protocol_Features | |
|---|---|
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.db | |
| org.molgenis.omx.observ.ui | |
| Uses of Protocol_Features in org.molgenis.omx.observ |
|---|
| Methods in org.molgenis.omx.observ that return Protocol_Features | |
|---|---|
Protocol_Features |
Protocol_Features.create(Tuple tuple)
|
static Protocol_Features |
Protocol_Features.findByAutoid(Database db,
Integer autoid)
|
static Protocol_Features |
Protocol_Features.findByFeaturesProtocol(Database db,
Integer features,
Integer protocol)
|
| Methods in org.molgenis.omx.observ that return types with arguments of type Protocol_Features | |
|---|---|
static List<? extends Protocol_Features> |
Protocol_Features.find(Database db,
QueryRule... rules)
Shorthand for db.find(Protocol_Features.class, org.molgenis.framework.db.QueryRule ... |
static Query<? extends Protocol_Features> |
Protocol_Features.query(Database db)
Shorthand for db.query(Protocol_Features.class). |
| Constructors in org.molgenis.omx.observ with parameters of type Protocol_Features | |
|---|---|
Protocol_Features(Protocol_Features copyMe)
copy constructor |
|
| Uses of Protocol_Features in org.molgenis.omx.observ.db |
|---|
| Methods in org.molgenis.omx.observ.db that return Protocol_Features | |
|---|---|
Protocol_Features |
Protocol_FeaturesJpaMapper.create()
|
| Methods in org.molgenis.omx.observ.db that return types with arguments of type Protocol_Features | |
|---|---|
List<Protocol_Features> |
Protocol_FeaturesJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.observ.db with parameters of type Protocol_Features | |
|---|---|
void |
Protocol_FeaturesJpaMapper.create(Protocol_Features entity)
This method first saves the objects that are being refered to by entity, then the entity itself and finally the objects that refer to this object |
void |
Protocol_FeaturesJpaMapper.destroy(Protocol_Features protocol_Features)
|
void |
Protocol_FeaturesJpaMapper.edit(Protocol_Features protocol_Features)
|
| Method parameters in org.molgenis.omx.observ.db with type arguments of type Protocol_Features | |
|---|---|
int |
Protocol_FeaturesJpaMapper.executeAdd(List<? extends Protocol_Features> entities)
|
int |
Protocol_FeaturesJpaMapper.executeRemove(List<? extends Protocol_Features> entities)
|
int |
Protocol_FeaturesJpaMapper.executeUpdate(List<? extends Protocol_Features> entities)
|
void |
Protocol_FeaturesJpaMapper.prepareFileAttachements(List<Protocol_Features> entities,
File baseDir)
|
void |
Protocol_FeaturesJpaMapper.resolveForeignKeys(List<Protocol_Features> entities)
|
boolean |
Protocol_FeaturesJpaMapper.saveFileAttachements(List<Protocol_Features> entities,
File baseDir)
|
| Uses of Protocol_Features in org.molgenis.omx.observ.ui |
|---|
| Methods in org.molgenis.omx.observ.ui that return types with arguments of type Protocol_Features | |
|---|---|
Class<Protocol_Features> |
Protocol_FeaturesForm.getEntityClass()
|
| Constructors in org.molgenis.omx.observ.ui with parameters of type Protocol_Features | |
|---|---|
Protocol_FeaturesForm(Protocol_Features entity)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||