| Package | Description |
|---|---|
| org.kuali.rice.krms.impl.repository |
| Modifier and Type | Method and Description |
|---|---|
static CategoryBo |
CategoryBo.from(org.kuali.rice.krms.api.repository.category.CategoryDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
| Modifier and Type | Method and Description |
|---|---|
static List<CategoryBo> |
CategoryBo.from(List<org.kuali.rice.krms.api.repository.category.CategoryDefinition> ims) |
List<CategoryBo> |
TermSpecificationBo.getCategories() |
List<CategoryBo> |
FunctionBo.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
static org.kuali.rice.krms.api.repository.category.CategoryDefinition |
CategoryBo.to(CategoryBo bo)
Converts a mutable bo to it's immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
void |
TermSpecificationBo.setCategories(List<CategoryBo> categories) |
void |
FunctionBo.setCategories(List<CategoryBo> categories) |
static List<org.kuali.rice.krms.api.repository.category.CategoryDefinition> |
CategoryBo.to(List<CategoryBo> bos)
Converts a list of mutable bos to it's immutable counterpart
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.