%BI.UserObjList
persistent class %BI.UserObjList extends %Library.Persistent
SQL Table Name: %BI.UserObjList
Property Inventory
Properties
property ObjectId as %String [ Required ];
Property methods: ObjectIdDisplayToLogical(), ObjectIdGet(), ObjectIdGetStored(), ObjectIdIsValid(), ObjectIdLogicalToDisplay(), ObjectIdLogicalToOdbc(), ObjectIdNormalize(), ObjectIdSet()
property ObjectImg as %String;
Property methods: ObjectImgDisplayToLogical(), ObjectImgGet(), ObjectImgGetStored(), ObjectImgIsValid(), ObjectImgLogicalToDisplay(), ObjectImgLogicalToOdbc(), ObjectImgNormalize(), ObjectImgSet()
property ObjectType as %String [ Required ];
Property methods: ObjectTypeDisplayToLogical(), ObjectTypeGet(), ObjectTypeGetStored(), ObjectTypeIsValid(), ObjectTypeLogicalToDisplay(), ObjectTypeLogicalToOdbc(), ObjectTypeNormalize(), ObjectTypeSet()
property UserId as %String [ Required ];
Property methods: UserIdDisplayToLogical(), UserIdGet(), UserIdGetStored(), UserIdIsValid(), UserIdLogicalToDisplay(), UserIdLogicalToOdbc(), UserIdNormalize(), UserIdSet()
Queries
query ListAll(ID As %String)
SQL Query:
SELECT UserId, ObjectId, ObjectType, ObjectImg FROM %BI.UserObjList where UserId = :ID order By ObjectId
SELECT UserId, ObjectId, ObjectType, ObjectImg FROM %BI.UserObjList where UserId = :ID order By ObjectId
Indexes
index (Idx on UserId);
Index methods: IdxExists()
index (idkey on ObjectId,ObjectType,UserId) [IdKey, Type = key, Unique];
Index methods: idkeyCheck(), idkeyDelete(), idkeyExists(), idkeyOpen(), idkeySQLCheckUnique(), idkeySQLExists(), idkeySQLFindPKeyByConstraint(), idkeySQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
Storage
Storage Model: CacheStorage (%BI.UserObjList)
^BI.UserObjListD(ID) | = | %%CLASSNAME
ObjectId
ObjectType
UserId
ObjectImg
|