Cabel Operator Management System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 18, 2018

Cabel Operator Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Cabel Operator Management System which shows the flows between the activity of Operators, Customers, Payment, Plans, Login. The main activity involved in this UML Activity Diagram of Cabel Operator Management System are as follows:

  • Operators Activity
  • Customers Activity
  • Payment Activity
  • Plans Activity
  • Login Activity

Features of the Activity UML diagram of Cabel Operator Management System

  • Admin User can search Operators, view description of a selected Operators, add Operators, update Operators and delete Operators.
  • Its shows the activity flow of editing, adding and updating of Customers
  • User will be able to search and generate report of Payment, Plans, Login
  • All objects such as (Operators, Customers, Login) are interlinked
  • Its shows the full description and flow of Operators, Plans, Login, Payment, Customers
Cabel Operator Management System Activity Diagram

Cable Operator Management System Class Diagram

Posted By freeproject on August 2, 2017

Cabel Operator Management System Class Diagram describes the structure of a Cabel Operator Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Cabel Operator Management System are Operators, Customers, Channels, Payment, Plans, Login.

Classes of Cabel Operator Management System Class Diagram:

  • Operators Class : Manage all the operations of Operators
  • Customers Class : Manage all the operations of Customers
  • Channels Class : Manage all the operations of Channels
  • Payment Class : Manage all the operations of Payment
  • Plans Class : Manage all the operations of Plans
  • Login Class : Manage all the operations of Login

Classes and their attributes of Cabel Operator Management System Class Diagram:

  • Operators Attributes : operator_id, operator_name, operator_mobile, operator_email, operator_username, operator_password, operator_address
  • Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Channels Attributes : channel_id, channel_name, channel_number, channel_type, channel_charge, channel_description
  • Payment Attributes : payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
  • Plans Attributes : plan_id, plan_channel_id, plan_name, plan_price, plan_type, plan_payment, plan_description
  • Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin

Classes and their methods of Cabel Operator Management System Class Diagram:

  • Operators Methods : addOperators(), editOperators(), deleteOperators(), updateOperators(), saveOperators(), searchOperators()
  • Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
  • Channels Methods : addChannels(), editChannels(), deleteChannels(), updateChannels(), saveChannels(), searchChannels()
  • Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
  • Plans Methods : addPlans(), editPlans(), deletePlans(), updatePlans(), savePlans(), searchPlans()
  • Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()

Class Diagram of Cabel Operator Management System :

Class Diagram Image: 
Cable Operator Management System Class Diagram

Cabel Operator Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Cabel Operator Management System which shows components, provided and required interfaces, ports, and relationships between the Operators, Channels, Customers, Payment and Login. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Cabel Operator Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Cabel Operator Management System:

  • Operators Component
  • Channels Component
  • Customers Component
  • Payment Component
  • Login Component

Featues of Cabel Operator Management System Component Diagram:

  • You can show the models the components of Cabel Operator Management System.
  • Model the database schema of Cabel Operator Management System
  • Model the executables of an application of Cabel Operator Management System
  • Model the system's source code of Cabel Operator Management System
Component Diagram: 

Cabel Operator Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Cabel Operator Management System Entity. The entity-relationship diagram of Cabel Operator Management System shows all the visual instrument of database tables and the relations between Customers, Payment, Operators, Login etc. It used structure data and to define the relationships between structured data groups of Cabel Operator Management System functionalities. The main entities of the Cabel Operator Management System are Operators, Customers, Channels, Payment, Plans and Login.

Cabel Operator Management System entities and their attributes :

  • Operators Entity : Attributes of Operators are operator_id, operator_name, operator_mobile, operator_email, operator_username, operator_password, operator_address
  • Customers Entity : Attributes of Customers are customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
  • Channels Entity : Attributes of Channels are channel_id, channel_name, channel_number, channel_type, channel_charge, channel_description
  • Payment Entity : Attributes of Payment are payment_id, payment_customer_id, payment_date, payment_bill, payment_type, payment_description
  • Plans Entity : Attributes of Plans are plan_id, plan_channel_id, plan_name, plan_price, plan_type, plan_payment, plan_description
  • Login Entity : Attributes of Login are login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin

Description of Cabel Operator Management System Database :

  • The details of Operators is store into the Operators tables respective with all tables
  • Each entity (Login, Channels, Plans, Customers, Operators) contains primary key and unique keys.
  • The entity Channels, Plans has binded with Operators, Customers entities with foreign key
  • There is one-to-one and one-to-many relationships available between Plans, Payment, Login, Operators
  • All the entities Operators, Plans, Channels, Login are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Cabel Operator Management System tables for fast query execution.
Cabel Operator Management System ER Diagram

Cabel Operator Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Cabel Operator Management System which shows the interaction between the objects of Customers, Payment, Plans, Operators, Login. The instance of class objects involved in this UML Sequence Diagram of Cabel Operator Management System are as follows:

  • Customers Object
  • Payment Object
  • Plans Object
  • Operators Object
  • Login Object

This is the UML sequence diagram of Cabel Operator Management System which shows the interaction between the objects of Customers, Payment, Plans, Operators, Login. The instance of class objects involved in this UML Sequence Diagram of Cabel Operator Management System are as follows:

  • Customers Object
  • Payment Object
  • Plans Object
  • Operators Object
  • Login Object

Cabel Operator Management System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Cabel Operator Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Cabel Operator Management System. The main actors of Cabel Operator Management System in this Use Case Diagram are: Super Admin, System User, Customer, Operators, who perform the different type of use cases such as Manage Operators, Manage Customers, Manage Channels, Manage Payment, Manage Plans, Manage Login, Manage Users and Full Cabel Operator Management System Operations. Major elements of the UML use case diagram of Cabel Operator Management System are shown on the picture below.

The relationships between and among the actors and the use cases of Cabel Operator Management System:

  • Super Admin Entity : Use cases of Super Admin are Manage Operators, Manage Customers, Manage Channels, Manage Payment, Manage Plans, Manage Login, Manage Users and Full Cabel Operator Management System Operations
  • System User Entity : Use cases of System User are Manage Operators, Manage Customers, Manage Channels, Manage Payment, Manage Plans, Manage Login
  • Customer Entity : Use cases of Customer are Request for Connection, View Balance, Make Payments
  • Operators Entity : Use cases of Operators are View Connection Requests, Recharge Account, Send Reminder

Use Case Diagram of Cabel Operator Management System :

Cabel Operator Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz