C# Class AJH.CMS.Core.Data.CatalogDataMapper

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Private Methods

Method Description
Add ( IEntity entity ) : int
AddOtherLanguage ( IEntity entity ) : void
AddProductCatalog ( int prodcutId, int catalogId, int productOrder ) : void
Delete ( int id ) : void
DeleteLogical ( int id ) : void
DeleteProductCatalog ( int prodcutId, int catalogId ) : void
DeleteProductCatalogByProductID ( int prodcutId ) : void
FillFromReader ( Catalog catalog, System.Data.SqlClient.SqlDataReader reader ) : void
FillFromReaderByProduct ( Catalog catalog, System.Data.SqlClient.SqlDataReader reader ) : void
GetCatalog ( List Catalogs, System.Data.SqlClient.SqlDataReader reader ) : Catalog
GetCatalog ( int id, int languageID ) : Catalog
GetCatalogs ( int portalID, int languageID ) : List
GetCatalogsByProductID ( int productID, int portalID, int languageID ) : List
Update ( IEntity entity ) : void