String commaSprtdStr = "abc, def, ghi, xyz";
String valueAtIndex = commaSprtdStr.split(",")[index];
The index of the first value is 0
Entity | Page | Data Component | View Object |
---|---|---|---|
User
|
Create User
|
Data Component - Catalog
|
userVO
|
Modify User
|
Data Component - Catalog
|
userVO
| |
Search Users
|
Data Component - Manage Users
|
UserVO1
| |
View User Details
|
Data Component - Manage Users
|
UserVO1
| |
My Information
|
Data Component - My Information
|
UserVO1
| |
New User Registration
|
Data Component - User Registration
|
UserVO1
| |
Role
|
Create Role
|
Data Component - Role
|
RoleDetailsVO
|
Modify Role
|
Data Component - Role
|
RoleDetailsVO
| |
Search Roles
|
Data Component - Role
|
RoleVO1
| |
Organization
|
Create Organization
|
Data Component - Organization
|
EditOrgVO
|
Modify Organization
|
Data Component - Organization
|
EditOrgVO
| |
Search Organizations
|
Data Component - Organization
|
OrganizationVO
|