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?

HoleFoods.Cube.StarProduct

persistent class HoleFoods.Cube.StarProduct extends %DeepSee.DimensionTable

SQL Table Name: HoleFoods_Cube.StarProduct

Dimension table for cube 'HoleFoods' THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Generator:%CreateStarTable.

This class was generated by : HoleFoods.Cube.CLS

Property Inventory

Method Inventory

Parameters

parameter CUBENAME = HoleFoods;
Inherited description: Name of the cube that created this dimension table.
parameter DESCRIPTIONPROPERTY = DxSKUViaProduct;
parameter KEYPROPERTY = DxProduct;

Properties

property Dx3346571774 as %String (MAXLEN = 2000);
Dimension property: Dx3346571774
Source: %source.Product.Price*%source.Product.Price
Property methods: Dx3346571774DisplayToLogical(), Dx3346571774Get(), Dx3346571774GetStored(), Dx3346571774IsValid(), Dx3346571774LogicalToDisplay(), Dx3346571774LogicalToOdbc(), Dx3346571774Normalize(), Dx3346571774Set()
property DxCategoryViaProduct as HoleFoods.Cube.StarCategoryViaProduct [ Required ];
Dimension property: DxCategoryViaProduct
Source: Product.Category
Property methods: DxCategoryViaProductGet(), DxCategoryViaProductGetObject(), DxCategoryViaProductGetObjectId(), DxCategoryViaProductGetStored(), DxCategoryViaProductGetSwizzled(), DxCategoryViaProductIsValid(), DxCategoryViaProductNewObject(), DxCategoryViaProductSet(), DxCategoryViaProductSetObject(), DxCategoryViaProductSetObjectId(), DxCategoryViaProductUnSwizzle()
property DxPriceViaProduct as %Numeric (SCALE = 2);
Dimension property: DxPriceViaProduct
Source: Product.Price
Property methods: DxPriceViaProductDisplayToLogical(), DxPriceViaProductGet(), DxPriceViaProductGetStored(), DxPriceViaProductIsValid(), DxPriceViaProductLogicalToDisplay(), DxPriceViaProductNormalize(), DxPriceViaProductSet()
property DxProduct as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Required ];
Dimension property: DxProduct
Source: Product
Property methods: DxProductDisplayToLogical(), DxProductGet(), DxProductGetStored(), DxProductLogicalToDisplay(), DxProductLogicalToOdbc(), DxProductNormalize(), DxProductSet()
property DxSKUViaProduct as %String (MAXLEN = 2000);
Dimension property: DxSKUViaProduct
Source: Product.SKU
Property methods: DxSKUViaProductDisplayToLogical(), DxSKUViaProductGet(), DxSKUViaProductGetStored(), DxSKUViaProductIsValid(), DxSKUViaProductLogicalToDisplay(), DxSKUViaProductLogicalToOdbc(), DxSKUViaProductNormalize(), DxSKUViaProductSet()
property DxrNameViaProduct as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Calculated ];
Dimension property: DxrNameViaProduct
Source: Product.Name
Property methods: DxrNameViaProductCompute(), DxrNameViaProductDisplayToLogical(), DxrNameViaProductGet(), DxrNameViaProductIsValid(), DxrNameViaProductLogicalToDisplay(), DxrNameViaProductLogicalToOdbc(), DxrNameViaProductNormalize(), DxrNameViaProductSQLCompute()

Methods

classmethod %Count() as %Integer
Return the total number of members within this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %FetchDxrNameViaProduct(pKey As %String) as %String
Fetch the current value of %FetchDxrNameViaProduct.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetDimensionProperty(pProp As %String, pID As %String, Output pFormat As %String, Output pType As %String) as %String
Fetch the value of a given dimension property.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetMemberSpec(pMemberId As %String, pCubeName As %String, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer) as %String
Return the specification string for the given member.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod DxProductIsValid(pArg As %String) as %Status
Validate the KEY value for this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Primary on DxCategoryViaProduct,DxProduct) [Unique];
Index methods: PrimaryCheck(), PrimaryCheckUnique(), PrimaryDelete(), PrimaryExists(), PrimaryOpen(), PrimarySQLCheckUnique(), PrimarySQLExists(), PrimarySQLFindPKeyByConstraint(), PrimarySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (HoleFoods.Cube.StarProduct)

^DeepSee.Dimension("HOLEFOODS.CUBE.STARPRODUCT")(ID)
=
%%CLASSNAME
Dx3346571774
DxCategoryViaProduct
DxPriceViaProduct
DxProduct
DxSKUViaProduct
FeedbackOpens in a new tab