Uses of Class
info.magnolia.content2bean.Content2BeanException

Packages that use Content2BeanException
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
 

Uses of Content2BeanException in info.magnolia.content2bean
 

Methods in info.magnolia.content2bean that throw Content2BeanException
 Object Content2BeanTransformer.convertPropertyValue(Class<?> propertyType, Object value)
          Deprecated. Transforms the simple basic jcr property value objects to more complex properties.
 void Content2BeanTransformer.initBean(TransformationState state, Map values)
          Deprecated. Called after all properties are set.
 Object Content2BeanTransformer.newBeanInstance(TransformationState state, Map values, ComponentProvider componentProvider)
          Deprecated. Instantiates the bean.
static void Content2BeanUtil.setNodeDatas(Content node, Map map)
          Deprecated. since 4.5 - TODO - only used locally - use Content2Bean
static void Content2BeanUtil.setNodeDatas(Content node, Object obj)
          Deprecated. since 4.5 - unused - use Content2Bean
 Content Bean2ContentProcessor.setNodeDatas(Content node, Object bean, Bean2ContentTransformer transformer)
          Deprecated.  
static void Content2BeanUtil.setNodeDatas(Content node, Object bean, String[] excludes)
          Deprecated. since 4.5 - unused - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node)
          Deprecated. since 4.5 - unused - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive)
          Deprecated. since 4.5 - TODO - only used locally and by ModuleManagerImpl and TreeHandlerManager
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Class defaultClass)
          Deprecated. since 4.5 - TODO - only used locally - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
          Deprecated. since 4.5 - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. since 4.5 - use Content2Bean
 Object Content2BeanProcessor.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. Similar to toBean() but uses a passed bean as the root bean.
static Object Content2BeanUtil.toBean(Content node)
          Deprecated. since 4.5 - only used in tests - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive)
          Deprecated. since 4.5- only used in DelegateVoter - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Class defaultClass)
          Deprecated. since 4.5 - TODO used in FilterManagerImpl, ParagraphManager and TemplateManager - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive, ComponentProvider componentProvider)
          Deprecated. since 4.5- only used in DelegateVoter - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
          Deprecated. since 4.5 use Content2Bean TODO -- this method has a bunch of usage points
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. since 4.5 use Content2Bean TODO -- this method has a bunch of usage points
 Object Content2BeanProcessor.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. Transforms the node to a bean using the passed transformer and component provider.
static Object Content2BeanUtil.toBean(Content node, Class defaultClass)
          Deprecated. since 4.5 - only used in tests - use Content2Bean
static Map Content2BeanUtil.toMap(Content node)
          Deprecated. since 4.5 - not used - use Content2Bean
static Map Content2BeanUtil.toMap(Content node, boolean recursive)
          Deprecated. since 4.5 - only used in info.magnolia.setup.for3_5.UpdateI18nConfiguration - use Content2Bean
static
<K,V> Map<K,V>
Content2BeanUtil.toMap(Content node, boolean recursive, Class defaultClass)
          Deprecated. since 4.5 - TODO only used in DefaultMessagesManager - use Content2Bean
static Map Content2BeanUtil.toPureMaps(Content node, boolean recursive)
          Deprecated. since 4.5 - TODO only used in info.magnolia.setup.for3_5.CheckAndUpdateExistingFilters - use Content2Bean
 

Uses of Content2BeanException in info.magnolia.content2bean.impl
 

Methods in info.magnolia.content2bean.impl that throw Content2BeanException
 Object Content2BeanTransformerImpl.convertPropertyValue(Class<?> propertyType, Object value)
          Deprecated. Most of the conversion is done by the BeanUtils.
 void Content2BeanTransformerImpl.initBean(TransformationState state, Map properties)
          Deprecated. Initializes bean by calling its init method if present.
 Object Content2BeanTransformerImpl.newBeanInstance(TransformationState state, Map properties, ComponentProvider componentProvider)
          Deprecated. Use the factory util to instantiate.
protected  void Content2BeanProcessorImpl.setProperties(Map<String,Object> values, Content2BeanTransformer transformer, TransformationState state)
          Deprecated. Populates the properties of the bean with values from the map.
 Object Content2BeanProcessorImpl.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated.  
 Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated.  
protected  Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state, ComponentProvider componentProvider)
          Deprecated.  
protected  Map<String,Object> Content2BeanProcessorImpl.toMap(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state, ComponentProvider componentProvider)
          Deprecated. Transforms the children of provided content into a map.
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.