Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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