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.Data.PriceCatalogItem

persistent class Wasabi.Data.PriceCatalogItem extends %Library.Persistent

SQL Table Name: Wasabi_Data.PriceCatalogItem

Property Inventory

Properties

property Price as %Float;
Property methods: PriceDisplayToLogical(), PriceGet(), PriceGetStored(), PriceIsValid(), PriceLogicalToDisplay(), PriceNormalize(), PriceSet()
relationship PriceCatalog as Wasabi.Data.PriceCatalog [ Required , Inverse = Items , Cardinality = parent ];
Property methods: PriceCatalogGet(), PriceCatalogGetObject(), PriceCatalogGetObjectId(), PriceCatalogGetStored(), PriceCatalogGetSwizzled(), PriceCatalogIsValid(), PriceCatalogNewObject(), PriceCatalogOnDelete(), PriceCatalogRClose(), PriceCatalogRExec(), PriceCatalogRFetch(), PriceCatalogRelate(), PriceCatalogSQLCompute(), PriceCatalogSet(), PriceCatalogSetObject(), PriceCatalogSetObjectId(), PriceCatalogUnRelate(), PriceCatalogUnSwizzle()
property Product as Product;
Property methods: ProductGet(), ProductGetObject(), ProductGetObjectId(), ProductGetStored(), ProductGetSwizzled(), ProductIsValid(), ProductNewObject(), ProductSet(), ProductSetObject(), ProductSetObjectId(), ProductUnSwizzle()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (ProductIndex on PriceCatalog,Product) [Unique];
Index methods: ProductIndexCheck(), ProductIndexCheckUnique(), ProductIndexDelete(), ProductIndexExists(), ProductIndexOpen(), ProductIndexSQLCheckUnique(), ProductIndexSQLExists(), ProductIndexSQLFindPKeyByConstraint(), ProductIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Wasabi.Data.PriceCatalogItem)

{%%PARENT}("Items")(ID)
=
%%CLASSNAME
Product
Price
FeedbackOpens in a new tab