|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Template | |
---|---|
org.gnomekr.potron.data | |
org.gnomekr.potron.service | |
org.gnomekr.potron.web.tree | |
org.gnomekr.potron.web.view |
Uses of Template in org.gnomekr.potron.data |
---|
Methods in org.gnomekr.potron.data that return Template | |
---|---|
Template |
Entry.getTemplate()
|
Template |
Translation.getTemplate()
|
Methods in org.gnomekr.potron.data that return types with arguments of type Template | |
---|---|
Set<Template> |
Project.getTemplates()
|
Methods in org.gnomekr.potron.data with parameters of type Template | |
---|---|
void |
Entry.setTemplate(Template template)
|
void |
Translation.setTemplate(Template template)
|
Method parameters in org.gnomekr.potron.data with type arguments of type Template | |
---|---|
void |
Project.setTemplates(Set<Template> templates)
|
Constructors in org.gnomekr.potron.data with parameters of type Template | |
---|---|
Entry(ParserEntry entry,
Template template)
|
Uses of Template in org.gnomekr.potron.service |
---|
Methods in org.gnomekr.potron.service that return Template | |
---|---|
Template |
IProjectManager.getTemplate(long id)
|
Template |
ProjectManager.getTemplate(long id)
|
Methods in org.gnomekr.potron.service that return types with arguments of type Template | |
---|---|
List<Template> |
IStatisticsManager.getLeastCompleteTemplates(int count,
String projectId)
|
List<Template> |
StatisticsManager.getLeastCompleteTemplates(int count,
String projectId)
|
List<Template> |
IStatisticsManager.getLeastWorkedOnTemplates(int count,
String projectId)
|
List<Template> |
StatisticsManager.getLeastWorkedOnTemplates(int count,
String projectId)
|
List<Template> |
IStatisticsManager.getMostCompleteTemplates(int count,
String projectId)
|
List<Template> |
StatisticsManager.getMostCompleteTemplates(int count,
String projectId)
|
List<Template> |
IStatisticsManager.getMostWorkedOnTemplates(int count,
String projectId)
|
List<Template> |
StatisticsManager.getMostWorkedOnTemplates(int count,
String projectId)
|
Uses of Template in org.gnomekr.potron.web.tree |
---|
Constructors in org.gnomekr.potron.web.tree with parameters of type Template | |
---|---|
TemplateNode(Template template)
|
Uses of Template in org.gnomekr.potron.web.view |
---|
Methods in org.gnomekr.potron.web.view that return types with arguments of type Template | |
---|---|
List<Template> |
TemplateView.getTemplates()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |