The DCS-CSR-UI module’s /atg/commerce/custsvc/ui/fragments/gift/
GiftlistDetailsViewDefault
page fragment displays list information.

$class=atg.web.PageFragment
URL=/include/gift/giftlist/giftlistDetailsViewUIFragment.jsp
servletContext=DCS-CSR

The JSP displays the following information:

When items are contained within gift or wish lists , they are displayed in one of two components that use the servlet bean atg.svc.agent.ui.tables.TableConfiguration. The components are located in the /atg/commerce/custsvc/ui/tables/gift/ directory:

List

View Results

Edit Results

Gift Lists

/giftlist/GiftlistViewResultsTable

/giftlist/GiftlistEditResultsTable

Wish Lists

/wishlist/WishlistViewResultsTable

/wishlist/WishlistEditResultsTable

The following is an example of the GiftlistViewResultsTable:

$class=atg.svc.agent.ui.tables.TableConfiguration
$scope=global
columns=\
        /atg/commerce/custsvc/ui/tables/gift/giftlist/Site,\
        /atg/commerce/custsvc/ui/tables/gift/giftlist/ItemImage,\
        /atg/commerce/custsvc/ui/tables/gift/giftlist/ItemDescription,\
        /atg/commerce/custsvc/ui/tables/gift/giftlist/Desired,\
        /atg/commerce/custsvc/ui/tables/gift/giftlist/Purchased

tablePath=/atg/commerce/custsvc/ui/tables/gift/giftlist/GiftlistViewResultsTable
tablePage=/atg/commerce/custsvc/ui/tables/gift/giftlist/GiftlistTablePage

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices