C# Class Kaffeplaneten.BLL.DataCreater

Afficher le fichier Open project: chrban/Webapplikasjoner

Méthodes publiques

Méthode 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

Méthode Description
createHash ( string incPassword ) : byte[]

Method Details

VaniljeHasselnøtt() public static méthode

public static VaniljeHasselnøtt ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

addProduct() public static méthode

public static addProduct ( ProductModel productModel ) : void
productModel Kaffeplaneten.Models.ProductModel
Résultat void

addProducts() public static méthode

public static addProducts ( ) : void
Résultat void

addSuperadmin() public static méthode

public static addSuperadmin ( ) : void
Résultat void

createAfterDinnerBlend() public static méthode

public static createAfterDinnerBlend ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createAstorLibano() public static méthode

public static createAstorLibano ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createBrazillianBlend() public static méthode

public static createBrazillianBlend ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createCafedeParis() public static méthode

public static createCafedeParis ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createChocoVanilje() public static méthode

public static createChocoVanilje ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createCostaRicanTarrazu() public static méthode

public static createCostaRicanTarrazu ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createCustomer() public static méthode

public static createCustomer ( ) : CustomerModel
Résultat Kaffeplaneten.Models.CustomerModel

createEtiopiskMokka() public static méthode

public static createEtiopiskMokka ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createExecutiveBlend() public static méthode

public static createExecutiveBlend ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createIndianMysore() public static méthode

public static createIndianMysore ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createIrishCream() public static méthode

public static createIrishCream ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createKoffeinfriEspresso() public static méthode

public static createKoffeinfriEspresso ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createKoffeinfriKaffe() public static méthode

public static createKoffeinfriKaffe ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createMayfairBlend() public static méthode

public static createMayfairBlend ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createMexicanCoffee() public static méthode

public static createMexicanCoffee ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createNutCream() public static méthode

public static createNutCream ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createOldBrownJava() public static méthode

public static createOldBrownJava ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createOrder() public static méthode

public static createOrder ( ) : OrderModel
Résultat Kaffeplaneten.Models.OrderModel

createPrimeHonduras() public static méthode

public static createPrimeHonduras ( ) : ProductModel
Résultat Kaffeplaneten.Models.ProductModel

createSuperEmployee() public static méthode

public static createSuperEmployee ( ) : EmployeeModel
Résultat Kaffeplaneten.Models.EmployeeModel

createSuperUser() public static méthode

public static createSuperUser ( ) : UserModel
Résultat Kaffeplaneten.Models.UserModel

deleteCustomerTest() public static méthode

public static deleteCustomerTest ( int id ) : bool
id int
Résultat bool

editCustomer() public static méthode

public static editCustomer ( CustomerModel customerModel ) : bool
customerModel Kaffeplaneten.Models.CustomerModel
Résultat bool

getRandomImage() public static méthode

public static getRandomImage ( ) : string
Résultat string

main() public static méthode

public static main ( String args ) : void
args String
Résultat void