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

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

SQL Table Name: Wasabi_Data.Outlet

Property Inventory

Properties

property Address as Wasabi.Data.AddressPersistent;
Property methods: AddressGet(), AddressGetObject(), AddressGetObjectId(), AddressGetStored(), AddressGetSwizzled(), AddressIsValid(), AddressNewObject(), AddressSet(), AddressSetObject(), AddressSetObjectId(), AddressUnSwizzle()
property DefaultPriceCatalog as PriceCatalog;
Property methods: DefaultPriceCatalogGet(), DefaultPriceCatalogGetObject(), DefaultPriceCatalogGetObjectId(), DefaultPriceCatalogGetStored(), DefaultPriceCatalogGetSwizzled(), DefaultPriceCatalogIsValid(), DefaultPriceCatalogNewObject(), DefaultPriceCatalogSet(), DefaultPriceCatalogSetObject(), DefaultPriceCatalogSetObjectId(), DefaultPriceCatalogUnSwizzle()
relationship OPCs as array of Wasabi.Data.OutletPriceCatalog [ InitialExpression = $listbuild("Wasabi.Data.OutletPriceCatalog","Outlet",+$this,"children",1,1) , Transient , Inverse = Outlet , Cardinality = children ];
Property methods: OPCsGet(), OPCsGetObject(), OPCsGetObjectId(), OPCsGetSwizzled(), OPCsIsEmpty(), OPCsIsValid(), OPCsNewObject(), OPCsRClose(), OPCsRExec(), OPCsRFetch(), OPCsRelate(), OPCsSQLCompute(), OPCsSet(), OPCsUnRelate()
relationship OutletProducts as array of Wasabi.Data.OutletProduct [ InitialExpression = $listbuild("Wasabi.Data.OutletProduct","Outlet",+$this,"many",1,1) , Transient , Inverse = Outlet , Cardinality = many ];
Property methods: OutletProductsGet(), OutletProductsGetObject(), OutletProductsGetObjectId(), OutletProductsGetSwizzled(), OutletProductsIsEmpty(), OutletProductsIsValid(), OutletProductsNewObject(), OutletProductsRClose(), OutletProductsRExec(), OutletProductsRFetch(), OutletProductsRelate(), OutletProductsSQLCompute(), OutletProductsSet(), OutletProductsUnRelate()
property Phone as %String;
Property methods: PhoneDisplayToLogical(), PhoneGet(), PhoneGetStored(), PhoneIsValid(), PhoneLogicalToDisplay(), PhoneLogicalToOdbc(), PhoneNormalize(), PhoneSet()

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.Outlet)

^Wasabi.Data.OutletD(ID)
=
%%CLASSNAME
Address
OutletProducts
Phone
DefaultPriceCatalog
FeedbackOpens in a new tab