
Classes | |
| class | CategoryItem |
Public Member Functions | |
| CategoriesPreLoader () | |
| boolean | isLoaded (Category category) |
| void | loadCategories () |
| Collection | getChildren (Category parentCategory) |
Static Public Member Functions | |
| static synchronized CategoriesPreLoader | getInstance () |
Private Member Functions | |
| void | loadCategory (Category parent) |
Private Attributes | |
| Logger | logger = LogFactory.getLogger(CategoriesPreLoader.class.getName()) |
| HashMap | categories = null |
Static Private Attributes | |
| static CategoriesPreLoader | INSTANCE = null |
| cern::laser::guiplatform::category::CategoriesPreLoader::CategoriesPreLoader | ( | ) | [inline] |
Creates a new instance of CategoriesPreLoader
References categories, and loadCategories().
Referenced by getInstance().
| Collection cern::laser::guiplatform::category::CategoriesPreLoader::getChildren | ( | Category | parentCategory | ) | [inline] |
| static synchronized CategoriesPreLoader cern::laser::guiplatform::category::CategoriesPreLoader::getInstance | ( | ) | [inline, static] |
References CategoriesPreLoader(), and INSTANCE.
| boolean cern::laser::guiplatform::category::CategoriesPreLoader::isLoaded | ( | Category | category | ) | [inline] |
References categories, and cern::laser::client::data::Category::getCategoryId().
| void cern::laser::guiplatform::category::CategoriesPreLoader::loadCategories | ( | ) | [inline] |
References loadCategory(), and logger.
Referenced by CategoriesPreLoader().
| void cern::laser::guiplatform::category::CategoriesPreLoader::loadCategory | ( | Category | parent | ) | [inline, private] |
References categories, cern::laser::client::data::Category::getCategoryId(), and logger.
Referenced by loadCategories().
HashMap cern::laser::guiplatform::category::CategoriesPreLoader::categories = null [private] |
Referenced by CategoriesPreLoader(), getChildren(), isLoaded(), and loadCategory().
CategoriesPreLoader cern::laser::guiplatform::category::CategoriesPreLoader::INSTANCE = null [static, private] |
Referenced by getInstance().
Logger cern::laser::guiplatform::category::CategoriesPreLoader::logger = LogFactory.getLogger(CategoriesPreLoader.class.getName()) [private] |
Referenced by loadCategories(), and loadCategory().
1.6.2