| Class Summary | 
| GiftRegistryImpl | A gift registry is a list of things that a customer would like to have purchased on their behalf. | 
| GiftRegistryManagerImpl | The GiftRegistryManager represents a specialized Home for GiftRegistry Entities. | 
| GiftRegistryPk | This is a PrimaryKey for managing the life cycle of a BSC Configurable/Entity bean. | 
| GiftRegistryValue | A gift registry is a list of things that a customer would like to have purchased on their behalf. | 
| PurchasedOrderLineHome | The home class for the PurchasedOrderLine belonging. | 
| PurchasedOrderLineImpl | A purchased order line is one that records the purchase of some quantity of one of the items on the gift list. | 
 
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.