Table of Contents

Object model: the basics

Author: Anna Dowling

The following outline will give the reader a summary of the main domain objects associated with the NOC Portal application.

Main Tables and Descriptions:

Self Assessment

The following assessment is to test your knowledge of the basic object model outlined above for the NOC Portal.

This assessment assumes that you have a basic working knowledge of MySQL and have completed the MySQL assessment prior to this.

  1. Connect to a qa database and locate the noc_portal application database. (If you need assistance in establishing this connection please contact a member of the team.)
  2. In the MySQL prompt, Describe the contents of the following tables: cluster, cluster_group, map_overlay, marker_color_config.
  3. Join an entry of the shiro_user table to the shiro_role table.
  4. Join an entry of the cluster table to the cluster_group table.
  5. Determine whether AT&T - Southern CA is a neutral_host_cluster or not.
  6. Locate the active company_config entry for the Noc Portal.
  7. Locate the associated pmworkflow and pmstate assignments for this active company_config entry.
  8. Locate the active database_profile entry for the ticketer application.
  9. Find the uploaded files directory on one of the application handlers for the Noc Portal using the relative table in the database. (If you need assistance in establishing this app handler connection please contact a member of the team.)
  10. Find the relevant ticket_config entry associated with the active company_config.
  11. Join an entry of the shiro_user table to the cluster table to determine an cluster assignment for that user account.
  12. Join an entry of the shiro_user table to the cluster_group table to determine a cluster_group assignment for that user account.