Class DocumentRelationHandlerTest.TestRelationHandler
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.DocumentRelationsHandler
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.DocumentRelationHandlerTest.TestRelationHandler
-
- Enclosing class:
- DocumentRelationHandlerTest
public static class DocumentRelationHandlerTest.TestRelationHandler extends DocumentRelationsHandler
-
-
Constructor Summary
Constructors Constructor Description TestRelationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getAllEntityCodeRelatedTypeCodes(java.lang.String entityCode)java.lang.StringgetEntityCode(Entity entity)-
Methods inherited from class ydocumentcartpackage.persistence.polyglot.repository.documentcart.DocumentRelationsHandler
getRelatedItems
-
-
-
-
Method Detail
-
getEntityCode
public java.lang.String getEntityCode(Entity entity)
-
getAllEntityCodeRelatedTypeCodes
public java.util.Set<java.lang.String> getAllEntityCodeRelatedTypeCodes(java.lang.String entityCode)
- Overrides:
getAllEntityCodeRelatedTypeCodesin classDocumentRelationsHandler
-
-