Class TrackAndTraceService
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
public class TrackAndTraceService : ICacheStorage<int, TrackAndTrace>, ICacheStorage<int>, ICacheStorage
- Inheritance
-
Track
And Trace Service
- Implements
- Inherited Members
Methods
ClearCache()
Resets all keys to the default value for objects stored in the object cache
Delete(TrackAndTrace)
Deletes a given track and trace configuration.
Parameters
trackAndTrace
TrackAnd Trace Track and trace configuration to delete.
GetTrackAndTraceById(int)
Gets a track and trace configuration by id.
Parameters
id
intTrack and trace identifier.
Returns
- Track
And Trace An instance of Track
And , if ound; otherwise, null.Trace
GetTrackAndTraces()
Gets all track and trace configurations.
Returns
Save(TrackAndTrace)
Saves a given track and trace configuration.
Parameters
trackAndTrace
TrackAnd Trace Track and trace configuration to save.