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_ATTRIBUTESstatic java.lang.StringDESCRIPTIONQualifier of theEventPropertyConfiguration.descriptionattributestatic java.lang.StringEVENTCONFIGURATIONQualifier of theEventPropertyConfiguration.eventConfigurationattributeprotected static BidirectionalOneToManyHandler<GeneratedEventPropertyConfiguration>EVENTCONFIGURATIONHANDLERBidirectionalOneToManyHandlerfor handling 1:n EVENTCONFIGURATION's relation attributes from 'one' side.static java.lang.StringEVENTCONFIGURATIONPOSQualifier of theEventPropertyConfiguration.eventConfigurationPOSattributestatic java.lang.StringEXAMPLESQualifier of theEventPropertyConfiguration.examplesattributestatic java.lang.StringPROPERTYMAPPINGQualifier of theEventPropertyConfiguration.propertyMappingattributestatic java.lang.StringPROPERTYNAMEQualifier of theEventPropertyConfiguration.propertyNameattributestatic java.lang.StringREQUIREDQualifier of theEventPropertyConfiguration.requiredattributestatic java.lang.StringTITLEQualifier of theEventPropertyConfiguration.titleattributestatic java.lang.StringTYPEQualifier of theEventPropertyConfiguration.typeattribute-
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 ItemcreateItem(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.examplesattribute.java.util.Map<java.lang.String,java.lang.String>getAllExamples(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.examplesattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetDescription()Generated method - Getter of theEventPropertyConfiguration.descriptionattribute.java.lang.StringgetDescription(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.descriptionattribute.EventConfigurationgetEventConfiguration()Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute.EventConfigurationgetEventConfiguration(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute.java.lang.StringgetPropertyMapping()Generated method - Getter of theEventPropertyConfiguration.propertyMappingattribute.java.lang.StringgetPropertyMapping(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.propertyMappingattribute.java.lang.StringgetPropertyName()Generated method - Getter of theEventPropertyConfiguration.propertyNameattribute.java.lang.StringgetPropertyName(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.propertyNameattribute.java.lang.StringgetTitle()Generated method - Getter of theEventPropertyConfiguration.titleattribute.java.lang.StringgetTitle(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.titleattribute.java.lang.StringgetType()Generated method - Getter of theEventPropertyConfiguration.typeattribute.java.lang.StringgetType(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.typeattribute.java.lang.BooleanisRequired()Generated method - Getter of theEventPropertyConfiguration.requiredattribute.java.lang.BooleanisRequired(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.requiredattribute.booleanisRequiredAsPrimitive()Generated method - Getter of theEventPropertyConfiguration.requiredattribute.booleanisRequiredAsPrimitive(SessionContext ctx)Generated method - Getter of theEventPropertyConfiguration.requiredattribute.voidsetAllExamples(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)Generated method - Setter of theEventPropertyConfiguration.examplesattribute.voidsetAllExamples(java.util.Map<java.lang.String,java.lang.String> value)Generated method - Setter of theEventPropertyConfiguration.examplesattribute.voidsetDescription(SessionContext ctx, java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.descriptionattribute.voidsetDescription(java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.descriptionattribute.protected voidsetEventConfiguration(EventConfiguration value)Generated method - Setter of theEventPropertyConfiguration.eventConfigurationattribute.protected voidsetEventConfiguration(SessionContext ctx, EventConfiguration value)Generated method - Setter of theEventPropertyConfiguration.eventConfigurationattribute.voidsetPropertyMapping(SessionContext ctx, java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.propertyMappingattribute.voidsetPropertyMapping(java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.propertyMappingattribute.protected voidsetPropertyName(SessionContext ctx, java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.propertyNameattribute.protected voidsetPropertyName(java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.propertyNameattribute.voidsetRequired(boolean value)Generated method - Setter of theEventPropertyConfiguration.requiredattribute.voidsetRequired(SessionContext ctx, boolean value)Generated method - Setter of theEventPropertyConfiguration.requiredattribute.voidsetRequired(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theEventPropertyConfiguration.requiredattribute.voidsetRequired(java.lang.Boolean value)Generated method - Setter of theEventPropertyConfiguration.requiredattribute.voidsetTitle(SessionContext ctx, java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.titleattribute.voidsetTitle(java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.titleattribute.voidsetType(SessionContext ctx, java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.typeattribute.voidsetType(java.lang.String value)Generated method - Setter of theEventPropertyConfiguration.typeattribute.-
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, 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.propertyNameattribute- See Also:
- Constant Field Values
-
PROPERTYMAPPING
public static final java.lang.String PROPERTYMAPPING
Qualifier of theEventPropertyConfiguration.propertyMappingattribute- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Qualifier of theEventPropertyConfiguration.typeattribute- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
Qualifier of theEventPropertyConfiguration.titleattribute- See Also:
- Constant Field Values
-
REQUIRED
public static final java.lang.String REQUIRED
Qualifier of theEventPropertyConfiguration.requiredattribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theEventPropertyConfiguration.descriptionattribute- See Also:
- Constant Field Values
-
EXAMPLES
public static final java.lang.String EXAMPLES
Qualifier of theEventPropertyConfiguration.examplesattribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATIONPOS
public static final java.lang.String EVENTCONFIGURATIONPOS
Qualifier of theEventPropertyConfiguration.eventConfigurationPOSattribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATION
public static final java.lang.String EVENTCONFIGURATION
Qualifier of theEventPropertyConfiguration.eventConfigurationattribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATIONHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedEventPropertyConfiguration> EVENTCONFIGURATIONHANDLER
BidirectionalOneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
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
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.descriptionattribute.- Returns:
- the description - Human-readable event property description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theEventPropertyConfiguration.descriptionattribute.- Returns:
- the description - Human-readable event property description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.descriptionattribute.- Parameters:
value- the description - Human-readable event property description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.descriptionattribute.- Parameters:
value- the description - Human-readable event property description
-
getEventConfiguration
public EventConfiguration getEventConfiguration(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute.- Returns:
- the eventConfiguration - Event Configuration
-
getEventConfiguration
public EventConfiguration getEventConfiguration()
Generated method - Getter of theEventPropertyConfiguration.eventConfigurationattribute.- Returns:
- the eventConfiguration - Event Configuration
-
setEventConfiguration
protected void setEventConfiguration(SessionContext ctx, EventConfiguration value)
Generated method - Setter of theEventPropertyConfiguration.eventConfigurationattribute.- Parameters:
value- the eventConfiguration - Event Configuration
-
setEventConfiguration
protected void setEventConfiguration(EventConfiguration value)
Generated method - Setter of theEventPropertyConfiguration.eventConfigurationattribute.- 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.examplesattribute.- Returns:
- the examples - Extracting result example
-
getAllExamples
public java.util.Map<java.lang.String,java.lang.String> getAllExamples()
Generated method - Getter of theEventPropertyConfiguration.examplesattribute.- 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.examplesattribute.- 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.examplesattribute.- Parameters:
value- the examples - Extracting result example
-
getPropertyMapping
public java.lang.String getPropertyMapping(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.propertyMappingattribute.- Returns:
- the propertyMapping - Extracting Path
-
getPropertyMapping
public java.lang.String getPropertyMapping()
Generated method - Getter of theEventPropertyConfiguration.propertyMappingattribute.- Returns:
- the propertyMapping - Extracting Path
-
setPropertyMapping
public void setPropertyMapping(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyMappingattribute.- Parameters:
value- the propertyMapping - Extracting Path
-
setPropertyMapping
public void setPropertyMapping(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyMappingattribute.- Parameters:
value- the propertyMapping - Extracting Path
-
getPropertyName
public java.lang.String getPropertyName(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.propertyNameattribute.- Returns:
- the propertyName - Target property Id
-
getPropertyName
public java.lang.String getPropertyName()
Generated method - Getter of theEventPropertyConfiguration.propertyNameattribute.- Returns:
- the propertyName - Target property Id
-
setPropertyName
protected void setPropertyName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyNameattribute.- Parameters:
value- the propertyName - Target property Id
-
setPropertyName
protected void setPropertyName(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.propertyNameattribute.- Parameters:
value- the propertyName - Target property Id
-
isRequired
public java.lang.Boolean isRequired(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.requiredattribute.- Returns:
- the required - Required Flag
-
isRequired
public java.lang.Boolean isRequired()
Generated method - Getter of theEventPropertyConfiguration.requiredattribute.- Returns:
- the required - Required Flag
-
isRequiredAsPrimitive
public boolean isRequiredAsPrimitive(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.requiredattribute.- Returns:
- the required - Required Flag
-
isRequiredAsPrimitive
public boolean isRequiredAsPrimitive()
Generated method - Getter of theEventPropertyConfiguration.requiredattribute.- Returns:
- the required - Required Flag
-
setRequired
public void setRequired(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theEventPropertyConfiguration.requiredattribute.- Parameters:
value- the required - Required Flag
-
setRequired
public void setRequired(java.lang.Boolean value)
Generated method - Setter of theEventPropertyConfiguration.requiredattribute.- Parameters:
value- the required - Required Flag
-
setRequired
public void setRequired(SessionContext ctx, boolean value)
Generated method - Setter of theEventPropertyConfiguration.requiredattribute.- Parameters:
value- the required - Required Flag
-
setRequired
public void setRequired(boolean value)
Generated method - Setter of theEventPropertyConfiguration.requiredattribute.- Parameters:
value- the required - Required Flag
-
getTitle
public java.lang.String getTitle(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.titleattribute.- Returns:
- the title - Human-readable Title
-
getTitle
public java.lang.String getTitle()
Generated method - Getter of theEventPropertyConfiguration.titleattribute.- Returns:
- the title - Human-readable Title
-
setTitle
public void setTitle(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.titleattribute.- Parameters:
value- the title - Human-readable Title
-
setTitle
public void setTitle(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.titleattribute.- Parameters:
value- the title - Human-readable Title
-
getType
public java.lang.String getType(SessionContext ctx)
Generated method - Getter of theEventPropertyConfiguration.typeattribute.- Returns:
- the type - Result Type
-
getType
public java.lang.String getType()
Generated method - Getter of theEventPropertyConfiguration.typeattribute.- Returns:
- the type - Result Type
-
setType
public void setType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.typeattribute.- Parameters:
value- the type - Result Type
-
setType
public void setType(java.lang.String value)
Generated method - Setter of theEventPropertyConfiguration.typeattribute.- Parameters:
value- the type - Result Type
-
-