|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
---|---|
com.germinus.merlin.manager | |
com.germinus.merlin.model |
Uses of Label in com.germinus.merlin.manager |
---|
Methods in com.germinus.merlin.manager that return types with arguments of type Label | |
---|---|
java.util.Set<Label> |
ResourceManager.getLabels(long courseId,
int containerPosition)
|
Uses of Label in com.germinus.merlin.model |
---|
Methods in com.germinus.merlin.model that return types with arguments of type Label | |
---|---|
java.util.Set<Label> |
ResourceContainer.getLabels()
|
Method parameters in com.germinus.merlin.model with type arguments of type Label | |
---|---|
void |
ResourceContainer.setLabels(java.util.Set<Label> labels)
|
Constructor parameters in com.germinus.merlin.model with type arguments of type Label | |
---|---|
ResourceContainer(long idResourceContainer,
Course course,
java.lang.String name,
java.lang.Integer position,
java.util.Set<ForumTopic> forumTopic,
java.util.Set<Label> labels,
java.util.Set<Assignment> assignments,
java.util.Set<Advise> advise)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |