Method | Description | |
---|---|---|
CheckoutAttributeService ( ICacheManager cacheManager, IRepository |
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
|
public CheckoutAttributeService ( ICacheManager cacheManager, IRepository |
||
cacheManager | ICacheManager | Cache manager |
checkoutAttributeRepository | IRepository |
Checkout attribute repository |
checkoutAttributeValueRepository | IRepository |
Checkout attribute value repository |
eventPublisher | IEventPublisher | Event published |
return | System |
public DeleteCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void | ||
checkoutAttribute | Nop.Core.Domain.Orders.CheckoutAttribute | Checkout attribute |
return | void |
public DeleteCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void | ||
checkoutAttributeValue | Nop.Core.Domain.Orders.CheckoutAttributeValue | Checkout attribute value |
return | void |
public GetCheckoutAttributeById ( int checkoutAttributeId ) : Nop.Core.Domain.Orders.CheckoutAttribute | ||
checkoutAttributeId | int | Checkout attribute identifier |
return | Nop.Core.Domain.Orders.CheckoutAttribute |
public GetCheckoutAttributeValueById ( int checkoutAttributeValueId ) : Nop.Core.Domain.Orders.CheckoutAttributeValue | ||
checkoutAttributeValueId | int | Checkout attribute value identifier |
return | Nop.Core.Domain.Orders.CheckoutAttributeValue |
public GetCheckoutAttributeValues ( int checkoutAttributeId ) : IList |
||
checkoutAttributeId | int | The checkout attribute identifier |
return | IList |
public InsertCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void | ||
checkoutAttribute | Nop.Core.Domain.Orders.CheckoutAttribute | Checkout attribute |
return | void |
public InsertCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void | ||
checkoutAttributeValue | Nop.Core.Domain.Orders.CheckoutAttributeValue | Checkout attribute value |
return | void |
public UpdateCheckoutAttribute ( Nop.Core.Domain.Orders.CheckoutAttribute checkoutAttribute ) : void | ||
checkoutAttribute | Nop.Core.Domain.Orders.CheckoutAttribute | Checkout attribute |
return | void |
public UpdateCheckoutAttributeValue ( Nop.Core.Domain.Orders.CheckoutAttributeValue checkoutAttributeValue ) : void | ||
checkoutAttributeValue | Nop.Core.Domain.Orders.CheckoutAttributeValue | Checkout attribute value |
return | void |