Uses of Class
io.meeds.appcenter.model.ApplicationList
Packages that use ApplicationList
-
Uses of ApplicationList in io.meeds.appcenter.rest
Methods in io.meeds.appcenter.rest that return ApplicationListModifier and TypeMethodDescriptionApplicationRest.getActiveApplications(jakarta.servlet.http.HttpServletRequest request, Optional<Integer> offset, Optional<Integer> limit, Optional<String> keyword) ApplicationRest.getApplications(Optional<Integer> offset, Optional<Integer> limit, Optional<String> keyword) ApplicationFavoriteRest.getFavoriteApplicationsList(jakarta.servlet.http.HttpServletRequest request) -
Uses of ApplicationList in io.meeds.appcenter.service
Methods in io.meeds.appcenter.service that return ApplicationListModifier and TypeMethodDescriptionApplicationCenterService.getActiveApplications(int offset, int limit, String keyword, String username) Retrieves the list of applications switch offset and limit of the query, a keyword to filter on title and url ofApplicationand the username to filter on authorized applicationsApplicationCenterService.getApplications(int offset, int limit, String keyword) Retrieves the list of applications with offset, limit and a keyword that can be emptyApplicationCenterService.getMandatoryAndFavoriteApplicationsList(String username) Retrieves all the list of applications for a user