Uses of Interface
com.agfa.hap.sdo.Property

Packages that use Property
com.agfa.hap.sdo   
com.agfa.hap.sdo.implementation   
com.agfa.hap.sdo.mapper   
 

Uses of Property in com.agfa.hap.sdo
 

Methods in com.agfa.hap.sdo that return Property
 Property PartialDataObject.getContainmentProperty()
           
 Property Type.getIdentityProperty()
          This is a non-standard SDO property (but rumors are that is will appear in SDO2.1).
 Property Property.getOpposite()
          Returns the opposite Property if the Property is bi-directional or null otherwise.
 Property Type.getProperty(int index)
           
 Property Type.getProperty(java.lang.String propertyName)
           
 

Methods in com.agfa.hap.sdo that return types with arguments of type Property
 java.util.List<? extends Property> Type.getDeclaredProperties()
           
 java.util.List<Property> Type.getProperties()
           
 

Methods in com.agfa.hap.sdo with parameters of type Property
abstract  boolean PropertyTree.containsProperty(Property property)
           
 java.util.Iterator<? extends T> DataMapper.getObjects(T object, Property property)
           
 java.util.Collection<T> DataMapper.getProperties(java.util.Collection<T> object, Property bulkProperty, SnapshotDefinition def)
          Return the corresponding values for this bulk property for the given object.
