Package de.hybris.platform.tx
Interface RelationCachePopulator
- All Known Implementing Classes:
CacheInfrastructureGlobalAndTxIsolationIntegrationTest.RelationCachePopulatorImpl
public interface RelationCachePopulator
-
Method Summary
Modifier and TypeMethodDescriptioncreateTargetItem(PK sourcePK) booleandeleteItem(PK sourcePK) booleandeleteRelationInstanceNonPersistenceLayer(PK sourcePK, PK targetPK) booleandeleteRelationInstancePersistenceLayer(PK sourcePK, PK targetPK) booleandeleteTargetSideItems(PK sourcePK) getTargetSide(PK sourcePK)
-
Method Details
-
createSourceItem
PK createSourceItem() -
createTargetItem
-
getTargetSide
-
deleteItem
-
deleteTargetSideItems
-
deleteRelationInstanceNonPersistenceLayer
-
deleteRelationInstancePersistenceLayer
-