public class LearningPlanReviewRequestInfo extends Object implements LearningPlanReviewRequest
| Constructor and Description |
|---|
LearningPlanReviewRequestInfo() |
| Modifier and Type | Method and Description |
|---|---|
ConversationAdvisor |
getAdvisor()
Get the advisor
|
RichText |
getFirstCommentToAdvisor()
Get the first comment to post to a conversation related to the review.
|
String |
getOriginalLearningPlanId()
Get the ID of the original learning plan.
|
List<LearningPlanReviewTerm> |
getReviewTerms()
Get the review terms involved in the review.
|
String |
getTopic()
Get the topic of the conversation for the review
|
List<String> |
getUnassignedCourseIds()
Get the IDs of additional courses to include in the review.
|
void |
setAdvisor(ConversationAdvisor advisor) |
void |
setFirstCommentToAdvisor(RichText firstCommentToAdvisor) |
void |
setOriginalLearningPlanId(String originalLearningPlanId) |
void |
setReviewTerms(List<LearningPlanReviewTerm> reviewTerms) |
void |
setTopic(String topic) |
void |
setUnassignedCourseIds(List<String> unassignedCourseIds) |
public LearningPlanReviewRequestInfo()
public String getOriginalLearningPlanId()
LearningPlanReviewRequestgetOriginalLearningPlanId in interface LearningPlanReviewRequestpublic RichText getFirstCommentToAdvisor()
LearningPlanReviewRequestgetFirstCommentToAdvisor in interface LearningPlanReviewRequestpublic List<String> getUnassignedCourseIds()
LearningPlanReviewRequestThese courses must correspond to wishlist plan items in the original learning plan.
getUnassignedCourseIds in interface LearningPlanReviewRequestpublic List<LearningPlanReviewTerm> getReviewTerms()
LearningPlanReviewRequestgetReviewTerms in interface LearningPlanReviewRequestpublic void setOriginalLearningPlanId(String originalLearningPlanId)
public void setFirstCommentToAdvisor(RichText firstCommentToAdvisor)
public void setUnassignedCourseIds(List<String> unassignedCourseIds)
public void setReviewTerms(List<LearningPlanReviewTerm> reviewTerms)
public String getTopic()
LearningPlanReviewRequestgetTopic in interface LearningPlanReviewRequestpublic ConversationAdvisor getAdvisor()
LearningPlanReviewRequestgetAdvisor in interface LearningPlanReviewRequestpublic void setAdvisor(ConversationAdvisor advisor)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.