Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.MergeMode
-
-
Uses of MergeMode in com.hybris.cockpitng.config.compareview.jaxb
Fields in com.hybris.cockpitng.config.compareview.jaxb declared as MergeMode Modifier and Type Field Description protected MergeModeAttribute. mergeModeprotected MergeModeRenderer. mergeModeprotected MergeModeSection. mergeModeMethods in com.hybris.cockpitng.config.compareview.jaxb that return MergeMode Modifier and Type Method Description MergeModeAttribute. getMergeMode()Gets the value of the mergeMode property.MergeModeRenderer. getMergeMode()Gets the value of the mergeMode property.MergeModeSection. getMergeMode()Gets the value of the mergeMode property.Methods in com.hybris.cockpitng.config.compareview.jaxb with parameters of type MergeMode Modifier and Type Method Description voidAttribute. setMergeMode(MergeMode value)Sets the value of the mergeMode property.voidRenderer. setMergeMode(MergeMode value)Sets the value of the mergeMode property.voidSection. setMergeMode(MergeMode value)Sets the value of the mergeMode property. -
Uses of MergeMode in com.hybris.cockpitng.config.extendedsplitlayout.jaxb
Fields in com.hybris.cockpitng.config.extendedsplitlayout.jaxb declared as MergeMode Modifier and Type Field Description protected MergeModeLayoutMapping. mergeModeMethods in com.hybris.cockpitng.config.extendedsplitlayout.jaxb that return MergeMode Modifier and Type Method Description MergeModeLayoutMapping. getMergeMode()Gets the value of the mergeMode property.Methods in com.hybris.cockpitng.config.extendedsplitlayout.jaxb with parameters of type MergeMode Modifier and Type Method Description voidLayoutMapping. setMergeMode(MergeMode value)Sets the value of the mergeMode property. -
Uses of MergeMode in com.hybris.cockpitng.config.links.jaxb
Fields in com.hybris.cockpitng.config.links.jaxb declared as MergeMode Modifier and Type Field Description protected MergeModeLink. mergeModeMethods in com.hybris.cockpitng.config.links.jaxb that return MergeMode Modifier and Type Method Description MergeModeLink. getMergeMode()Gets the value of the mergeMode property.Methods in com.hybris.cockpitng.config.links.jaxb with parameters of type MergeMode Modifier and Type Method Description voidLink. setMergeMode(MergeMode value)Sets the value of the mergeMode property. -
Uses of MergeMode in com.hybris.cockpitng.config.notification.jaxb
Fields in com.hybris.cockpitng.config.notification.jaxb declared as MergeMode Modifier and Type Field Description protected MergeModeNotification. mergeModeprotected MergeModeNotificationLinkReferenceContext. mergeModeprotected MergeModeNotificationParameter. mergeModeprotected MergeModeNotificationReference. mergeModeMethods in com.hybris.cockpitng.config.notification.jaxb that return MergeMode Modifier and Type Method Description MergeModeNotification. getMergeMode()Gets the value of the mergeMode property.MergeModeNotificationLinkReferenceContext. getMergeMode()Gets the value of the mergeMode property.MergeModeNotificationParameter. getMergeMode()Gets the value of the mergeMode property.MergeModeNotificationReference. getMergeMode()Gets the value of the mergeMode property.Methods in com.hybris.cockpitng.config.notification.jaxb with parameters of type MergeMode Modifier and Type Method Description voidNotification. setMergeMode(MergeMode mergeMode)Sets the value of the mergeMode property.voidNotificationLinkReferenceContext. setMergeMode(MergeMode value)Sets the value of the mergeMode property.voidNotificationParameter. setMergeMode(MergeMode value)Sets the value of the mergeMode property.voidNotificationReference. setMergeMode(MergeMode value)Sets the value of the mergeMode property. -
Uses of MergeMode in com.hybris.cockpitng.core.config.impl.jaxb.gridview
Fields in com.hybris.cockpitng.core.config.impl.jaxb.gridview declared as MergeMode Modifier and Type Field Description protected MergeModeRenderer. mergeModeMethods in com.hybris.cockpitng.core.config.impl.jaxb.gridview that return MergeMode Modifier and Type Method Description MergeModeRenderer. getMergeMode()Gets the value of the mergeMode property.Methods in com.hybris.cockpitng.core.config.impl.jaxb.gridview with parameters of type MergeMode Modifier and Type Method Description voidRenderer. setMergeMode(MergeMode value)Sets the value of the mergeMode property. -
Uses of MergeMode in com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig
Methods in com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig that return MergeMode Modifier and Type Method Description static MergeModeMergeMode. fromValue(java.lang.String v)static MergeModeMergeMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MergeMode[]MergeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-