Class DocumentRelationsHandler
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.DocumentRelationsHandler
-
- Direct Known Subclasses:
DocumentRelationHandlerTest.TestRelationHandler
public class DocumentRelationsHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DocumentRelationsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<java.lang.String>getAllEntityCodeRelatedTypeCodes(java.lang.String entityCode)java.util.Collection<Reference>getRelatedItems(RelationsInfo relationsInfo, java.util.Map<Identity,Entity> entities)
-
-
-
Method Detail
-
getRelatedItems
public java.util.Collection<Reference> getRelatedItems(RelationsInfo relationsInfo, java.util.Map<Identity,Entity> entities)
-
getAllEntityCodeRelatedTypeCodes
protected java.util.Set<java.lang.String> getAllEntityCodeRelatedTypeCodes(java.lang.String entityCode)
-
-