|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Order | |
|---|---|
| org.company.thesandbox.domain | |
| Uses of Order in org.company.thesandbox.domain |
|---|
| Methods in org.company.thesandbox.domain that return types with arguments of type Order | |
|---|---|
java.util.Set<Order> |
CustomerImplBase.getOrders()
|
| Methods in org.company.thesandbox.domain with parameters of type Order | |
|---|---|
void |
CustomerImplBase.addToOrders(Order element)
Implements adding single element to a collection |
void |
CustomerImplBase.removeFromOrders(Order element)
Implements removal of a single element from feature |
void |
CustomerImplBase.z_internalAddToorders(Order element)
This operation should NOT be used by clients. |
void |
CustomerImplBase.z_internalRemoveFromorders(Order element)
This operation should NOT be used by clients. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||