WishlistRepository Class
Provides access to Wishlist items, which can be found in iWeb under CRM->Individual->Misc->Wish list
Namespace: Ignition.Commerce.Products.WishlistsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class WishlistRepository : ICachingRepository
Public Class WishlistRepository
Implements ICachingRepository
public ref class WishlistRepository : ICachingRepository
type WishlistRepository =
class
interface ICachingRepository
end
- Inheritance
- Object WishlistRepository
- Implements
- ICachingRepository
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
|