|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Translation | |
---|---|
org.gnomekr.potron.data | |
org.gnomekr.potron.service | |
org.gnomekr.potron.web.tree | |
org.gnomekr.potron.web.view |
Uses of Translation in org.gnomekr.potron.data |
---|
Methods in org.gnomekr.potron.data that return Translation | |
---|---|
Translation |
TranslatedEntry.getTranslation()
|
Methods in org.gnomekr.potron.data that return types with arguments of type Translation | |
---|---|
Set<Translation> |
LanguageTeam.getTranslations()
|
Set<Translation> |
Template.getTranslations()
|
Methods in org.gnomekr.potron.data with parameters of type Translation | |
---|---|
void |
TranslatedEntry.setTranslation(Translation translation)
|
Method parameters in org.gnomekr.potron.data with type arguments of type Translation | |
---|---|
void |
LanguageTeam.setTranslations(Set<Translation> translations)
|
void |
Template.setTranslations(Set<Translation> translations)
|
Constructors in org.gnomekr.potron.data with parameters of type Translation | |
---|---|
TranslatedEntry(Entry entry,
Translation trans)
|
Uses of Translation in org.gnomekr.potron.service |
---|
Methods in org.gnomekr.potron.service that return Translation | |
---|---|
Translation |
ITranslationManager.getTranslation(long id)
|
Translation |
TranslationManager.getTranslation(long id)
|
Methods in org.gnomekr.potron.service that return types with arguments of type Translation | |
---|---|
List<Translation> |
IStatisticsManager.getLeastCompleteTranslations(int count,
String projectId)
|
List<Translation> |
StatisticsManager.getLeastCompleteTranslations(int count,
String projectId)
|
List<Translation> |
IStatisticsManager.getLeastWorkedOnTranslations(int count,
String projectId)
|
List<Translation> |
StatisticsManager.getLeastWorkedOnTranslations(int count,
String projectId)
|
List<Translation> |
IStatisticsManager.getMostCompleteTranslations(int count,
String projectId)
|
List<Translation> |
StatisticsManager.getMostCompleteTranslations(int count,
String projectId)
|
List<Translation> |
IStatisticsManager.getMostWorkedOnTranslations(int count,
String projectId)
|
List<Translation> |
StatisticsManager.getMostWorkedOnTranslations(int count,
String projectId)
|
Methods in org.gnomekr.potron.service with parameters of type Translation | |
---|---|
long |
ITranslationManager.addTranslation(Translation translation)
|
long |
TranslationManager.addTranslation(Translation translation)
|
long |
ITranslationManager.addTranslation(Translation translation,
Reader reader)
|
long |
TranslationManager.addTranslation(Translation translation,
Reader reader)
|
void |
ITranslationManager.updateTranslation(Translation translation)
|
void |
TranslationManager.updateTranslation(Translation translation)
|
void |
ITranslationManager.updateTranslation(Translation translation,
Reader reader)
|
void |
TranslationManager.updateTranslation(Translation translation,
Reader reader)
|
Uses of Translation in org.gnomekr.potron.web.tree |
---|
Constructors in org.gnomekr.potron.web.tree with parameters of type Translation | |
---|---|
TranslationNode(Translation translation)
|
Uses of Translation in org.gnomekr.potron.web.view |
---|
Methods in org.gnomekr.potron.web.view that return Translation | |
---|---|
Translation |
TranslatorView.getTranslation()
|
Methods in org.gnomekr.potron.web.view that return types with arguments of type Translation | |
---|---|
List<Translation> |
TranslationView.getTranslations()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |