Method | 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 addPurchaseOrder ( |
||
order | ||
return | void |
public checkCreateAccount ( String login, String password ) : bool | ||
login | String | |
password | String | |
return | bool |
public getCategories ( ) : PetStoreWeb.Components.Category[] | ||
return | PetStoreWeb.Components.Category[] |
public getPurchaseOrder ( long id ) : |
||
id | long | |
return |