public class InstallationRepository extends ModelRepository<Installation>
ModelRepository.FindAllCallback<T extends Model>, ModelRepository.FindCallback<T extends Model>| Constructor and Description |
|---|
InstallationRepository() |
| Modifier and Type | Method and Description |
|---|---|
Installation |
createAndroidInstallation(android.content.Context context)
Creates a new Installation model and pre-populates properties
shared by all instances of this application.
|
createContract, createModel, findAll, findByIdcreateObject, getAdapter, getClassName, invokeStaticMethod, setAdapterpublic Installation createAndroidInstallation(android.content.Context context)
context - The context of this application.