Uses of Class
com.silverpeas.gallery.model.Order

Packages that use Order
com.silverpeas.gallery.control   
com.silverpeas.gallery.control.ejb   
com.silverpeas.gallery.dao   
com.silverpeas.gallery.model   
 

Uses of Order in com.silverpeas.gallery.control
 

Methods in com.silverpeas.gallery.control that return Order
 Order GallerySessionController.getOrder(String orderId)
           
 

Methods in com.silverpeas.gallery.control that return types with arguments of type Order
 List<Order> GallerySessionController.getAllOrders()
           
 List<Order> GallerySessionController.getOrdersByUser()
           
 

Methods in com.silverpeas.gallery.control with parameters of type Order
 void GallerySessionController.updateOrder(Order order)
           
 

Uses of Order in com.silverpeas.gallery.control.ejb
 

Methods in com.silverpeas.gallery.control.ejb that return Order
 Order GalleryBm.getOrder(String orderId, String instanceId)
           
 Order GalleryBmEJB.getOrder(String orderId, String instanceId)
           
 

Methods in com.silverpeas.gallery.control.ejb that return types with arguments of type Order
 List<Order> GalleryBm.getAllOrders(String userId, String instanceId)
           
 List<Order> GalleryBmEJB.getAllOrders(String userId, String instanceId)
           
 List<Order> GalleryBm.getAllOrderToDelete(int nbDays)
           
 List<Order> GalleryBmEJB.getAllOrderToDelete(int nbDays)
           
 

Methods in com.silverpeas.gallery.control.ejb with parameters of type Order
 void GalleryBm.updateOrder(Order order)
           
 void GalleryBmEJB.updateOrder(Order order)
           
 

Method parameters in com.silverpeas.gallery.control.ejb with type arguments of type Order
 void GalleryBm.deleteOrders(List<Order> orders)
           
 void GalleryBmEJB.deleteOrders(List<Order> orders)
           
 

Uses of Order in com.silverpeas.gallery.dao
 

Methods in com.silverpeas.gallery.dao that return Order
static Order OrderDAO.getByCriteria(Connection con, MediaOrderCriteria criteria)
          Gets a unique result.
 Order OldOrderDAO.getOrder(Connection con, String orderId, String instanceId)
           
 

Methods in com.silverpeas.gallery.dao that return types with arguments of type Order
static List<Order> OrderDAO.findByCriteria(Connection con, MediaOrderCriteria criteria)
          Finds orders from the specified criteria.
 List<Order> OldOrderDAO.getAllOrders(Connection con, String userId, String instanceId)
           
 List<Order> OldOrderDAO.getAllOrdersToDelete(Connection con, int nbDays)
           
 List<Order> MediaOrderSQLQueryBuilder.orderingResult(List<Order> orders)
           
 

Methods in com.silverpeas.gallery.dao with parameters of type Order
static void OrderDAO.deleteOrder(Connection con, Order order)
          Deletes an order and its details.
static void OrderDAO.updateOrder(Connection con, Order order)
          Updates an order and its details.
static void OldOrderDAO.updateOrder(Connection con, Order order)
           
 

Method parameters in com.silverpeas.gallery.dao with type arguments of type Order
 List<Order> MediaOrderSQLQueryBuilder.orderingResult(List<Order> orders)
           
 

Uses of Order in com.silverpeas.gallery.model
 

Methods in com.silverpeas.gallery.model that return types with arguments of type Order
 List<Order> MediaOrderCriteriaProcessor.orderingResult(List<Order> order)
          This method must be called after the order list is entirely loaded.
 

Method parameters in com.silverpeas.gallery.model with type arguments of type Order
 List<Order> MediaOrderCriteriaProcessor.orderingResult(List<Order> order)
          This method must be called after the order list is entirely loaded.
 



Copyright © 2016 Silverpeas. All Rights Reserved.