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.StringACTIONSQualifier of theCxVariation.actionsattributeprotected static OneToManyHandler<CxAbstractAction>ACTIONSHANDLEROneToManyHandlerfor handling 1:n ACTIONS's relation attributes from 'many' side.static java.lang.StringCATALOGVERSIONQualifier of theCxVariation.catalogVersionattributestatic java.lang.StringCODEQualifier of theCxVariation.codeattributestatic java.lang.StringCUSTOMIZATIONQualifier of theCxVariation.customizationattributeprotected static BidirectionalOneToManyHandler<GeneratedCxVariation>CUSTOMIZATIONHANDLERBidirectionalOneToManyHandlerfor handling 1:n CUSTOMIZATION's relation attributes from 'one' side.static java.lang.StringCUSTOMIZATIONPOSQualifier of theCxVariation.customizationPOSattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringENABLEDQualifier of theCxVariation.enabledattributestatic java.lang.StringNAMEQualifier of theCxVariation.nameattributestatic java.lang.StringSTATUSQualifier of theCxVariation.statusattributestatic java.lang.StringTRIGGERSQualifier of theCxVariation.triggersattributeprotected static OneToManyHandler<CxAbstractTrigger>TRIGGERSHANDLEROneToManyHandlerfor 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 voidaddToActions(SessionContext ctx, CxAbstractAction value)Generated method - Addsvalueto actions.voidaddToActions(CxAbstractAction value)Generated method - Addsvalueto actions.voidaddToTriggers(SessionContext ctx, CxAbstractTrigger value)Generated method - Addsvalueto triggers.voidaddToTriggers(CxAbstractTrigger value)Generated method - Addsvalueto triggers.protected ItemcreateItem(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.actionsattribute.java.util.List<CxAbstractAction>getActions(SessionContext ctx)Generated method - Getter of theCxVariation.actionsattribute.CatalogVersiongetCatalogVersion()Generated method - Getter of theCxVariation.catalogVersionattribute.CatalogVersiongetCatalogVersion(SessionContext ctx)Generated method - Getter of theCxVariation.catalogVersionattribute.java.lang.StringgetCode()Generated method - Getter of theCxVariation.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theCxVariation.codeattribute.CxCustomizationgetCustomization()Generated method - Getter of theCxVariation.customizationattribute.CxCustomizationgetCustomization(SessionContext ctx)Generated method - Getter of theCxVariation.customizationattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetName()Generated method - Getter of theCxVariation.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theCxVariation.nameattribute.EnumerationValuegetStatus()Generated method - Getter of theCxVariation.statusattribute.EnumerationValuegetStatus(SessionContext ctx)Generated method - Getter of theCxVariation.statusattribute.java.util.Collection<CxAbstractTrigger>getTriggers()Generated method - Getter of theCxVariation.triggersattribute.java.util.Collection<CxAbstractTrigger>getTriggers(SessionContext ctx)Generated method - Getter of theCxVariation.triggersattribute.java.lang.BooleanisEnabled()Generated method - Getter of theCxVariation.enabledattribute.java.lang.BooleanisEnabled(SessionContext ctx)Generated method - Getter of theCxVariation.enabledattribute.booleanisEnabledAsPrimitive()Generated method - Getter of theCxVariation.enabledattribute.booleanisEnabledAsPrimitive(SessionContext ctx)Generated method - Getter of theCxVariation.enabledattribute.voidremoveFromActions(SessionContext ctx, CxAbstractAction value)Generated method - Removesvaluefrom actions.voidremoveFromActions(CxAbstractAction value)Generated method - Removesvaluefrom actions.voidremoveFromTriggers(SessionContext ctx, CxAbstractTrigger value)Generated method - Removesvaluefrom triggers.voidremoveFromTriggers(CxAbstractTrigger value)Generated method - Removesvaluefrom triggers.voidsetActions(SessionContext ctx, java.util.List<CxAbstractAction> value)Generated method - Setter of theCxVariation.actionsattribute.voidsetActions(java.util.List<CxAbstractAction> value)Generated method - Setter of theCxVariation.actionsattribute.voidsetCatalogVersion(CatalogVersion value)Generated method - Setter of theCxVariation.catalogVersionattribute.voidsetCatalogVersion(SessionContext ctx, CatalogVersion value)Generated method - Setter of theCxVariation.catalogVersionattribute.protected voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theCxVariation.codeattribute.protected voidsetCode(java.lang.String value)Generated method - Setter of theCxVariation.codeattribute.voidsetCustomization(SessionContext ctx, CxCustomization value)Generated method - Setter of theCxVariation.customizationattribute.voidsetCustomization(CxCustomization value)Generated method - Setter of theCxVariation.customizationattribute.voidsetEnabled(boolean value)Generated method - Setter of theCxVariation.enabledattribute.voidsetEnabled(SessionContext ctx, boolean value)Generated method - Setter of theCxVariation.enabledattribute.voidsetEnabled(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theCxVariation.enabledattribute.voidsetEnabled(java.lang.Boolean value)Generated method - Setter of theCxVariation.enabledattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theCxVariation.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theCxVariation.nameattribute.voidsetStatus(EnumerationValue value)Generated method - Setter of theCxVariation.statusattribute.voidsetStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theCxVariation.statusattribute.voidsetTriggers(SessionContext ctx, java.util.Collection<CxAbstractTrigger> value)Generated method - Setter of theCxVariation.triggersattribute.voidsetTriggers(java.util.Collection<CxAbstractTrigger> value)Generated method - Setter of theCxVariation.triggersattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, 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, getPartOfRemovedSessionMarker, 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, suppressRelation, 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.codeattribute- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Qualifier of theCxVariation.catalogVersionattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theCxVariation.nameattribute- See Also:
- Constant Field Values
-
ENABLED
public static final java.lang.String ENABLED
Qualifier of theCxVariation.enabledattribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theCxVariation.statusattribute- See Also:
- Constant Field Values
-
CUSTOMIZATIONPOS
public static final java.lang.String CUSTOMIZATIONPOS
Qualifier of theCxVariation.customizationPOSattribute- See Also:
- Constant Field Values
-
CUSTOMIZATION
public static final java.lang.String CUSTOMIZATION
Qualifier of theCxVariation.customizationattribute- See Also:
- Constant Field Values
-
ACTIONS
public static final java.lang.String ACTIONS
Qualifier of theCxVariation.actionsattribute- See Also:
- Constant Field Values
-
TRIGGERS
public static final java.lang.String TRIGGERS
Qualifier of theCxVariation.triggersattribute- See Also:
- Constant Field Values
-
CUSTOMIZATIONHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCxVariation> CUSTOMIZATIONHANDLER
BidirectionalOneToManyHandlerfor handling 1:n CUSTOMIZATION's relation attributes from 'one' side.
-
ACTIONSHANDLER
protected static final OneToManyHandler<CxAbstractAction> ACTIONSHANDLER
OneToManyHandlerfor handling 1:n ACTIONS's relation attributes from 'many' side.
-
TRIGGERSHANDLER
protected static final OneToManyHandler<CxAbstractTrigger> TRIGGERSHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getActions
public java.util.List<CxAbstractAction> getActions(SessionContext ctx)
Generated method - Getter of theCxVariation.actionsattribute.- Returns:
- the actions
-
getActions
public java.util.List<CxAbstractAction> getActions()
Generated method - Getter of theCxVariation.actionsattribute.- Returns:
- the actions
-
setActions
public void setActions(SessionContext ctx, java.util.List<CxAbstractAction> value)
Generated method - Setter of theCxVariation.actionsattribute.- Parameters:
value- the actions
-
setActions
public void setActions(java.util.List<CxAbstractAction> value)
Generated method - Setter of theCxVariation.actionsattribute.- Parameters:
value- the actions
-
addToActions
public void addToActions(SessionContext ctx, CxAbstractAction value)
Generated method - Addsvalueto actions.- Parameters:
value- the item to add to actions
-
addToActions
public void addToActions(CxAbstractAction value)
Generated method - Addsvalueto actions.- Parameters:
value- the item to add to actions
-
removeFromActions
public void removeFromActions(SessionContext ctx, CxAbstractAction value)
Generated method - Removesvaluefrom actions.- Parameters:
value- the item to remove from actions
-
removeFromActions
public void removeFromActions(CxAbstractAction value)
Generated method - Removesvaluefrom actions.- Parameters:
value- the item to remove from actions
-
getCatalogVersion
public CatalogVersion getCatalogVersion(SessionContext ctx)
Generated method - Getter of theCxVariation.catalogVersionattribute.- Returns:
- the catalogVersion
-
getCatalogVersion
public CatalogVersion getCatalogVersion()
Generated method - Getter of theCxVariation.catalogVersionattribute.- Returns:
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theCxVariation.catalogVersionattribute.- Parameters:
value- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(CatalogVersion value)
Generated method - Setter of theCxVariation.catalogVersionattribute.- Parameters:
value- the catalogVersion
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theCxVariation.codeattribute.- Returns:
- the code - Unique identifier
-
getCode
public java.lang.String getCode()
Generated method - Getter of theCxVariation.codeattribute.- Returns:
- the code - Unique identifier
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxVariation.codeattribute.- Parameters:
value- the code - Unique identifier
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theCxVariation.codeattribute.- Parameters:
value- the code - Unique identifier
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas 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:
createItemin 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.customizationattribute.- Returns:
- the customization
-
getCustomization
public CxCustomization getCustomization()
Generated method - Getter of theCxVariation.customizationattribute.- Returns:
- the customization
-
setCustomization
public void setCustomization(SessionContext ctx, CxCustomization value)
Generated method - Setter of theCxVariation.customizationattribute.- Parameters:
value- the customization
-
setCustomization
public void setCustomization(CxCustomization value)
Generated method - Setter of theCxVariation.customizationattribute.- Parameters:
value- the customization
-
isEnabled
public java.lang.Boolean isEnabled(SessionContext ctx)
Generated method - Getter of theCxVariation.enabledattribute.- Returns:
- the enabled - Defines if the variation is enabled or not
-
isEnabled
public java.lang.Boolean isEnabled()
Generated method - Getter of theCxVariation.enabledattribute.- Returns:
- the enabled - Defines if the variation is enabled or not
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theCxVariation.enabledattribute.- Returns:
- the enabled - Defines if the variation is enabled or not
-
isEnabledAsPrimitive
public boolean isEnabledAsPrimitive()
Generated method - Getter of theCxVariation.enabledattribute.- 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.enabledattribute.- 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.enabledattribute.- 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.enabledattribute.- Parameters:
value- the enabled - Defines if the variation is enabled or not
-
setEnabled
public void setEnabled(boolean value)
Generated method - Setter of theCxVariation.enabledattribute.- 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.nameattribute.- Returns:
- the name - Name of variation
-
getName
public java.lang.String getName()
Generated method - Getter of theCxVariation.nameattribute.- Returns:
- the name - Name of variation
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCxVariation.nameattribute.- Parameters:
value- the name - Name of variation
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theCxVariation.nameattribute.- Parameters:
value- the name - Name of variation
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theCxVariation.statusattribute.- Returns:
- the status - Contains current status of item
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theCxVariation.statusattribute.- Returns:
- the status - Contains current status of item
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCxVariation.statusattribute.- Parameters:
value- the status - Contains current status of item
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theCxVariation.statusattribute.- Parameters:
value- the status - Contains current status of item
-
getTriggers
public java.util.Collection<CxAbstractTrigger> getTriggers(SessionContext ctx)
Generated method - Getter of theCxVariation.triggersattribute.- Returns:
- the triggers
-
getTriggers
public java.util.Collection<CxAbstractTrigger> getTriggers()
Generated method - Getter of theCxVariation.triggersattribute.- Returns:
- the triggers
-
setTriggers
public void setTriggers(SessionContext ctx, java.util.Collection<CxAbstractTrigger> value)
Generated method - Setter of theCxVariation.triggersattribute.- Parameters:
value- the triggers
-
setTriggers
public void setTriggers(java.util.Collection<CxAbstractTrigger> value)
Generated method - Setter of theCxVariation.triggersattribute.- Parameters:
value- the triggers
-
addToTriggers
public void addToTriggers(SessionContext ctx, CxAbstractTrigger value)
Generated method - Addsvalueto triggers.- Parameters:
value- the item to add to triggers
-
addToTriggers
public void addToTriggers(CxAbstractTrigger value)
Generated method - Addsvalueto triggers.- Parameters:
value- the item to add to triggers
-
removeFromTriggers
public void removeFromTriggers(SessionContext ctx, CxAbstractTrigger value)
Generated method - Removesvaluefrom triggers.- Parameters:
value- the item to remove from triggers
-
removeFromTriggers
public void removeFromTriggers(CxAbstractTrigger value)
Generated method - Removesvaluefrom triggers.- Parameters:
value- the item to remove from triggers
-
-