Package de.hybris.platform.core
Class ItemImplCreationResult.ExistingItemImpl
- java.lang.Object
-
- de.hybris.platform.core.ItemImplCreationResult.ExistingItemImpl
-
- All Implemented Interfaces:
ItemImplCreationResult
- Enclosing interface:
- ItemImplCreationResult
public static class ItemImplCreationResult.ExistingItemImpl extends java.lang.Object implements ItemImplCreationResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.core.ItemImplCreationResult
ItemImplCreationResult.ExistingItemImpl, ItemImplCreationResult.FailedItemImpl, ItemImplCreationResult.MissingItemImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasItemImpl()booleanisFailed()Item.ItemImpltoItemImpl()JaloSystemExceptiontoJaloSystemException()
-
-
-
Method Detail
-
hasItemImpl
public boolean hasItemImpl()
- Specified by:
hasItemImplin interfaceItemImplCreationResult
-
toJaloSystemException
public JaloSystemException toJaloSystemException()
- Specified by:
toJaloSystemExceptionin interfaceItemImplCreationResult
-
toItemImpl
public Item.ItemImpl toItemImpl()
- Specified by:
toItemImplin interfaceItemImplCreationResult
-
isFailed
public boolean isFailed()
- Specified by:
isFailedin interfaceItemImplCreationResult
-
-