Class GeneratedCxCustomization
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.personalizationservices.jalo.GeneratedCxCustomization
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CxCustomization
public abstract class GeneratedCxCustomization extends GenericItem
Generated class for typeCxCustomization
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATALOGVERSION
Qualifier of theCxCustomization.catalogVersion
attributestatic java.lang.String
CODE
Qualifier of theCxCustomization.code
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DESCRIPTION
Qualifier of theCxCustomization.description
attributestatic java.lang.String
ENABLEDENDDATE
Qualifier of theCxCustomization.enabledEndDate
attributestatic java.lang.String
ENABLEDSTARTDATE
Qualifier of theCxCustomization.enabledStartDate
attributestatic java.lang.String
GROUP
Qualifier of theCxCustomization.group
attributeprotected static BidirectionalOneToManyHandler<GeneratedCxCustomization>
GROUPHANDLER
BidirectionalOneToManyHandler
for handling 1:n GROUP's relation attributes from 'one' side.static java.lang.String
GROUPPOS
Qualifier of theCxCustomization.groupPOS
attributestatic java.lang.String
LONGDESCRIPTION
Qualifier of theCxCustomization.longDescription
attributestatic java.lang.String
NAME
Qualifier of theCxCustomization.name
attributestatic java.lang.String
STATUS
Qualifier of theCxCustomization.status
attributestatic java.lang.String
VARIATIONS
Qualifier of theCxCustomization.variations
attributeprotected static OneToManyHandler<CxVariation>
VARIATIONSHANDLER
OneToManyHandler
for handling 1:n VARIATIONS's relation attributes from 'many' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedCxCustomization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToVariations(SessionContext ctx, CxVariation value)
Generated method - Addsvalue
to variations.void
addToVariations(CxVariation value)
Generated method - Addsvalue
to variations.protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.CatalogVersion
getCatalogVersion()
Generated method - Getter of theCxCustomization.catalogVersion
attribute.CatalogVersion
getCatalogVersion(SessionContext ctx)
Generated method - Getter of theCxCustomization.catalogVersion
attribute.java.lang.String
getCode()
Generated method - Getter of theCxCustomization.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theCxCustomization.code
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDescription()
Generated method - Getter of theCxCustomization.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theCxCustomization.description
attribute.java.util.Date
getEnabledEndDate()
Generated method - Getter of theCxCustomization.enabledEndDate
attribute.java.util.Date
getEnabledEndDate(SessionContext ctx)
Generated method - Getter of theCxCustomization.enabledEndDate
attribute.java.util.Date
getEnabledStartDate()
Generated method - Getter of theCxCustomization.enabledStartDate
attribute.java.util.Date
getEnabledStartDate(SessionContext ctx)
Generated method - Getter of theCxCustomization.enabledStartDate
attribute.CxCustomizationsGroup
getGroup()
Generated method - Getter of theCxCustomization.group
attribute.CxCustomizationsGroup
getGroup(SessionContext ctx)
Generated method - Getter of theCxCustomization.group
attribute.java.lang.String
getLongDescription()
Generated method - Getter of theCxCustomization.longDescription
attribute.java.lang.String
getLongDescription(SessionContext ctx)
Generated method - Getter of theCxCustomization.longDescription
attribute.java.lang.String
getName()
Generated method - Getter of theCxCustomization.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theCxCustomization.name
attribute.EnumerationValue
getStatus()
Generated method - Getter of theCxCustomization.status
attribute.EnumerationValue
getStatus(SessionContext ctx)
Generated method - Getter of theCxCustomization.status
attribute.java.util.List<CxVariation>
getVariations()
Generated method - Getter of theCxCustomization.variations
attribute.java.util.List<CxVariation>
getVariations(SessionContext ctx)
Generated method - Getter of theCxCustomization.variations
attribute.void
removeFromVariations(SessionContext ctx, CxVariation value)
Generated method - Removesvalue
from variations.void
removeFromVariations(CxVariation value)
Generated method - Removesvalue
from variations.void
setCatalogVersion(CatalogVersion value)
Generated method - Setter of theCxCustomization.catalogVersion
attribute.void
setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theCxCustomization.catalogVersion
attribute.protected void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.code
attribute.protected void
setCode(java.lang.String value)
Generated method - Setter of theCxCustomization.code
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theCxCustomization.description
attribute.void
setEnabledEndDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCxCustomization.enabledEndDate
attribute.void
setEnabledEndDate(java.util.Date value)
Generated method - Setter of theCxCustomization.enabledEndDate
attribute.void
setEnabledStartDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCxCustomization.enabledStartDate
attribute.void
setEnabledStartDate(java.util.Date value)
Generated method - Setter of theCxCustomization.enabledStartDate
attribute.void
setGroup(SessionContext ctx, CxCustomizationsGroup value)
Generated method - Setter of theCxCustomization.group
attribute.void
setGroup(CxCustomizationsGroup value)
Generated method - Setter of theCxCustomization.group
attribute.void
setLongDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.longDescription
attribute.void
setLongDescription(java.lang.String value)
Generated method - Setter of theCxCustomization.longDescription
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theCxCustomization.name
attribute.void
setStatus(EnumerationValue value)
Generated method - Setter of theCxCustomization.status
attribute.void
setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCxCustomization.status
attribute.void
setVariations(SessionContext ctx, java.util.List<CxVariation> value)
Generated method - Setter of theCxCustomization.variations
attribute.void
setVariations(java.util.List<CxVariation> value)
Generated method - Setter of theCxCustomization.variations
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theCxCustomization.code
attribute- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Qualifier of theCxCustomization.catalogVersion
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theCxCustomization.name
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theCxCustomization.description
attribute- See Also:
- Constant Field Values
-
LONGDESCRIPTION
public static final java.lang.String LONGDESCRIPTION
Qualifier of theCxCustomization.longDescription
attribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theCxCustomization.status
attribute- See Also:
- Constant Field Values
-
ENABLEDSTARTDATE
public static final java.lang.String ENABLEDSTARTDATE
Qualifier of theCxCustomization.enabledStartDate
attribute- See Also:
- Constant Field Values
-
ENABLEDENDDATE
public static final java.lang.String ENABLEDENDDATE
Qualifier of theCxCustomization.enabledEndDate
attribute- See Also:
- Constant Field Values
-
VARIATIONS
public static final java.lang.String VARIATIONS
Qualifier of theCxCustomization.variations
attribute- See Also:
- Constant Field Values
-
GROUPPOS
public static final java.lang.String GROUPPOS
Qualifier of theCxCustomization.groupPOS
attribute- See Also:
- Constant Field Values
-
GROUP
public static final java.lang.String GROUP
Qualifier of theCxCustomization.group
attribute- See Also:
- Constant Field Values
-
VARIATIONSHANDLER
protected static final OneToManyHandler<CxVariation> VARIATIONSHANDLER
OneToManyHandler
for handling 1:n VARIATIONS's relation attributes from 'many' side.
-
GROUPHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCxCustomization> GROUPHANDLER
BidirectionalOneToManyHandler
for handling 1:n GROUP's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getCatalogVersion
public CatalogVersion getCatalogVersion(SessionContext ctx)
Generated method - Getter of theCxCustomization.catalogVersion
attribute.- Returns:
- the catalogVersion
-
getCatalogVersion
public CatalogVersion getCatalogVersion()
Generated method - Getter of theCxCustomization.catalogVersion
attribute.- Returns:
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theCxCustomization.catalogVersion
attribute.- Parameters:
value
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(CatalogVersion value)
Generated method - Setter of theCxCustomization.catalogVersion
attribute.- Parameters:
value
- the catalogVersion
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theCxCustomization.code
attribute.- Returns:
- the code - Unique identifier
-
getCode
public java.lang.String getCode()
Generated method - Getter of theCxCustomization.code
attribute.- Returns:
- the code - Unique identifier
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.code
attribute.- Parameters:
value
- the code - Unique identifier
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theCxCustomization.code
attribute.- Parameters:
value
- the code - Unique identifier
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theCxCustomization.description
attribute.- Returns:
- the description - Description of customization
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theCxCustomization.description
attribute.- Returns:
- the description - Description of customization
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.description
attribute.- Parameters:
value
- the description - Description of customization
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theCxCustomization.description
attribute.- Parameters:
value
- the description - Description of customization
-
getEnabledEndDate
public java.util.Date getEnabledEndDate(SessionContext ctx)
Generated method - Getter of theCxCustomization.enabledEndDate
attribute.- Returns:
- the enabledEndDate - Date and time till which customization will be active
-
getEnabledEndDate
public java.util.Date getEnabledEndDate()
Generated method - Getter of theCxCustomization.enabledEndDate
attribute.- Returns:
- the enabledEndDate - Date and time till which customization will be active
-
setEnabledEndDate
public void setEnabledEndDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCxCustomization.enabledEndDate
attribute.- Parameters:
value
- the enabledEndDate - Date and time till which customization will be active
-
setEnabledEndDate
public void setEnabledEndDate(java.util.Date value)
Generated method - Setter of theCxCustomization.enabledEndDate
attribute.- Parameters:
value
- the enabledEndDate - Date and time till which customization will be active
-
getEnabledStartDate
public java.util.Date getEnabledStartDate(SessionContext ctx)
Generated method - Getter of theCxCustomization.enabledStartDate
attribute.- Returns:
- the enabledStartDate - Date and time from which customization will be active
-
getEnabledStartDate
public java.util.Date getEnabledStartDate()
Generated method - Getter of theCxCustomization.enabledStartDate
attribute.- Returns:
- the enabledStartDate - Date and time from which customization will be active
-
setEnabledStartDate
public void setEnabledStartDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCxCustomization.enabledStartDate
attribute.- Parameters:
value
- the enabledStartDate - Date and time from which customization will be active
-
setEnabledStartDate
public void setEnabledStartDate(java.util.Date value)
Generated method - Setter of theCxCustomization.enabledStartDate
attribute.- Parameters:
value
- the enabledStartDate - Date and time from which customization will be active
-
getGroup
public CxCustomizationsGroup getGroup(SessionContext ctx)
Generated method - Getter of theCxCustomization.group
attribute.- Returns:
- the group
-
getGroup
public CxCustomizationsGroup getGroup()
Generated method - Getter of theCxCustomization.group
attribute.- Returns:
- the group
-
setGroup
public void setGroup(SessionContext ctx, CxCustomizationsGroup value)
Generated method - Setter of theCxCustomization.group
attribute.- Parameters:
value
- the group
-
setGroup
public void setGroup(CxCustomizationsGroup value)
Generated method - Setter of theCxCustomization.group
attribute.- Parameters:
value
- the group
-
getLongDescription
public java.lang.String getLongDescription(SessionContext ctx)
Generated method - Getter of theCxCustomization.longDescription
attribute.- Returns:
- the longDescription - Long description of customization
-
getLongDescription
public java.lang.String getLongDescription()
Generated method - Getter of theCxCustomization.longDescription
attribute.- Returns:
- the longDescription - Long description of customization
-
setLongDescription
public void setLongDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.longDescription
attribute.- Parameters:
value
- the longDescription - Long description of customization
-
setLongDescription
public void setLongDescription(java.lang.String value)
Generated method - Setter of theCxCustomization.longDescription
attribute.- Parameters:
value
- the longDescription - Long description of customization
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theCxCustomization.name
attribute.- Returns:
- the name - Name of customization
-
getName
public java.lang.String getName()
Generated method - Getter of theCxCustomization.name
attribute.- Returns:
- the name - Name of customization
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxCustomization.name
attribute.- Parameters:
value
- the name - Name of customization
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theCxCustomization.name
attribute.- Parameters:
value
- the name - Name of customization
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theCxCustomization.status
attribute.- Returns:
- the status - Contains current status of item
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theCxCustomization.status
attribute.- Returns:
- the status - Contains current status of item
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCxCustomization.status
attribute.- Parameters:
value
- the status - Contains current status of item
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theCxCustomization.status
attribute.- Parameters:
value
- the status - Contains current status of item
-
getVariations
public java.util.List<CxVariation> getVariations(SessionContext ctx)
Generated method - Getter of theCxCustomization.variations
attribute.- Returns:
- the variations
-
getVariations
public java.util.List<CxVariation> getVariations()
Generated method - Getter of theCxCustomization.variations
attribute.- Returns:
- the variations
-
setVariations
public void setVariations(SessionContext ctx, java.util.List<CxVariation> value)
Generated method - Setter of theCxCustomization.variations
attribute.- Parameters:
value
- the variations
-
setVariations
public void setVariations(java.util.List<CxVariation> value)
Generated method - Setter of theCxCustomization.variations
attribute.- Parameters:
value
- the variations
-
addToVariations
public void addToVariations(SessionContext ctx, CxVariation value)
Generated method - Addsvalue
to variations.- Parameters:
value
- the item to add to variations
-
addToVariations
public void addToVariations(CxVariation value)
Generated method - Addsvalue
to variations.- Parameters:
value
- the item to add to variations
-
removeFromVariations
public void removeFromVariations(SessionContext ctx, CxVariation value)
Generated method - Removesvalue
from variations.- Parameters:
value
- the item to remove from variations
-
removeFromVariations
public void removeFromVariations(CxVariation value)
Generated method - Removesvalue
from variations.- Parameters:
value
- the item to remove from variations
-
-