Dashboard > Sample JPetstore > Home > Context
  Sample JPetstore Log In View a printable version of the current page.  
  Context

Added by admin, last edited by Louis Thibault on Jan 22, 2007  (view change)
Labels: 
(None)

 GreenPepperAnonymous access is denied. You must log in to use GreenPepper.
Begin Info

Expected SUT expose one service with the following functionalities:

Account Management

  • Account getAccount(String username);
  • Account getAccount(String username, String password);
  • void insertAccount(Account account);
  • void updateAccount(Account account);
  • List getUsernameList();

Catalog Management

  • List getCategoryList();
  • Category getCategory(String categoryId);
  • List getProductListByCategory(String categoryId);
  • List searchProductList(String keywords);
  • Product getProduct(String productId);
  • List getItemListByProduct(String productId);
  • Item getItem(String itemId);
  • boolean isItemInStock(String itemId);

Order Management

  • void insertOrder(Order order);
  • Order getOrder(int orderId);
  • List getOrdersByUsername(String username);

jpetstore data model

End Info
#renderCommentsWithProfilePics(page: Context v.10 (1021) com.opensymphony.module.sitemesh.parser.FastPage@1a64a4f)
DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.4.3 Build:#705 Mar 21, 2007) - Bug/feature request - Contact Administrators