Uses of Class
org.exoplatform.appcenter.dto.ApplicationList
-
Packages that use ApplicationList Package Description org.exoplatform.appcenter.service -
-
Uses of ApplicationList in org.exoplatform.appcenter.service
Methods in org.exoplatform.appcenter.service that return ApplicationList Modifier and Type Method Description ApplicationListApplicationCenterService. getApplicationsList(int offset, int limit, String keyword)Retrieves the list of applications with offset, limit and a keyword that can be emptyApplicationListApplicationCenterService. getAuthorizedApplicationsList(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 applicationsApplicationListApplicationCenterService. getMandatoryAndFavoriteApplicationsList(String username)Retrieves all the list of applications for a user
-