Uses of Class
org.zeroexchange.model.resource.category.Category

Packages that use Category
org.zeroexchange.dao.resource   
org.zeroexchange.model.resource.category   
org.zeroexchange.model.resource.property   
org.zeroexchange.resource.category.read   
org.zeroexchange.web.components.form.tree   
org.zeroexchange.web.components.resource   
 

Uses of Category in org.zeroexchange.dao.resource
 

Methods in org.zeroexchange.dao.resource that return types with arguments of type Category
 DataSet<Category> CategoryDAOImpl.getCategoriesByTitle(String query)
          Returns categories by the title.
 DataSet<Category> CategoryDAO.getCategoriesByTitle(String query)
          Returns categories by the title.
 DataSet<Category> CategoryDAOImpl.getChildCategories(Category parent)
          Returns subcategories for the specified parent.
 DataSet<Category> CategoryDAO.getChildCategories(Category parent)
          Returns subcategories for the specified parent.
protected  Class<Category> CategoryDAOImpl.getEntityClass()
          
 

Methods in org.zeroexchange.dao.resource with parameters of type Category
 DataSet<Category> CategoryDAOImpl.getChildCategories(Category parent)
          Returns subcategories for the specified parent.
 DataSet<Category> CategoryDAO.getChildCategories(Category parent)
          Returns subcategories for the specified parent.
 

Uses of Category in org.zeroexchange.model.resource.category
 

Methods in org.zeroexchange.model.resource.category that return Category
 Category ParentCategoryKey.getChild()
           
 Category Category.getParent()
           
 Category ParentCategoryKey.getParent()
           
 

Methods in org.zeroexchange.model.resource.category with parameters of type Category
 void ParentCategoryKey.setChild(Category child)
           
 void Category.setParent(Category parent)
           
 void ParentCategoryKey.setParent(Category parent)
           
 

Uses of Category in org.zeroexchange.model.resource.property
 

Methods in org.zeroexchange.model.resource.property that return Category
 Category Property.getCategory()
           
 

Methods in org.zeroexchange.model.resource.property with parameters of type Category
 void Property.setCategory(Category category)
           
 

Uses of Category in org.zeroexchange.resource.category.read
 

Methods in org.zeroexchange.resource.category.read that return types with arguments of type Category
 DataSet<Category> CategoryReader.getCategories(Category parent)
          Returns subcategories for the specified parent.
 DataSet<Category> DAOCategoryReader.getCategories(Category parent)
          Returns subcategories for the specified parent.
 DataSet<Category> CategoryReader.getCategories(String query)
          Returns categories according the query.
 DataSet<Category> DAOCategoryReader.getCategories(String query)
          Returns categories according the query.
 

Methods in org.zeroexchange.resource.category.read with parameters of type Category
 DataSet<Category> CategoryReader.getCategories(Category parent)
          Returns subcategories for the specified parent.
 DataSet<Category> DAOCategoryReader.getCategories(Category parent)
          Returns subcategories for the specified parent.
 Collection<Property> CategoryReader.getProperties(Category category)
          Collects and returns category's properties and categories of all parents...
 Collection<Property> DAOCategoryReader.getProperties(Category foreignCategory)
          Collects and returns category's properties and categories of all parents...
 

Uses of Category in org.zeroexchange.web.components.form.tree
 

Methods in org.zeroexchange.web.components.form.tree that return Category
 Category CategoryTreePanel.getCurrentItem()
          Deprecated. Returns currently selected item
 Category CategoryTreePanel.getSelectedCategory()
          Deprecated.  
 

Methods in org.zeroexchange.web.components.form.tree that return types with arguments of type Category
protected abstract  DataSet<Category> CategoryTreePanel.getCategories(Category parent)
          Deprecated.  
protected abstract  DataSet<Category> CategoryTreePanel.getCategories(String query)
          Deprecated.  
 

Methods in org.zeroexchange.web.components.form.tree with parameters of type Category
protected abstract  DataSet<Category> CategoryTreePanel.getCategories(Category parent)
          Deprecated.  
protected abstract  String CategoryTreePanel.getItemTitle(Category item)
          Deprecated.  
 void CategoryTreePanel.setSelectedCategory(Category selectedCategory)
          Deprecated.  
 

Uses of Category in org.zeroexchange.web.components.resource
 

Methods in org.zeroexchange.web.components.resource with parameters of type Category
protected  void CategorySelector.onCategorySelected(Category category, org.apache.wicket.ajax.AjaxRequestTarget target)
          Deprecated. Override in subclasses if needed.
 

Constructor parameters in org.zeroexchange.web.components.resource with type arguments of type Category
CategorySelector(String id, org.apache.wicket.model.IModel<Category> categoryModel)
          Deprecated. Constructor.
 



Copyright © 2013. All Rights Reserved.