C# Class EPiServerSiteCMS.Business.ProductBL

Inheritance: IProductBL
显示文件 Open project: Techromix/Internship

Public Methods

Method Description
GetAVariant ( EPiServer.Core.ContentReference contentReference ) : NikeVariant
GetAllVariantsForAllProducts ( ) : List
GetAllVariantsForProduct ( NikeProduct currentPage ) : List
GetAssetUrlsForVariant ( NikeVariant variant ) : List
GetVariantPrice ( string code ) : decimal
ProductBL ( ) : System

Private Methods

Method Description
GetMediaUrl ( CommerceMedia media ) : string

Method Details

GetAVariant() public method

public GetAVariant ( EPiServer.Core.ContentReference contentReference ) : NikeVariant
contentReference EPiServer.Core.ContentReference
return NikeVariant

GetAllVariantsForAllProducts() public method

public GetAllVariantsForAllProducts ( ) : List
return List

GetAllVariantsForProduct() public method

public GetAllVariantsForProduct ( NikeProduct currentPage ) : List
currentPage EPiServerSiteCMS.Models.Catalog.NikeProduct
return List

GetAssetUrlsForVariant() public method

public GetAssetUrlsForVariant ( NikeVariant variant ) : List
variant NikeVariant
return List

GetVariantPrice() public method

public GetVariantPrice ( string code ) : decimal
code string
return decimal

ProductBL() public method

public ProductBL ( ) : System
return System