Package de.hybris.platform.core
Interface ItemImplCreationResult
- All Known Implementing Classes:
ItemImplCreationResult.ExistingItemImpl,ItemImplCreationResult.FailedItemImpl,ItemImplCreationResult.MissingItemImpl
public interface ItemImplCreationResult
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemImplCreationResultexisting(Item.ItemImpl impl) static ItemImplCreationResultbooleanbooleanisFailed()static ItemImplCreationResult
-
Method Details
-
existing
-
missing
-
failed
-
hasItemImpl
boolean hasItemImpl() -
toJaloSystemException
JaloSystemException toJaloSystemException() -
toItemImpl
Item.ItemImpl toItemImpl() -
isFailed
boolean isFailed()
-