Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: userPageConfigID
AUTO_ID_KEY: PGCONFIG
PRE_DATA_ACCESS: yes
| Insert a user page configuration record. | |
read | read | | Read a user page config. | |
modify | modify | | Modify a user page configuration record. | |
remove | remove | | Remove a user page config record. | |
searchByPageIDUserNameAndRole | readmulti | | Search all user page config record by PageID, Username and UserRole. | |
readByPageIDRoleUserDefaultInd | ns | | Returns a unique record by pageID, userRole, userName and defaultInd. | SQL |
readByPageIDRoleDefaultInd | ns | | Returns a record by pageID, userRole and defaultInd. | SQL |
readByPageIDDefaultInd | ns | | Returns a record by pageID and defaultInd. | SQL |
readByPageIDUserRole | ns | | Returns a record by pageID and user role. | SQL |
readByPageIDNoUserRole | ns | | Returns a record by pageID and no user role. | SQL |
insertUserPageConfig | insert | | 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. | |
|