WishlistRepository Class

Provides access to Wishlist items, which can be found in iWeb under CRM->Individual->Misc->Wish list

Definition

Namespace: Ignition.Commerce.Products.Wishlists
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class WishlistRepository : ICachingRepository
Inheritance
Object    WishlistRepository
Implements
ICachingRepository

Constructors

WishlistRepository Default constructor

Methods

ClearCache Clears all cached data associated with this repository, for both top-level entities and all sub-entities to ensure that subsequent calls to the repository will retrieve fresh data.
GetByCustomer Retrieves the complete wishlist of a given customer
Save Saves changes made to a given customer's wishlist

See Also