Uses of Interface
railo.runtime.component.Property

Packages that use Property
railo.runtime   
railo.runtime.component   
railo.runtime.orm.hibernate   
railo.runtime.type   
railo.runtime.type.cfc   
railo.runtime.type.util   
railo.transformer.bytecode.util   
 

Uses of Property in railo.runtime
 

Methods in railo.runtime that return Property
 Property[] ComponentWrap.getProperties(boolean onlyPeristent)
           
 Property[] SuperComponent.getProperties(boolean onlyPeristent)
           
 Property[] ComponentImpl.getProperties(boolean onlyPeristent)
           
 Property[] Component.getProperties(boolean onlyPeristent)
          return all properties from component
 Property[] ComponentWrap.getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean overrideProperties, boolean inheritedMappedSuperClassOnly)
           
 Property[] ComponentPro.getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean preferBaseProperties, boolean inheritedMappedSuperClassOnly)
           
 Property[] CFCProxy.getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean overrideProperties, boolean inheritedMappedSuperClassOnly)
           
 Property[] SuperComponent.getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean overrideProperties, boolean inheritedMappedSuperClassOnly)
           
 Property[] ComponentImpl.getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean preferBaseProperties, boolean inheritedMappedSuperClassOnly)
           
 

Methods in railo.runtime with parameters of type Property
 void ComponentWrap.setProperty(Property property)
           
 void SuperComponent.setProperty(Property property)
           
 void ComponentImpl.setProperty(Property property)
           
 void Component.setProperty(Property property)
           
 

Uses of Property in railo.runtime.component
 

Classes in railo.runtime.component that implement Property
 class PropertyImpl
           
 

Uses of Property in railo.runtime.orm.hibernate
 

Methods in railo.runtime.orm.hibernate that return Property
static Property[] HibernateUtil.createPropertiesFromTable(DatasourceConnection dc, String tableName)
           
static Property[] HBMCreator.getIds(HibernateORMEngine engine, Component cfc, Property[] props, String tableName, boolean ignoreTableName)
           
static Property[] HBMCreator.getIds(HibernateORMEngine engine, Component cfc, railo.runtime.orm.hibernate.PropertyCollection pc)
           
static Property[] HibernateUtil.getProperties(Component component, int fieldType, Property[] defaultValue)
           
 

Methods in railo.runtime.orm.hibernate with parameters of type Property
static Property[] HBMCreator.getIds(HibernateORMEngine engine, Component cfc, Property[] props, String tableName, boolean ignoreTableName)
           
static Property[] HibernateUtil.getProperties(Component component, int fieldType, Property[] defaultValue)
           
static boolean HBMCreator.isRelated(Property prop)
           
static railo.runtime.orm.hibernate.PropertyCollection HBMCreator.splitJoins(HibernateORMEngine engine, Component cfc, Map<String,railo.runtime.orm.hibernate.PropertyCollection> joins, Property[] props)
           
 

Uses of Property in railo.runtime.type
 

Constructors in railo.runtime.type with parameters of type Property
UDFAddProperty(ComponentImpl component, Property prop)
           
UDFGetterProperty(ComponentImpl component, Property prop)
           
UDFHasProperty(ComponentImpl component, Property prop)
           
UDFRemoveProperty(ComponentImpl component, Property prop)
           
UDFSetterProperty(ComponentImpl component, Property prop)
           
 

Uses of Property in railo.runtime.type.cfc
 

Methods in railo.runtime.type.cfc that return Property
 Property[] ComponentProxy.getProperties(boolean onlyPeristent)
           
 

Methods in railo.runtime.type.cfc with parameters of type Property
 void ComponentProxy.setProperty(Property property)
           
 

Uses of Property in railo.runtime.type.util
 

Methods in railo.runtime.type.util that return Property
static Property[] ComponentUtil.getIDProperties(Component c, boolean onlyPeristent, boolean includeBaseProperties)
           
static Property[] ComponentUtil.getProperties(Component c, boolean onlyPeristent, boolean includeBaseProperties, boolean preferBaseProperties, boolean inheritedMappedSuperClassOnly)
           
 

Methods in railo.runtime.type.util with parameters of type Property
static void PropertyFactory.addAdd(ComponentImpl comp, Property prop)
           
static void PropertyFactory.addGet(ComponentImpl comp, Property prop)
           
static void PropertyFactory.addHas(ComponentImpl comp, Property prop)
           
static void PropertyFactory.addRemove(ComponentImpl comp, Property prop)
           
static void PropertyFactory.addSet(ComponentImpl comp, Property prop)
           
static void PropertyFactory.createPropertyUDFs(ComponentImpl comp, Property property)
           
static String PropertyFactory.getSingularName(Property prop)
           
static String PropertyFactory.getType(Property prop)
           
 

Uses of Property in railo.transformer.bytecode.util
 

Methods in railo.transformer.bytecode.util with parameters of type Property
static ASMProperty[] ASMUtil.toASMProperties(Property[] properties)
           
 



Copyright © 2012 Railo