Class GeneratedCxVariation
- 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.GeneratedCxVariation
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CxVariation
public abstract class GeneratedCxVariation extends GenericItem
Generated class for typeCxVariation
.- 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
ACTIONS
Qualifier of theCxVariation.actions
attributeprotected static OneToManyHandler<CxAbstractAction>
ACTIONSHANDLER
OneToManyHandler
for handling 1:n ACTIONS's relation attributes from 'many' side.static java.lang.String
CATALOGVERSION
Qualifier of theCxVariation.catalogVersion
attributestatic java.lang.String
CODE
Qualifier of theCxVariation.code
attributestatic java.lang.String
CUSTOMIZATION
Qualifier of theCxVariation.customization
attributeprotected static BidirectionalOneToManyHandler<GeneratedCxVariation>
CUSTOMIZATIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n CUSTOMIZATION's relation attributes from 'one' side.static java.lang.String
CUSTOMIZATIONPOS
Qualifier of theCxVariation.customizationPOS
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ENABLED
Qualifier of theCxVariation.enabled
attributestatic java.lang.String
NAME
Qualifier of theCxVariation.name
attributestatic java.lang.String
STATUS
Qualifier of theCxVariation.status
attributestatic java.lang.String
TRIGGERS
Qualifier of theCxVariation.triggers
attributeprotected static OneToManyHandler<CxAbstractTrigger>
TRIGGERSHANDLER
OneToManyHandler
for handling 1:n TRIGGERS'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 GeneratedCxVariation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToActions(SessionContext ctx, CxAbstractAction value)
Generated method - Addsvalue
to actions.void
addToActions(CxAbstractAction value)
Generated method - Addsvalue
to actions.void
addToTriggers(SessionContext ctx, CxAbstractTrigger value)
Generated method - Addsvalue
to triggers.void
addToTriggers(CxAbstractTrigger value)
Generated method - Addsvalue
to triggers.protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.util.List<CxAbstractAction>
getActions()
Generated method - Getter of theCxVariation.actions
attribute.java.util.List<CxAbstractAction>
getActions(SessionContext ctx)
Generated method - Getter of theCxVariation.actions
attribute.CatalogVersion
getCatalogVersion()
Generated method - Getter of theCxVariation.catalogVersion
attribute.CatalogVersion
getCatalogVersion(SessionContext ctx)
Generated method - Getter of theCxVariation.catalogVersion
attribute.java.lang.String
getCode()
Generated method - Getter of theCxVariation.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theCxVariation.code
attribute.CxCustomization
getCustomization()
Generated method - Getter of theCxVariation.customization
attribute.CxCustomization
getCustomization(SessionContext ctx)
Generated method - Getter of theCxVariation.customization
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getName()
Generated method - Getter of theCxVariation.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theCxVariation.name
attribute.EnumerationValue
getStatus()
Generated method - Getter of theCxVariation.status
attribute.EnumerationValue
getStatus(SessionContext ctx)
Generated method - Getter of theCxVariation.status
attribute.java.util.Collection<CxAbstractTrigger>
getTriggers()
Generated method - Getter of theCxVariation.triggers
attribute.java.util.Collection<CxAbstractTrigger>
getTriggers(SessionContext ctx)
Generated method - Getter of theCxVariation.triggers
attribute.java.lang.Boolean
isEnabled()
Generated method - Getter of theCxVariation.enabled
attribute.java.lang.Boolean
isEnabled(SessionContext ctx)
Generated method - Getter of theCxVariation.enabled
attribute.boolean
isEnabledAsPrimitive()
Generated method - Getter of theCxVariation.enabled
attribute.boolean
isEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theCxVariation.enabled
attribute.void
removeFromActions(SessionContext ctx, CxAbstractAction value)
Generated method - Removesvalue
from actions.void
removeFromActions(CxAbstractAction value)
Generated method - Removesvalue
from actions.void
removeFromTriggers(SessionContext ctx, CxAbstractTrigger value)
Generated method - Removesvalue
from triggers.void
removeFromTriggers(CxAbstractTrigger value)
Generated method - Removesvalue
from triggers.void
setActions(SessionContext ctx, java.util.List<CxAbstractAction> value)
Generated method - Setter of theCxVariation.actions
attribute.void
setActions(java.util.List<CxAbstractAction> value)
Generated method - Setter of theCxVariation.actions
attribute.void
setCatalogVersion(CatalogVersion value)
Generated method - Setter of theCxVariation.catalogVersion
attribute.void
setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theCxVariation.catalogVersion
attribute.protected void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxVariation.code
attribute.protected void
setCode(java.lang.String value)
Generated method - Setter of theCxVariation.code
attribute.void
setCustomization(SessionContext ctx, CxCustomization value)
Generated method - Setter of theCxVariation.customization
attribute.void
setCustomization(CxCustomization value)
Generated method - Setter of theCxVariation.customization
attribute.void
setEnabled(boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.void
setEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.void
setEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.void
setEnabled(java.lang.Boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxVariation.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theCxVariation.name
attribute.void
setStatus(EnumerationValue value)
Generated method - Setter of theCxVariation.status
attribute.void
setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCxVariation.status
attribute.void
setTriggers(SessionContext ctx, java.util.Collection<CxAbstractTrigger> value)
Generated method - Setter of theCxVariation.triggers
attribute.void
setTriggers(java.util.Collection<CxAbstractTrigger> value)
Generated method - Setter of theCxVariation.triggers
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 theCxVariation.code
attribute- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Qualifier of theCxVariation.catalogVersion
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theCxVariation.name
attribute- See Also:
- Constant Field Values
-
ENABLED
public static final java.lang.String ENABLED
Qualifier of theCxVariation.enabled
attribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theCxVariation.status
attribute- See Also:
- Constant Field Values
-
CUSTOMIZATIONPOS
public static final java.lang.String CUSTOMIZATIONPOS
Qualifier of theCxVariation.customizationPOS
attribute- See Also:
- Constant Field Values
-
CUSTOMIZATION
public static final java.lang.String CUSTOMIZATION
Qualifier of theCxVariation.customization
attribute- See Also:
- Constant Field Values
-
ACTIONS
public static final java.lang.String ACTIONS
Qualifier of theCxVariation.actions
attribute- See Also:
- Constant Field Values
-
TRIGGERS
public static final java.lang.String TRIGGERS
Qualifier of theCxVariation.triggers
attribute- See Also:
- Constant Field Values
-
CUSTOMIZATIONHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCxVariation> CUSTOMIZATIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n CUSTOMIZATION's relation attributes from 'one' side.
-
ACTIONSHANDLER
protected static final OneToManyHandler<CxAbstractAction> ACTIONSHANDLER
OneToManyHandler
for handling 1:n ACTIONS's relation attributes from 'many' side.
-
TRIGGERSHANDLER
protected static final OneToManyHandler<CxAbstractTrigger> TRIGGERSHANDLER
OneToManyHandler
for handling 1:n TRIGGERS's relation attributes from 'many' 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
-
getActions
public java.util.List<CxAbstractAction> getActions(SessionContext ctx)
Generated method - Getter of theCxVariation.actions
attribute.- Returns:
- the actions
-
getActions
public java.util.List<CxAbstractAction> getActions()
Generated method - Getter of theCxVariation.actions
attribute.- Returns:
- the actions
-
setActions
public void setActions(SessionContext ctx, java.util.List<CxAbstractAction> value)
Generated method - Setter of theCxVariation.actions
attribute.- Parameters:
value
- the actions
-
setActions
public void setActions(java.util.List<CxAbstractAction> value)
Generated method - Setter of theCxVariation.actions
attribute.- Parameters:
value
- the actions
-
addToActions
public void addToActions(SessionContext ctx, CxAbstractAction value)
Generated method - Addsvalue
to actions.- Parameters:
value
- the item to add to actions
-
addToActions
public void addToActions(CxAbstractAction value)
Generated method - Addsvalue
to actions.- Parameters:
value
- the item to add to actions
-
removeFromActions
public void removeFromActions(SessionContext ctx, CxAbstractAction value)
Generated method - Removesvalue
from actions.- Parameters:
value
- the item to remove from actions
-
removeFromActions
public void removeFromActions(CxAbstractAction value)
Generated method - Removesvalue
from actions.- Parameters:
value
- the item to remove from actions
-
getCatalogVersion
public CatalogVersion getCatalogVersion(SessionContext ctx)
Generated method - Getter of theCxVariation.catalogVersion
attribute.- Returns:
- the catalogVersion
-
getCatalogVersion
public CatalogVersion getCatalogVersion()
Generated method - Getter of theCxVariation.catalogVersion
attribute.- Returns:
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theCxVariation.catalogVersion
attribute.- Parameters:
value
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(CatalogVersion value)
Generated method - Setter of theCxVariation.catalogVersion
attribute.- Parameters:
value
- the catalogVersion
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theCxVariation.code
attribute.- Returns:
- the code - Unique identifier
-
getCode
public java.lang.String getCode()
Generated method - Getter of theCxVariation.code
attribute.- Returns:
- the code - Unique identifier
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxVariation.code
attribute.- Parameters:
value
- the code - Unique identifier
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theCxVariation.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
-
getCustomization
public CxCustomization getCustomization(SessionContext ctx)
Generated method - Getter of theCxVariation.customization
attribute.- Returns:
- the customization
-
getCustomization
public CxCustomization getCustomization()
Generated method - Getter of theCxVariation.customization
attribute.- Returns:
- the customization
-
setCustomization
public void setCustomization(SessionContext ctx, CxCustomization value)
Generated method - Setter of theCxVariation.customization
attribute.- Parameters:
value
- the customization
-
setCustomization
public void setCustomization(CxCustomization value)
Generated method - Setter of theCxVariation.customization
attribute.- Parameters:
value
- the customization
-
isEnabled
public java.lang.Boolean isEnabled(SessionContext ctx)
Generated method - Getter of theCxVariation.enabled
attribute.- Returns:
- the enabled - Defines if the variation is enabled or not
-
isEnabled
public java.lang.Boolean isEnabled()
Generated method - Getter of theCxVariation.enabled
attribute.- Returns:
- the enabled - Defines if the variation is enabled or not
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theCxVariation.enabled
attribute.- Returns:
- the enabled - Defines if the variation is enabled or not
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive()
Generated method - Getter of theCxVariation.enabled
attribute.- Returns:
- the enabled - Defines if the variation is enabled or not
-
setEnabled
public void setEnabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.- Parameters:
value
- the enabled - Defines if the variation is enabled or not
-
setEnabled
public void setEnabled(java.lang.Boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.- Parameters:
value
- the enabled - Defines if the variation is enabled or not
-
setEnabled
public void setEnabled(SessionContext ctx, boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.- Parameters:
value
- the enabled - Defines if the variation is enabled or not
-
setEnabled
public void setEnabled(boolean value)
Generated method - Setter of theCxVariation.enabled
attribute.- Parameters:
value
- the enabled - Defines if the variation is enabled or not
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theCxVariation.name
attribute.- Returns:
- the name - Name of variation
-
getName
public java.lang.String getName()
Generated method - Getter of theCxVariation.name
attribute.- Returns:
- the name - Name of variation
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxVariation.name
attribute.- Parameters:
value
- the name - Name of variation
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theCxVariation.name
attribute.- Parameters:
value
- the name - Name of variation
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theCxVariation.status
attribute.- Returns:
- the status - Contains current status of item
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theCxVariation.status
attribute.- Returns:
- the status - Contains current status of item
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCxVariation.status
attribute.- Parameters:
value
- the status - Contains current status of item
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theCxVariation.status
attribute.- Parameters:
value
- the status - Contains current status of item
-
getTriggers
public java.util.Collection<CxAbstractTrigger> getTriggers(SessionContext ctx)
Generated method - Getter of theCxVariation.triggers
attribute.- Returns:
- the triggers
-
getTriggers
public java.util.Collection<CxAbstractTrigger> getTriggers()
Generated method - Getter of theCxVariation.triggers
attribute.- Returns:
- the triggers
-
setTriggers
public void setTriggers(SessionContext ctx, java.util.Collection<CxAbstractTrigger> value)
Generated method - Setter of theCxVariation.triggers
attribute.- Parameters:
value
- the triggers
-
setTriggers
public void setTriggers(java.util.Collection<CxAbstractTrigger> value)
Generated method - Setter of theCxVariation.triggers
attribute.- Parameters:
value
- the triggers
-
addToTriggers
public void addToTriggers(SessionContext ctx, CxAbstractTrigger value)
Generated method - Addsvalue
to triggers.- Parameters:
value
- the item to add to triggers
-
addToTriggers
public void addToTriggers(CxAbstractTrigger value)
Generated method - Addsvalue
to triggers.- Parameters:
value
- the item to add to triggers
-
removeFromTriggers
public void removeFromTriggers(SessionContext ctx, CxAbstractTrigger value)
Generated method - Removesvalue
from triggers.- Parameters:
value
- the item to remove from triggers
-
removeFromTriggers
public void removeFromTriggers(CxAbstractTrigger value)
Generated method - Removesvalue
from triggers.- Parameters:
value
- the item to remove from triggers
-
-