Class GeneratedRuleConditionDefinitionParameter
- 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.ruleengineservices.jalo.GeneratedRuleConditionDefinitionParameter
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
RuleConditionDefinitionParameter
public abstract class GeneratedRuleConditionDefinitionParameter extends GenericItem
Generated class for typeRuleConditionDefinitionParameter
.- 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
DEFAULTEDITOR
Qualifier of theRuleConditionDefinitionParameter.defaultEditor
attributestatic java.lang.String
DEFINITION
Qualifier of theRuleConditionDefinitionParameter.definition
attributeprotected static BidirectionalOneToManyHandler<GeneratedRuleConditionDefinitionParameter>
DEFINITIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n DEFINITION's relation attributes from 'one' side.static java.lang.String
DEFINITIONPOS
Qualifier of theRuleConditionDefinitionParameter.definitionPOS
attributestatic java.lang.String
DESCRIPTION
Qualifier of theRuleConditionDefinitionParameter.description
attributestatic java.lang.String
FILTERS
Qualifier of theRuleConditionDefinitionParameter.filters
attributestatic java.lang.String
ID
Qualifier of theRuleConditionDefinitionParameter.id
attributestatic java.lang.String
NAME
Qualifier of theRuleConditionDefinitionParameter.name
attributestatic java.lang.String
PRIORITY
Qualifier of theRuleConditionDefinitionParameter.priority
attributestatic java.lang.String
REQUIRED
Qualifier of theRuleConditionDefinitionParameter.required
attributestatic java.lang.String
TYPE
Qualifier of theRuleConditionDefinitionParameter.type
attributestatic java.lang.String
VALIDATORS
Qualifier of theRuleConditionDefinitionParameter.validators
attributestatic java.lang.String
VALUE
Qualifier of theRuleConditionDefinitionParameter.value
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 GeneratedRuleConditionDefinitionParameter()
-
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<Language,java.lang.String>
getAllDescription()
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.java.util.Map<Language,java.lang.String>
getAllDescription(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllFilters()
Generated method - Getter of theRuleConditionDefinitionParameter.filters
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllFilters(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.filters
attribute.java.util.Map<Language,java.lang.String>
getAllName()
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.java.util.Map<Language,java.lang.String>
getAllName(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDefaultEditor()
Generated method - Getter of theRuleConditionDefinitionParameter.defaultEditor
attribute.java.lang.String
getDefaultEditor(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.defaultEditor
attribute.RuleConditionDefinition
getDefinition()
Generated method - Getter of theRuleConditionDefinitionParameter.definition
attribute.RuleConditionDefinition
getDefinition(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.definition
attribute.java.lang.String
getDescription()
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.java.lang.String
getId()
Generated method - Getter of theRuleConditionDefinitionParameter.id
attribute.java.lang.String
getId(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.id
attribute.java.lang.String
getName()
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.java.lang.Integer
getPriority()
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.java.lang.Integer
getPriority(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.int
getPriorityAsPrimitive()
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.int
getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.java.lang.String
getType()
Generated method - Getter of theRuleConditionDefinitionParameter.type
attribute.java.lang.String
getType(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.type
attribute.java.util.List<java.lang.String>
getValidators()
Generated method - Getter of theRuleConditionDefinitionParameter.validators
attribute.java.util.List<java.lang.String>
getValidators(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.validators
attribute.java.lang.String
getValue()
Generated method - Getter of theRuleConditionDefinitionParameter.value
attribute.java.lang.String
getValue(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.value
attribute.java.lang.Boolean
isRequired()
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.java.lang.Boolean
isRequired(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.boolean
isRequiredAsPrimitive()
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.boolean
isRequiredAsPrimitive(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.void
setAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.void
setAllDescription(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.void
setAllFilters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.filters
attribute.void
setAllFilters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.filters
attribute.void
setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.void
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.void
setDefaultEditor(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.defaultEditor
attribute.void
setDefaultEditor(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.defaultEditor
attribute.void
setDefinition(SessionContext ctx, RuleConditionDefinition value)
Generated method - Setter of theRuleConditionDefinitionParameter.definition
attribute.void
setDefinition(RuleConditionDefinition value)
Generated method - Setter of theRuleConditionDefinitionParameter.definition
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.void
setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.id
attribute.void
setId(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.id
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.void
setPriority(int value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.void
setPriority(SessionContext ctx, int value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.void
setPriority(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.void
setPriority(java.lang.Integer value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.void
setRequired(boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.void
setRequired(SessionContext ctx, boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.void
setRequired(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.void
setRequired(java.lang.Boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.void
setType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.type
attribute.void
setType(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.type
attribute.void
setValidators(SessionContext ctx, java.util.List<java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.validators
attribute.void
setValidators(java.util.List<java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.validators
attribute.void
setValue(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.value
attribute.void
setValue(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.value
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
-
ID
public static final java.lang.String ID
Qualifier of theRuleConditionDefinitionParameter.id
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theRuleConditionDefinitionParameter.name
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theRuleConditionDefinitionParameter.description
attribute- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Qualifier of theRuleConditionDefinitionParameter.priority
attribute- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Qualifier of theRuleConditionDefinitionParameter.type
attribute- See Also:
- Constant Field Values
-
VALUE
public static final java.lang.String VALUE
Qualifier of theRuleConditionDefinitionParameter.value
attribute- See Also:
- Constant Field Values
-
REQUIRED
public static final java.lang.String REQUIRED
Qualifier of theRuleConditionDefinitionParameter.required
attribute- See Also:
- Constant Field Values
-
VALIDATORS
public static final java.lang.String VALIDATORS
Qualifier of theRuleConditionDefinitionParameter.validators
attribute- See Also:
- Constant Field Values
-
FILTERS
public static final java.lang.String FILTERS
Qualifier of theRuleConditionDefinitionParameter.filters
attribute- See Also:
- Constant Field Values
-
DEFAULTEDITOR
public static final java.lang.String DEFAULTEDITOR
Qualifier of theRuleConditionDefinitionParameter.defaultEditor
attribute- See Also:
- Constant Field Values
-
DEFINITIONPOS
public static final java.lang.String DEFINITIONPOS
Qualifier of theRuleConditionDefinitionParameter.definitionPOS
attribute- See Also:
- Constant Field Values
-
DEFINITION
public static final java.lang.String DEFINITION
Qualifier of theRuleConditionDefinitionParameter.definition
attribute- See Also:
- Constant Field Values
-
DEFINITIONHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedRuleConditionDefinitionParameter> DEFINITIONHANDLER
BidirectionalOneToManyHandler
for handling 1:n DEFINITION'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
-
getDefaultEditor
public java.lang.String getDefaultEditor(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.defaultEditor
attribute.- Returns:
- the defaultEditor - default editor for the parameter
-
getDefaultEditor
public java.lang.String getDefaultEditor()
Generated method - Getter of theRuleConditionDefinitionParameter.defaultEditor
attribute.- Returns:
- the defaultEditor - default editor for the parameter
-
setDefaultEditor
public void setDefaultEditor(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.defaultEditor
attribute.- Parameters:
value
- the defaultEditor - default editor for the parameter
-
setDefaultEditor
public void setDefaultEditor(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.defaultEditor
attribute.- Parameters:
value
- the defaultEditor - default editor for the parameter
-
getDefinition
public RuleConditionDefinition getDefinition(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.definition
attribute.- Returns:
- the definition
-
getDefinition
public RuleConditionDefinition getDefinition()
Generated method - Getter of theRuleConditionDefinitionParameter.definition
attribute.- Returns:
- the definition
-
setDefinition
public void setDefinition(SessionContext ctx, RuleConditionDefinition value)
Generated method - Setter of theRuleConditionDefinitionParameter.definition
attribute.- Parameters:
value
- the definition
-
setDefinition
public void setDefinition(RuleConditionDefinition value)
Generated method - Setter of theRuleConditionDefinitionParameter.definition
attribute.- Parameters:
value
- the definition
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.- Returns:
- the description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.- Returns:
- the description
-
getAllDescription
public java.util.Map<Language,java.lang.String> getAllDescription(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.- Returns:
- the localized description
-
getAllDescription
public java.util.Map<Language,java.lang.String> getAllDescription()
Generated method - Getter of theRuleConditionDefinitionParameter.description
attribute.- Returns:
- the localized description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.- Parameters:
value
- the description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.- Parameters:
value
- the description
-
setAllDescription
public void setAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.- Parameters:
value
- the description
-
setAllDescription
public void setAllDescription(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.description
attribute.- Parameters:
value
- the description
-
getAllFilters
public java.util.Map<java.lang.String,java.lang.String> getAllFilters(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.filters
attribute.- Returns:
- the filters - The map defines narrowing filtering rules. For every entry: key corresponds to the type field name to narrow for, value corresponds to RuleConditionDefinitionParameter.id to narrow by
-
getAllFilters
public java.util.Map<java.lang.String,java.lang.String> getAllFilters()
Generated method - Getter of theRuleConditionDefinitionParameter.filters
attribute.- Returns:
- the filters - The map defines narrowing filtering rules. For every entry: key corresponds to the type field name to narrow for, value corresponds to RuleConditionDefinitionParameter.id to narrow by
-
setAllFilters
public void setAllFilters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.filters
attribute.- Parameters:
value
- the filters - The map defines narrowing filtering rules. For every entry: key corresponds to the type field name to narrow for, value corresponds to RuleConditionDefinitionParameter.id to narrow by
-
setAllFilters
public void setAllFilters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.filters
attribute.- Parameters:
value
- the filters - The map defines narrowing filtering rules. For every entry: key corresponds to the type field name to narrow for, value corresponds to RuleConditionDefinitionParameter.id to narrow by
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.id
attribute.- Returns:
- the id
-
getId
public java.lang.String getId()
Generated method - Getter of theRuleConditionDefinitionParameter.id
attribute.- Returns:
- the id
-
setId
public void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.id
attribute.- Parameters:
value
- the id
-
setId
public void setId(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.id
attribute.- Parameters:
value
- the id
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.- Returns:
- the name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.- Returns:
- the localized name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theRuleConditionDefinitionParameter.name
attribute.- Returns:
- the localized name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.- Parameters:
value
- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.- Parameters:
value
- the name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.- Parameters:
value
- the name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.name
attribute.- Parameters:
value
- the name
-
getPriority
public java.lang.Integer getPriority(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.- Returns:
- the priority
-
getPriority
public java.lang.Integer getPriority()
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive()
Generated method - Getter of theRuleConditionDefinitionParameter.priority
attribute.- Returns:
- the priority
-
setPriority
public void setPriority(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.- Parameters:
value
- the priority
-
setPriority
public void setPriority(java.lang.Integer value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.- Parameters:
value
- the priority
-
setPriority
public void setPriority(SessionContext ctx, int value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.- Parameters:
value
- the priority
-
setPriority
public void setPriority(int value)
Generated method - Setter of theRuleConditionDefinitionParameter.priority
attribute.- Parameters:
value
- the priority
-
isRequired
public java.lang.Boolean isRequired(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.- Returns:
- the required - whether the parameter is required
-
isRequired
public java.lang.Boolean isRequired()
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.- Returns:
- the required - whether the parameter is required
-
isRequiredAsPrimitive
public boolean isRequiredAsPrimitive(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.- Returns:
- the required - whether the parameter is required
-
isRequiredAsPrimitive
public boolean isRequiredAsPrimitive()
Generated method - Getter of theRuleConditionDefinitionParameter.required
attribute.- Returns:
- the required - whether the parameter is required
-
setRequired
public void setRequired(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.- Parameters:
value
- the required - whether the parameter is required
-
setRequired
public void setRequired(java.lang.Boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.- Parameters:
value
- the required - whether the parameter is required
-
setRequired
public void setRequired(SessionContext ctx, boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.- Parameters:
value
- the required - whether the parameter is required
-
setRequired
public void setRequired(boolean value)
Generated method - Setter of theRuleConditionDefinitionParameter.required
attribute.- Parameters:
value
- the required - whether the parameter is required
-
getType
public java.lang.String getType(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.type
attribute.- Returns:
- the type
-
getType
public java.lang.String getType()
Generated method - Getter of theRuleConditionDefinitionParameter.type
attribute.- Returns:
- the type
-
setType
public void setType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.type
attribute.- Parameters:
value
- the type
-
setType
public void setType(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.type
attribute.- Parameters:
value
- the type
-
getValidators
public java.util.List<java.lang.String> getValidators(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.validators
attribute.- Returns:
- the validators
-
getValidators
public java.util.List<java.lang.String> getValidators()
Generated method - Getter of theRuleConditionDefinitionParameter.validators
attribute.- Returns:
- the validators
-
setValidators
public void setValidators(SessionContext ctx, java.util.List<java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.validators
attribute.- Parameters:
value
- the validators
-
setValidators
public void setValidators(java.util.List<java.lang.String> value)
Generated method - Setter of theRuleConditionDefinitionParameter.validators
attribute.- Parameters:
value
- the validators
-
getValue
public java.lang.String getValue(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinitionParameter.value
attribute.- Returns:
- the value
-
getValue
public java.lang.String getValue()
Generated method - Getter of theRuleConditionDefinitionParameter.value
attribute.- Returns:
- the value
-
setValue
public void setValue(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.value
attribute.- Parameters:
value
- the value
-
setValue
public void setValue(java.lang.String value)
Generated method - Setter of theRuleConditionDefinitionParameter.value
attribute.- Parameters:
value
- the value
-
-