Uses of Interface
org.solovyev.android.properties.AProperty

Packages that use AProperty
org.solovyev.android.db.properties   
org.solovyev.android.properties   
 

Uses of AProperty in org.solovyev.android.db.properties
 

Methods in org.solovyev.android.db.properties that return AProperty
 AProperty APropertyMapper.convert(android.database.Cursor cursor)
           
 

Methods in org.solovyev.android.db.properties that return types with arguments of type AProperty
 List<AProperty> APropertyDao.loadPropertiesById(Object id)
           
 List<AProperty> SqliteAPropertyDao.loadPropertiesById(Object id)
           
 List<AProperty> PropertyByIdDbQuery.retrieveData(android.database.Cursor cursor)
           
 

Methods in org.solovyev.android.db.properties with parameters of type AProperty
 void APropertyDao.insertProperty(Object id, AProperty property)
           
 void SqliteAPropertyDao.insertProperty(Object id, AProperty property)
           
 

Method parameters in org.solovyev.android.db.properties with type arguments of type AProperty
 void APropertyDao.insertProperties(Object id, Collection<AProperty> properties)
           
 void SqliteAPropertyDao.insertProperties(Object id, Collection<AProperty> properties)
           
 

Constructors in org.solovyev.android.db.properties with parameters of type AProperty
InsertPropertyDbExec(Object id, AProperty property, String tableName, String idColumnName, String propertyNameColumnName, String propertyValueColumnName)
           
 

Uses of AProperty in org.solovyev.android.properties
 

Methods in org.solovyev.android.properties that return AProperty
 AProperty AProperties.getProperty(String name)
           
static AProperty Properties.newProperty(String name, String value)
           
 AProperty MutableAProperties.removeProperty(String name)
           
 AProperty MutableAProperties.setProperty(String name, String value)
           
 

Methods in org.solovyev.android.properties that return types with arguments of type AProperty
 Map<String,AProperty> MutableAProperties.getProperties()
           
 Collection<AProperty> AProperties.getPropertiesCollection()
           
 

Methods in org.solovyev.android.properties with parameters of type AProperty
 void MutableAProperties.setProperty(AProperty property)
           
 

Method parameters in org.solovyev.android.properties with type arguments of type AProperty
static MutableAProperties Properties.newProperties(Collection<AProperty> properties)
           
static MutableAProperties Properties.newProperties(Map<String,AProperty> properties)
           
 void MutableAProperties.setPropertiesFrom(Collection<AProperty> properties)
           
 



Copyright © 2013. All Rights Reserved.