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