Uses of Class
org.exoplatform.appcenter.dto.ApplicationOrder
-
Packages that use ApplicationOrder Package Description org.exoplatform.appcenter.rest org.exoplatform.appcenter.service -
-
Uses of ApplicationOrder in org.exoplatform.appcenter.rest
Method parameters in org.exoplatform.appcenter.rest with type arguments of type ApplicationOrder Modifier and Type Method Description javax.ws.rs.core.ResponseApplicationCenterREST. updateApplicationsOrder(List<ApplicationOrder> applicationOrders) -
Uses of ApplicationOrder in org.exoplatform.appcenter.service
Methods in org.exoplatform.appcenter.service with parameters of type ApplicationOrder Modifier and Type Method Description voidApplicationCenterService. updateFavoriteApplicationOrder(ApplicationOrder applicationOrder, String userName)Update favorite applications order for a user
-