Uses of Class
ecmwf.common.database.Category
Packages that use Category
Package
Description
-
Uses of Category in ecmwf.common.database
Fields in ecmwf.common.database declared as CategoryModifier and TypeFieldDescriptionprotected CategoryCatUrl.categoryThe category.protected CategoryWeuCat.categoryThe category.Methods in ecmwf.common.database that return CategoryModifier and TypeMethodDescriptionCatUrl.getCategory()Gets the category.DataGet.getCategory(long id) Gets the category.WeuCat.getCategory()Gets the category.Category[]DataGet.getCategoryArray()Gets the category array.DataGet.getCategoryObject(long id) Gets the category object.Methods in ecmwf.common.database that return types with arguments of type CategoryModifier and TypeMethodDescriptionECpdsBase.getCategoriesPerResourceId(String id) Gets the categories per resource id.ECpdsBase.getCategoriesPerUserId(String userId) Gets the categories per user id.Methods in ecmwf.common.database with parameters of type CategoryModifier and TypeMethodDescriptionintECpdsBase.removeCategory(Category category) Removes the category.voidCatUrl.setCategory(Category param) Sets the category.voidWeuCat.setCategory(Category param) Sets the category. -
Uses of Category in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return CategoryModifier and TypeMethodDescriptionDataBaseInterface.getCategory(long id) Gets the category.Category[]DataBaseInterface.getCategoryArray()Gets the category array.Methods in ecmwf.ecpds.master that return types with arguments of type CategoryModifier and TypeMethodDescriptionDataBaseInterface.getCategoriesPerResourceId(String id) Gets the categories per resource id.DataBaseInterface.getCategoriesPerUserId(String userId) Gets the categories per user id.Methods in ecmwf.ecpds.master with parameters of type CategoryModifier and TypeMethodDescriptionvoidManagementInterface.removeCategory(ECpdsSession session, Category category) Removes the category. -
Uses of Category in ecmwf.ecpds.master.plugin.http.dao.users
Constructors in ecmwf.ecpds.master.plugin.http.dao.users with parameters of type Category