public interface AssoDataObjectInterface
Modifier and Type | Method and Description |
---|---|
boolean |
isLinked(Identifier ownerNi,
Identifier keyNi)
Indicates whether the relationship exists or not.
|
void |
link(Identifier ownerNi,
Identifier keyNi)
Links the association
|
void |
unlink(Identifier ownerNi,
Identifier keyNi)
Unlinks the association
|
boolean isLinked(Identifier ownerNi, Identifier keyNi)
ownerNi
- the primary key of the ownerkeyNi
- the primary key of the associated entity
return true if the relationship existsvoid link(Identifier ownerNi, Identifier keyNi)
ownerNi
- the primary key of the ownerkeyNi
- the primary key of the associated entityvoid unlink(Identifier ownerNi, Identifier keyNi)
ownerNi
- the primary key of the ownerkeyNi
- the primary key of the associated entityCopyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de