Uses of Class
com.hybris.cockpitng.widgets.compare.model.DefaultComparisonState
-
Packages that use DefaultComparisonState Package Description com.hybris.cockpitng.widgets.compare -
-
Uses of DefaultComparisonState in com.hybris.cockpitng.widgets.compare
Methods in com.hybris.cockpitng.widgets.compare that return DefaultComparisonState Modifier and Type Method Description protected DefaultComparisonStateCompareViewController. getComparisonState()protected DefaultComparisonStateCompareViewController. getComparisonStatus()Deprecated, for removal: This API element is subject to removal in a future version.since 1811.Methods in com.hybris.cockpitng.widgets.compare with parameters of type DefaultComparisonState Modifier and Type Method Description protected OperationCompareViewController. createBuildDataOperation(DefaultComparisonState status)Deprecated, for removal: This API element is subject to removal in a future version.since 1811.protected voidCompareViewController. handlePartialComparisonResult(DefaultComparisonState state, PartialComparisonOperationResult partialComparisonResult)protected voidCompareViewController. handlePartialComparisonResult(DefaultComparisonState state, org.apache.commons.lang3.tuple.Pair<java.lang.Object,ComparisonResult> compareObjectIdAndResult)protected voidCompareViewController. updateComparisonState(DefaultComparisonState<? super java.lang.Object> comparisonState, java.lang.Object objectId)protected voidCompareViewController. updateComparisonStatus(DefaultComparisonState<? super java.lang.Object> comparisonStatus, java.lang.Object comparedObject)Deprecated, for removal: This API element is subject to removal in a future version.since 1811.Constructors in com.hybris.cockpitng.widgets.compare with parameters of type DefaultComparisonState Constructor Description PartialComparisonOperation(DefaultComparisonState state)Deprecated, for removal: This API element is subject to removal in a future version.since 1811 Please usePartialComparisonOperation()instead
-