Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Wasabi.ProductManagement.Data.Product

persistent class Wasabi.ProductManagement.Data.Product extends %Library.Persistent

SQL Table Name: Wasabi_ProductManagement_Data.Product

************************* *** STUBBED OUT CLASS *** *************************

Property Inventory

Properties

property ProductName as %String;
Property methods: ProductNameDisplayToLogical(), ProductNameGet(), ProductNameGetStored(), ProductNameIsValid(), ProductNameLogicalToDisplay(), ProductNameLogicalToOdbc(), ProductNameNormalize(), ProductNameSet()
property ProductPrice as %Float;
Property methods: ProductPriceDisplayToLogical(), ProductPriceGet(), ProductPriceGetStored(), ProductPriceIsValid(), ProductPriceLogicalToDisplay(), ProductPriceNormalize(), ProductPriceSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Wasabi.ProductManagement.Data.Product)

^Wasabi.ProductManaAC89.ProductD(ID)
=
%%CLASSNAME
ProductName
ProductPrice
FeedbackOpens in a new tab