Table Description
Stores user specific settings for Curam personalized pages, including default settings by user role.
Model Details
Location in Model: Logical View::MetaModel::Curam::Service Layer::UserPageConfig::Entity::UserPageConfig
Controlling File: CEFWidgets\model\CEFWidgets.emx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
userPageConfigIDkeynoUnique identifier of the user page configuration.INTERNALID SVR_INT64
pageIDdetails The personalized page unique identifier.UIMPAGEID SVR_STRING<100>
userRoleNamedetails Identifies the default record for a user role for a personalized page.USERROLENAME SVR_STRING<50>
userNamedetails Indicates the specific user record for a custom personalized page.USERNAME SVR_STRING<50>
configdetails Contains template configuration data in escaped xml format.XMLSTRING SVR_STRING<30000>
defaultInddetails Indicates the default record for a Curam personalized page.CURAM_IND SVR_BOOLEAN
Indices (1)
Index NameAttributes
UPCUPCReadmultiIdxuserRoleName, pageID, userName
Operations (11)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: userPageConfigID
AUTO_ID_KEY: PGCONFIG
PRE_DATA_ACCESS: yes
Insert a user page configuration record. 
readread Read a user page config. 
modifymodify Modify a user page configuration record. 
removeremove Remove a user page config record. 
searchByPageIDUserNameAndRolereadmulti Search all user page config record by PageID, Username and UserRole. 
readByPageIDRoleUserDefaultIndns Returns a unique record by pageID, userRole, userName and defaultInd.SQL
readByPageIDRoleDefaultIndns Returns a record by pageID, userRole and defaultInd.SQL
readByPageIDDefaultIndns Returns a record by pageID and defaultInd.SQL
readByPageIDUserRolens Returns a record by pageID and user role.SQL
readByPageIDNoUserRolens Returns a record by pageID and no user role.SQL
insertUserPageConfiginsert Inserts UserPageConfig record. This method expects the userPageConfigID to be set by the calling method. It is preferred to call insertUserPageConfig method only in scenarios where calling method wants to set the value of primary key by itself. 
Related Pages (31)