public interface EnablementUserEnrollment
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssignmentName()
Gets the assignment name.
|
int |
getCommentCount()
Gets the user's total number of comments on the assignment
|
java.lang.String |
getCompleteDate()
Gets the complete date.
|
java.lang.String |
getCompletionStatus()
Gets the completion status.
|
java.lang.String |
getDueDate()
Gets the due date.
|
java.lang.String |
getDueStatus()
Gets the due status.
|
int |
getLearningPathResourceCount()
Gets the number of resources in the learning path.
|
double |
getRating()
Gets the user's rating on the assignment
|
double |
getRatingWidth()
Gets the width to specify for the rating stars
|
java.lang.String |
getResourceAssetType()
Gets the asset type associated with resource.
|
java.lang.String |
getResourceGuid()
Gets the resource guid.
|
java.lang.String |
getScore()
Gets the score.
|
java.lang.String |
getStartDate()
Gets the start date.
|
java.lang.String |
getSuccessStatus()
Gets the success status.
|
boolean |
isLearningPath()
Determine if this enrollment is for a learning path.
|
boolean |
isPercentageStatus()
If the completion status is a percentage, we want to render a progress bar instead of a string.
|
void |
setAssignmentName(java.lang.String assignmentName)
Sets the assignment name.
|
void |
setCommentCount(int noOfcomments)
Sets the total number of user comments (including replies) on resource.
|
void |
setCompleteDate(java.lang.String completeDate)
Sets completed date for a resource
|
void |
setCompletionStatus(java.lang.String completionStatus)
Sets the completion status.
|
void |
setDueDate(java.lang.String dueDate)
Sets due date for a resource
|
void |
setDueStatus(java.lang.String dueDate,
java.lang.String completeDate)
Sets due status for a resource
|
void |
setEnrollmentType(int enrollmentType)
Sets the enrollment type.
|
void |
setLearningPathResourceCount(int count)
Sets the number of resources in the learning path.
|
void |
setPercentComplete(java.lang.String percentComplete)
Sets completion percentage for a video resource
|
void |
setRating(double rating)
Sets the user's rating.
|
void |
setResourceAssetType(java.lang.String assetType)
Sets resource asset type.
|
void |
setResourceGuid(java.lang.String resourceGuid)
Sets the resource guid.
|
void |
setScore(java.lang.String score)
Sets the score.
|
void |
setStartDate(java.lang.String startDate)
Sets the start date.
|
void |
setSuccessStatus(java.lang.String successStatus)
Sets the success status.
|
java.lang.String getAssignmentName()
java.lang.String getResourceGuid()
java.lang.String getStartDate()
java.lang.String getCompletionStatus()
java.lang.String getCompleteDate()
java.lang.String getDueStatus()
java.lang.String getDueDate()
java.lang.String getScore()
java.lang.String getSuccessStatus()
int getCommentCount()
double getRating()
java.lang.String getResourceAssetType()
double getRatingWidth()
boolean isPercentageStatus()
boolean isLearningPath()
int getLearningPathResourceCount()
void setAssignmentName(java.lang.String assignmentName)
assignmentName
- the new assignment namevoid setResourceGuid(java.lang.String resourceGuid)
resourceGuid
- the new resource guidvoid setStartDate(java.lang.String startDate)
startDate
- the new start datevoid setCompletionStatus(java.lang.String completionStatus)
completionStatus
- the new completion statusvoid setScore(java.lang.String score)
score
- the new scorevoid setSuccessStatus(java.lang.String successStatus)
successStatus
- the new success statusvoid setCommentCount(int noOfcomments)
noOfcomments
- the new no commentsvoid setRating(double rating)
rating
- the new user rating on the resourcevoid setResourceAssetType(java.lang.String assetType)
assetType
- the asset type associated with resourcevoid setEnrollmentType(int enrollmentType)
enrollmentType
- -- the enrollment type associated with resourcevoid setLearningPathResourceCount(int count)
count
- - number of resourcesvoid setPercentComplete(java.lang.String percentComplete)
percentComplete
- - indicates the % completion statusvoid setCompleteDate(java.lang.String completeDate)
completeDate
- - completion datevoid setDueStatus(java.lang.String dueDate, java.lang.String completeDate)
dueDate
- - due datecompleteDate
- - completion datevoid setDueDate(java.lang.String dueDate)
dueDate
- - due date"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"