| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
        |
        +--theory.smart.ebusiness.order.OrderValue
              |
              +--theory.smart.ebusiness.giftregistry.GiftRegistryValue
A gift registry is a list of things that a customer would like to have purchased on their behalf. Items are removed from the Registries OrderLines and added to the collection of PurchasedOrderLines.
GiftRegistry, 
GiftRegistryHome, 
GiftRegistry.getGiftRegistryByValue(), 
GiftRegistry.setGiftRegistryByValue(GiftRegistryValue), Serialized Form| Field Summary | |
|  com.sun.java.util.collections.TreeMap | emailsemail (Map) [GiftRegistry] <*>------> [ theory.smart.axiom.contact.Email] 
                     0..* | 
|  SmartHandle | ownerowner [GiftRegistry] <>------> [ theory.smart.ebusiness.customer.Customer] | 
|  java.lang.String | passwordpassword [GiftRegistry] <*>------> [ String] | 
|  com.sun.java.util.collections.LinkedList | purchasedOrderLinespurchasedOrderLine (List) [GiftRegistry] <*>------> [ theory.smart.ebusiness.giftregistry.PurchasedOrderLine] 
                     0..* | 
| Fields inherited from class theory.smart.ebusiness.order.OrderValue | 
| customer,  
key,  
orderLines,  
status | 
| Constructor Summary | |
| protected  | GiftRegistryValue()Only get/setGiftRegistryByValue methods are allowed to call this constructor. | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public java.lang.String password
                  password
 [GiftRegistry] <*>------> [String] 
 public com.sun.java.util.collections.LinkedList purchasedOrderLines
                  purchasedOrderLine (List)
 [GiftRegistry] <*>------> [theory.smart.ebusiness.giftregistry.PurchasedOrderLine] 
                     0..*
 public SmartHandle owner
                  owner
 [GiftRegistry] <>------> [theory.smart.ebusiness.customer.Customer] 
 public com.sun.java.util.collections.TreeMap emails
                  email (Map)
 [GiftRegistry] <*>------> [theory.smart.axiom.contact.Email] 
                     0..*
 | Constructor Detail | 
protected GiftRegistryValue()
| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||