Interface EntityLinkEntityManager
- All Superinterfaces:
EntityManager<EntityLinkEntity>
- All Known Implementing Classes:
EntityLinkEntityManagerImpl
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteEntityLinksByRootScopeIdAndType(String scopeId, String scopeType) voiddeleteEntityLinksByScopeIdAndScopeType(String scopeId, String scopeType) findEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType) findEntityLinksByRootScopeIdAndRootType(String scopeId, String scopeType) findEntityLinksByScopeIdAndType(String scopeId, String scopeType, String linkType) findEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType)
-
Method Details
-
findEntityLinksByScopeIdAndType
-
findEntityLinksByRootScopeIdAndRootType
-
findEntityLinksWithSameRootScopeForScopeIdAndScopeType
List<EntityLink> findEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId, String scopeType, String linkType) -
findEntityLinksByReferenceScopeIdAndType
List<EntityLink> findEntityLinksByReferenceScopeIdAndType(String referenceScopeId, String scopeType, String linkType) -
deleteEntityLinksByScopeIdAndScopeType
-
deleteEntityLinksByRootScopeIdAndType
-