Class | Description |
---|---|
GiftRegistryAddressDataBean |
Used to retrieve a gift registry address data from graddr database table.
|
GiftRegistryAnnouncementEmailDataBean |
Extends GiftRegistryAnnouncementEmailDataBeanBase and provides a JSP friendly way of accessing announcement templates from the database.
|
GiftRegistryAnnouncementHistoryDataBean |
Used to retrieve announcement history for a gift registry from grannhist and gremllist database tables given an announcementId.
|
GiftRegistryAnnouncementHistoryListDataBean |
This data bean acts as a convenience method for JSP developers.
|
GiftRegistryAnnouncementTemplateDataBean |
Extends the GiftRegistryAnnouncementTemplateAccessBean and provides a JSP friendly way of accessing gift registry announcement templates from the database.
|
GiftRegistryAnnouncementTemplateListDataBean |
The GiftRegistryAnnouncementTemplateListDataBean provides a JSP friendly way of accessing announcement templates from the database.
|
GiftRegistryCatalogEntryDataBean |
GiftRegistryCatalogEntryDataBean performs a catentry search based on the UPC code of an item.
|
GiftRegistryContextDataBean |
This bean accesses the gift registry context information.
|
GiftRegistryDataBean |
Retrieves gift registry information based on a given giftRegistryId or an externalId.
|
GiftRegistryEventTypeDataBean |
Retrieves gift registry events supported for a store.
|
GiftRegistryEventTypeDescriptionDataBean |
Retrieves a description for a gift registry event type, for example (Wedding, Anniversary and so forth).
|
GiftRegistryEventTypeListDataBean |
Gets a list of all the possible event types for a given storeId.
|
GiftRegistryItemCatalogEntryDataBean |
This bean is a GiftRegistryItemDataBean, with the extension being that it may have a corresponding CatalogEntryDataBean associated with it.
|
GiftRegistryItemCatalogEntryDataBeanQuickSortCompare |
This class is used to help sort a list of GiftRegistryItemCatalogEntryDataBean's using the QuickSort algorithm
|
GiftRegistryItemCatalogEntryListDataBean |
This data bean acts as a convenience method for JSP developers.
|
GiftRegistryItemDataBean |
Retrieves a gift registry item.
|
GiftRegistryItemPurchaseRecordCatalogEntryDataBean |
This bean is a GiftRegistryItemPurchaseRecordDataBean, with the extension being that it may have a corresponding CatalogEntryDataBean associated with it.
|
GiftRegistryItemPurchaseRecordCatalogEntryDataBeanQuickSortCompare |
This class is used to help sort a list of values for GiftRegistryItemPurchaseRecordCatalogEntryDataBean using the a quick sort algorithm.
|
GiftRegistryItemPurchaseRecordCatalogEntryListDataBean |
This data bean acts as a convenience method for JSP developers.
|
GiftRegistryItemPurchaseRecordDataBean |
This data bean is a helper method for the JSP developer.
|
GiftRegistryOrderDataBean |
Retrieves gift registry orderItems in a particular order.
|
GiftRegistryOrderItemDataBean |
Retrieve the order item and its registry information.
|
GiftRegistryRegistrantDataBean |
Used to retrieve registrant information for a gift registry.
|
GiftRegistryRuleDataBean |
This data bean acts as a convenience method for JSP developers.
|
GiftRegistrySearchDataBean |
This data bean extends the GiftRegistrySearchDataBeanBase and is used to control the business logic of the SearchDataBeanBaseBean.
|
GiftRegistrySearchDataBeanBase |
Populates a list with gift registries found in the database according to at least the following parameters: userId firstName lastName email1 eventMonth eventYear eventDay state country externalId eventType_id
Variables that can be set include: startIndex maxResultsPerPage This bean generates a prepareStatement to perform a search for gift registries. |
UsersGiftRegistryDataBean |
The UsersGiftRegistryDataBean returns the unique list of userIds that match both a customer and gift registry.
|