Getter methods
This is the collection of getter methods within the Relationships
interface. There are 8 getter methods in total.
getStore
The getStore
method returns a reference to the underlying Store
that is backing this Relationships
object.
getLocalTableId
The getLocalTableId
method returns the Id
of the underlying local Table
that is used in the Relationship
.
getRemoteTableId
The getRemoteTableId
method returns the Id
of the underlying remote Table
that is used in the Relationship
.
getLinkedRowIds
The getLinkedRowIds
method gets the linked Row
Ids
for a given Row
in a linked list Relationship
.
getLocalRowIds
The getLocalRowIds
method gets the local Row
Ids
for a given remote Row
in a Relationship
.
getRemoteRowId
The getRemoteRowId
method gets the remote Row
Id
for a given local Row
in a Relationship
.
getRelationshipIds
The getRelationshipIds
method returns an array of the Relationship
Ids
registered with this Relationships
object.
hasRelationship
The hasRelationship
method returns a boolean indicating whether a given Relationship
exists in the Relationships
object.