Uses of Class
org.silverpeas.components.gallery.model.Order
Packages that use Order
Package
Description
-
Uses of Order in org.silverpeas.components.gallery.dao
Methods in org.silverpeas.components.gallery.dao that return OrderModifier and TypeMethodDescriptionstatic OrderOrderDAO.getByCriteria(MediaOrderCriteria criteria) Gets a unique result.Methods in org.silverpeas.components.gallery.dao that return types with arguments of type OrderModifier and TypeMethodDescriptionOrderDAO.findByCriteria(MediaOrderCriteria criteria) Finds orders from the specified criteria.MediaOrderSQLQueryBuilder.orderingResult(List<Order> orders) Methods in org.silverpeas.components.gallery.dao with parameters of type OrderModifier and TypeMethodDescriptionstatic voidOrderDAO.deleteOrder(Order order) Deletes an order and its details.static voidOrderDAO.updateOrder(Order order) Updates an order and its details.Method parameters in org.silverpeas.components.gallery.dao with type arguments of type Order -
Uses of Order in org.silverpeas.components.gallery.model
Methods in org.silverpeas.components.gallery.model that return types with arguments of type OrderModifier and TypeMethodDescriptionMediaOrderCriteriaProcessor.orderingResult(List<Order> order) This method must be called after the order list is entirely loaded.Method parameters in org.silverpeas.components.gallery.model with type arguments of type OrderModifier and TypeMethodDescriptionMediaOrderCriteriaProcessor.orderingResult(List<Order> order) This method must be called after the order list is entirely loaded. -
Uses of Order in org.silverpeas.components.gallery.service
Methods in org.silverpeas.components.gallery.service that return OrderModifier and TypeMethodDescriptionMethods in org.silverpeas.components.gallery.service that return types with arguments of type OrderModifier and TypeMethodDescriptionDefaultGalleryService.getAllOrders(String userId, String instanceId) GalleryService.getAllOrders(String userId, String instanceId) DefaultGalleryService.getAllOrderToDelete(int nbDays) GalleryService.getAllOrderToDelete(int nbDays) Methods in org.silverpeas.components.gallery.service with parameters of type OrderModifier and TypeMethodDescriptionvoidDefaultGalleryService.updateOrder(Order order) voidGalleryService.updateOrder(Order order) Method parameters in org.silverpeas.components.gallery.service with type arguments of type OrderModifier and TypeMethodDescriptionvoidDefaultGalleryService.deleteOrders(List<Order> orders) voidGalleryService.deleteOrders(List<Order> orders)