Skip navigation links
B C D F G O P S 

B

Bill - Class in ch.e2e.examples.list
The bill for a list of ordered products.
Bill() - Constructor for class ch.e2e.examples.list.Bill
 

C

ch.e2e.examples.list - package ch.e2e.examples.list
This package contains all classes used in the JavaCollections example of the E2E Bridge Java AddOn.
Customer - Class in ch.e2e.examples.list
Contains all informations about a customer.
Customer() - Constructor for class ch.e2e.examples.list.Customer
 
CustomerDB - Class in ch.e2e.examples.list
Holds the list of all customers.

D

Description - Class in ch.e2e.examples.list
Name, short and detailed description of a product.
Description() - Constructor for class ch.e2e.examples.list.Description
 

F

findCustomer(String) - Method in class ch.e2e.examples.list.CustomerDB
Returns the customer for a given customer id.
findProduct(String) - Method in class ch.e2e.examples.list.ProductDB
Returns the product for a given product id.

G

getAllProductIds() - Method in class ch.e2e.examples.list.ProductDB
Returns all existing product ids.
getAllProductIds() - Static method in class ch.e2e.examples.list.ProductList
Returns all existing product ids.
getCustomer() - Method in class ch.e2e.examples.list.Bill
Returns the customer ordering these products.
getDate() - Method in class ch.e2e.examples.list.Bill
Returns the date of the bill.
getDescription() - Method in class ch.e2e.examples.list.Product
Returns the description of the product.
getDetailedDescription() - Method in class ch.e2e.examples.list.Description
Returns the detailed description of the product.
getId() - Method in class ch.e2e.examples.list.Customer
Returns the id of the customer.
getId() - Method in class ch.e2e.examples.list.Product
Returns the id of the product.
getInstance() - Static method in class ch.e2e.examples.list.CustomerDB
Returns the instance of this class.
getInstance() - Static method in class ch.e2e.examples.list.ProductDB
Returns the instance of this class.
getName() - Method in class ch.e2e.examples.list.Customer
Returns the name of the customer.
getName() - Method in class ch.e2e.examples.list.Description
Returns the name of the product.
getPostalCode() - Method in class ch.e2e.examples.list.Customer
Returns the postalcode of the town the customer lives.
getPrice() - Method in class ch.e2e.examples.list.Product
Returns the price of the product.
getProductId() - Method in class ch.e2e.examples.list.ProductOrder
Returns the id of the product to order.
getProductOrders() - Method in class ch.e2e.examples.list.Bill
Returns the list of ids and quantity of the ordered products.
getProducts() - Method in class ch.e2e.examples.list.Bill
Returns the products ordered by the customer.
getProducts(List<String>) - Static method in class ch.e2e.examples.list.ProductList
Returns the products, found for the list of product ids.
getQuantity() - Method in class ch.e2e.examples.list.ProductOrder
Returns the quantity of the ordered product.
getShortDescription() - Method in class ch.e2e.examples.list.Description
Returns the short description of the product.
getStreet() - Method in class ch.e2e.examples.list.Customer
Returns the street the customer lives.
getTotal() - Method in class ch.e2e.examples.list.Bill
Returns the total amount to pay.
getTown() - Method in class ch.e2e.examples.list.Customer
Returns the town the customer lives.

O

Order - Class in ch.e2e.examples.list
With this class you can order a list of Products.
Order() - Constructor for class ch.e2e.examples.list.Order
 
order(List<ProductOrder>, String) - Static method in class ch.e2e.examples.list.Order
Sends an order to the server and receives the bill for this order.

P

Product - Class in ch.e2e.examples.list
Contains the id, description and price of a product.
Product() - Constructor for class ch.e2e.examples.list.Product
 
ProductDB - Class in ch.e2e.examples.list
Holds the list of all products.
ProductList - Class in ch.e2e.examples.list
The class to handle with the existing products.
ProductList() - Constructor for class ch.e2e.examples.list.ProductList
 
ProductOrder - Class in ch.e2e.examples.list
The id and quantity of a product to order.
ProductOrder() - Constructor for class ch.e2e.examples.list.ProductOrder
 

S

setCustomer(Customer) - Method in class ch.e2e.examples.list.Bill
Sets the customer ordering these products.
setDate(GregorianCalendar) - Method in class ch.e2e.examples.list.Bill
Set the date of the bill.
setDescription(Description) - Method in class ch.e2e.examples.list.Product
Sets the description of the product.
setDetailedDescription(String) - Method in class ch.e2e.examples.list.Description
Sets the detailed description of the product.
setId(String) - Method in class ch.e2e.examples.list.Customer
Sets the id of the customer.
setId(String) - Method in class ch.e2e.examples.list.Product
Sets the id of the product.
setName(String) - Method in class ch.e2e.examples.list.Customer
Sets the name of the customer.
setName(String) - Method in class ch.e2e.examples.list.Description
Sets the name of the product.
setPostalCode(String) - Method in class ch.e2e.examples.list.Customer
Sets the postalcode of the town the customer lives.
setPrice(double) - Method in class ch.e2e.examples.list.Product
Sets the price of the product.
setProductId(String) - Method in class ch.e2e.examples.list.ProductOrder
Sets the id of the product to order.
setProductOrders(List<ProductOrder>) - Method in class ch.e2e.examples.list.Bill
Sets the list of ids and quantity of the ordered products.
setProducts(List<Product>) - Method in class ch.e2e.examples.list.Bill
Sets the products ordered by the customer.
setQuantity(int) - Method in class ch.e2e.examples.list.ProductOrder
Sets the quantity of the ordered product.
setShortDescription(String) - Method in class ch.e2e.examples.list.Description
Sets the short description of the product.
setStreet(String) - Method in class ch.e2e.examples.list.Customer
Sets the street the customer lives.
setTotal(double) - Method in class ch.e2e.examples.list.Bill
Sets the total amount to pay.
setTown(String) - Method in class ch.e2e.examples.list.Customer
Sets the town the customer lives.
B C D F G O P S 
Skip navigation links