Show / Hide Table of Contents

Class FCCQBase

Inheritance
System.Object
FCCQBase
FCCQ
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.Compatibility.Toolkits
Assembly: FChoice.Foundation.Clarify.Compatibility.Toolkits.dll
Syntax
[ComVisible(false)]
public abstract class FCCQBase

Constructors

FCCQBase()

Declaration
protected FCCQBase()

FCCQBase(IFCApplication, IFCSession)

Declaration
protected FCCQBase(IFCApplication FCApp, IFCSession FCSess)
Parameters
Type Name Description
IFCApplication FCApp
IFCSession FCSess

Properties

_impersonatorUserName

Declaration
protected string _impersonatorUserName { get; set; }
Property Value
Type Description
System.String

_ret_id_num

Declaration
protected string _ret_id_num { get; }
Property Value
Type Description
System.String

_ret_objid

Declaration
protected int _ret_objid { get; }
Property Value
Type Description
System.Int32

Methods

_accept_cr(String, String, String, String, Boolean)

Declaration
protected short _accept_cr(string cr_id, string accept_date, string wipbin, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String accept_date
System.String wipbin
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_add_module_to_cr(Int32, String, String)

Declaration
protected short _add_module_to_cr(int fix_objid, string file, string rev)
Parameters
Type Name Description
System.Int32 fix_objid
System.String file
System.String rev
Returns
Type Description
System.Int16

_assign_cr(String, String, String, String, String, Boolean)

Declaration
protected short _assign_cr(string cr_id, string new_user, string wipbin, string assign_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String new_user
System.String wipbin
System.String assign_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_change_cr_state(String, String, String, String, String, String, Boolean, String, String, String, String, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _change_cr_state(string cr_id, string new_status, string new_condition, string change_date, string notes, string user_name, bool gen_time_bombs, string wipbin, string test_case, string int_release, string master_cr, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String new_status
System.String new_condition
System.String change_date
System.String notes
System.String user_name
System.Boolean gen_time_bombs
System.String wipbin
System.String test_case
System.String int_release
System.String master_cr
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_change_cr_status(String, String, String, String, String, Boolean)

Declaration
protected short _change_cr_status(string cr_id, string new_status, string change_date, string notes, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String new_status
System.String change_date
System.String notes
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_check_cq_trans(String, String, String, String, String)

Declaration
protected short _check_cq_trans(string old_cond, string old_stat, string new_cond, string new_stat, string user_name)
Parameters
Type Name Description
System.String old_cond
System.String old_stat
System.String new_cond
System.String new_stat
System.String user_name
Returns
Type Description
System.Int16

_close_cr(String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _close_cr(string cr_id, string the_status, string notes, string test_case, string int_release, string user_name, string close_date, bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String close_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_close_cr_list(String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
protected short _close_cr_list(string cr_id, string the_status, string notes, string test_case, string int_release, string user_name, string close_date, bool gen_time_bombs, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String close_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_create_cr(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _create_cr(string part_num, string mod_level, string domain, string the_title, string status, string note_log, string cr_type, string priority, string frequency, string found_on, string op_sys, string memory, string cr_class, string intro_phase, string test_class, string fixed_in, string test, string queue_name, string user_name, string cr_date, bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String status
System.String note_log
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String test
System.String queue_name
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_create_cr_list(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
protected short _create_cr_list(string part_num, string mod_level, string domain, string the_title, string status, string note_log, string cr_type, string priority, string frequency, string found_on, string op_sys, string memory, string cr_class, string intro_phase, string test_class, string fixed_in, string test, string queue_name, string user_name, string cr_date, bool gen_time_bombs, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String status
System.String note_log
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String test
System.String queue_name
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_dispatch_cr(String, String, String, String, Boolean)

Declaration
protected short _dispatch_cr(string cr_id, string queue_name, string disp_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String queue_name
System.String disp_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_duplicate_cr(String, String, String, String, String, Boolean)

Declaration
protected short _duplicate_cr(string cr_id, string the_status, string master_cr, string user_name, string close_date, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String master_cr
System.String user_name
System.String close_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_fix_cr(String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _fix_cr(string cr_id, string the_status, string notes, string user_name, string fix_date, bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String user_name
System.String fix_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_fix_cr_list(String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
protected short _fix_cr_list(string cr_id, string the_status, string notes, string user_name, string fix_date, bool gen_time_bombs, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String user_name
System.String fix_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_fix_failed(String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _fix_failed(string cr_id, string the_status, string notes, string test_case, string int_release, string user_name, string failed_date, bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String failed_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_fix_failed_list(String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
protected short _fix_failed_list(string cr_id, string the_status, string notes, string test_case, string int_release, string user_name, string failed_date, bool gen_time_bombs, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String failed_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_forward_cr(String, String, String, String, String, Boolean)

Declaration
protected short _forward_cr(string cr_id, string new_queue, string forward_date, string notes, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String new_queue
System.String forward_date
System.String notes
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_Initialize(IFCApplication, IFCSession)

Declaration
public void _Initialize(IFCApplication TheFCApplication, IFCSession TheFCSession)
Parameters
Type Name Description
IFCApplication TheFCApplication
IFCSession TheFCSession

_log_cr_email(String, String, String, String, String, String, Boolean, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _log_cr_email(string cr_id, string log_date, string message, string recipient, string cc_list, string user_name, bool gen_time_bombs, bool send_email, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String log_date
System.String message
System.String recipient
System.String cc_list
System.String user_name
System.Boolean gen_time_bombs
System.Boolean send_email
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_log_cr_email_list(String, String, String, String, String, String, Boolean, Boolean, IFCList, IFCList, IFCList)

Declaration
protected short _log_cr_email_list(string cr_id, string log_date, string message, string recipient, string cc_list, string user_name, bool gen_time_bombs, bool send_email, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String cr_id
System.String log_date
System.String message
System.String recipient
System.String cc_list
System.String user_name
System.Boolean gen_time_bombs
System.Boolean send_email
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_log_cr_note(String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _log_cr_note(string cr_id, string notes, string int_use, string log_date, string user_name, bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String notes
System.String int_use
System.String log_date
System.String user_name
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_log_cr_note_list(String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
protected short _log_cr_note_list(string cr_id, string notes, string int_use, string log_date, string user_name, bool gen_time_bombs, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String cr_id
System.String notes
System.String int_use
System.String log_date
System.String user_name
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_modify_cr(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _modify_cr(string cr_num, string part_num, string mod_level, string domain, string the_title, string cr_type, string priority, string frequency, string found_on, string op_sys, string memory, string cr_class, string intro_phase, string test_class, string fixed_in, string user_name, string cr_date, bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_num
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

_modify_cr_list(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
protected short _modify_cr_list(string cr_num, string part_num, string mod_level, string domain, string the_title, string cr_type, string priority, string frequency, string found_on, string op_sys, string memory, string cr_class, string intro_phase, string test_class, string fixed_in, string user_name, string cr_date, bool gen_time_bombs, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String cr_num
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_move_cr(String, String)

Declaration
protected short _move_cr(string cr_id, string new_wipbin)
Parameters
Type Name Description
System.String cr_id
System.String new_wipbin
Returns
Type Description
System.Int16

_reject_cr(String, String, String, String, String, Boolean)

Declaration
protected short _reject_cr(string cr_id, string reject_date, string wipbin, string notes, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String reject_date
System.String wipbin
System.String notes
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_reopen_cr(String, String, String, String, String, Boolean)

Declaration
protected short _reopen_cr(string cr_id, string the_status, string wipbin, string user_name, string reopen_date, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String wipbin
System.String user_name
System.String reopen_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_replicate_cr(String, String, String, Boolean)

Declaration
protected short _replicate_cr(string cr_id, string user_name, string rep_date, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String user_name
System.String rep_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_yank_cr(String, String, String, String, Boolean)

Declaration
protected short _yank_cr(string cr_id, string wipbin, string yank_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String wipbin
System.String yank_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

GetProductID()

Declaration
protected abstract int GetProductID()
Returns
Type Description
System.Int32
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.