Class GeneratedEventPropertyConfiguration
- 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.apiregistryservices.jalo.events.GeneratedEventPropertyConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
EventPropertyConfiguration
public abstract class GeneratedEventPropertyConfiguration extends GenericItem
Generated class for typeEventPropertyConfiguration
.- 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 protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DESCRIPTION
Qualifier of theEventPropertyConfiguration.description
attributestatic java.lang.String
EVENTCONFIGURATION
Qualifier of theEventPropertyConfiguration.eventConfiguration
attributeprotected static BidirectionalOneToManyHandler<GeneratedEventPropertyConfiguration>
EVENTCONFIGURATIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n EVENTCONFIGURATION's relation attributes from 'one' side.static java.lang.String
EVENTCONFIGURATIONPOS
Qualifier of theEventPropertyConfiguration.eventConfigurationPOS
attributestatic java.lang.String
EXAMPLES
Qualifier of theEventPropertyConfiguration.examples
attributestatic java.lang.String
PROPERTYMAPPING
Qualifier of theEventPropertyConfiguration.propertyMapping
attributestatic java.lang.String
PROPERTYNAME
Qualifier of theEventPropertyConfiguration.propertyName
attributestatic java.lang.String
REQUIRED
Qualifier of theEventPropertyConfiguration.required
attributestatic java.lang.String
TITLE
Qualifier of theEventPropertyConfiguration.title
attributestatic java.lang.String
TYPE
Qualifier of theEventPropertyConfiguration.type
attribute-
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
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedEventPropertyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.util.Map<java.lang.String,java.lang.String>
getAllExamples()
Generated method - Getter of theEventPropertyConfiguration.examples
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllExamples(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.examples
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDescription()
Generated method - Getter of theEventPropertyConfiguration.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.description
attribute.EventConfiguration
getEventConfiguration()
Generated method - Getter of theEventPropertyConfiguration.eventConfiguration
attribute.EventConfiguration
getEventConfiguration(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.eventConfiguration
attribute.java.lang.String
getPropertyMapping()
Generated method - Getter of theEventPropertyConfiguration.propertyMapping
attribute.java.lang.String
getPropertyMapping(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.propertyMapping
attribute.java.lang.String
getPropertyName()
Generated method - Getter of theEventPropertyConfiguration.propertyName
attribute.java.lang.String
getPropertyName(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.propertyName
attribute.java.lang.String
getTitle()
Generated method - Getter of theEventPropertyConfiguration.title
attribute.java.lang.String
getTitle(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.title
attribute.java.lang.String
getType()
Generated method - Getter of theEventPropertyConfiguration.type
attribute.java.lang.String
getType(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.type
attribute.java.lang.Boolean
isRequired()
Generated method - Getter of theEventPropertyConfiguration.required
attribute.java.lang.Boolean
isRequired(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.required
attribute.boolean
isRequiredAsPrimitive()
Generated method - Getter of theEventPropertyConfiguration.required
attribute.boolean
isRequiredAsPrimitive(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.required
attribute.void
setAllExamples(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theEventPropertyConfiguration.examples
attribute.void
setAllExamples(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theEventPropertyConfiguration.examples
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.description
attribute.protected void
setEventConfiguration(EventConfiguration value)
Generated method - Setter of theEventPropertyConfiguration.eventConfiguration
attribute.protected void
setEventConfiguration(SessionContext ctx, EventConfiguration value)
Generated method - Setter of theEventPropertyConfiguration.eventConfiguration
attribute.void
setPropertyMapping(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyMapping
attribute.void
setPropertyMapping(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyMapping
attribute.protected void
setPropertyName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyName
attribute.protected void
setPropertyName(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyName
attribute.void
setRequired(boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.void
setRequired(SessionContext ctx, boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.void
setRequired(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.void
setRequired(java.lang.Boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.void
setTitle(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.title
attribute.void
setTitle(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.title
attribute.void
setType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.type
attribute.void
setType(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.type
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
-
PROPERTYNAME
public static final java.lang.String PROPERTYNAME
Qualifier of theEventPropertyConfiguration.propertyName
attribute- See Also:
- Constant Field Values
-
PROPERTYMAPPING
public static final java.lang.String PROPERTYMAPPING
Qualifier of theEventPropertyConfiguration.propertyMapping
attribute- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Qualifier of theEventPropertyConfiguration.type
attribute- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
Qualifier of theEventPropertyConfiguration.title
attribute- See Also:
- Constant Field Values
-
REQUIRED
public static final java.lang.String REQUIRED
Qualifier of theEventPropertyConfiguration.required
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theEventPropertyConfiguration.description
attribute- See Also:
- Constant Field Values
-
EXAMPLES
public static final java.lang.String EXAMPLES
Qualifier of theEventPropertyConfiguration.examples
attribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATIONPOS
public static final java.lang.String EVENTCONFIGURATIONPOS
Qualifier of theEventPropertyConfiguration.eventConfigurationPOS
attribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATION
public static final java.lang.String EVENTCONFIGURATION
Qualifier of theEventPropertyConfiguration.eventConfiguration
attribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATIONHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedEventPropertyConfiguration> EVENTCONFIGURATIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n EVENTCONFIGURATION'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
-
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 theEventPropertyConfiguration.description
attribute.- Returns:
- the description - Human-readable event property description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theEventPropertyConfiguration.description
attribute.- Returns:
- the description - Human-readable event property description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.description
attribute.- Parameters:
value
- the description - Human-readable event property description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.description
attribute.- Parameters:
value
- the description - Human-readable event property description
-
getEventConfiguration
public EventConfiguration getEventConfiguration(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.eventConfiguration
attribute.- Returns:
- the eventConfiguration - Event Configuration
-
getEventConfiguration
public EventConfiguration getEventConfiguration()
Generated method - Getter of theEventPropertyConfiguration.eventConfiguration
attribute.- Returns:
- the eventConfiguration - Event Configuration
-
setEventConfiguration
protected void setEventConfiguration(SessionContext ctx, EventConfiguration value)
Generated method - Setter of theEventPropertyConfiguration.eventConfiguration
attribute.- Parameters:
value
- the eventConfiguration - Event Configuration
-
setEventConfiguration
protected void setEventConfiguration(EventConfiguration value)
Generated method - Setter of theEventPropertyConfiguration.eventConfiguration
attribute.- Parameters:
value
- the eventConfiguration - Event Configuration
-
getAllExamples
public java.util.Map<java.lang.String,java.lang.String> getAllExamples(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.examples
attribute.- Returns:
- the examples - Extracting result example
-
getAllExamples
public java.util.Map<java.lang.String,java.lang.String> getAllExamples()
Generated method - Getter of theEventPropertyConfiguration.examples
attribute.- Returns:
- the examples - Extracting result example
-
setAllExamples
public void setAllExamples(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theEventPropertyConfiguration.examples
attribute.- Parameters:
value
- the examples - Extracting result example
-
setAllExamples
public void setAllExamples(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theEventPropertyConfiguration.examples
attribute.- Parameters:
value
- the examples - Extracting result example
-
getPropertyMapping
public java.lang.String getPropertyMapping(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.propertyMapping
attribute.- Returns:
- the propertyMapping - Extracting Path
-
getPropertyMapping
public java.lang.String getPropertyMapping()
Generated method - Getter of theEventPropertyConfiguration.propertyMapping
attribute.- Returns:
- the propertyMapping - Extracting Path
-
setPropertyMapping
public void setPropertyMapping(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyMapping
attribute.- Parameters:
value
- the propertyMapping - Extracting Path
-
setPropertyMapping
public void setPropertyMapping(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyMapping
attribute.- Parameters:
value
- the propertyMapping - Extracting Path
-
getPropertyName
public java.lang.String getPropertyName(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.propertyName
attribute.- Returns:
- the propertyName - Target property Id
-
getPropertyName
public java.lang.String getPropertyName()
Generated method - Getter of theEventPropertyConfiguration.propertyName
attribute.- Returns:
- the propertyName - Target property Id
-
setPropertyName
protected void setPropertyName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyName
attribute.- Parameters:
value
- the propertyName - Target property Id
-
setPropertyName
protected void setPropertyName(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyName
attribute.- Parameters:
value
- the propertyName - Target property Id
-
isRequired
public java.lang.Boolean isRequired(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.required
attribute.- Returns:
- the required - Required Flag
-
isRequired
public java.lang.Boolean isRequired()
Generated method - Getter of theEventPropertyConfiguration.required
attribute.- Returns:
- the required - Required Flag
-
isRequiredAsPrimitive
public boolean isRequiredAsPrimitive(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.required
attribute.- Returns:
- the required - Required Flag
-
isRequiredAsPrimitive
public boolean isRequiredAsPrimitive()
Generated method - Getter of theEventPropertyConfiguration.required
attribute.- Returns:
- the required - Required Flag
-
setRequired
public void setRequired(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.- Parameters:
value
- the required - Required Flag
-
setRequired
public void setRequired(java.lang.Boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.- Parameters:
value
- the required - Required Flag
-
setRequired
public void setRequired(SessionContext ctx, boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.- Parameters:
value
- the required - Required Flag
-
setRequired
public void setRequired(boolean value)
Generated method - Setter of theEventPropertyConfiguration.required
attribute.- Parameters:
value
- the required - Required Flag
-
getTitle
public java.lang.String getTitle(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.title
attribute.- Returns:
- the title - Human-readable Title
-
getTitle
public java.lang.String getTitle()
Generated method - Getter of theEventPropertyConfiguration.title
attribute.- Returns:
- the title - Human-readable Title
-
setTitle
public void setTitle(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.title
attribute.- Parameters:
value
- the title - Human-readable Title
-
setTitle
public void setTitle(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.title
attribute.- Parameters:
value
- the title - Human-readable Title
-
getType
public java.lang.String getType(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.type
attribute.- Returns:
- the type - Result Type
-
getType
public java.lang.String getType()
Generated method - Getter of theEventPropertyConfiguration.type
attribute.- Returns:
- the type - Result Type
-
setType
public void setType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.type
attribute.- Parameters:
value
- the type - Result Type
-
setType
public void setType(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.type
attribute.- Parameters:
value
- the type - Result Type
-
-