A B C D E F G H I J K L M N O P Q R S T U V W X _

I

ID - Static variable in class org.ujoframework.orm.metaModel.MetaDatabase
The meta-model id
ID - Static variable in class org.ujoframework.orm.metaModel.MetaProcedure
The meta-model id
ID - Static variable in class org.ujoframework.orm.metaModel.MetaRelation2Many
The meta-model ID.
ID - Static variable in class org.ujoframework.orm.metaModel.MetaTable
The meta-model id
INDEX - Static variable in class org.ujoframework.orm.metaModel.MetaColumn
A name of the non-unique database index for the column, where the same index can contain more columns.
init(Class) - Static method in class org.ujoframework.extensions.AbstractUjo
Initializa all properties.
init(Class, boolean) - Static method in class org.ujoframework.extensions.AbstractUjo
Initializa all properties.
init(String, Class<VALUE>, VALUE, int, Boolean) - Method in class org.ujoframework.extensions.Property
Property initialization.
initData() - Method in class org.ujoframework.implementation.array.ArrayUjo
The method is called from top constructor.
initData() - Method in class org.ujoframework.implementation.array.ArrayUjoExt
The method is called from top constructor.
initData() - Method in class org.ujoframework.swing.UjoTableModel
An Initialization
initList(String, int, Boolean) - Method in class org.ujoframework.extensions.ListProperty
List property initialization.
initTypeCode(MetaParams) - Method in class org.ujoframework.orm.metaModel.MetaColumn
Initialize a type code - for an internal use only.
instance - Static variable in class org.ujoframework.core.UjoManager
UjoManager instance
INT - Static variable in class org.ujoframework.orm.TypeService
 
isAbstract(Class) - Method in class org.ujoframework.core.UjoManager
Returns true, if the class is abstract.
isAscending() - Method in class org.ujoframework.extensions.PathProperty
A flag for an ascending direction of order.
isAscending() - Method in class org.ujoframework.extensions.Property
A flag for a direction of sorting.
isAscending() - Method in class org.ujoframework.extensions.SortingProperty
A flag for a direction of sorting.
isAscending() - Method in interface org.ujoframework.UjoProperty
A flag for an ascending direction of sorting.
isBeforeChange() - Method in class org.ujoframework.listener.UjoPropertyChangeEvent
Before change return true else returns false
isBinary() - Method in interface org.ujoframework.criterion.AbstractOperator
Is the operator a binary type ?
isBinary() - Method in class org.ujoframework.criterion.BinaryCriterion
Is it a Binary Criterion
isBinary() - Method in enum org.ujoframework.criterion.BinaryOperator
The operator is the BINARY type (not a value one)
isBinary() - Method in class org.ujoframework.criterion.Criterion
Is the class a Binary criterion?
isBinary() - Method in enum org.ujoframework.criterion.Operator
The implementace is a VALUE type (not a binary one)
isCacheEnabled() - Method in class org.ujoframework.orm.metaModel.MetaParams
Is the cache enabled?
isCellEditable(int, UjoProperty) - Method in class org.ujoframework.swing.SingleUjoTabModel
Only Value is editable.
isCellEditable(int, int) - Method in class org.ujoframework.swing.UjoTableModel
Deprecated. Use a method with column type of UjoProperty instead of.
isCellEditable(int, UjoProperty) - Method in class org.ujoframework.swing.UjoTableModel
Is the cell editable?
isClosed() - Method in exception org.ujoframework.orm.ao.UjoStatement
 
