|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderRow | |
---|---|
com.silverpeas.gallery.control.ejb | |
com.silverpeas.gallery.dao | |
com.silverpeas.gallery.model |
Uses of OrderRow in com.silverpeas.gallery.control.ejb |
---|
Methods in com.silverpeas.gallery.control.ejb with parameters of type OrderRow | |
---|---|
void |
GalleryBm.updateOrderRow(OrderRow row)
|
void |
GalleryBmEJB.updateOrderRow(OrderRow row)
|
Uses of OrderRow in com.silverpeas.gallery.dao |
---|
Methods in com.silverpeas.gallery.dao that return types with arguments of type OrderRow | |
---|---|
static List<OrderRow> |
OrderDAO.getAllOrderDetails(Connection con,
String orderId)
Gets all medias of an order. |
List<OrderRow> |
OldOrderDAO.getAllPhotos(Connection con,
int orderId)
|
Methods in com.silverpeas.gallery.dao with parameters of type OrderRow | |
---|---|
static void |
OrderDAO.updateOrderRow(Connection con,
OrderRow row)
Updates a row of an order. |
static void |
OldOrderDAO.updateOrderRow(Connection con,
OrderRow row)
|
Uses of OrderRow in com.silverpeas.gallery.model |
---|
Methods in com.silverpeas.gallery.model that return types with arguments of type OrderRow | |
---|---|
List<OrderRow> |
Order.getRows()
|
Method parameters in com.silverpeas.gallery.model with type arguments of type OrderRow | |
---|---|
void |
Order.setRows(List<OrderRow> rows)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |