C# Class Kaffeplaneten.BLL.OrderBLL

Mostrar archivo Open project: chrban/Webapplikasjoner Class Usage Examples

Public Methods

Method Description
OrderBLL ( ) : System
OrderBLL ( IOrderDAL iOrderDAL ) : System
add ( OrderModel orderModel ) : bool
allOrders ( ) : List
cancelOrder ( int nr ) : bool
find ( int nr ) : OrderModel
findOrders ( CustomerModel customerModel ) : List
findOrders ( int id ) : List

Method Details

OrderBLL() public method

public OrderBLL ( ) : System
return System

OrderBLL() public method

public OrderBLL ( IOrderDAL iOrderDAL ) : System
iOrderDAL IOrderDAL
return System

add() public method

public add ( OrderModel orderModel ) : bool
orderModel Kaffeplaneten.Models.OrderModel
return bool

allOrders() public method

public allOrders ( ) : List
return List

cancelOrder() public method

public cancelOrder ( int nr ) : bool
nr int
return bool

find() public method

public find ( int nr ) : OrderModel
nr int
return Kaffeplaneten.Models.OrderModel

findOrders() public method

public findOrders ( CustomerModel customerModel ) : List
customerModel Kaffeplaneten.Models.CustomerModel
return List

findOrders() public method

public findOrders ( int id ) : List
id int
return List