| Package | Description |
|---|---|
| org.kuali.rice.kim.api.common.template |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kim.api.permission |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kim.api.responsibility |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Template> |
TemplateQueryResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
Template |
PermissionService.findPermTemplateByNamespaceCodeAndName(String namespaceCode,
String name)
Finds a
Template for namespaceCode and name. |
Template |
PermissionService.getPermissionTemplate(String id)
Gets a
Template from an id. |
Template |
Permission.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
List<Template> |
PermissionService.getAllTemplates()
Finds a
Template for namespaceCode and name. |
| Modifier and Type | Method and Description |
|---|---|
Template |
ResponsibilityService.findRespTemplateByNamespaceCodeAndName(String namespaceCode,
String name)
Finds a
Template for namespaceCode and name. |
Template |
ResponsibilityService.getResponsibilityTemplate(String id)
Gets a
Template from an id. |
Template |
Responsibility.getTemplate() |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.