Uses of Class
org.kuali.rice.krms.impl.repository.CategoryBo
Packages that use CategoryBo
-
Uses of CategoryBo in org.kuali.rice.krms.impl.repository
Methods in org.kuali.rice.krms.impl.repository that return CategoryBoModifier and TypeMethodDescriptionstatic CategoryBoCategoryBo.from(org.kuali.rice.krms.api.repository.category.CategoryDefinition im) Converts a immutable object to it's mutable bo counterpartMethods in org.kuali.rice.krms.impl.repository that return types with arguments of type CategoryBoModifier and TypeMethodDescriptionstatic List<CategoryBo>FunctionBo.getCategories()TermSpecificationBo.getCategories()Methods in org.kuali.rice.krms.impl.repository with parameters of type CategoryBoModifier and TypeMethodDescriptionstatic org.kuali.rice.krms.api.repository.category.CategoryDefinitionCategoryBo.to(CategoryBo bo) Converts a mutable bo to it's immutable counterpartMethod parameters in org.kuali.rice.krms.impl.repository with type arguments of type CategoryBoModifier and TypeMethodDescriptionvoidFunctionBo.setCategories(List<CategoryBo> categories) voidTermSpecificationBo.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