C# 클래스 Nop.Services.Orders.CheckoutAttributeService

Checkout attribute service
상속: ICheckoutAttributeService
파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
CheckoutAttributeService ( ICacheManager cacheManager, IRepository checkoutAttributeRepository, IRepository checkoutAttributeValueRepository, IEventPublisher eventPublisher ) : System

Ctor

DeleteCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void

Deletes a checkout attribute

DeleteCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void

Deletes a checkout attribute value

GetAllCheckoutAttributes ( ) : IList

Gets all checkout attributes

GetCheckoutAttributeById ( int checkoutAttributeId ) : Nop.Core.Domain.Orders.CheckoutAttribute

Gets a checkout attribute

GetCheckoutAttributeValueById ( int checkoutAttributeValueId ) : Nop.Core.Domain.Orders.CheckoutAttributeValue

Gets a checkout attribute value

GetCheckoutAttributeValues ( int checkoutAttributeId ) : IList

Gets checkout attribute values by checkout attribute identifier

InsertCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void

Inserts a checkout attribute

InsertCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void

Inserts a checkout attribute value

UpdateCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void

Updates the checkout attribute

UpdateCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void

Updates the checkout attribute value

메소드 상세

CheckoutAttributeService() 공개 메소드

Ctor
public CheckoutAttributeService ( ICacheManager cacheManager, IRepository checkoutAttributeRepository, IRepository checkoutAttributeValueRepository, IEventPublisher eventPublisher ) : System
cacheManager ICacheManager Cache manager
checkoutAttributeRepository IRepository Checkout attribute repository
checkoutAttributeValueRepository IRepository Checkout attribute value repository
eventPublisher IEventPublisher Event published
리턴 System

DeleteCheckoutAttribute() 공개 메소드

Deletes a checkout attribute
public DeleteCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void
checkoutAttribute Nop.Core.Domain.Orders.CheckoutAttribute Checkout attribute
리턴 void

DeleteCheckoutAttributeValue() 공개 메소드

Deletes a checkout attribute value
public DeleteCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void
checkoutAttributeValue Nop.Core.Domain.Orders.CheckoutAttributeValue Checkout attribute value
리턴 void

GetAllCheckoutAttributes() 공개 메소드

Gets all checkout attributes
public GetAllCheckoutAttributes ( ) : IList
리턴 IList

GetCheckoutAttributeById() 공개 메소드

Gets a checkout attribute
public GetCheckoutAttributeById ( int checkoutAttributeId ) : Nop.Core.Domain.Orders.CheckoutAttribute
checkoutAttributeId int Checkout attribute identifier
리턴 Nop.Core.Domain.Orders.CheckoutAttribute

GetCheckoutAttributeValueById() 공개 메소드

Gets a checkout attribute value
public GetCheckoutAttributeValueById ( int checkoutAttributeValueId ) : Nop.Core.Domain.Orders.CheckoutAttributeValue
checkoutAttributeValueId int Checkout attribute value identifier
리턴 Nop.Core.Domain.Orders.CheckoutAttributeValue

GetCheckoutAttributeValues() 공개 메소드

Gets checkout attribute values by checkout attribute identifier
public GetCheckoutAttributeValues ( int checkoutAttributeId ) : IList
checkoutAttributeId int The checkout attribute identifier
리턴 IList

InsertCheckoutAttribute() 공개 메소드

Inserts a checkout attribute
public InsertCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void
checkoutAttribute Nop.Core.Domain.Orders.CheckoutAttribute Checkout attribute
리턴 void

InsertCheckoutAttributeValue() 공개 메소드

Inserts a checkout attribute value
public InsertCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void
checkoutAttributeValue Nop.Core.Domain.Orders.CheckoutAttributeValue Checkout attribute value
리턴 void

UpdateCheckoutAttribute() 공개 메소드

Updates the checkout attribute
public UpdateCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void
checkoutAttribute Nop.Core.Domain.Orders.CheckoutAttribute Checkout attribute
리턴 void

UpdateCheckoutAttributeValue() 공개 메소드

Updates the checkout attribute value
public UpdateCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void
checkoutAttributeValue Nop.Core.Domain.Orders.CheckoutAttributeValue Checkout attribute value
리턴 void