Uses of Class
com.ads.api.beans.csm.Category
Packages that use Category
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to Categories, Codesets, Code Values, Codeset Maps.
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
-
Uses of Category in com.ads.api.beans.csm
Methods in com.ads.api.beans.csm that return types with arguments of type CategoryMethod parameters in com.ads.api.beans.csm with type arguments of type CategoryModifier and TypeMethodDescriptionvoidCategory.setCategories(List<Category> categories) Sets the list of categories -
Uses of Category in com.ads.api.util
Methods in com.ads.api.util that return CategoryModifier and TypeMethodDescriptionCodesetManagerUtil.getCategory(int categoryId, Category.Type categoryType) Returns the category object for the specified categoryId and categoryType.CodesetManagerUtil.getCategory(int categoryId, Category.Type categoryType, int fillOptions) Returns the category object for the specified categoryId and categoryType.CodesetManagerUtil.getCategory(int parentCategoryId, Category.Type categoryType, String categoryName) Returns the category object for the specified parentCategoryId, categoryType and categoryName.Methods in com.ads.api.util that return types with arguments of type CategoryModifier and TypeMethodDescriptionCodesetManagerUtil.getCategories(List<Integer> categoryIds, Category.Type categoryType) Returns the list of category objects for the specified categoryIds list and categoryType.CodesetManagerUtil.getCategories(List<Integer> categoryIds, Category.Type categoryType, int fillOptions) Returns the list of category objects for the specified categoryIds list and categoryType.Methods in com.ads.api.util with parameters of type CategoryModifier and TypeMethodDescriptionCodesetManagerUtil.createCategory(Category category) Category is added for the specified category object.CodesetManagerUtil.deleteCategory(Category category) Deletes the category with the specified category object.CodesetManagerUtil.updateCategory(Category category) Updates the category with the specified category object.Method parameters in com.ads.api.util with type arguments of type CategoryModifier and TypeMethodDescriptionCodesetManagerUtil.createCategories(List<Category> categories) Categories are added for the specified list of category objects.CodesetManagerUtil.updateCategories(List<Category> categories) Updates the categories with the specified list of category objects.