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.PriceCatalog

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

SQL Table Name: Wasabi_Data.PriceCatalog

Property Inventory

Properties

property Description as %String;
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property EndDate as %TimeStamp;
Property methods: EndDateDisplayToLogical(), EndDateGet(), EndDateGetStored(), EndDateIsValid(), EndDateLogicalToDisplay(), EndDateNormalize(), EndDateOdbcToLogical(), EndDateSet()
relationship Items as array of Wasabi.Data.PriceCatalogItem [ InitialExpression = $listbuild("Wasabi.Data.PriceCatalogItem","PriceCatalog",+$this,"children",1,1) , Transient , Inverse = PriceCatalog , Cardinality = children ];
Property methods: ItemsGet(), ItemsGetObject(), ItemsGetObjectId(), ItemsGetSwizzled(), ItemsIsEmpty(), ItemsIsValid(), ItemsNewObject(), ItemsRClose(), ItemsRExec(), ItemsRFetch(), ItemsRelate(), ItemsSQLCompute(), ItemsSet(), ItemsUnRelate()
property Name as %String;
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
relationship OPCs as array of Wasabi.Data.OutletPriceCatalog [ InitialExpression = $listbuild("Wasabi.Data.OutletPriceCatalog","PriceCatalog",+$this,"many",1,1) , Transient , Inverse = PriceCatalog , Cardinality = many ];
Property methods: OPCsGet(), OPCsGetObject(), OPCsGetObjectId(), OPCsGetSwizzled(), OPCsIsEmpty(), OPCsIsValid(), OPCsNewObject(), OPCsRClose(), OPCsRExec(), OPCsRFetch(), OPCsRelate(), OPCsSQLCompute(), OPCsSet(), OPCsUnRelate()
property StartDate as %TimeStamp;
Property methods: StartDateDisplayToLogical(), StartDateGet(), StartDateGetStored(), StartDateIsValid(), StartDateLogicalToDisplay(), StartDateNormalize(), StartDateOdbcToLogical(), StartDateSet()

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.Data.PriceCatalog)

^Wasabi.Data.PriceCatalogD(ID)
=
%%CLASSNAME
StartDate
EndDate
Name
Description
FeedbackOpens in a new tab