Uses of Class
de.hybris.platform.jalo.type.ItemCloneCreator.CopyAttribute
-
Packages that use ItemCloneCreator.CopyAttribute Package Description de.hybris.platform.jalo.type -
-
Uses of ItemCloneCreator.CopyAttribute in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that return ItemCloneCreator.CopyAttribute Modifier and Type Method Description protected ItemCloneCreator.CopyAttributeItemCloneCreator.CannotTranslateException. getAttribute()Methods in de.hybris.platform.jalo.type that return types with arguments of type ItemCloneCreator.CopyAttribute Modifier and Type Method Description protected java.util.Collection<ItemCloneCreator.CopyAttribute>ItemCloneCreator.CopyItem. getPartOfAttributes()java.util.Collection<ItemCloneCreator.CopyAttribute>ItemCloneCreator.CopyItem. getPendingAttributes()Returns all attribute wrappers which have not been marked as consumed.protected java.util.Collection<ItemCloneCreator.CopyAttribute>ItemCloneCreator. translatePendingAttributes(ItemCloneCreator.CopyItem item, ItemCloneCreator.CopyContext ctx)Methods in de.hybris.platform.jalo.type with parameters of type ItemCloneCreator.CopyAttribute Modifier and Type Method Description protected java.lang.ObjectItemCloneCreator. translateAttributeValue(ItemCloneCreator.CopyAttribute attr, java.lang.Object originalValue, ItemCloneCreator.CopyContext ctx)Method parameters in de.hybris.platform.jalo.type with type arguments of type ItemCloneCreator.CopyAttribute Modifier and Type Method Description protected voidItemCloneCreator. consume(java.util.Collection<ItemCloneCreator.CopyAttribute> readyAttributes)protected java.util.Map<java.lang.String,java.lang.Object>ItemCloneCreator. toValueMap(java.util.Collection<ItemCloneCreator.CopyAttribute> readyAttributes)Constructors in de.hybris.platform.jalo.type with parameters of type ItemCloneCreator.CopyAttribute Constructor Description CannotTranslateException(ItemCloneCreator.CopyAttribute attr)
-