Uses of Class
org.javlo.data.taxonomy.TaxonomyBean
- 
Packages that use TaxonomyBean Package Description org.javlo.data.taxonomy org.javlo.helper org.javlo.service  - 
- 
Uses of TaxonomyBean in org.javlo.data.taxonomy
Methods in org.javlo.data.taxonomy that return TaxonomyBean Modifier and Type Method Description TaxonomyBeanTaxonomyBean. addChild(TaxonomyBean newChild, String previousId)TaxonomyBeanTaxonomyBean. addChildAsFirst(TaxonomyBean child)TaxonomyBeanTaxonomyBean. addChildAsLast(TaxonomyBean child)TaxonomyBeanTaxonomyBean. duplicate()TaxonomyBeanTaxonomyBean. duplicateForLink(TaxonomyBean parent, String prefixId)TaxonomyBeanTaxonomyBean. filter(ITaxonomyFilter filter)TaxonomyBeanTaxonomyDisplayBean. getBean()TaxonomyBeanTaxonomyServiceAgregation. getBean(String id)TaxonomyBeanTaxonomyService. getLinkedRoot()TaxonomyBeanTaxonomyBean. getParent()TaxonomyBeanTaxonomyService. getRoot()TaxonomyBeanTaxonomyServiceAgregation. getRoot()TaxonomyBeanTaxonomyService. getTaxonomyBean(String id, boolean resolveLink)TaxonomyBeanTaxonomyBean. searchChildByName(String name)Methods in org.javlo.data.taxonomy that return types with arguments of type TaxonomyBean Modifier and Type Method Description List<TaxonomyBean>TaxonomyService. convert(Collection<String> ids)convert list of taxonomybean id to a list of taxonomybean instance.List<TaxonomyBean>TaxonomyServiceAgregation. convert(Collection<String> ids)convert list of taxonomybean id to a list of taxonomybean instance.List<TaxonomyBean>TaxonomyService. getAllBeans()List<TaxonomyBean>TaxonomyBean. getAllChildren()Map<String,TaxonomyBean>TaxonomyService. getAllSources()get all source bean, key of map is target name (start with '>')List<TaxonomyBean>TaxonomyBean. getChildren()Map<String,TaxonomyBean>TaxonomyService. getTaxonomyBeanMap()Map<String,TaxonomyBean>TaxonomyService. getTaxonomyBeanMap(boolean resolveLink)Map<String,TaxonomyBean>TaxonomyService. getTaxonomyBeanPathMap()Methods in org.javlo.data.taxonomy with parameters of type TaxonomyBean Modifier and Type Method Description booleanITaxonomyFilter. accept(TaxonomyBean bean)TaxonomyBeanTaxonomyBean. addChild(TaxonomyBean newChild, String previousId)TaxonomyBeanTaxonomyBean. addChildAsFirst(TaxonomyBean child)TaxonomyBeanTaxonomyBean. addChildAsLast(TaxonomyBean child)TaxonomyBeanTaxonomyBean. duplicateForLink(TaxonomyBean parent, String prefixId)intTaxonomyService. getDepth(TaxonomyBean bean)voidTaxonomyService. setImage(ContentContext ctx, TaxonomyBean bean)voidTaxonomyBean. setParent(TaxonomyBean parent)voidTaxonomyService. updateId(TaxonomyBean bean, String newId)Method parameters in org.javlo.data.taxonomy with type arguments of type TaxonomyBean Modifier and Type Method Description static List<TaxonomyDisplayBean>TaxonomyDisplayBean. convert(ContentContext ctx, List<TaxonomyBean> inBeans)voidTaxonomyBean. setChildren(List<TaxonomyBean> children)Constructors in org.javlo.data.taxonomy with parameters of type TaxonomyBean Constructor Description TaxonomyBean(String id, String name, TaxonomyBean parent)TaxonomyDisplayBean(ContentContext ctx, TaxonomyBean bean) - 
Uses of TaxonomyBean in org.javlo.helper
Methods in org.javlo.helper with parameters of type TaxonomyBean Modifier and Type Method Description static voidXMLHelper. storeXMLContent(Writer inOut, MenuElement menu, int renderMode, int version, Map<String,String> contentMap, TaxonomyBean taxonomyRoot)return the content in a XML structure - 
Uses of TaxonomyBean in org.javlo.service
Methods in org.javlo.service that return TaxonomyBean Modifier and Type Method Description TaxonomyBeanPersistenceThread. getTaxonomyRoot()Methods in org.javlo.service with parameters of type TaxonomyBean Modifier and Type Method Description protected PersistenceService.LoadingBeanPersistenceService. load(ContentContext ctx, Object in, File propFile, Map<String,String> contentAttributeMap, TaxonomyBean taxonomyBean, int renderMode)load data from InputStream of ReadervoidPersistenceThread. setTaxonomyRoot(TaxonomyBean taxonomyRoot) 
 -