`
taupo
  • 浏览: 29604 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
社区版块
存档分类
最新评论

MyBac Tables

    博客分类:
  • BAC
阅读更多

All MyBSM (MyBAC)  related tables have prefix DSH .

Here list of relevant MyBAC tables with short description.

All tables are containing in the Managenet DB

DSH_AUTHORIZED_PRIVILEGES

here stores user privileges. For example if user not have license to use SLM area, he will not able to select SLM portlets.

VERSION  - version of change in the Privileges

PARENT_ENTITY_NAME - name of the parameter in Java.

PARENT_PRIMARY_KEY - Portlet ID from DSH_PORTLET_DEFS table

 

DSH_DEFS_CATEGORIES

here stores IDs dependencies between Portlet definition and Portlet Category.

PORTLET_CATEGORY_ID  - Category ID from DSH_PORTLET_CATEGORIES

PORTLET_DEF_ID  Portlet ID from DSH_PORTLET_DEFS table

 

DSH_FAVORITES

here stores favorite user pages ID with Title, Sequence  and Description columns .

FAV_ID - ID of favorite page

VERSION - version of this favorite

CUSTOMER_ID - Customer ID

USER_ID  -  User who created the favorite

PAGE_ID - Page ID from DSH_PAGES
SEQUENCE  - not relevant

TITLE - if was change between name and title

DESCRIPTION - descry of the Favorite page

 

DSH_JAVA_PORTLET_DEFS

one of the main tables, here stores all portlets definitions ID with path to servlets,  name of xml definition, display name  and etc..

PORTLET_DEF_ID  - Portlet ID from DSH_PORTLET_DEFS table

TYPE - type of portlets (java/wsrp)

WAR_FILE_PATH -application server path

APP_CONTEXT - context of application regarding to Portles

SERVLET_CONTEXT - context of the servlets

SERVLET_PATH - path to servlet file

PORTLET_XML_NAME - xml-definition file

DISPLAY_NAME - name of the portlets

CAN_EXPORT_WSRP - flag to possibility to export by WSRP

CAN_BE_DRILLED - flag to possibility to drill sown through a portlet

 

DSH_MODULES

this table contain all default and user defined modules.

MODULE_ID  - Id of the Module

VERSION - version of the module

CREATED_BY - user ID who created this module

CUSTOMER_ID - Customer ID

CREATION_DATE - date and time of a creation module

LAST_UPDATED_BY - User ID who changed the module in last time

LAST_UPDATE_DATE  - date and time of a modify module

NAME - Name of the module

UUID - UCMDB ID of the Module

DESCRIPTION - description of the Module

LAST_PUBLICATION_DATE -  not relevant

 

DSH_PAGE_GROUPS

this table contain user defined  group of pages

PAGE_GROUP_ID - ID of the Group of the pages (Personalize mode)

TITLE - Name of the Group (Personalize mode)

DESCRIPTION - description of the Group (Personalize mode)

USER_ID    - the User ID who has personalized groups

 CUSTOMER_ID - the Customer ID who has personalized groups

 

DSH_PAGES

this table contains all pages

PAGE_ID -ID of the Page

VERSION - Version of changes on the Pages

PAGE_SEQUENCE - the order for displays and rotation.

TITLE - Name of the Pages

MODULE_ID - the module who which contains this Page

AUTO_REFRESH - flag of the auto refreshing of the Module

REFRESH_INTERVAL - time of the refresh interval in the milliseconds

PAGE_GROUP_ID - the ID  (DSH_PAGE_GROUPS) of the group if this module was personalized

 

DSH_PORTLET_CATEGORIES

here stores  ID, Name  of all portlets categories .

PORTLET_CATEGORY_ID - category ID

VERSION - changes in the category

CUSTOMER_ID - the customer who has these categories

NAME - name of the categories

 

DSH_PORTLET_PREFERENCES 

here stores IDs dependencies between Portlets ID and Portlet Preferences .

DSH_PORTLETS 

here stores info regarding all portlets available in system.

PORTLET_ID - ID of the of portlet

VERSION - changes of the portlet

PORTLET_DEF_ID -  Type ID of the Portlets

PAGE_ID - ID of the page which contains this portlet

LAYOUT_WIDTH - 1 = narrow, 2 = wide

LAYOUT_COLUMN  - number of column layout

LAYOUT_ROW - the row of the layout

TITLE - Title of the Portlet

IS_MINIMIZED - N - not minimized, Y - is minimized

DSH_PREFERENCE_VALS

here stores preference for all portlets. 

 

DSH_USER_MODULE_PAGES

contains created pages by User (nor predefined) .

USER_MODULE_PAGE_ID - Module ID of the personalized modules

VERSION - Changes in the Module

USER_ID - User ID who has this Personalized Pages

PAGE_ID - the page ID

 

DSH_USER_PAGES

contains personalized user pages

USER_PAGE_ID  - id of the personalized pages

VERSION - changes of the portlet

CUSTOMER_ID - the customer who has these pages

PAGE_ID - general page ID

USER_ID - the uaer who has these pages

 

WSRP Poertles

All tables with WSRP prefix  - relates to portlets which are imported/exported using WSRP technology

分享到:
评论

相关推荐

    django-tables2, Django tables2用于创建HTML表的应用程序.zip

    django-tables2, Django tables2用于创建HTML表的应用程序 django-tables2-- 用于创建HTML表格的应用程序 django-tables2简化了将数据集转换为HTML表格的任务。 它对分页和排序有本机支持。 它对HTML表做什么 django...

    latex表格编辑器,离线版本的Tables Generator

    为了解决这个问题,出现了各种在线工具,如Tables Generator,它使得创建LaTeX表格变得更为简便。本篇将详细介绍“离线版本的Tables Generator”及其使用方法。 标题中的“latex表格编辑器”指的是专门为LaTeX用户...

    USB HID Usage Tables 1.3

    《USB HID Usage Tables 1.3》是USB Implementers’ Forum发布的一份关于USB设备中人机交互设备(Human Interface Device, HID)使用表的最新版本,涵盖了从1996年到2022年的更新。这份文档是USB设备开发、设计和...

    SAP ABAP – Tables讲解

    ### SAP ABAP – Tables讲解 #### 一、如何从画面找资料所在的Table 在SAP ABAP开发过程中,经常会遇到需要查找数据存储位置的情况。为了快速定位到具体的表(Table),可以通过以下几种方法: 1. **使用F1键**:...

    PyPI 官网下载 | django-tables2-column-shifter-0.3.0.tar.gz

    《PyPI官网下载:django-tables2-column-shifter-0.3.0.tar.gz》 在Python的世界里,PyPI(Python Package Index)是开发者们分享和获取Python软件包的重要平台。今天我们要讨论的是其中的一个特定包——`django-...

    Python库 | tables-3.5.1-cp36-cp36m-win32.whl

    《Python库Tables 3.5.1:高效数据分析与存储的利器》 在Python的世界里,数据处理和分析是至关重要的部分,而Tables库则是一个专门为处理大型二进制数组和表格型数据设计的高性能库。这个名为"tables-3.5.1-cp36-...

    POJ1083-Moving Tables

    【标题】"POJ1083-Moving Tables"是一个编程竞赛题目,源自北京大学的在线判题系统POJ(Problem Set of Peking University)。这个题目主要考察的是算法设计和问题解决能力,通常在ACM/ICPC(国际大学生程序设计竞赛...

    OLE DB 访问接口 SQLNCLI 的架构行集 DBSCHEMA_TABLES_INFO

    ### OLE DB 访问接口 SQLNCLI 的架构行集 DBSCHEMA_TABLES_INFO #### 知识点一:OLE DB 访问接口 SQLNCLI 概述 **OLE DB (Object Linking and Embedding, Database)** 是一种数据访问技术,它允许应用程序以统一的...

    quartz-1.6.6_tables_mysql.sql

    quartz-1.6.6_tables_mysql.sql,供quartz用户创建12个表用。可直接执行sql脚本。

    HID Usage Tables V1.12

    根据给定文件的信息,我们可以详细地探讨一下USB HID(Human Interface Device)Usage Tables v1.12的相关知识点。 ### HID Usage Tables v1.12概述 HID Usage Tables v1.12是一份关于USB Human Interface Device ...

    Python库 | tables-3.4.2-cp27-cp27m-win32.whl

    在本例中,我们关注的是名为`tables-3.4.2-cp27-cp27m-win32.whl`的Python库,它是一个专门为Python 2.7版本编译的二进制包,适用于32位Windows系统。 `tables`库是Python中用于高效管理大型数组和表格型数据的一个...

    彩虹字典Completed Rainbow Tables

    彩虹字典Completed Rainbow Tables

    tables_postgres.sql

    quartz定时任务框架,数据库脚本pgsql版本,tables_postgres.sql; quartz定时任务框架

    IP tables的实用.doc

    IP tables的实用.docIP tables的实用.docIP tables的实用.doc

    sap-tables

    SAP Tables Index SD Tables MM Tables Purchasing Tables FI Tables PS Tables PP Tables SAP PM - SD Tables System Tables Please feel free to forward this SAP Tables Help file to your friends or host it...

    中文版-HID-Usage-Tables-v1.12

    USB HID使用表是人机接口设备(Human Interface Device)定义的一套标准,用于通用串行总线(USB)设备上的输入设备,例如键盘、鼠标、游戏控制器等。HID类设备在计算机系统中的工作原理、数据传输和控制信息定义等...

    Python库 | python_tables_lib-1.0.0-py3-none-any.whl

    Python表格库(Python Tables Library)是Python编程语言中用于高效管理和操作大量结构化数据的库。这个名为"python_tables_lib-1.0.0-py3-none-any.whl"的文件是一个Python轮子(Wheel)文件,它是预编译的Python...

    tables-3.6.1+gpl-cp39-cp39-win_amd64.zip

    国内不容易下载,这里分享给大家,Python3.9版本 解压后,cmd进入当前文件所在目录,输入命令: pip install tables-3.6.1+gpl-cp39-cp39-win_amd64.whl

    HID Usage Tables 1.12 键盘开发必备

    ### HID Usage Tables 1.12:键盘开发必备 #### 概述 HID(Human Interface Device)Usage Tables 1.12 是一项关键的技术文档,对于从事键盘及其他HID设备设计与开发的专业人士而言至关重要。该版本发布于2004年10...

    SAP-TABLES.zip

    SAP 详细介绍MM模组和SD模组中用到的Tables,建立了各表之间的关联,同时提供其他模组的链接资源。

Global site tag (gtag.js) - Google Analytics