|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LongValue | |
|---|---|
| org.molgenis.omx.converters | |
| org.molgenis.omx.observ.value | |
| org.molgenis.omx.observ.value.db | |
| org.molgenis.omx.observ.value.ui | |
| org.molgenis.service | |
| Uses of LongValue in org.molgenis.omx.converters |
|---|
| Methods in org.molgenis.omx.converters that return LongValue | |
|---|---|
LongValue |
TupleToLongValueConverter.fromTuple(Tuple tuple,
String colName,
ObservableFeature feature)
|
| Uses of LongValue in org.molgenis.omx.observ.value |
|---|
| Methods in org.molgenis.omx.observ.value that return LongValue | |
|---|---|
LongValue |
LongValue.create(Tuple tuple)
|
static LongValue |
LongValue.findById(Database db,
Integer id)
|
| Methods in org.molgenis.omx.observ.value that return types with arguments of type LongValue | |
|---|---|
static List<? extends LongValue> |
LongValue.find(Database db,
QueryRule... rules)
Shorthand for db.find(LongValue.class, org.molgenis.framework.db.QueryRule ... |
static Query<? extends LongValue> |
LongValue.query(Database db)
Shorthand for db.query(LongValue.class). |
| Constructors in org.molgenis.omx.observ.value with parameters of type LongValue | |
|---|---|
LongValue(LongValue copyMe)
copy constructor |
|
| Uses of LongValue in org.molgenis.omx.observ.value.db |
|---|
| Methods in org.molgenis.omx.observ.value.db that return LongValue | |
|---|---|
LongValue |
LongValueJpaMapper.create()
|
| Methods in org.molgenis.omx.observ.value.db that return types with arguments of type LongValue | |
|---|---|
List<LongValue> |
LongValueJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.observ.value.db with parameters of type LongValue | |
|---|---|
void |
LongValueJpaMapper.create(LongValue 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 |
LongValueJpaMapper.destroy(LongValue longValue)
|
void |
LongValueJpaMapper.edit(LongValue longValue)
|
| Method parameters in org.molgenis.omx.observ.value.db with type arguments of type LongValue | |
|---|---|
int |
LongValueJpaMapper.executeAdd(List<? extends LongValue> entities)
|
int |
LongValueJpaMapper.executeRemove(List<? extends LongValue> entities)
|
int |
LongValueJpaMapper.executeUpdate(List<? extends LongValue> entities)
|
void |
LongValueJpaMapper.prepareFileAttachements(List<LongValue> entities,
File baseDir)
|
void |
LongValueJpaMapper.resolveForeignKeys(List<LongValue> entities)
|
boolean |
LongValueJpaMapper.saveFileAttachements(List<LongValue> entities,
File baseDir)
|
| Uses of LongValue in org.molgenis.omx.observ.value.ui |
|---|
| Methods in org.molgenis.omx.observ.value.ui that return types with arguments of type LongValue | |
|---|---|
Class<LongValue> |
LongValueForm.getEntityClass()
|
| Constructors in org.molgenis.omx.observ.value.ui with parameters of type LongValue | |
|---|---|
LongValueForm(LongValue entity)
|
|
| Uses of LongValue in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return LongValue | |
|---|---|
LongValue |
LongValueService.create(LongValue longValue)
|
LongValue |
LongValueService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type LongValue | |
|---|---|
Iterable<LongValue> |
LongValueService.readAll()
|
EntityPager<LongValue> |
LongValueService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type LongValue | |
|---|---|
LongValue |
LongValueService.create(LongValue longValue)
|
void |
LongValueService.update(LongValue longValue)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||