isClosed() - Method in class org.ujoframework.orm.Session
Is the session closed?
isColumn() - Method in class org.ujoframework.orm.metaModel.MetaColumn
It is a DB column (either a value of a foreign key), not a relation to many.
isColumn() - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
It is a DB column (either a value of a foreign key), not a relation to many.
isConstant() - Method in class org.ujoframework.criterion.ValueCriterion
Is the criterion result independent on the bean object?
isContainerType(Class) - Method in class org.ujoframework.core.UjoCoder
Returns true, if the Class is type of Ujo, List or Object[].
isDatabaseLoaded() - Method in class org.ujoframework.orm.OrmHandler
Returns true, if a database meta-model is loaded.
isDefault(UjoProperty<UJO, VALUE>) - Method in class org.ujoframework.extensions.AbstractUjoExt
Indicates whether a parameter value "equal to" property default value.
isDefault(UJO) - Method in class org.ujoframework.extensions.ListProperty
Indicates whether a list of items is null or empty.
isDefault(UJO) - Method in interface org.ujoframework.extensions.ListUjoProperty
Indicates whether a list of items is null or empty.
isDefault(UJO) - Method in class org.ujoframework.extensions.PathProperty
Indicates whether a parameter value of the ujo "equal to" this default value.
isDefault(UJO) - Method in class org.ujoframework.extensions.Property
Indicates whether a parameter value of the ujo "equal to" this default value.
isDefault(UjoProperty<UJO, VALUE>) - Method in interface org.ujoframework.extensions.UjoExt
Indicates whether a parameter value "equal to" property default value.
isDefault(UJO) - Method in interface org.ujoframework.UjoProperty
Indicates whether a parameter value of the ujo "equal to" this property default value.
isDirect() - Method in class org.ujoframework.extensions.PathProperty
Method returns a false because this is a property of the another UJO class.
isDirect() - Method in class org.ujoframework.extensions.Property
Returns a true value, if the property contains more properties.
isDirect() - Method in interface org.ujoframework.UjoProperty
If the property is the direct property of the related UJO class then method returns the TRUE value.
isEmpty() - Method in class org.ujoframework.core.UjoPropertyListImpl
Is the collection empty?
isEmpty() - Method in class org.ujoframework.implementation.mapImpl.MapImplUjo
Returns the number of key-value mappings in this map.
isEmpty() - Method in class org.ujoframework.orm.CriterionDecoder
Is the SQL statement empty?
isEmpty() - Method in interface org.ujoframework.UjoPropertyList
Is the collection empty?
isForeignKey() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Is it a Foreign Key ?
isForeignKey() - Method in class org.ujoframework.orm.metaModel.MetaRelation2Many
Is it a Foreign Key ?
isInput(MetaColumn) - Method in class org.ujoframework.orm.metaModel.MetaProcedure
Is it an INPUT property ?
isInsensitive() - Method in class org.ujoframework.criterion.ValueCriterion
Is the operator insensitive.
isItemTypeOf(Class) - Method in class org.ujoframework.extensions.ListProperty
Returns true if the item type is a type or subtype of the parameter class.
isItemTypeOf(Class) - Method in interface org.ujoframework.extensions.ListUjoProperty
Returns true if the item type is a type or subtype of the parameter class.
isLockRequest() - Method in class org.ujoframework.orm.Query
Pessimistic lock request
isMandatory() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Returns true if the related db column is NOT NULL.
isOffset() - Method in class org.ujoframework.orm.Query
Has this Query an offset?
isOutput(MetaColumn) - Method in class org.ujoframework.orm.metaModel.MetaProcedure
Is it an OUTPUT property ?
isPersistent() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the instance a database relation model?
isPersistent(UjoProperty) - Method in class org.ujoframework.orm.OrmHandler
Is the parameter a persistent property?
isPoolable() - Method in exception org.ujoframework.orm.ao.UjoStatement
 
isPrimaryKey() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Is it a Primary Key?
isPrintHeader() - Method in class org.ujoframework.core.UjoManagerCSV
Print CSV Header
isPropertiesReversed() - Method in class org.ujoframework.core.UjoManager
Are properties reversed by default?
isReadOnly() - Method in class org.ujoframework.orm.OrmHandler
Do the handler have a read-only state?
isRollbackOnly() - Method in class org.ujoframework.orm.Session
The rollback is allowed only
isSelectModel() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the query from a SQL select model ?
isTable() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the instance a database persistent table?
isTextable() - Method in class org.ujoframework.core.UjoService
Returns a TRUE value if attribute ujoClass is textable.
isTransientProperty(UjoProperty) - Method in class org.ujoframework.core.UjoManager
Is the property an Transient?
isTypeOf(Class) - Method in class org.ujoframework.extensions.PathProperty
Returns true if the property type is a type or subtype of the parameter class.
isTypeOf(Class) - Method in class org.ujoframework.extensions.Property
Returns true if the property type is a type or subtype of the parameter class.
isTypeOf(Class) - Method in interface org.ujoframework.UjoProperty
Returns true if the property type is a type or subtype of the parameter class.
isUsable(CharSequence) - Static method in class org.ujoframework.core.UjoManager
Returns true, if text is not null and is not empty.
isUsable(CharSequence) - Method in class org.ujoframework.orm.AbstractMetaModel
Returns true, if the argument text is not null and not empty.
isUsable(Object) - Method in class org.ujoframework.orm.AbstractMetaModel
Returns true, if the argument text is not null and not empty.
isUsable(CharSequence) - Method in class org.ujoframework.orm.SqlDialect
Returns true, if the argument text is not null and not empty.
isView() - Method in class org.ujoframework.orm.metaModel.MetaTable
Is the instance a database relation model?
isVoid() - Method in class org.ujoframework.orm.metaModel.MetaColumn
Is the related property type void?
isWrapperFor(Class<?>) - Method in exception org.ujoframework.orm.ao.UjoStatement
 
isXmlAttribute(UjoProperty) - Method in class org.ujoframework.core.UjoManager
Is the property an XML attribute?
iterate() - Method in class org.ujoframework.orm.Query
Deprecated. Use Query.iterator() instead of.
iterateInternal(RelationToMany, OrmUjo) - Method in class org.ujoframework.orm.Session
Iterate property of values
iterator() - Method in class org.ujoframework.core.UjoIterator
Returns the same instance
iterator() - Method in class org.ujoframework.core.UjoPropertyListImpl
Create an interator for all properties.
iterator() - Method in class org.ujoframework.orm.Query
Create a new iterator by the query.
iterator() - Method in interface org.ujoframework.UjoPropertyList
Create an interator for all properties.

A B C D E F G H I J K L M N O P Q R S T U V W X _
Copyright © 2007-2010 PPonec