Vision Messages: Classification
Profile of Class Classification
Includes Classes: Classification, Entity, RangeClassification
Object | Entity | +--- Classification | | | +--- RangeClassification
Message Index
XRef
accessExpression
addAlias: string
addAlias: string toXRefIn: dictionary
aliases
asSelf (Entity)
asSelf (Classification)
asSelf (RangeClassification)
classDescriptor (Entity)
classDescriptor (Classification)
classDescriptor (RangeClassification)
cleanupClassStructures
cleanupLocalNames
clusterStrings
createInitializationListFrom: blockList
createNewXRefManager
createPrivateStructure
createXRef: id withProperty: propertyId
defaultInstance (Entity)
defaultInstance (Classification)
defaultInstance (RangeClassification)
deleteAlias: aliasList
displayHierarchy
displayInfo
displayLabel
displayLabelKey
displayXRefAuditReport
getClassificationFor: input
getOrCreate: string
getRecordForUser: userName
helpMessage
initializationList
initialize
initializeDataBaseLinks
initializeGlobalInstanceProperties (Entity)
initializeGlobalInstanceProperties (Classification)
initializeGlobalSubclassProperties
initializeKeys: keys
initializeLocalAttributes
isClassification
isEntity
isParent
isRangeClassification
loadFromFile: file
loadValuesFor: item as: type fromFile: file
locateId: string
locateIds: string
lowerBound
masterListCodes
name
named (Entity)
named (Classification)
named (RangeClassification)
newAs: string
numericCode
parent
print
print: anInteger
profile
rangeName
rebuildAliases
setNameTo: string
setNumericCodeTo: ordinal
setParentTo: instance
setShortNameTo: string
setSortCodeTo: ordinal
setXRefIn: dictionary to: string
shortName
sortCode
specializeAs: string at: object
updateInitializationListWith: block
upperBound
validateInputString: input
whatAmI (Entity)
whatAmI (Classification)
whatAmI (RangeClassification)
Messages
Synopsis:Entity XRefType: Constant          Returns: XRef
Also Defined At:
| Currency |
accessExpression
Synopsis:Entity accessExpressionDescription:
Returns a string that could be used to request recipientType: Method          Returns: String
Also Defined At:
| Object |
addAlias:
Synopsis:Entity addAlias: stringDescription:
Adds supplied string as alternate name in recipient's naming dictionary.Type: Method          Returns: Entity
Parameters:
1 - String
addAlias:toXRefIn:
Synopsis:Entity addAlias: string toXRefIn: dictionaryType: Method          Returns: Object
aliases
Synopsis:Entity aliasesDescription:
Returns list of aliases named for entity.Type: FixedProperty          Returns: List
asSelf
Synopsis:Entity asSelfDescription:
Returns the original object.Type: Primitive          Returns: Entity
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
asSelf
Synopsis:Classification asSelfDescription:
Returns the original object, stripped of extensions.Type: Primitive          Returns: Object
Also Defined At:
| Block | Boolean | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
asSelf
Synopsis:RangeClassification asSelfDescription:
Returns the original object, stripped of extensions.Type: Primitive          Returns: Object
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
classDescriptor
Synopsis:Entity classDescriptorDescription:
Reference to the object which describes the class. Class level information is stored here.Type: Constant          Returns: Object
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
classDescriptor
Synopsis:Classification classDescriptorDescription:
Reference to the object which describes the class. Class level information is stored here.Type: Constant          Returns: Schema ClassDescriptor
Also Defined At:
| Block | Boolean | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
classDescriptor
Synopsis:RangeClassification classDescriptorDescription:
Reference to the object which describes the class. Class level information is stored here.Type: Constant          Returns: Schema ClassDescriptor
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
cleanupClassStructures
Synopsis:Entity cleanupClassStructuresDescription:
Runs 'cleanStoreAndDictionary' at Object, this method is redefined as needed by subclasses to perform general cleanup functions.Type: Method          Returns: Object
Also Defined At:
| Dictionary | Object |
cleanupLocalNames
Synopsis:Entity cleanupLocalNamesDescription:
This method is executed by the 'flagForDeletionWithReason:' message and is redefined as needed by subclasses.Type: Method          Returns: Object
Also Defined At:
| Object |
clusterStrings
Synopsis:Entity clusterStringsType: Method          Returns: Object
createInitializationListFrom:
Synopsis:Entity createInitializationListFrom: blockListDescription:
Creates a new class constant for the recipient's class named 'initializationList' and copies the blocks in blockList to this list. The initializationList is used during the instance creation process to initialize default values in the new instance.Type: Method          Returns: Entity
Parameters:
1 - List
createNewXRefManager
Synopsis:Entity createNewXRefManagerType: Method          Returns: Object
createPrivateStructure
Synopsis:Entity createPrivateStructureType: Method          Returns: Object
createXRef:withProperty:
Synopsis:Entity createXRef: id withProperty: propertyIdType: Method          Returns: Object
defaultInstance
Synopsis:Entity defaultInstanceDescription:
Returns the default instance of the recipient object's classType: Constant          Returns: Entity
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | IndexedList | Interface | List | Number | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
defaultInstance
Synopsis:Classification defaultInstanceDescription:
Returns the default instance for the recipient's class.Type: Constant          Returns: Classification
Also Defined At:
| Block | Boolean | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
defaultInstance
Synopsis:RangeClassification defaultInstanceDescription:
Returns the default instance for the recipient's class.Type: Constant          Returns: RangeClassification
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
deleteAlias:
Synopsis:Entity deleteAlias: aliasListType: Method          Returns: Object
displayHierarchy
Synopsis:Classification displayHierarchyType: Method          Returns: Object
displayInfo
Synopsis:Entity displayInfoDescription:
Displays the code and name for the recipient followed by a new line. This message is often redefined by the subclasses to display one line of simple formatted information about an entity.Type: Method          Returns: Object
Also Defined At:
| Object |
displayLabel
Synopsis:Entity displayLabelDescription:
Returns the recipient's nameType: Method          Returns: Object
Also Defined At:
| Object |
displayLabelKey
Synopsis:Entity displayLabelKeyDescription:
Returns the recipient's codeType: Method          Returns: Object
Also Defined At:
| Object |
displayXRefAuditReport
Synopsis:Entity displayXRefAuditReportType: Method          Returns: Object
getClassificationFor:
Synopsis:RangeClassification getClassificationFor: inputType: Method          Returns: Object
getOrCreate:
Synopsis:Entity getOrCreate: stringDescription:
Returns object named by string in recipient class' naming dictionary. If not found, a new instance is created and returned.Type: Method          Returns: Entity
Parameters:
1 - String
getRecordForUser:
Synopsis:Entity getRecordForUser: userNameType: Method          Returns: Object
helpMessage
Synopsis:Entity helpMessageDescription:
Returns a message describing the recipient.Type: Method          Returns: String
Also Defined At:
| Object |
initializationList
Synopsis:Entity initializationListDescription:
Returns the list of blocks used to initialize default values in new instances of the recipient's class.Type: Constant          Returns: List
initialize
Synopsis:Entity initializeDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Returns: Entity
Also Defined At:
| Currency | Dictionary |
initializeDataBaseLinks
Synopsis:Entity initializeDataBaseLinksDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Returns: Entity
initializeGlobalInstanceProperties
Synopsis:Entity initializeGlobalInstancePropertiesDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Returns: Entity
Also Defined At:
| Classification | Object |
initializeGlobalInstanceProperties
Synopsis:Classification initializeGlobalInstancePropertiesDescription:
This method is run as part of the 'new' method and is used to initialize properties in the new instance.Type: Method          Returns: Object
initializeGlobalSubclassProperties
Synopsis:Entity initializeGlobalSubclassPropertiesDescription:
This method is run as part of the 'specialized' method and is used to initialize properties in the default row of the new class.Type: Method          Returns: Object
Also Defined At:
| Dictionary | Object |
initializeKeys:
Synopsis:RangeClassification initializeKeys: keysDescription:
This method is run as part of the 'createInstance:' process. A single string representing the code of the new object is supplied. Many classes redefine this message to require a list of keys as a parameter.Type: Method          Returns: Object
Also Defined At:
| Object |
initializeLocalAttributes
Synopsis:Entity initializeLocalAttributesDescription:
Initializes a new instance. Run as part of the instance creation process.Type: Method          Returns: Entity
Also Defined At:
| Dictionary | Object |
isClassification
Synopsis:Classification isClassificationType: Constant          Returns: TRUE
Also Defined At:
| Object |
isEntity
Synopsis:Entity isEntityDescription:
Returns the value TRUE when sent to any Entity.Type: Constant          Returns: TRUE
Also Defined At:
| Object |
isParent
Synopsis:Classification isParentType: Method          Returns: Object
isRangeClassification
Synopsis:RangeClassification isRangeClassificationType: Constant          Returns: TRUE
Also Defined At:
| Object |
loadFromFile:
Synopsis:Entity loadFromFile: fileType: Method          Returns: Object
loadValuesFor:as:fromFile:
Synopsis:Entity loadValuesFor: item as: type fromFile: fileType: Method          Returns: Object
locateId:
Synopsis:Entity locateId: stringDescription:
Returns entity associated with id supplied, searching naming dictionaries associated with entity class. By default only 'named' is searched; this message can be redefined for subclasses that can use multiple dictionaries.Type: Method          Returns: Entity
Parameters:
1 - String
locateIds:
Synopsis:Entity locateIds: stringType: Method          Returns: Object
lowerBound
Synopsis:RangeClassification lowerBoundType: FixedProperty          Returns: Object
masterListCodes
Synopsis:Entity masterListCodesDescription:
Displays all codes and names for all non-default instances in recipient's class.Type: Method          Returns: Object
name
Synopsis:Entity nameDescription:
Returns descriptive name for recipient.Type: FixedProperty          Returns: String
named
Synopsis:Entity namedDescription:
Returns the naming dictionary for the recipient's class.Type: Constant          Returns: Dictionary
Also Defined At:
| Classification | Currency |
named
Synopsis:Classification namedDescription:
Returns the naming dictionary for the recipient's class.Type: Constant          Returns: Named
named
Synopsis:RangeClassification namedDescription:
Returns the naming dictionary for the recipient's class.Type: Constant          Returns: Named
Also Defined At:
| Classification | Currency | Entity |
newAs:
Synopsis:Entity newAs: stringDescription:
Special version of 'newAs:' message designed to address the additional requirements of entity instance creation.Type: Method          Returns: Entity
Also Defined At:
| Dictionary | Object |
numericCode
Synopsis:Entity numericCodeDescription:
Returns descriptive numeric code for recipient.Type: FixedProperty          Returns: String
parent
Synopsis:Classification parentType: FixedProperty          Returns: Object
print
Synopsis:Entity printDescription:
Redefines the standard print message so that the value of the recipient code is printed.Type: Method          Returns: Entity
Also Defined At:
| Block | Date | DateOffset | DateRange | IndexedList | List | Object | String | TimeSeries | Undefined |
print:
Synopsis:Entity print: anIntegerDescription:
Prints the recipient code using the supplied format.Type: Method          Returns: Entity
Parameters:
1 - Integer
Also Defined At:
| Boolean | Date | Number | Object | String | Undefined |
profile
Synopsis:Entity profileDescription:
Displays a multi-line description of the recipient object.Type: Method          Returns: Object
rangeName
Synopsis:RangeClassification rangeNameType: FixedProperty          Returns: Object
rebuildAliases
Synopsis:Entity rebuildAliasesType: Method          Returns: Object
setNameTo:
Synopsis:Entity setNameTo: stringDescription:
Updates the value of the recipient's 'name' property with stringType: Method          Returns: Entity
Parameters:
1 - String
setNumericCodeTo:
Synopsis:Entity setNumericCodeTo: ordinalDescription:
Updates the value of the recipient's 'numericCode' property with string or number. Used as an alternative identification scheme.Type: Method          Returns: Entity
Parameters:
1 - Ordinal
setParentTo:
Synopsis:Classification setParentTo: instanceType: Method          Returns: Object
setShortNameTo:
Synopsis:Entity setShortNameTo: stringDescription:
Updates the value of the recipient's 'shortName' property with string.Type: Method          Returns: Entity
Parameters:
1 - String
setSortCodeTo:
Synopsis:Entity setSortCodeTo: ordinalDescription:
Updates the value of the recipient's 'sortCode' property with string or number. Used as an alternative identification scheme.Type: Method          Returns: Entity
Parameters:
1 - Ordinal
setXRefIn:to:
Synopsis:Entity setXRefIn: dictionary to: stringType: Method          Returns: Object
shortName
Synopsis:Entity shortNameDescription:
Returns descriptive shortName for recipient.Type: FixedProperty          Returns: String
sortCode
Synopsis:Entity sortCodeDescription:
Returns descriptive sortCode for recipient.Type: FixedProperty          Returns: String
specializeAs:at:
Synopsis:Entity specializeAs: string at: objectDescription:
Creates a subclass of recipient named by supplied string. The name is defined at the supplied object. Note that this class is NOT installed in the Schema database by defaultType: Method          Returns: Object
Also Defined At:
| Object |
updateInitializationListWith:
Synopsis:Entity updateInitializationListWith: blockDescription:
Adds the supplied block to the recipient class' initializationList.Type: Method          Returns: Entity
Parameters:
1 - Block
upperBound
Synopsis:RangeClassification upperBoundType: FixedProperty          Returns: Object
validateInputString:
Synopsis:Entity validateInputString: inputDescription:
Returns the object in the recipient's classs associated with the supplied string, using the recipient's class naming dictionary.Type: Method          Returns: Object
Also Defined At:
| Object |
whatAmI
Synopsis:Entity whatAmIDescription:
Return the string "Entity".Type: Constant          Returns: String
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
whatAmI
Synopsis:Classification whatAmIDescription:
Returns the name of the recipient's class.Type: Constant          Returns: String
Also Defined At:
| Block | Boolean | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |
whatAmI
Synopsis:RangeClassification whatAmIDescription:
Returns the name of the recipient's class.Type: Constant          Returns: String
Also Defined At:
| Block | Boolean | Classification | Collection | Currency | Date | DateOffset | DateRange | Dictionary | Entity | IndexedList | Interface | List | Number | Object | OpenVision | Schema | String | TimeSeries | Undefined | Utility |