Uses of Class
io.meeds.appcenter.model.ApplicationList
Packages that use ApplicationList
-
Uses of ApplicationList in io.meeds.appcenter.model
Methods in io.meeds.appcenter.model that return ApplicationListModifier and TypeMethodDescriptionApplicationList.setApplications(List<Application> applications) ApplicationList.setLimit(long limit) ApplicationList.setOffset(long offset) ApplicationList.setSize(long size) -
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(jakarta.servlet.http.HttpServletRequest request, Optional<Integer> offset, Optional<Integer> limit, Optional<String> keyword) ApplicationFavoriteRest.getFavoriteApplicationsList(jakarta.servlet.http.HttpServletRequest request, org.springframework.data.domain.Pageable pageable) -
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.getActiveApplications(int offset, int limit, String keyword, Locale locale, 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.getApplications(int offset, int limit, String keyword, Locale locale) Retrieves the list of applications with offset, limit and a keyword that can be emptyApplicationCenterService.getMandatoryAndFavoriteApplications(org.springframework.data.domain.Pageable pageable, String username, Locale locale)