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

R

READ_ONLY - Static variable in class org.ujorm.orm.metaModel.MetaDatabase
The default state read-only for the database.
READ_ONLY - Static variable in class org.ujorm.orm.metaModel.MetaTable
The state read-only for the database.
readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujorm.extensions.AbstractUjo
Get an authorization of the property for different actions.
readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujorm.implementation.orm.OrmTable
Test an authorization of the action.
readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujorm.implementation.orm.OrmTableSynchronized
Test an authorization of the action.
readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujorm.orm.AbstractMetaModel
 
readAuthorization(UjoAction, UjoProperty, Object) - Method in class org.ujorm.orm.metaModel.MetaDatabase
The PASSWORD property is not exported to XML for a better security.
readAuthorization(UjoAction, UjoProperty, Object) - Method in interface org.ujorm.Ujo
Get an authorization of the property for different actions.
readChangedProperties(boolean) - Method in class org.ujorm.implementation.orm.OrmTable
Returns a changed properties.
readChangedProperties(boolean) - Method in class org.ujorm.implementation.orm.OrmTableSynchronized
Returns a changed properties.
readChangedProperties(boolean) - Method in interface org.ujorm.orm.OrmUjo
Returns changed properties.
readFK(UjoProperty<UJO, ? extends OrmUjo>) - Method in class org.ujorm.implementation.orm.OrmTable
Read the foreign key.
readFK(UjoProperty<UJO, ? extends OrmUjo>) - Method in class org.ujorm.implementation.orm.OrmTableSynchronized
Read the foreign key.
readFK(UjoProperty<UJO, ? extends OrmUjo>) - Method in interface org.ujorm.orm.ExtendedOrmUjo
Read the foreign key.
readFK(OrmUjo, UjoProperty<?, ? extends OrmUjo>) - Method in class org.ujorm.orm.Session
Build new Forign key.
readOnly() - Method in class org.ujorm.orm.AbstractMetaModel
Property values can be readed only
readOrderColumn(int) - Method in class org.ujorm.orm.Query
Returns an order column.
readProperties(Class) - Method in class org.ujorm.core.UjoManager
Read all properties.
readProperties() - Method in class org.ujorm.extensions.AbstractUjo
Returns all direct properties.
readProperties() - Method in interface org.ujorm.Ujo
Returns all direct properties.
readPropertiesNocache(Class, boolean) - Method in class org.ujorm.core.UjoManager
Returns all direct properties (see an method UjoProperty.isDirect() for more information).
readPropertyCount() - Method in class org.ujorm.implementation.array.ArrayUjo
Return a count of properties.
readPropertyCount() - Method in class org.ujorm.implementation.array.ArrayUjoExt
Return a count of properties.
readSession() - Method in class org.ujorm.implementation.orm.OrmTable
Read a session
readSession() - Method in class org.ujorm.implementation.orm.OrmTableSynchronized
Read a session
readSession() - Method in interface org.ujorm.orm.OrmUjo
Read an ORM session, session is an transient property.
readUjoManager() - Method in class org.ujorm.extensions.AbstractUjo
Returns an UjoManager
readValue(UJO) - Method in class org.ujorm.core.BeanManager
WARNING: There is recommended to call the method from the method Ujo.readProperty(...)
readValue(UJO) - Method in interface org.ujorm.extensions.ValueAgent
WARNING: There is recommended to call the method from the method Ujo.readValue(...)
readValue(UjoProperty) - Method in class org.ujorm.implementation.array.ArrayUjo
It is a common method for reading all object values, however there is strongly recomended to use a method Property.getValue(Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in class org.ujorm.implementation.array.ArrayUjoExt
It is a common method for reading all object values, however there is strongly recomended to use a method Property.getValue(org.ujorm.Ujo) to an external access for a better type safe.
readValue(Object) - Method in class org.ujorm.implementation.bean.BeanProperty
WARNING: There is recommended to call the method from the method Ujo.readProperty(...)
readValue(Object) - Method in class org.ujorm.implementation.bean.BeanPropertyList
WARNING: There is recommended to call the method from the method Ujo.readProperty(...)
readValue(UjoProperty) - Method in class org.ujorm.implementation.bean.BeanUjo
It is a common method for reading all object values, however there is strongly recomended to use a method BeanProperty.getValue(Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in class org.ujorm.implementation.bean.BeanUjoExt
It is a common method for reading all object values, however there is strongly recomended to use a method BeanProperty.getValue(Ujo) to an external access for a better type safe.
readValue(UJO) - Method in class org.ujorm.implementation.factory.FactoryProperty
Create new Value.
readValue(UjoProperty) - Method in class org.ujorm.implementation.factory.FactoryUjo
Method readValue() creates a new instance of the property always.
readValue(UJO) - Method in class org.ujorm.implementation.field.FieldProperty
WARNING: There is recommended to call the method from the method Ujo.readProperty(...)
readValue(UJO) - Method in class org.ujorm.implementation.field.FieldPropertyList
WARNING: There is recommended to call the method from the method Ujo.readProperty(...)
readValue(UjoProperty) - Method in class org.ujorm.implementation.field.FieldUjo
It is a common method for reading all object values, however there is strongly recomended to use a method FieldProperty.getValue(Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in class org.ujorm.implementation.field.FieldUjoExt
It is a common method for reading all object values, however there is strongly recomended to use a method FieldProperty.getValue(Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in class org.ujorm.implementation.map.MapUjo
It is a common method for reading all object values, however there is strongly recomended to use a method Property.getValue(org.ujorm.Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in class org.ujorm.implementation.map.MapUjoExt
It is a common method for reading all object values, however there is strongly recomended to use a method Property.getValue(org.ujorm.Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in class org.ujorm.implementation.mapImpl.MapImplUjo
It is a common method for reading all object values, however there is strongly recomended to use a method Property.getValue(org.ujorm.Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in class org.ujorm.implementation.orm.OrmTable
A method for an internal use only.
readValue(UjoProperty) - Method in class org.ujorm.implementation.orm.OrmTableSynchronized
A method for an internal use only.
readValue(UjoProperty) - Method in class org.ujorm.implementation.quick.QuickUjo
It is a common method for reading all object values, however there is strongly recomended to use a method Property.getValue(org.ujorm.Ujo) to an external access for a better type safe.
readValue(UjoProperty) - Method in interface org.ujorm.orm.OrmUjo
A special implementation, see a source code of the OrmTable class for more information.
readValue(UjoProperty) - Method in class org.ujorm.swing.UjoPropertyRow
Read Value
readValue(UjoProperty) - Method in interface org.ujorm.Ujo
It is a common method for reading all object values, however there is strongly recomended to use a method UjoProperty.getValue(org.ujorm.Ujo) to an external access for a better type safe.
readValueString(UjoProperty, UjoAction) - Method in class org.ujorm.extensions.AbstractUjo
Get an original value in a String format.
readValueString(UjoProperty, UjoAction) - Method in interface org.ujorm.extensions.UjoTextable
Get an original value in a String format.
RegistrarUjo<UJO extends Ujo> - Class in org.ujorm.implementation.registrar
A MapUjo implementation with a Property change listener support.
RegistrarUjo() - Constructor for class org.ujorm.implementation.registrar.RegistrarUjo
 
RegistrarUjoExt<UJO extends RegistrarUjoExt> - Class in org.ujorm.implementation.registrar
A MapUjoExt implementation with a Property change listener support.
RegistrarUjoExt() - Constructor for class org.ujorm.implementation.registrar.RegistrarUjoExt
 
RELATIONS - Static variable in class org.ujorm.orm.metaModel.MetaTable
Table relations to many
RelationToMany<UJO extends ExtendedOrmUjo,ITEM extends ExtendedOrmUjo> - Class in org.ujorm.implementation.orm
The relation 1:N to another UJO type items
RelationToMany(String, Class<ITEM>) - Constructor for class org.ujorm.implementation.orm.RelationToMany
Constructor
RelationToMany(String, Class<ITEM>, int, boolean) - Constructor for class org.ujorm.implementation.orm.RelationToMany
Constructor
RelationToOne<UJO extends ExtendedOrmUjo,VALUE> - Class in org.ujorm.implementation.orm
Foreign key property
RelationToOne(String, Class, UjoProperty) - Constructor for class org.ujorm.implementation.orm.RelationToOne
 
reload(OrmUjo) - Method in class org.ujorm.orm.Session
Reload values of the persistent object.
reload(OrmUjo, Session) - Method in class org.ujorm.orm.utility.OrmTools
Reload values of the persistent object.
remove() - Method in class org.ujorm.core.UjoIterator
Deprecated. The method is not implemented.
remove(ListUjoProperty<UJO, ITEM>, int) - Method in class org.ujorm.extensions.AbstractUjoExt
Remove an item from the List by an index.
remove(ListUjoProperty<UJO, ITEM>, ITEM) - Method in class org.ujorm.extensions.AbstractUjoExt
Removes the first occurrence in this list of the specified element.
remove(ListUjoProperty<UJO, ITEM>, int) - Method in interface org.ujorm.extensions.UjoExt
Get Value
remove(Object) - Method in class org.ujorm.implementation.mapImpl.MapImplUjo
Removes the mapping for the specified key from this map if present.
removeDb(String) - Method in class org.ujorm.orm.metaModel.MetaRoot
Returns the first database with the same schemaName - and remove it from the list.
removeItem(UJO, ITEM) - Method in class org.ujorm.extensions.ListProperty
Removes the first occurrence in this list of the specified element.
removeItem(UJO, ITEM) - Method in interface org.ujorm.extensions.ListUjoProperty
Removes the first occurrence in this list of the specified element.
removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) - Method in class org.ujorm.implementation.registrar.RegistrarUjo
Remove property Listener
removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) - Method in class org.ujorm.implementation.registrar.RegistrarUjoExt
Remove property Listener
removePropertyChangeListener(UjoProperty<UJO, ?>, Boolean, UjoPropertyChangeListener) - Method in interface org.ujorm.listener.EventRegistrar
Remove listener
removePropertyChangeListener(UjoProperty, Boolean, UjoPropertyChangeListener) - Method in class org.ujorm.listener.UjoPropertyChangeSupport
Remove listener
revertArray(Object[]) - Method in class org.ujorm.core.UjoManager
Returns a reversed order of objects.
RingBuffer - Class in org.ujorm.core
A 'ring buffer' implementation whith a required length of the buffer.
RingBuffer(int) - Constructor for class org.ujorm.core.RingBuffer
Creates new RingBuffer
rollback() - Method in class org.ujorm.orm.Session
Make a rollback for all databases.
ROOT - Static variable in class org.ujorm.orm.metaModel.MetaDatabase
An instance of the DB class.
rootElementName - Variable in class org.ujorm.core.UjoManagerXML
Root element name
ROWS - Static variable in class org.ujorm.swing.SingleUjoTabModel
Property row
rows - Variable in class org.ujorm.swing.UjoTableModel
A data store

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-2012 PPonec