|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
railo.runtime | |
railo.runtime.orm.hibernate | |
railo.runtime.type | |
railo.runtime.type.cfc | |
railo.runtime.type.util |
Uses of Property in railo.runtime |
---|
Methods in railo.runtime that return Property | |
---|---|
Property[] |
ComponentWrap.getProperties(boolean onlyPeristent)
|
Property[] |
ComponentPro.getProperties(boolean onlyPeristent)
return all properties from component |
Property[] |
SuperComponent.getProperties(boolean onlyPeristent)
|
Property[] |
ComponentImpl.getProperties(boolean onlyPeristent)
|
Methods in railo.runtime with parameters of type Property | |
---|---|
void |
ComponentWrap.setProperty(Property property)
|
void |
ComponentPro.setProperty(Property property)
|
void |
SuperComponent.setProperty(Property property)
|
void |
ComponentImpl.setProperty(Property property)
|
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(ComponentPro 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(ComponentPro 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[] |
ComponentProProxy.getProperties(boolean onlyPeristent)
|
Methods in railo.runtime.type.cfc with parameters of type Property | |
---|---|
void |
ComponentProProxy.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)
|
static Property[] |
ComponentUtil.getProperties(Component c,
boolean onlyPeristent)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |