List<RelationshipType> |
EntityService.getAllRelationshipTypes(Context context,
Entity entity) |
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given
Entity
in either the leftEntityType or the rightEntityType variables
|
List<RelationshipType> |
EntityService.getAllRelationshipTypes(Context context,
Entity entity,
Integer limit,
Integer offset) |
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given
Entity
in either the leftEntityType or the rightEntityType variables
|
List<Relationship> |
EntityService.getLeftRelations(Context context,
Entity entity) |
Retrieves the list of relationships, which are attached to the Entity object that is passed along, where the
left item object of each relationship is equal to the Item object of the Entity object that is passed along
|
List<RelationshipType> |
EntityService.getLeftRelationshipTypes(Context context,
Entity entity) |
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given
Entity
in the leftEntityType
|
List<RelationshipType> |
EntityService.getLeftRelationshipTypes(Context context,
Entity entity,
boolean isLeft,
Integer limit,
Integer offset) |
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given
Entity
in the leftEntityType
|
List<Relationship> |
EntityService.getRightRelations(Context context,
Entity entity) |
Retrieves the list of relationships, which are attached to the Entity object that is passed along, where the
right item object of each relationship is equal to the Item object of the Entity object that is passed along
|
List<RelationshipType> |
EntityService.getRightRelationshipTypes(Context context,
Entity entity) |
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given
Entity
in the rightEntityType
|
List<RelationshipType> |
EntityService.getRightRelationshipTypes(Context context,
Entity entity,
boolean isLeft,
Integer limit,
Integer offset) |
Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given
Entity
in the rightEntityType
|
EntityType |
EntityService.getType(Context context,
Entity entity) |
Returns the EntityType for the Item that is attached to the Entity that is passed along to this method.
|