File Name
Syntax
GetAttributeList(REF ktypeList: LIST OF Attribute_DefRec, VAL H_Object: STRING)
Parameters
ktypeList - list of attribute definition records
H_Oject - category ID
Returns
Integer for success or failure.
Side Effects
None
Description
This function returns a attribute list based on the category id supplied.
Dialog Forms Called
None
File Name
Syntax
GetAttributeNames(REF ktypeList: LIST OF Attribute_DefRec, VAL H_Object: STRING)
Parameters
ktypeList - list of attribute definition records
H_Object - category ID
Returns
Integer for success or failure.
Side Effects
None
Description
This function returns a list of attribute names based on the category id supplied.
Dialog Forms Called
None
File Name
Syntax
GetH_Object(REF ictg: H_ObjectRec, VAL where: STRING)
Parameters
ictg - category record
where - where clause of select statement
Returns
Integer for success or failure.
Side Effects
None
Description
This function returns a category record based on the where statement.
Dialog Forms Called
None
File Name
Syntax
GetH_ObjectName(VAL H_Object_Id: STRING)
Parameters
H_Object_Id - category ID
Returns
category name
Side Effects
None
Description
This function returns a category name based on the category id supplied.
Dialog Forms Called
None
File Name
Syntax
GetI_ObjectName(VAL I_Object_Id: STRING)
Parameters
I_Object_Id - model ID
Returns
model name
Side Effects
None
Description
This function returns a model name based on the i_object_id supplied.
Dialog Forms Called
None
File Name
Syntax
GetIsaAttribList(REF ktypeList: LIST OF IsaAttribRec, VAL I_Object_id: STRING)
Parameters
ktypeList - list of IsAttrib records
I_Oject_id - model ID
Returns
Integer for success or failure.
Side Effects
None
Description
This function returns a model attribute list based on the model id supplied.
Dialog Forms Called
None
File Name
Syntax
GetListOfIObjects(REF ktypeList: LIST OF I_ObjectRec, VAL H_Object_id: STRING)
Parameters
ktypeList - list of object records
H_Oject_id - category ID
Returns
Integer for success or failure.
Side Effects
None
Description
This function returns a object list based on the category id supplied.
Dialog Forms Called
None
File Name
Syntax
GetPhysAttribList(REF ktypeList: LIST OF PhysAttribRec, VAL P_Object_id: STRING)
Parameters
ktypeList - list of physical attribute records
P_Object_id - container ID
Returns
Integer for success or failure.
Side Effects
None
Description
This function returns a list of physical attribute records based on the container id supplied.
Dialog Forms Called
None
File Name
Syntax
GetSomeH_ObjectList(REF lst: LIST OF H_ObjectRec, VAL where: STRING, VAL wHdl: WINDOW, VAL organizationID: STRING)
Parameters
lst - list of category records
where - where clause of select statement
wHdl - parent window handle
organizationID - organization ID
Returns
Integer for success or failure.
Side Effects
None
Description
This function returns a list of category records based on the where statement.
Dialog Forms Called
None