Package com.kaltura.client.services
Class UserEntryService
- java.lang.Object
-
- com.kaltura.client.services.UserEntryService
-
public class UserEntryService extends Object
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserEntryService.AddUserEntryBuilderstatic classUserEntryService.BulkDeleteUserEntryBuilderstatic classUserEntryService.DeleteUserEntryBuilderstatic classUserEntryService.GetUserEntryBuilderstatic classUserEntryService.ListUserEntryBuilderstatic classUserEntryService.SubmitQuizUserEntryBuilderstatic classUserEntryService.UpdateUserEntryBuilder
-
Constructor Summary
Constructors Constructor Description UserEntryService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UserEntryService.AddUserEntryBuilderadd(UserEntry userEntry)Adds a user_entry to the Kaltura DB.static UserEntryService.BulkDeleteUserEntryBuilderbulkDelete(UserEntryFilter filter)static UserEntryService.DeleteUserEntryBuilderdelete(long id)static UserEntryService.GetUserEntryBuilderget(String id)static UserEntryService.ListUserEntryBuilderlist()static UserEntryService.ListUserEntryBuilderlist(UserEntryFilter filter)static UserEntryService.ListUserEntryBuilderlist(UserEntryFilter filter, FilterPager pager)static UserEntryService.SubmitQuizUserEntryBuildersubmitQuiz(int id)Submits the quiz so that it's status will be submitted and calculates the score for the quizstatic UserEntryService.UpdateUserEntryBuilderupdate(long id, UserEntry userEntry)
-
-
-
Method Detail
-
add
public static UserEntryService.AddUserEntryBuilder add(UserEntry userEntry)
Adds a user_entry to the Kaltura DB.- Parameters:
userEntry-
-
bulkDelete
public static UserEntryService.BulkDeleteUserEntryBuilder bulkDelete(UserEntryFilter filter)
-
delete
public static UserEntryService.DeleteUserEntryBuilder delete(long id)
-
get
public static UserEntryService.GetUserEntryBuilder get(String id)
-
list
public static UserEntryService.ListUserEntryBuilder list()
-
list
public static UserEntryService.ListUserEntryBuilder list(UserEntryFilter filter)
-
list
public static UserEntryService.ListUserEntryBuilder list(UserEntryFilter filter, FilterPager pager)
-
submitQuiz
public static UserEntryService.SubmitQuizUserEntryBuilder submitQuiz(int id)
Submits the quiz so that it's status will be submitted and calculates the score for the quiz- Parameters:
id-
-
update
public static UserEntryService.UpdateUserEntryBuilder update(long id, UserEntry userEntry)
-
-