Méthode | Description | |
---|---|---|
PetStore ( ) : System | ||
addAccount ( Account account ) : void | ||
addPurchaseOrder ( |
||
checkCreateAccount ( String login, String password ) : bool | ||
getAccount ( String login ) : Account | ||
getCategories ( ) : PetStoreWeb.Components.Category[] | ||
getPurchaseOrder ( long id ) : |
||
nextPurchaseOrderId ( ) : long |
public addAccount ( Account account ) : void | ||
account | Account | |
Résultat | void |
public addPurchaseOrder ( |
||
order | ||
Résultat | void |
public checkCreateAccount ( String login, String password ) : bool | ||
login | String | |
password | String | |
Résultat | bool |
public getAccount ( String login ) : Account | ||
login | String | |
Résultat | Account |
public getCategories ( ) : PetStoreWeb.Components.Category[] | ||
Résultat | PetStoreWeb.Components.Category[] |
public getPurchaseOrder ( long id ) : |
||
id | long | |
Résultat |