|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderView | |
|---|---|
| org.openxma.dsl.reference.dto | |
| org.openxma.dsl.reference.service | |
| org.openxma.dsl.reference.service.impl | |
| org.openxma.dsl.reference.xma.order.server | |
| Uses of OrderView in org.openxma.dsl.reference.dto |
|---|
| Methods in org.openxma.dsl.reference.dto that return types with arguments of type OrderView | |
|---|---|
java.util.List<OrderView> |
OrderView.getOrders()
|
java.util.List<OrderView> |
CustomerView.getOrders()
|
| Methods in org.openxma.dsl.reference.dto with parameters of type OrderView | |
|---|---|
void |
OrderView.addOrders(OrderView orderView)
|
void |
CustomerView.addOrders(OrderView orderView)
|
| Method parameters in org.openxma.dsl.reference.dto with type arguments of type OrderView | |
|---|---|
void |
OrderView.setOrders(java.util.List<OrderView> orders)
|
void |
CustomerView.setOrders(java.util.List<OrderView> orders)
|
| Uses of OrderView in org.openxma.dsl.reference.service |
|---|
| Methods in org.openxma.dsl.reference.service that return OrderView | |
|---|---|
OrderView |
OrderService.findByCustomerLastNameOrOrderNumber(CustomerLastNameOrOrderNumberQuery customerLastNameOrOrderNumberQuery)
|
OrderView |
OrderService.findByCustomerOrOrderNumber(CustomerOrOrderNumberQuery customerOrOrderNumberQuery)
|
OrderView |
OrderService.findByOrderNumber(OrderNumberQuery orderNumberQuery)
|
OrderView |
OrderService.findByOrderNumberAndCustomerFirstName(OrderNumberAndCustomerFirstNameQuery orderNumberAndCustomerFirstNameQuery)
|
OrderView |
OrderService.FindByStateAndDate(StateAndDateQuery stateAndDateQuery)
|
OrderView |
OrderService.loadOrderView(java.lang.String oid)
|
OrderView |
OrderService.save(OrderView orderView)
|
| Methods in org.openxma.dsl.reference.service with parameters of type OrderView | |
|---|---|
OrderView |
OrderService.save(OrderView orderView)
|
void |
OrderService.update(OrderView orderView)
|
| Uses of OrderView in org.openxma.dsl.reference.service.impl |
|---|
| Methods in org.openxma.dsl.reference.service.impl that return OrderView | |
|---|---|
OrderView |
OrderServiceImpl.findByCustomerLastNameOrOrderNumber(CustomerLastNameOrOrderNumberQuery customerLastNameOrOrderNumberQuery)
|
OrderView |
OrderServiceImpl.findByCustomerOrOrderNumber(CustomerOrOrderNumberQuery customerOrOrderNumberQuery)
|
OrderView |
OrderServiceImpl.findByOrderNumber(OrderNumberQuery orderNumberQuery)
|
OrderView |
OrderServiceImpl.findByOrderNumberAndCustomerFirstName(OrderNumberAndCustomerFirstNameQuery orderNumberAndCustomerFirstNameQuery)
|
OrderView |
OrderServiceImpl.FindByStateAndDate(StateAndDateQuery stateAndDateQuery)
|
OrderView |
OrderServiceImpl.loadOrderView(java.lang.String oid)
|
OrderView |
OrderServiceImpl.save(OrderView orderView)
|
| Methods in org.openxma.dsl.reference.service.impl with parameters of type OrderView | |
|---|---|
OrderView |
OrderServiceImpl.save(OrderView orderView)
|
void |
OrderServiceImpl.update(OrderView orderView)
|
| Uses of OrderView in org.openxma.dsl.reference.xma.order.server |
|---|
| Methods in org.openxma.dsl.reference.xma.order.server with parameters of type OrderView | |
|---|---|
at.spardat.xma.mdl.table.TableRow |
OrderSearchFormGen.orderTableAddRow(OrderView orders)
This method creates a TableRow object and adds it to the end of the table. |
java.lang.Object[] |
OrderSearchFormGen.orderTableCreateCells(OrderView orders)
This is a support method to create the table cells of one row from one or more BusinessDatas. |
int |
OrderSearchFormGen.orderTableGetImageFor(OrderView orders)
This method is called from orderTableAddRow to figure out an image id for a particular row. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||