Modifier and Type | Method and Description |
---|---|
Data |
AssemblerRpcService.getData(String dataId) |
Metadata |
AssemblerRpcService.getMetadata(String id,
Map<String,String> idAttributes) |
HashMap<String,Boolean> |
SecurityRpcService.getPermissions(ArrayList<String> permissionNames)
Given a list of permission names returns the list of permissions and if the
|
ArrayList<String> |
SecurityRpcService.getPermissionsByType(PermissionType permissionType)
This is used to get all permissions assigned to the user based on a permission template.
|
ArrayList<String> |
SecurityRpcService.getPermissionsByType(PermissionType permissionType,
HashMap<String,String> attributes)
This is used to get all permissions assigned to the user based on a permission template.
|
HashMap<String,Boolean> |
SecurityRpcService.getScreenPermissions(ArrayList<String> screens)
Given a list of screen components, returns if user has permission for that screen element.
|
Boolean |
SecurityRpcService.hasPermissionByPermissionName(String permissionName)
This is used to check if the user has a specific permission by the permission name
|
Boolean |
SecurityRpcService.hasScreenPermission(String screenName)
This is used to check if the user has screen access based on a screen permission.
|
DataSaveResult |
AssemblerRpcService.saveData(Data data) |
List<ValidationResultInfo> |
AssemblerRpcService.validate(Data data) |
Modifier and Type | Method and Description |
---|---|
Data |
DataGwtServlet.getData(String id) |
Metadata |
DataGwtServlet.getMetadata(String id,
Map<String,String> idAttributes) |
HashMap<String,Boolean> |
SecurityRpcGwtServlet.getPermissions(ArrayList<String> permissionNames) |
ArrayList<String> |
SecurityRpcGwtServlet.getPermissionsByType(PermissionType permissionType)
This will return all permissions assigned to this user.
|
ArrayList<String> |
SecurityRpcGwtServlet.getPermissionsByType(PermissionType permissionType,
HashMap<String,String> attributes)
This will return all permissions assigned to this user.
|
PermissionService |
SecurityRpcGwtServlet.getPermissionService() |
HashMap<String,Boolean> |
SecurityRpcGwtServlet.getScreenPermissions(ArrayList<String> screens) |
Boolean |
SecurityRpcGwtServlet.hasPermissionByPermissionName(String permissionName) |
Boolean |
SecurityRpcGwtServlet.hasScreenPermission(String screenName) |
DataSaveResult |
DataGwtServlet.saveData(Data data) |
List<ValidationResultInfo> |
DataGwtServlet.validate(Data data) |
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
AbstractBaseDataOrchestrationRpcGwtServlet.saveData(Data data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected WorkflowDocumentActionsService |
ProposalWorkflowFilter.getWorkflowDocumentActionsService() |
protected WorkflowDocumentService |
ProposalWorkflowFilter.getWorkflowDocumentService() |
Modifier and Type | Method and Description |
---|---|
SectionConfigInfo |
OrgRpcService.getSectionConfig() |
DataSaveResult |
OrgRpcService.saveOrgProposal(Data proposal) |
Modifier and Type | Method and Description |
---|---|
SectionConfigInfo |
OrgRpcGwtServlet.getSectionConfig() |
DataSaveResult |
OrgRpcGwtServlet.saveOrgProposal(Data proposal) |
Modifier and Type | Method and Description |
---|---|
CluSetInformation |
CluSetManagementRpcService.getCluSetInformation(String cluSetId) |
Modifier and Type | Method and Description |
---|---|
CluSetInformation |
CluSetManagementRpcGwtServlet.getCluSetInformation(String cluSetId) |
Data |
CluSetManagementRpcGwtServlet.getData(String id) |
DataSaveResult |
CluSetManagementRpcGwtServlet.saveData(Data data) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.