BaseForeignCollection.smali
.class public abstract Lcom/j256/ormlite/dao/BaseForeignCollection;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/j256/ormlite/dao/ForeignCollection;
.implements Ljava/io/Serializable;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"ID:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/j256/ormlite/dao/ForeignCollection<",
"TT;>;",
"Ljava/io/Serializable;"
}
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x4797e276d525d695L
# instance fields
.field public final transient dao:Lcom/j256/ormlite/dao/Dao;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/j256/ormlite/dao/Dao<",
"TT;TID;>;"
}
.end annotation
.end field
.field private final transient foreignFieldType:Lcom/j256/ormlite/field/FieldType;
.field private final transient orderAscending:Z
.field private final transient orderColumn:Ljava/lang/String;
.field private final transient parent:Ljava/lang/Object;
.field private final transient parentId:Ljava/lang/Object;
.field private transient preparedQuery:Lcom/j256/ormlite/stmt/PreparedQuery;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/j256/ormlite/stmt/PreparedQuery<",
"TT;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lcom/j256/ormlite/dao/Dao;Ljava/lang/Object;Ljava/lang/Object;Lcom/j256/ormlite/field/FieldType;Ljava/lang/String;Z)V
.registers 7
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/j256/ormlite/dao/Dao<",
"TT;TID;>;",
"Ljava/lang/Object;",
"Ljava/lang/Object;",
"Lcom/j256/ormlite/field/FieldType;",
"Ljava/lang/String;",
"Z)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
.line 3
iput-object p4, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->foreignFieldType:Lcom/j256/ormlite/field/FieldType;
.line 4
iput-object p3, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->parentId:Ljava/lang/Object;
.line 5
iput-object p5, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->orderColumn:Ljava/lang/String;
.line 6
iput-boolean p6, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->orderAscending:Z
.line 7
iput-object p2, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->parent:Ljava/lang/Object;
return-void
.end method
.method private addElement(Ljava/lang/Object;)Z
.registers 6
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)Z"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.line 1
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
if-nez v0, :cond_6
const/4 p1, 0x0
return p1
.line 2
:cond_6
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->parent:Ljava/lang/Object;
const/4 v1, 0x1
if-eqz v0, :cond_1b
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->foreignFieldType:Lcom/j256/ormlite/field/FieldType;
invoke-virtual {v0, p1}, Lcom/j256/ormlite/field/FieldType;->getFieldValueIfNotDefault(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
if-nez v0, :cond_1b
.line 3
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->foreignFieldType:Lcom/j256/ormlite/field/FieldType;
iget-object v2, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->parent:Ljava/lang/Object;
const/4 v3, 0x0
invoke-virtual {v0, p1, v2, v1, v3}, Lcom/j256/ormlite/field/FieldType;->assignField(Ljava/lang/Object;Ljava/lang/Object;ZLcom/j256/ormlite/dao/ObjectCache;)V
.line 4
:cond_1b
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
invoke-interface {v0, p1}, Lcom/j256/ormlite/dao/Dao;->create(Ljava/lang/Object;)I
return v1
.end method
# virtual methods
.method public add(Ljava/lang/Object;)Z
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)Z"
}
.end annotation
.line 1
:try_start_0
invoke-direct {p0, p1}, Lcom/j256/ormlite/dao/BaseForeignCollection;->addElement(Ljava/lang/Object;)Z
move-result p1
:try_end_4
.catch Ljava/sql/SQLException; {:try_start_0 .. :try_end_4} :catch_5
return p1
:catch_5
move-exception p1
.line 2
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Could not create data element in dao"
invoke-direct {v0, v1, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
throw v0
.end method
.method public addAll(Ljava/util/Collection;)Z
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Collection<",
"+TT;>;)Z"
}
.end annotation
.line 1
invoke-interface {p1}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
move-result-object p1
const/4 v0, 0x0
:cond_5
:goto_5
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_20
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
.line 2
:try_start_f
invoke-direct {p0, v1}, Lcom/j256/ormlite/dao/BaseForeignCollection;->addElement(Ljava/lang/Object;)Z
move-result v1
:try_end_13
.catch Ljava/sql/SQLException; {:try_start_f .. :try_end_13} :catch_17
if-eqz v1, :cond_5
const/4 v0, 0x1
goto :goto_5
:catch_17
move-exception p1
.line 3
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Could not create data elements in dao"
invoke-direct {v0, v1, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
throw v0
:cond_20
return v0
.end method
.method public clear()V
.registers 3
.line 1
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
if-nez v0, :cond_5
return-void
.line 2
:cond_5
invoke-virtual {p0}, Lcom/j256/ormlite/dao/BaseForeignCollection;->closeableIterator()Lcom/j256/ormlite/dao/CloseableIterator;
move-result-object v0
.line 3
:goto_9
:try_start_9
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_16
.line 4
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
.line 5
invoke-interface {v0}, Ljava/util/Iterator;->remove()V
:try_end_15
.catchall {:try_start_9 .. :try_end_15} :catchall_1a
goto :goto_9
.line 6
:cond_16
invoke-static {v0}, Lcom/j256/ormlite/misc/IOUtils;->closeQuietly(Ljava/io/Closeable;)V
return-void
:catchall_1a
move-exception v1
invoke-static {v0}, Lcom/j256/ormlite/misc/IOUtils;->closeQuietly(Ljava/io/Closeable;)V
throw v1
.end method
.method public abstract synthetic closeLastIterator()V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract synthetic closeableIterator()Lcom/j256/ormlite/dao/CloseableIterator;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/j256/ormlite/dao/CloseableIterator<",
"TT;>;"
}
.end annotation
.end method
.method public abstract synthetic closeableIterator(I)Lcom/j256/ormlite/dao/CloseableIterator;
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lcom/j256/ormlite/dao/CloseableIterator<",
"TT;>;"
}
.end annotation
.end method
.method public getDao()Lcom/j256/ormlite/dao/Dao;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/j256/ormlite/dao/Dao<",
"TT;*>;"
}
.end annotation
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
return-object v0
.end method
.method public getPreparedQuery()Lcom/j256/ormlite/stmt/PreparedQuery;
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/j256/ormlite/stmt/PreparedQuery<",
"TT;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.line 1
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
if-nez v0, :cond_6
const/4 v0, 0x0
return-object v0
.line 2
:cond_6
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->preparedQuery:Lcom/j256/ormlite/stmt/PreparedQuery;
if-nez v0, :cond_44
.line 3
new-instance v0, Lcom/j256/ormlite/stmt/SelectArg;
invoke-direct {v0}, Lcom/j256/ormlite/stmt/SelectArg;-><init>()V
.line 4
iget-object v1, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->parentId:Ljava/lang/Object;
invoke-virtual {v0, v1}, Lcom/j256/ormlite/stmt/SelectArg;->setValue(Ljava/lang/Object;)V
.line 5
iget-object v1, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
invoke-interface {v1}, Lcom/j256/ormlite/dao/Dao;->queryBuilder()Lcom/j256/ormlite/stmt/QueryBuilder;
move-result-object v1
.line 6
iget-object v2, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->orderColumn:Ljava/lang/String;
if-eqz v2, :cond_23
.line 7
iget-boolean v3, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->orderAscending:Z
invoke-virtual {v1, v2, v3}, Lcom/j256/ormlite/stmt/QueryBuilder;->orderBy(Ljava/lang/String;Z)Lcom/j256/ormlite/stmt/QueryBuilder;
.line 8
:cond_23
invoke-virtual {v1}, Lcom/j256/ormlite/stmt/StatementBuilder;->where()Lcom/j256/ormlite/stmt/Where;
move-result-object v1
iget-object v2, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->foreignFieldType:Lcom/j256/ormlite/field/FieldType;
invoke-virtual {v2}, Lcom/j256/ormlite/field/FieldType;->getColumnName()Ljava/lang/String;
move-result-object v2
invoke-virtual {v1, v2, v0}, Lcom/j256/ormlite/stmt/Where;->eq(Ljava/lang/String;Ljava/lang/Object;)Lcom/j256/ormlite/stmt/Where;
move-result-object v0
invoke-virtual {v0}, Lcom/j256/ormlite/stmt/Where;->prepare()Lcom/j256/ormlite/stmt/PreparedQuery;
move-result-object v0
iput-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->preparedQuery:Lcom/j256/ormlite/stmt/PreparedQuery;
.line 9
instance-of v1, v0, Lcom/j256/ormlite/stmt/mapped/MappedPreparedStmt;
if-eqz v1, :cond_44
.line 10
check-cast v0, Lcom/j256/ormlite/stmt/mapped/MappedPreparedStmt;
.line 11
iget-object v1, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->parent:Ljava/lang/Object;
iget-object v2, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->parentId:Ljava/lang/Object;
invoke-virtual {v0, v1, v2}, Lcom/j256/ormlite/stmt/mapped/BaseMappedQuery;->setParentInformation(Ljava/lang/Object;Ljava/lang/Object;)V
.line 12
:cond_44
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->preparedQuery:Lcom/j256/ormlite/stmt/PreparedQuery;
return-object v0
.end method
.method public abstract synthetic getWrappedIterable()Lcom/j256/ormlite/dao/CloseableWrappedIterable;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/j256/ormlite/dao/CloseableWrappedIterable<",
"TT;>;"
}
.end annotation
.end method
.method public abstract synthetic getWrappedIterable(I)Lcom/j256/ormlite/dao/CloseableWrappedIterable;
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lcom/j256/ormlite/dao/CloseableWrappedIterable<",
"TT;>;"
}
.end annotation
.end method
.method public abstract synthetic isEager()Z
.end method
.method public abstract synthetic iterator(I)Lcom/j256/ormlite/dao/CloseableIterator;
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lcom/j256/ormlite/dao/CloseableIterator<",
"TT;>;"
}
.end annotation
.end method
.method public abstract synthetic iteratorThrow()Lcom/j256/ormlite/dao/CloseableIterator;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/j256/ormlite/dao/CloseableIterator<",
"TT;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.end method
.method public abstract synthetic iteratorThrow(I)Lcom/j256/ormlite/dao/CloseableIterator;
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)",
"Lcom/j256/ormlite/dao/CloseableIterator<",
"TT;>;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.end method
.method public refresh(Ljava/lang/Object;)I
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)I"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.line 1
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
if-nez v0, :cond_6
const/4 p1, 0x0
return p1
.line 2
:cond_6
invoke-interface {v0, p1}, Lcom/j256/ormlite/dao/Dao;->refresh(Ljava/lang/Object;)I
move-result p1
return p1
.end method
.method public abstract synthetic refreshAll()I
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.end method
.method public abstract synthetic refreshCollection()I
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.end method
.method public abstract remove(Ljava/lang/Object;)Z
.end method
.method public abstract removeAll(Ljava/util/Collection;)Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Collection<",
"*>;)Z"
}
.end annotation
.end method
.method public retainAll(Ljava/util/Collection;)Z
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Collection<",
"*>;)Z"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
const/4 v1, 0x0
if-nez v0, :cond_6
return v1
.line 2
:cond_6
invoke-virtual {p0}, Lcom/j256/ormlite/dao/BaseForeignCollection;->closeableIterator()Lcom/j256/ormlite/dao/CloseableIterator;
move-result-object v0
.line 3
:cond_a
:goto_a
:try_start_a
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v2
if-eqz v2, :cond_1f
.line 4
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v2
.line 5
invoke-interface {p1, v2}, Ljava/util/Collection;->contains(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_a
.line 6
invoke-interface {v0}, Ljava/util/Iterator;->remove()V
:try_end_1d
.catchall {:try_start_a .. :try_end_1d} :catchall_23
const/4 v1, 0x1
goto :goto_a
.line 7
:cond_1f
invoke-static {v0}, Lcom/j256/ormlite/misc/IOUtils;->closeQuietly(Ljava/io/Closeable;)V
return v1
:catchall_23
move-exception p1
invoke-static {v0}, Lcom/j256/ormlite/misc/IOUtils;->closeQuietly(Ljava/io/Closeable;)V
throw p1
.end method
.method public update(Ljava/lang/Object;)I
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)I"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.line 1
iget-object v0, p0, Lcom/j256/ormlite/dao/BaseForeignCollection;->dao:Lcom/j256/ormlite/dao/Dao;
if-nez v0, :cond_6
const/4 p1, 0x0
return p1
.line 2
:cond_6
invoke-interface {v0, p1}, Lcom/j256/ormlite/dao/Dao;->update(Ljava/lang/Object;)I
move-result p1
return p1
.end method
.method public abstract synthetic updateAll()I
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.end method