Package | Description |
---|---|
org.assistments.service.manager.builders | |
org.assistments.service.manager.core | |
org.assistments.service.manager.core.impl |
Modifier and Type | Method and Description |
---|---|
AssignmentBuilder |
AssignmentBuilder.assignToGroup(XInfo groupXinfo)
Assigns the Problem Set specified in the constructor to a group.
|
AssignmentBuilder |
AssignmentBuilder.assignToGroupInGroup(XInfo toGroupXinfo,
XInfo inGroupXinfo)
Assigns the Problem Set specified in the constructor to a group within a particular group.
|
AssignmentBuilder |
AssignmentBuilder.assignToIndivdualInGroup(XInfo userXinfo,
XInfo groupXinfo)
Assigns the Problem Set specified in the constructor to an individual within a particular group.
|
AssignmentBuilder |
AssignmentBuilder.assignToIndividual(XInfo user)
Assigns the Problem Set specified in the constructor to an individual.
|
AssignmentBuilder |
AssignmentBuilder.setAssignmentName(java.lang.String name)
Sets the assignment's name.
|
AssignmentBuilder |
AssignmentBuilder.setDueDate(java.time.Instant date)
Sets the assignment's due date
|
AssignmentBuilder |
AssignmentBuilder.setReleaseDate(java.time.Instant date)
Sets the assignment's release date
|
Modifier and Type | Method and Description |
---|---|
Assignment |
AssignmentManager.persist(AssignmentBuilder ab) |
Modifier and Type | Method and Description |
---|---|
Assignment |
AssignmentManagerImpl.persist(AssignmentBuilder ab) |