function boRole()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbRole');
     $this->sKeyField = 'role_id';
     $this->Entity = DCL_ENTITY_ROLE;
 }
 function boContactType()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbContactType');
     $this->sKeyField = 'contact_type_id';
     $this->Entity = DCL_ENTITY_CONTACTTYPE;
 }
 function boPhoneType()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbPhoneType');
     $this->sKeyField = 'phone_type_id';
     $this->Entity = DCL_ENTITY_PHONETYPE;
 }
 function boOrgTypeXref()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbOrgTypeXref');
     $this->sKeyField = '';
     $this->Entity = DCL_ENTITY_ORG;
 }
 function boSccsXref()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbSccsXref');
     $this->sKeyField = 'dcl_sccs_xref_id';
     $this->Entity = DCL_ENTITY_CHANGELOG;
 }
 function boEmailType()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbEmailType');
     $this->sKeyField = 'email_type_id';
     $this->Entity = DCL_ENTITY_EMAILTYPE;
 }
 function boAddrType()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbAddrType');
     $this->sKeyField = 'addr_type_id';
     $this->Entity = DCL_ENTITY_ADDRTYPE;
 }
 function boOrgType()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbOrgType');
     $this->sKeyField = 'org_type_id';
     $this->Entity = DCL_ENTITY_ORGTYPE;
 }
 function boNoteType()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbNoteType');
     $this->sKeyField = 'note_type_id';
     $this->Entity = DCL_ENTITY_NOTETYPE;
 }
 function boContactTypeXref()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbContactTypeXref');
     $this->sKeyField = '';
     $this->Entity = DCL_ENTITY_CONTACT;
 }
 function boUrlType()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbUrlType');
     $this->sKeyField = 'url_type_id';
     $this->Entity = DCL_ENTITY_URLTYPE;
 }
 function boOrgContact()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbOrgContact');
     $this->Entity = DCL_ENTITY_ORG;
     $this->sKeyField = '';
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
 }
 function boWorkspaceProduct()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbWorkspaceProduct');
     $this->Entity = DCL_ENTITY_WORKSPACE;
     $this->sKeyField = '';
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
 }
 function boContactNote()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbContactNote');
     $this->sKeyField = 'contact_id';
     $this->Entity = DCL_ENTITY_CONTACT;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
 }
 function boOrgNote()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbOrgNote');
     $this->sKeyField = 'org_note_id';
     $this->Entity = DCL_ENTITY_ORG;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
 }
 function boContact()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbContact');
     $this->sKeyField = 'contact_id';
     $this->Entity = DCL_ENTITY_CONTACT;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
     $this->aIgnoreFieldsOnUpdate = array('created_on', 'created_by');
 }
 function boWorkspace()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbWorkspace');
     $this->sKeyField = 'workspace_id';
     $this->Entity = DCL_ENTITY_WORKSPACE;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
     $this->aIgnoreFieldsOnUpdate = array('created_on', 'created_by');
 }
 function boOrg()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbOrg');
     $this->sKeyField = 'org_id';
     $this->Entity = DCL_ENTITY_ORG;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
     $this->aIgnoreFieldsOnUpdate = array('created_on', 'created_by');
 }
 function boHotlist()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbHotlist');
     $this->sKeyField = 'hotlist_id';
     $this->Entity = DCL_ENTITY_HOTLIST;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
     $this->aIgnoreFieldsOnUpdate = array('created_on', 'created_by');
 }
 function boWorkOrderTask()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbWorkOrderTask');
     $this->sKeyField = 'wo_task_id';
     $this->Entity = DCL_ENTITY_WORKORDER;
     $this->PermAdd = DCL_PERM_ACTION;
     $this->PermDelete = DCL_PERM_ACTION;
     $this->sCreatedDateField = 'task_create_dt';
     $this->sCreatedByField = 'task_create_by';
     $this->aIgnoreFieldsOnUpdate = array('wo_id', 'seq', 'task_create_by', 'task_create_dt');
 }
 function boOrgAlias()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbOrgAlias');
     $this->sKeyField = 'org_alias_id';
     $this->Entity = DCL_ENTITY_ORG;
     $this->PermAdd = DCL_PERM_MODIFY;
     $this->PermDelete = DCL_PERM_MODIFY;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
     $this->aIgnoreFieldsOnUpdate = array('created_on', 'created_by');
 }
 function boContactEmail()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbContactEmail');
     $this->sKeyField = 'contact_email_id';
     $this->Entity = DCL_ENTITY_CONTACT;
     $this->PermAdd = DCL_PERM_MODIFY;
     $this->PermDelete = DCL_PERM_MODIFY;
     $this->sCreatedDateField = 'created_on';
     $this->sCreatedByField = 'created_by';
     $this->sModifiedDateField = 'modified_on';
     $this->sModifiedByField = 'modified_by';
     $this->aIgnoreFieldsOnUpdate = array('created_on', 'created_by');
 }
 function boSeverities()
 {
     parent::boAdminObject();
     $this->oDB =& CreateObject('dcl.dbSeverities');
     $this->Entity = DCL_ENTITY_SEVERITY;
 }