abstract  PropertyTree PropertyTree.getProperty(Property property)
           
 java.lang.Object DataMapper.getProperty(T object, Property property)
           
 boolean DataMapper.isBulkProperty(java.lang.Class clazz, Property property)
           
 void DataMapper.setProperty(T object, Property property, java.lang.Object value)
          Assigns the given value to the property of the object.
 void DataMapper.setUnavailable(T object, Property property)
          Marks a property as unavailable (PartialDataObject#isAvailable(Property)}.
 void ObjectPropertyVisitor.visitBulkProperty(java.lang.Object instance, Property property, SnapshotDefinition subselect)
          Bulk properties are properties that are heavy to retrieve and as such should be visited in bulk.
protected
<T> void
SelectClause.visitChild(DataMapper<T> mapper, ObjectPropertyVisitor visitor, T parent, Property property, PropertyTree propertyTree)
           
protected
<T> void
SelectClause.visitChildObject(DataMapper<T> mapper, ObjectPropertyVisitor visitor, T dataObject, Property property, PropertyTree tree)
           
 boolean ObjectPropertyVisitor.visitProperty(java.lang.Object instance, Property property, java.lang.Object value)
           
protected
<T> void
SelectClause.visitProxy(DataMapper<T> mapper, ObjectPropertyVisitor visitor, T dataObject, Property property)
          this method is called if the property is not in the select clause when used with the default SnapshotSerializer : returning directly will result in property with value = null, calling visitProxyProperty with a null identity will result in a not available property calling visitProxyProperty with a non null identity will result in a property with isProxy=true
 void ObjectPropertyVisitor.visitProxyProperty(java.lang.Object instance, Property property, java.lang.Object identity)
           
 

Uses of Property in com.agfa.hap.sdo.implementation
 

Methods in com.agfa.hap.sdo.implementation that return Property
 Property AbstractPartialDataObject.getContainmentProperty()
           
 Property TypeImplementation.getIdentityProperty()
           
 Property PropertyImplementation.getOpposite()
           
 Property TypeImplementation.getProperty(int index)
           
 Property TypeImplementation.getProperty(java.lang.String propertyName)
           
 

Methods in com.agfa.hap.sdo.implementation that return types with arguments of type Property
 java.util.List<Property> TypeImplementation.getDeclaredProperties()
           
 java.util.List<Property> TypeImplementation.getProperties()
           
 

Methods in com.agfa.hap.sdo.implementation with parameters of type Property
protected  java.util.List<T> DataObjectConverter.getInstancesForBulkProperty(Property property, SnapshotDefinition subselect)
           
protected  PartialDataObject ContainmentSerializer.readChildDataObject(java.io.ObjectInput in, Property prop, PartialDataObject parent)
           
protected  PartialDataObject CompleteSerializer.readChildDataObject(java.io.ObjectInput in, Property prop, PartialDataObject parent)
           
protected abstract  PartialDataObject BinarySerializer.readChildDataObject(java.io.ObjectInput in, Property prop, PartialDataObject parent)
           
 void DataObjectConverter.visitBulkProperty(java.lang.Object instance, Property property, SnapshotDefinition subselect)
           
 boolean DataObjectConverter.visitProperty(java.lang.Object instance, Property property, java.lang.Object value)
           
 void DataObjectConverter.visitProxyProperty(java.lang.Object instance, Property property, java.lang.Object identity)
           
protected  void BinarySerializer.write(java.io.ObjectOutput out, Property prop, java.lang.Object value)
           
protected  void ContainmentSerializer.writeChildDataObject(java.io.ObjectOutput out, Property prop, PartialDataObject child)
           
protected  void CompleteSerializer.writeChildDataObject(java.io.ObjectOutput out, Property prop, PartialDataObject child)
           
protected abstract  void BinarySerializer.writeChildDataObject(java.io.ObjectOutput out, Property prop, PartialDataObject child)
           
 

Uses of Property in com.agfa.hap.sdo.mapper
 

Methods in com.agfa.hap.sdo.mapper with parameters of type Property
protected abstract  PropertyAccessor PropertyAccessorBuilder.createPropertyAccessor(java.lang.Class cls, Property property)
           
protected  PropertyAccessor ExtendablePropertyAccessorBuilder.createPropertyAccessor(java.lang.Class cls, Property prop)
           
protected  PropertyAccessor BeanPropertyAccessorBuilder.createPropertyAccessor(java.lang.Class cls, Property prop)
           
 PropertyAccessor PropertyAccessorBuilder.createPropertyAccessorOrDelegate(java.lang.Class cls, Property property)
           
 java.util.Iterator<?> JavaBeanMapper.getObjects(java.lang.Object object, Property property)
           
 java.util.Iterator<PartialDataObject> PartialDataObjectMapper.getObjects(PartialDataObject object, Property property)
           
 java.util.Iterator<? extends T> DelegatingPartialDataObjectMapper.getObjects(T object, Property property)
           
 java.util.Iterator<? extends T> DelegatingDataMapper.getObjects(T object, Property property)
           
 java.util.Collection<java.lang.Object> JavaBeanMapper.getProperties(java.util.Collection<java.lang.Object> objects, Property bulkProperty, SnapshotDefinition def)
           
 java.util.Collection<PartialDataObject> PartialDataObjectMapper.getProperties(java.util.Collection<PartialDataObject> object, Property bulkProperty, SnapshotDefinition def)
           
 java.util.Collection<T> DelegatingPartialDataObjectMapper.getProperties(java.util.Collection<T> object, Property bulkProperty, SnapshotDefinition def)
           
 java.util.Collection<T> DelegatingDataMapper.getProperties(java.util.Collection<T> object, Property bulkProperty, SnapshotDefinition def)
           
 java.lang.Object JavaBeanMapper.getProperty(java.lang.Object object, Property property)
           
 java.lang.Object PartialDataObjectMapper.getProperty(PartialDataObject object, Property property)
           
 java.lang.Object DelegatingPartialDataObjectMapper.getProperty(T object, Property property)
           
 java.lang.Object DelegatingDataMapper.getProperty(T object, Property property)
           
 java.lang.Object TruePropertyAccessor.getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 java.lang.Object PropertyAccessor.getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 java.lang.Object NullPropertyAccessor.getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 java.lang.Object ManyValuedNullPropertyAccessor.getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 java.lang.Object FalsePropertyAccessor.getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 java.lang.Object BeanPropertyAccessor.getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 java.lang.Object AbstractPropertyAccessor.getValue(java.lang.Object instance, Property property, DataMapper dataMapper)
           
 java.util.Collection<?> PropertyAccessor.getValues(java.util.Collection<?> instances, Property property, SnapshotDefinition def, DataMapper dataMapper)
           
 java.util.Collection<?> BeanPropertyAccessor.getValues(java.util.Collection<?> instances, Property property, SnapshotDefinition def, DataMapper dataMapper)
           
 java.util.Collection<?> AbstractPropertyAccessor.getValues(java.util.Collection<?> instances, Property property, SnapshotDefinition def, DataMapper dataMapper)
           
 boolean PartialDataObjectMapper.isBulkProperty(java.lang.Class clazz, Property property)
           
 boolean JavaBeanMapper.isBulkProperty(java.lang.Class clazz, Property property)
           
 boolean DelegatingPartialDataObjectMapper.isBulkProperty(java.lang.Class clazz, Property property)
           
 boolean DelegatingDataMapper.isBulkProperty(java.lang.Class clazz, Property property)
           
 PropertyAccessor TypeMapper.property(java.lang.Class cls, Property property)
          Locates a property accessor
protected  void JavaBeanMapper.setOpposite(java.lang.Object object, Property property, java.lang.Object value)
           
 void JavaBeanMapper.setProperty(java.lang.Object object, Property property, java.lang.Object value)
           
 void PartialDataObjectMapper.setProperty(PartialDataObject object, Property property, java.lang.Object value)
           
 void DelegatingPartialDataObjectMapper.setProperty(T object, Property property, java.lang.Object value)
           
 void DelegatingDataMapper.setProperty(T object, Property property, java.lang.Object value)
           
 void JavaBeanMapper.setUnavailable(java.lang.Object object, Property property)
           
 void PartialDataObjectMapper.setUnavailable(PartialDataObject object, Property property)
           
 void DelegatingPartialDataObjectMapper.setUnavailable(T object, Property property)
           
 void DelegatingDataMapper.setUnavailable(T object, Property property)
           
 void PropertyAccessor.setValue(java.lang.Object instance, Property property, java.lang.Object value, DataMapper dataMapper)
           
 void ManyValuedNullPropertyAccessor.setValue(java.lang.Object instance, Property property, java.lang.Object newValue, DataMapper dataMapper)
           
 void ManyValuedBeanPropertyAccessor.setValue(java.lang.Object instance, Property property, java.lang.Object newValue, DataMapper dataMapper)
          Sets the value of this property for the specified Object.
 void BeanPropertyAccessor.setValue(java.lang.Object instance, Property property, java.lang.Object newValue, DataMapper dataMapper)
          Sets the value of this property for the specified Object.
 void AbstractPropertyAccessor.setValue(java.lang.Object instance, Property property, java.lang.Object value, DataMapper dataMapper)
           
 



Copyright © 2007. All Rights Reserved.