C# Class Kaffeplaneten.BLL.DataCreater

Datei anzeigen Open project: chrban/Webapplikasjoner

Public Methods

Method Description
VaniljeHasselnøtt ( ) : ProductModel
addProduct ( ProductModel productModel ) : void
addProducts ( ) : void
addSuperadmin ( ) : void
createAfterDinnerBlend ( ) : ProductModel
createAstorLibano ( ) : ProductModel
createBrazillianBlend ( ) : ProductModel
createCafedeParis ( ) : ProductModel
createChocoVanilje ( ) : ProductModel
createCostaRicanTarrazu ( ) : ProductModel
createCustomer ( ) : CustomerModel
createEtiopiskMokka ( ) : ProductModel
createExecutiveBlend ( ) : ProductModel
createIndianMysore ( ) : ProductModel
createIrishCream ( ) : ProductModel
createKoffeinfriEspresso ( ) : ProductModel
createKoffeinfriKaffe ( ) : ProductModel
createMayfairBlend ( ) : ProductModel
createMexicanCoffee ( ) : ProductModel
createNutCream ( ) : ProductModel
createOldBrownJava ( ) : ProductModel
createOrder ( ) : OrderModel
createPrimeHonduras ( ) : ProductModel
createSuperEmployee ( ) : EmployeeModel
createSuperUser ( ) : UserModel
deleteCustomerTest ( int id ) : bool
editCustomer ( CustomerModel customerModel ) : bool
getRandomImage ( ) : string
main ( String args ) : void

Private Methods

Method Description
createHash ( string incPassword ) : byte[]

Method Details

VaniljeHasselnøtt() public static method

public static VaniljeHasselnøtt ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

addProduct() public static method

public static addProduct ( ProductModel productModel ) : void
productModel Kaffeplaneten.Models.ProductModel
return void

addProducts() public static method

public static addProducts ( ) : void
return void

addSuperadmin() public static method

public static addSuperadmin ( ) : void
return void

createAfterDinnerBlend() public static method

public static createAfterDinnerBlend ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createAstorLibano() public static method

public static createAstorLibano ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createBrazillianBlend() public static method

public static createBrazillianBlend ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createCafedeParis() public static method

public static createCafedeParis ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createChocoVanilje() public static method

public static createChocoVanilje ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createCostaRicanTarrazu() public static method

public static createCostaRicanTarrazu ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createCustomer() public static method

public static createCustomer ( ) : CustomerModel
return Kaffeplaneten.Models.CustomerModel

createEtiopiskMokka() public static method

public static createEtiopiskMokka ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createExecutiveBlend() public static method

public static createExecutiveBlend ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createIndianMysore() public static method

public static createIndianMysore ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createIrishCream() public static method

public static createIrishCream ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createKoffeinfriEspresso() public static method

public static createKoffeinfriEspresso ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createKoffeinfriKaffe() public static method

public static createKoffeinfriKaffe ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createMayfairBlend() public static method

public static createMayfairBlend ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createMexicanCoffee() public static method

public static createMexicanCoffee ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createNutCream() public static method

public static createNutCream ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createOldBrownJava() public static method

public static createOldBrownJava ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createOrder() public static method

public static createOrder ( ) : OrderModel
return Kaffeplaneten.Models.OrderModel

createPrimeHonduras() public static method

public static createPrimeHonduras ( ) : ProductModel
return Kaffeplaneten.Models.ProductModel

createSuperEmployee() public static method

public static createSuperEmployee ( ) : EmployeeModel
return Kaffeplaneten.Models.EmployeeModel

createSuperUser() public static method

public static createSuperUser ( ) : UserModel
return Kaffeplaneten.Models.UserModel

deleteCustomerTest() public static method

public static deleteCustomerTest ( int id ) : bool
id int
return bool

editCustomer() public static method

public static editCustomer ( CustomerModel customerModel ) : bool
customerModel Kaffeplaneten.Models.CustomerModel
return bool

getRandomImage() public static method

public static getRandomImage ( ) : string
return string

main() public static method

public static main ( String args ) : void
args String
return void