C# Class Priya.InfoList.Model.DataInfoList

Mostra file Open project: Srid68/Priya.InfoList

Public Methods

Method Description
DeleteLtdInfoCategory ( long infoCategoryId, string &retMessage ) : bool
DeleteLtdInfoDetail ( long infoDetailId, string &retMessage ) : bool
DeleteLtdInfoPage ( long infoPageId, string &retMessage ) : bool
DeleteLtdInfoSection ( long infoSectionId, string &retMessage ) : bool
DeleteLtdSubscriber ( long subscriberId, string &retMessage ) : bool
GetAllActiveLtdInfoCategory ( ) : List
GetAllLtdSubscriber ( long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetCommonPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetCountLtdSubscriberId ( ) : long
GetDefaultLtdInfoCategory ( ) : LTD_InfoCategory
GetLtdInfoCategory ( long infoCategoryId ) : LTD_InfoCategory
GetLtdInfoCategory ( string infoCategoryName ) : LTD_InfoCategory
GetLtdInfoDetail ( long infoDetailId ) : LTD_InfoDetail
GetLtdInfoPage ( long infoPageId ) : LTD_InfoPage
GetLtdInfoSection ( long infoSectionId ) : LTD_InfoSection
GetLtdSubscriber ( long subscriberId ) : LTD_Subscriber
GetLtdSubscriber ( string subscriberEmail ) : LTD_Subscriber
GetMaxLtdInfoCategoryId ( ) : long
GetMaxLtdInfoDetailId ( ) : long
GetMaxLtdInfoPageId ( ) : long
GetMaxLtdInfoSectionId ( ) : long
GetMaxLtdSubscriberId ( ) : long
GetPagedLtdInfoCategory ( long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLtdInfoDetail ( long infoSectionId, bool showActiveOnly, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long filterCreatedUserId, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPagedLtdInfoSection ( long infoPageId, bool showActiveOnly, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetPublicPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long filterCreatedUserId, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
GetUserPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
HaveLtdInfoDetail ( long infoSectionId ) : bool
HaveLtdInfoSection ( long infoPageId ) : bool
SaveLtdInfoCategory ( string infoCategoryName, bool isDefault, bool isActive, long infoCategoryId, string &retMessage ) : long
SaveLtdInfoDetail ( long infoSectionId, string infoDetailName, string infoDetailDescription, bool isActive, bool isDeleted, long sequence, long infoDetailId, string &retMessage ) : long
SaveLtdInfoPage ( string infoPageName, string infoPageDescription, long infoPageCategoryId, long accessGroupId, bool asyncLoading, bool isActive, System.DateTime expiryDate, bool commentable, string commentorRoleList, bool isPublic, bool isCommon, bool isDeleted, long sequence, long infoPageId, string &retMessage ) : long
SaveLtdInfoSection ( long infoPageId, string infoSectionName, string infoSectionDescription, bool isActive, bool isDeleted, long sequence, long infoSectionId, string &retMessage ) : long
SaveLtdSubscriber ( string subscriberEmail, string subscriberMessage, bool isDeleted, long subscriberId, string &retMessage ) : long

Method Details

DeleteLtdInfoCategory() public static method

public static DeleteLtdInfoCategory ( long infoCategoryId, string &retMessage ) : bool
infoCategoryId long
retMessage string
return bool

DeleteLtdInfoDetail() public static method

public static DeleteLtdInfoDetail ( long infoDetailId, string &retMessage ) : bool
infoDetailId long
retMessage string
return bool

DeleteLtdInfoPage() public static method

public static DeleteLtdInfoPage ( long infoPageId, string &retMessage ) : bool
infoPageId long
retMessage string
return bool

DeleteLtdInfoSection() public static method

public static DeleteLtdInfoSection ( long infoSectionId, string &retMessage ) : bool
infoSectionId long
retMessage string
return bool

DeleteLtdSubscriber() public static method

public static DeleteLtdSubscriber ( long subscriberId, string &retMessage ) : bool
subscriberId long
retMessage string
return bool

GetAllActiveLtdInfoCategory() public static method

public static GetAllActiveLtdInfoCategory ( ) : List
return List

GetAllLtdSubscriber() public static method

public static GetAllLtdSubscriber ( long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetCommonPagedLtdInfoPage() public static method

public static GetCommonPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
filterInfoCategoryId long
filterInfoPage string
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetCountLtdSubscriberId() public static method

public static GetCountLtdSubscriberId ( ) : long
return long

GetDefaultLtdInfoCategory() public static method

public static GetDefaultLtdInfoCategory ( ) : LTD_InfoCategory
return Priya.InfoList.Entity.LTD_InfoCategory

GetLtdInfoCategory() public static method

public static GetLtdInfoCategory ( long infoCategoryId ) : LTD_InfoCategory
infoCategoryId long
return Priya.InfoList.Entity.LTD_InfoCategory

GetLtdInfoCategory() public static method

public static GetLtdInfoCategory ( string infoCategoryName ) : LTD_InfoCategory
infoCategoryName string
return Priya.InfoList.Entity.LTD_InfoCategory

GetLtdInfoDetail() public static method

public static GetLtdInfoDetail ( long infoDetailId ) : LTD_InfoDetail
infoDetailId long
return Priya.InfoList.Entity.LTD_InfoDetail

GetLtdInfoPage() public static method

public static GetLtdInfoPage ( long infoPageId ) : LTD_InfoPage
infoPageId long
return Priya.InfoList.Entity.LTD_InfoPage

GetLtdInfoSection() public static method

public static GetLtdInfoSection ( long infoSectionId ) : LTD_InfoSection
infoSectionId long
return Priya.InfoList.Entity.LTD_InfoSection

GetLtdSubscriber() public static method

public static GetLtdSubscriber ( long subscriberId ) : LTD_Subscriber
subscriberId long
return Priya.InfoList.Entity.LTD_Subscriber

GetLtdSubscriber() public static method

public static GetLtdSubscriber ( string subscriberEmail ) : LTD_Subscriber
subscriberEmail string
return Priya.InfoList.Entity.LTD_Subscriber

GetMaxLtdInfoCategoryId() public static method

public static GetMaxLtdInfoCategoryId ( ) : long
return long

GetMaxLtdInfoDetailId() public static method

public static GetMaxLtdInfoDetailId ( ) : long
return long

GetMaxLtdInfoPageId() public static method

public static GetMaxLtdInfoPageId ( ) : long
return long

GetMaxLtdInfoSectionId() public static method

public static GetMaxLtdInfoSectionId ( ) : long
return long

GetMaxLtdSubscriberId() public static method

public static GetMaxLtdSubscriberId ( ) : long
return long

GetPagedLtdInfoCategory() public static method

public static GetPagedLtdInfoCategory ( long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLtdInfoDetail() public static method

public static GetPagedLtdInfoDetail ( long infoSectionId, bool showActiveOnly, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
infoSectionId long
showActiveOnly bool
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLtdInfoPage() public static method

public static GetPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long filterCreatedUserId, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
filterInfoCategoryId long
filterInfoPage string
filterCreatedUserId long
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPagedLtdInfoSection() public static method

public static GetPagedLtdInfoSection ( long infoPageId, bool showActiveOnly, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
infoPageId long
showActiveOnly bool
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetPublicPagedLtdInfoPage() public static method

public static GetPublicPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long filterCreatedUserId, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
filterInfoCategoryId long
filterInfoPage string
filterCreatedUserId long
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

GetUserPagedLtdInfoPage() public static method

public static GetUserPagedLtdInfoPage ( long filterInfoCategoryId, string filterInfoPage, long pageNo, long itemsPerPage, long &totalPages, long &totalItems ) : List
filterInfoCategoryId long
filterInfoPage string
pageNo long
itemsPerPage long
totalPages long
totalItems long
return List

HaveLtdInfoDetail() public static method

public static HaveLtdInfoDetail ( long infoSectionId ) : bool
infoSectionId long
return bool

HaveLtdInfoSection() public static method

public static HaveLtdInfoSection ( long infoPageId ) : bool
infoPageId long
return bool

SaveLtdInfoCategory() public static method

public static SaveLtdInfoCategory ( string infoCategoryName, bool isDefault, bool isActive, long infoCategoryId, string &retMessage ) : long
infoCategoryName string
isDefault bool
isActive bool
infoCategoryId long
retMessage string
return long

SaveLtdInfoDetail() public static method

public static SaveLtdInfoDetail ( long infoSectionId, string infoDetailName, string infoDetailDescription, bool isActive, bool isDeleted, long sequence, long infoDetailId, string &retMessage ) : long
infoSectionId long
infoDetailName string
infoDetailDescription string
isActive bool
isDeleted bool
sequence long
infoDetailId long
retMessage string
return long

SaveLtdInfoPage() public static method

public static SaveLtdInfoPage ( string infoPageName, string infoPageDescription, long infoPageCategoryId, long accessGroupId, bool asyncLoading, bool isActive, System.DateTime expiryDate, bool commentable, string commentorRoleList, bool isPublic, bool isCommon, bool isDeleted, long sequence, long infoPageId, string &retMessage ) : long
infoPageName string
infoPageDescription string
infoPageCategoryId long
accessGroupId long
asyncLoading bool
isActive bool
expiryDate System.DateTime
commentable bool
commentorRoleList string
isPublic bool
isCommon bool
isDeleted bool
sequence long
infoPageId long
retMessage string
return long

SaveLtdInfoSection() public static method

public static SaveLtdInfoSection ( long infoPageId, string infoSectionName, string infoSectionDescription, bool isActive, bool isDeleted, long sequence, long infoSectionId, string &retMessage ) : long
infoPageId long
infoSectionName string
infoSectionDescription string
isActive bool
isDeleted bool
sequence long
infoSectionId long
retMessage string
return long

SaveLtdSubscriber() public static method

public static SaveLtdSubscriber ( string subscriberEmail, string subscriberMessage, bool isDeleted, long subscriberId, string &retMessage ) : long
subscriberEmail string
subscriberMessage string
isDeleted bool
subscriberId long
retMessage string
return long