| Package | Description |
|---|---|
| fr.ifremer.tutti.ui.swing.content.operation.catches.species | |
| fr.ifremer.tutti.ui.swing.content.operation.catches.species.split |
| Modifier and Type | Field and Description |
|---|---|
protected SampleCategoryType |
SampleCategory.categoryType
Sample category type.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumMap<SampleCategoryEnum,SampleCategoryType> |
SampleCategoryType.enumToType |
protected List<SampleCategoryType> |
SpeciesBatchUIModel.samplingOrder
Sampling order (sets by protocol).
|
protected com.google.common.collect.Multimap<Species,SampleCategoryType> |
SpeciesBatchTableModel.speciesSampleCategories
Mapping for each species of authroized sample category.
|
| Modifier and Type | Method and Description |
|---|---|
SampleCategoryType |
SampleCategory.getCategoryType() |
SampleCategoryType |
SpeciesBatchTableModel.SampleColumnIdentifier.getSampleCategoryType() |
static SampleCategoryType |
SampleCategoryType.valueOf(SampleCategoryEnum type) |
static SampleCategoryType |
SampleCategoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleCategoryType[] |
SampleCategoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SampleCategoryType> |
SpeciesBatchUIModel.getSamplingOrder() |
| Modifier and Type | Method and Description |
|---|---|
static <R> SpeciesBatchTableModel.SampleColumnIdentifier<R> |
SpeciesBatchTableModel.SampleColumnIdentifier.newId(String propertyName,
String weightPropertyName,
SampleCategoryType sampleCategoryType,
String headerI18nKey,
String headerTipI18nKey) |
static <C extends Serializable> |
SampleCategory.newSample(SampleCategoryType categoryType) |
void |
SampleCategory.setCategoryType(SampleCategoryType categoryType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesBatchUIModel.setSamplingOrder(List<SampleCategoryType> samplingOrder) |
| Constructor and Description |
|---|
SpeciesBatchTableModel.SampleColumnIdentifier(String propertyName,
String weightPropertyName,
SampleCategoryType sampleCategoryType,
String headerI18nKey,
String headerTipI18nKey) |
| Constructor and Description |
|---|
SpeciesBatchTableModel(TableColumnModel columnModel,
com.google.common.collect.Multimap<Species,SampleCategoryType> speciesSampleCategories) |
| Modifier and Type | Field and Description |
|---|---|
protected SampleCategoryType |
SplitSpeciesBatchUIModel.selectedCategory
Selected Sample category.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SampleCategoryType> |
SplitSpeciesBatchUIModel.category
Sample categories.
|
| Modifier and Type | Method and Description |
|---|---|
SampleCategoryType |
SplitSpeciesBatchRowModel.getCategoryType() |
SampleCategoryType |
SplitSpeciesBatchUIModel.getSelectedCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<SampleCategoryType> |
SplitSpeciesBatchUIModel.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SplitSpeciesBatchUIHandler.generateTableModel(SampleCategoryType category) |
void |
SplitSpeciesBatchRowModel.setCategoryType(SampleCategoryType categoryType) |
void |
SplitSpeciesBatchUIModel.setSelectedCategory(SampleCategoryType selectedCategory) |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitSpeciesBatchUIModel.setCategory(List<SampleCategoryType> category) |
Copyright © 2012-2013 Ifremer. All Rights Reserved.