integer getEnrollmentId(
)
|
|
Returns the Id of the Enrollment of this Learning Offering Taken.
API Tags:
Return: | Learning Id. |
Access: | public |
integer getLearningOfferingId(
)
|
|
Returns the Id of the Learning Offering of this Learning Offering Taken.
API Tags:
Return: | Learning Id. |
Access: | public |
Returns the timestamp of when this LearningOfferTaken was created.
API Tags:
Return: | The time of creation. |
Access: | public |
Creates a new LearningOfferTaken in the datastore based on the given Learning Offering Id and Enrollment Id.
Parameters:
API Tags:
Return: | True if created successfully, false otherwise. |
Access: | public |
boolean setEnrollmentId(
integer
$id
)
|
|
Sets the Id of the Enrollment of this Learning Offering Taken.
Parameters:
integer |
$id: |
The id of the Enrollment of this Learning Offering Taken. |
API Tags:
Return: | True on success, false otherwise. |
Access: | public |
boolean setLearningOfferingId(
integer
$id
)
|
|
Sets the Id of the Learning Offering of this Learning Offering Taken.
Parameters:
integer |
$id: |
The id of the Learning Offering of this Learning Offering Taken. |
API Tags:
Return: | True on success, false otherwise. |
Access: | public |