IDaily |
public interface IDailyNewspaperNumberService : IBusinessService
The IDailyNewspaperNumberService type exposes the following members.
Name | Description | |
---|---|---|
CreatePermanentDailyNewspaperNumber | Adds a new record of DailyNewsPaperNumber to DataBase. | |
CreateTemporaryDailyNewspaperNumber | Adds a new record of DailyNewsPaperNumber to DataBase. | |
DeleteDailyNewspaperNumber | Deletes the DailyNewspaperNumber from the given request object | |
GetActiveDailyNewspaperNumber | Gets the currently active daily newspaper number for a retailer, for some given title/edition/date. | |
GetActiveDailyNewspaperNumberForMultipleEditions | Gets the currently active daily newspaper number for a retailer, for some given title/edition/date. | |
GetActiveDailyNewspaperNumberSum | Gets the sum for all given editions of the currently active daily newspaper numbers of a retailer, for some given title/date. | |
GetActiveDailyNewspaperNumberSumInPeriod | Gets the sum for all given editions of the currently active daily newspaper numbers of a retailer, for some given title/period. | |
GetDailyNewspaperNumberById | Searches the DailyNewspaperNumber for the given ID | |
GetDailyNewspaperNumbersListByRetailerAndTitle | Gets all the DailyNewspaperNumber for the selected Retailer and the Title | |
GetDailyNewspaperNumbersListForRetailer | Gets all the DailyNewspaperNumber for a retailer | |
GetPermanentDailyNewspaperNumberByRetailerNumberTitleAndEdition | Searches the permanent DailyNewspaperNumber for the given RetailerNumber, Title and Edition codes | |
UpdatePermanentDailyNewspaperNumber | Updates the DailyNewspaperNumber from the given request object | |
UpdateTemporaryDailyNewspaperNumber | Updates the DailyNewspaperNumber from the given request object |