|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vocabulary | |
---|---|
com.silverpeas.thesaurus.control | |
com.silverpeas.thesaurus.model | |
com.silverpeas.thesaurusPeas.control |
Uses of Vocabulary in com.silverpeas.thesaurus.control |
---|
Methods in com.silverpeas.thesaurus.control that return Vocabulary | |
---|---|
Vocabulary |
ThesaurusBm.getVocabulary(long idVoca)
Retourne le détail du vocabulaire à partir d'un idVoca |
Methods in com.silverpeas.thesaurus.control that return types with arguments of type Vocabulary | |
---|---|
Collection<Vocabulary> |
ThesaurusBm.getListVocabulary()
Retourne la liste des vocabulaires (Collection de Vocabulary) |
Methods in com.silverpeas.thesaurus.control with parameters of type Vocabulary | |
---|---|
long |
ThesaurusBm.createVocabulary(Vocabulary voca)
Crée un nouveau vocabulaire et retourne l'id de celui-ci |
void |
ThesaurusBm.updateVocabulary(Vocabulary voca)
Met à jour le vocabulaire passé en paramètre |
Uses of Vocabulary in com.silverpeas.thesaurus.model |
---|
Methods in com.silverpeas.thesaurus.model with parameters of type Vocabulary | |
---|---|
int |
Vocabulary.compareTo(Vocabulary voca)
|
Uses of Vocabulary in com.silverpeas.thesaurusPeas.control |
---|
Methods in com.silverpeas.thesaurusPeas.control that return Vocabulary | |
---|---|
Vocabulary |
ThesaurusSessionController.getCurrentUpdVoca()
|
Vocabulary |
ThesaurusSessionController.getCurrentVoca()
|
Vocabulary |
ThesaurusSessionController.getVocabulary(long idVoca)
Retourne le détail d'un vocabulaire et le met en session (currentVoca) |
Methods in com.silverpeas.thesaurusPeas.control that return types with arguments of type Vocabulary | |
---|---|
Collection<Vocabulary> |
ThesaurusSessionController.getListVoca()
Retourne la liste des vocabulaires |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |