Interface AssignmentService
- All Known Implementing Classes:
StandardAssignmentService
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetSharedAssignmentDetail(ResourceAssignment assignment, WTPrincipal principal) Returns the assignment detail for the given user present in the given assignment.getSharedAssignmentDetails(ResourceAssignment assignment) Returns all the assignment details for the given assignment.voidsetActualWorkForAssignmentDetail(SharedAssignmentDetails assignmentDetail, double newActualWork, DurationFormat durationFormat) Sets the Actual Work on given assignment detail.voidsetTotalWorkForAssignment(ResourceAssignment assignment, double newTotalWork, DurationFormat durationFormat) Sets the Total Work on given assignment.voidupdateActualWorkForAssignmentDetail(SharedAssignmentDetails assignmentDetail, double additionalActualWork, DurationFormat durationFormat) Updates the given assignment detail with additional Actual Work.
-
Method Details
-
setTotalWorkForAssignment
void setTotalWorkForAssignment(ResourceAssignment assignment, double newTotalWork, DurationFormat durationFormat) throws WTException Sets the Total Work on given assignment.
Supported API: true- Parameters:
assignment-newTotalWork-durationFormat-- Throws:
WTException