C# 클래스 VirtoCommerce.Web.Models.Services.CustomerService

파일 보기 프로젝트 열기: VirtoCommerce/vc-internal 1 사용 예제들

공개 메소드들

메소드 설명
CreateCustomerAsync ( Customer customer ) : Task
CustomerService ( ) : System.Collections.Generic
GetCustomerAsync ( string email, string storeId ) : Task
GetOrderAsync ( string storeId, string customerId, string orderNumber ) : Task
GetOrdersAsync ( string storeId, string customerId, string query, int skip, int take ) : Task
UpdateCustomerAsync ( Customer customer ) : System.Threading.Tasks.Task
UpdateOrderAsync ( VirtoCommerce order ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
GetContactAsync ( string email ) : Task

메소드 상세

CreateCustomerAsync() 공개 메소드

public CreateCustomerAsync ( Customer customer ) : Task
customer VirtoCommerce.Web.Models.Customer
리턴 Task

CustomerService() 공개 메소드

public CustomerService ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetCustomerAsync() 공개 메소드

public GetCustomerAsync ( string email, string storeId ) : Task
email string
storeId string
리턴 Task

GetOrderAsync() 공개 메소드

public GetOrderAsync ( string storeId, string customerId, string orderNumber ) : Task
storeId string
customerId string
orderNumber string
리턴 Task

GetOrdersAsync() 공개 메소드

public GetOrdersAsync ( string storeId, string customerId, string query, int skip, int take ) : Task
storeId string
customerId string
query string
skip int
take int
리턴 Task

UpdateCustomerAsync() 공개 메소드

public UpdateCustomerAsync ( Customer customer ) : System.Threading.Tasks.Task
customer VirtoCommerce.Web.Models.Customer
리턴 System.Threading.Tasks.Task

UpdateOrderAsync() 공개 메소드

public UpdateOrderAsync ( VirtoCommerce order ) : System.Threading.Tasks.Task
order VirtoCommerce
리턴 System.Threading.Tasks.Task