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

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

Private Methods

Method Description
Add ( IEntity entity ) : int
Delete ( int ID ) : void
DeleteLogical ( int ID ) : void
FillFromReader ( Gallery gallery, System.Data.SqlClient.SqlDataReader reader ) : void
GetGallery ( List gallerys, System.Data.SqlClient.SqlDataReader reader ) : Gallery
GetGallery ( int GalleryID ) : Gallery
GetGalleryByParentObjIdAndLanguageId ( int parentObjID, int languageID ) : Gallery
GetGallerys ( ) : List
GetGallerys ( int CategoryID, CMSEnums GalleryType ) : List
GetGallerys ( int PortalID, int LanguageID, CMSEnums GalleryType ) : List
GetGallerysPublishXML ( int CategoryID, CMSEnums GalleryType, int RowFrom, int RowTo, int &TotalCount ) : string
GetParentObjGallerysByCategoryID ( int CategoryID, CMSEnums GalleryType ) : List
Update ( IEntity entity ) : void