Click or drag to resize
Infosoft Logo

IRetailerStopService Interface

Defines necessary operations related to retailer Stop.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerStopService : IBusinessService

The IRetailerStopService type exposes the following members.

Methods
 NameDescription
Public methodCreatePermanentRetailerStop Creates a Retailer Stop
Public methodCreateTemporaryRetailerStop Creates a Retailer Stop
Public methodDeleteRetailerStops Deletes a retailer stops.
Public methodDeleteRetailerStopsAfterDate Deletes the all retailer stops for the given retailer and title that occurs/ effective after a given date(inclusive).
Public methodGetRetailerStopById Searches for the Retailer Stop for the given Id.
Public methodGetRetailerStopsForRetailer Gets all retailer stops for the given retailer.
Public methodUpdatePermanentRetailerStop Updates a Permanent Retailer Stop
Public methodUpdateTemporaryRetailerStop Updates a Temporary Retailer Stop
Top
See Also