@Service(value="cuba_RelatedEntitiesService") public class RelatedEntitiesServiceBean extends java.lang.Object implements RelatedEntitiesService
| Modifier and Type | Field and Description |
|---|---|
protected io.jmix.core.ExtendedEntities |
extendedEntities |
protected Metadata |
metadata |
protected Persistence |
persistence |
protected ViewRepository |
viewRepository |
NAME| Constructor and Description |
|---|
RelatedEntitiesServiceBean() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getRelatedIds(java.util.List<java.lang.Object> parentIds,
java.lang.String parentMetaClass,
java.lang.String relationProperty) |
@Inject protected Persistence persistence
@Inject protected Metadata metadata
@Inject protected ViewRepository viewRepository
@Inject protected io.jmix.core.ExtendedEntities extendedEntities
public java.util.List<java.lang.Object> getRelatedIds(java.util.List<java.lang.Object> parentIds,
java.lang.String parentMetaClass,
java.lang.String relationProperty)
getRelatedIds in interface RelatedEntitiesService