40414243444546
catList.add("BIRDS"); CATEGORY_LIST = Collections.unmodifiableList(catList); } public AccountBean() { this(new AccountService(), new CatalogService()); }
17181920212223
private Cart cart = new Cart(); private String workingItemId; private String pageDirection; public CartBean() { this(new CatalogService()); }
24252627282930
private String itemId; private Item item; private PaginatedList itemList; public CatalogBean() { this(new CatalogService()); }
39404142434445
16171819202122
private Cart cart = new Cart(); private String workingItemId; private String pageDirection; public CartBean() { this (new CatalogService()); }