Class ReferencesServiceImpl
java.lang.Object
ch.tocco.nice2.dms.impl.reference.form.ReferencesServiceImpl
- All Implemented Interfaces:
ReferencesService
Collects references that point to the given entity.
Contribute your
ReferencesResolvers
to find and group the references. The reference groups are returned in the order of the (ordered) contributions.
Label key of the group is built as follows: cms.references.group.{group key}-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetReferences
(Entity entity) void
setReferencesResolvers
(List<ReferencesResolverContribution> referencesResolvers)
-
Constructor Details
-
ReferencesServiceImpl
-
-
Method Details
-
setReferencesResolvers
@Autowired public void setReferencesResolvers(List<ReferencesResolverContribution> referencesResolvers) -
getReferences
- Specified by:
getReferences
in interfaceReferencesService
-