DocBook|Search
Class Reference
%BI.WebContacts
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [WebContacts]
Private  Storage  

persistent class %BI.WebContacts extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 1 2


Summary

Properties
Company Descp Email FName Fax
GroupCon Name Tel UsdID

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %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
%ValidateObject


Properties

• property Company as %String(TRUNCATE=1);
• property Descp as %String(TRUNCATE=1);
• property Email as %String(TRUNCATE=1);
• property FName as %String(TRUNCATE=1);
• property Fax as %String(TRUNCATE=1);
• property GroupCon as %String(TRUNCATE=1);
• property Name as %String(TRUNCATE=1);
• property Tel as %String(TRUNCATE=1);
• property UsdID as %String(TRUNCATE=1);

Queries

• query ListAll()
SQL Query :
SELECT %ID,Company,"Descp",Email,Fax,FName,"GroupCon",Name,Tel
FROM %BI.WebContacts

Indices

• index (Group on GroupCon);
• index (Name on Name);