Uses of Interface
de.hybris.platform.core.ItemImplCreationResult
-
Packages that use ItemImplCreationResult Package Description de.hybris.platform.core de.hybris.platform.persistence -
-
Uses of ItemImplCreationResult in de.hybris.platform.core
Classes in de.hybris.platform.core that implement ItemImplCreationResult Modifier and Type Class Description static classItemImplCreationResult.ExistingItemImplstatic classItemImplCreationResult.FailedItemImplstatic classItemImplCreationResult.MissingItemImplMethods in de.hybris.platform.core that return ItemImplCreationResult Modifier and Type Method Description default ItemImplCreationResultItemWrapperCreator. create(Tenant tenant, PK pk)static ItemImplCreationResultItemImplCreationResult. existing(Item.ItemImpl impl)static ItemImplCreationResultItemImplCreationResult. failed(PK pk, java.lang.Exception ex)static ItemImplCreationResultItemImplCreationResult. missing(PK pk) -
Uses of ItemImplCreationResult in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return ItemImplCreationResult Modifier and Type Method Description static ItemImplCreationResultPolyglotPersistenceGenericItemSupport. tryToObtainGenericItemImplUsingPolyglotPersistence(Tenant tenant, PK pk)
-