EnrollmentsQueryService¶
-
public class
EnrollmentsQueryService¶ Service used for searching enrollments.
Methods¶
search¶
-
public List<Enrollment>
search(EnrollmentsQuery query)¶ Returns enrollments which meet the given criterions. Enrollments are retrieved from database using primary criteria and then result list is filtered using secondary criteria.
Parameters: - query – the enrollment query with search criteria
Returns: the list of the enrollments
setAllEnrollments¶
-
public void
setAllEnrollments(AllEnrollments allEnrollments)¶