Uses of Class
org.ujoframework.extensions.ListProperty

Packages that use ListProperty
org.ujoframework.extensions UJO extensions. 
org.ujoframework.implementation.array   
org.ujoframework.implementation.bean   
org.ujoframework.implementation.field   
org.ujoframework.implementation.map   
org.ujoframework.implementation.mapImpl   
org.ujoframework.implementation.quick   
org.ujoframework.orm.metaModel   
 

Uses of ListProperty in org.ujoframework.extensions
 

Methods in org.ujoframework.extensions that return ListProperty
protected  ListProperty<UJO,ITEM> ListProperty.initList(java.lang.String name, int index, java.lang.Boolean lock)
          List property initialization.
static
<UJO extends Ujo,ITEM>
ListProperty<UJO,ITEM>
ListProperty.newListProperty(java.lang.String name, java.lang.Class<ITEM> itemType)
          A ListUjoProperty Factory Method assigns a next property index.
static
<UJO extends Ujo,ITEM>
ListProperty<UJO,ITEM>
ListProperty.newListProperty(java.lang.String name, java.lang.Class<ITEM> itemType, int index)
          A ListUjoProperty Factory Method assigns a next property index.
static
<UJO extends Ujo,ITEM>
ListProperty<UJO,ITEM>
ListProperty.newListProperty(java.lang.String name, java.lang.Class<ITEM> itemType, int index, boolean lock)
          A ListUjoProperty Factory Method assigns a next property index.
 

Uses of ListProperty in org.ujoframework.implementation.array
 

Methods in org.ujoframework.implementation.array that return ListProperty
protected static
<UJO extends ArrayUjoExt,ITEM>
ListProperty<UJO,ITEM>
ArrayUjoExt.newListProperty(java.lang.String name, java.lang.Class<ITEM> type, int index)
          A ListProperty Factory Method assigns a next property index.
protected static
<UJO extends ArrayUjo,ITEM>
ListProperty<UJO,ITEM>
ArrayUjo.newListProperty(java.lang.String name, java.lang.Class<ITEM> type, int index)
          A ListProperty Factory Method assigns a next property index.
protected static
<UJO extends ArrayUjo,ITEM>
ListProperty<UJO,ITEM>
ArrayUjo.newPropertyList_(java.lang.String name, java.lang.Class<ITEM> type, int index)
          Deprecated. Use method newListProperty
 

Uses of ListProperty in org.ujoframework.implementation.bean
 

Subclasses of ListProperty in org.ujoframework.implementation.bean
 class BeanPropertyList<UJO extends Ujo,ITEM>
          Property List implementation.
 

Uses of ListProperty in org.ujoframework.implementation.field
 

Subclasses of ListProperty in org.ujoframework.implementation.field
 class FieldPropertyList<UJO extends Ujo,ITEM>
          Property List implementation.
 

Uses of ListProperty in org.ujoframework.implementation.map
 

Methods in org.ujoframework.implementation.map that return ListProperty
protected static
<UJO extends MapUjoExt,ITEM>
ListProperty<UJO,ITEM>
MapUjoExt.newListProperty(java.lang.String name, java.lang.Class<ITEM> type)
          A ListProperty Factory Method assigns a next property index.
protected static
<UJO extends MapUjo,ITEM>
ListProperty<UJO,ITEM>
MapUjo.newListProperty(java.lang.String name, java.lang.Class<ITEM> type)
          A ListProperty Factory Method assigns a next property index.
protected static
<UJO extends MapUjo,ITEM>
ListProperty<UJO,ITEM>
MapUjoExt.newPropertyList(java.lang.String name, java.lang.Class<ITEM> type)
          Deprecated. Use newListProperty(...) instead of.
protected static
<UJO extends MapUjo,ITEM>
ListProperty<UJO,ITEM>
MapUjo.newPropertyList(java.lang.String name, java.lang.Class<ITEM> type)
          Deprecated. Use newListProperty(...) instead of.
 

Uses of ListProperty in org.ujoframework.implementation.mapImpl
 

Methods in org.ujoframework.implementation.mapImpl that return ListProperty
protected static
<UJO extends MapImplUjo,ITEM>
ListProperty<UJO,ITEM>
MapImplUjo.newListProperty(java.lang.String name, java.lang.Class<ITEM> type)
          A ListProperty Factory Method assigns a next property index.
 

Uses of ListProperty in org.ujoframework.implementation.quick
 

Methods in org.ujoframework.implementation.quick that return ListProperty
protected static
<UJO extends Ujo,ITEM>
ListProperty<UJO,ITEM>
QuickUjo.newListProperty(java.lang.Class<ITEM> itemType)
          A Property Factory creates new property and assigns a name and next property index.
protected static
<UJO extends Ujo,ITEM>
ListProperty<UJO,ITEM>
QuickUjo.newListProperty(java.lang.String name, java.lang.Class<ITEM> itemType)
          A Property Factory creates new property and assigns a next property index.
 

Uses of ListProperty in org.ujoframework.orm.metaModel
 

Fields in org.ujoframework.orm.metaModel declared as ListProperty
static ListProperty<MetaTable,MetaColumn> MetaTable.COLUMNS
          Table Columns (no relations)
static ListProperty<MetaPKey,MetaColumn> MetaPKey.COLUMNS
          DB columns
static ListProperty<MetaIndex,MetaColumn> MetaIndex.COLUMNS
          Table Columns
static ListProperty<MetaRoot,MetaDatabase> MetaRoot.DATABASES
          List of tables
static ListProperty<MetaDatabase,java.lang.String> MetaDatabase.JNDI
          JNDI (java naming and directory interface) connection string
static ListProperty<MetaProcedure,MetaColumn> MetaProcedure.PARAMETERS
          Procedure parameters
static ListProperty<MetaDatabase,MetaProcedure> MetaDatabase.PROCEDURES
          List of procedures
static ListProperty<MetaTable,MetaRelation2Many> MetaTable.RELATIONS
          Table relations to many
static ListProperty<MetaDatabase,MetaTable> MetaDatabase.TABLES
          List of tables
 



Copyright © 2010. All Rights Reserved.