public class TuttiDataContext extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
protected List<Caracteristic> |
caracteristics |
protected Cruise |
cruise |
protected List<Gear> |
fishingGears |
protected List<Vessel> |
fishingVessels |
protected List<Caracteristic> |
lengthStepCaracteristics |
protected List<Person> |
persons |
protected Program |
program |
protected TuttiProtocol |
protocol |
protected List<Species> |
referentBenthosWithSurveyCode |
protected List<Species> |
referentSpecies |
protected List<Species> |
referentSpeciesWithSurveyCode |
protected List<Gear> |
scientificGears |
protected List<Vessel> |
scientificVessels |
protected PersistenceService |
service |
protected List<Species> |
species |
protected TuttiUIContext |
uiContext |
| Constructor and Description |
|---|
TuttiDataContext(TuttiUIContext uiContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkOpened() |
void |
close() |
List<Caracteristic> |
getCaracteristics() |
Cruise |
getCruise() |
List<Gear> |
getFishingGears() |
List<Vessel> |
getFishingVessels() |
List<Caracteristic> |
getLengthStepCaracteristics() |
List<Person> |
getPersons() |
Program |
getProgram() |
TuttiProtocol |
getProtocol() |
List<Species> |
getReferentBenthosWithSurveyCode() |
List<Species> |
getReferentSpecies() |
List<Species> |
getReferentSpeciesWithSurveyCode() |
List<Gear> |
getScientificGears() |
List<Vessel> |
getScientificVessels() |
List<Species> |
getSpecies() |
void |
open(PersistenceService persistenceService) |
void |
resetCaracteristics() |
void |
resetGears() |
void |
resetPersons() |
void |
resetProtocol() |
void |
resetSpecies() |
void |
resetVessels() |
protected Program program
protected Cruise cruise
protected TuttiProtocol protocol
protected List<Caracteristic> caracteristics
protected List<Caracteristic> lengthStepCaracteristics
protected PersistenceService service
protected final TuttiUIContext uiContext
public TuttiDataContext(TuttiUIContext uiContext)
public Program getProgram()
public Cruise getCruise()
public TuttiProtocol getProtocol()
public List<Caracteristic> getCaracteristics()
public List<Caracteristic> getLengthStepCaracteristics()
public void open(PersistenceService persistenceService)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic void resetProtocol()
public void resetGears()
public void resetVessels()
public void resetPersons()
public void resetSpecies()
public void resetCaracteristics()
protected void checkOpened()
Copyright © 2012-2013 Ifremer. All Rights Reserved.