Class GeneratedRuleConditionDefinition
- 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.GeneratedRuleConditionDefinition
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
RuleConditionDefinition
public abstract class GeneratedRuleConditionDefinition extends GenericItem
Generated class for typeRuleConditionDefinition.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALLOWSCHILDRENQualifier of theRuleConditionDefinition.allowsChildrenattributestatic java.lang.StringBREADCRUMBQualifier of theRuleConditionDefinition.breadcrumbattributestatic java.lang.StringCATEGORIESQualifier of theRuleConditionDefinition.categoriesattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringIDQualifier of theRuleConditionDefinition.idattributestatic java.lang.StringNAMEQualifier of theRuleConditionDefinition.nameattributestatic java.lang.StringPARAMETERSQualifier of theRuleConditionDefinition.parametersattributeprotected static OneToManyHandler<RuleConditionDefinitionParameter>PARAMETERSHANDLEROneToManyHandlerfor handling 1:n PARAMETERS's relation attributes from 'many' side.static java.lang.StringPRIORITYQualifier of theRuleConditionDefinition.priorityattributeprotected static java.lang.StringRULECONDITIONDEFINITION2CATEGORYRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for RuleConditionDefinition2CategoryRelation from ((ruleengineservices))protected static java.lang.StringRULECONDITIONDEFINITION2CATEGORYRELATION_SRC_ORDEREDRelation ordering override parameter constants for RuleConditionDefinition2CategoryRelation from ((ruleengineservices))protected static java.lang.StringRULECONDITIONDEFINITION2CATEGORYRELATION_TGT_ORDEREDstatic java.lang.StringRULETYPESQualifier of theRuleConditionDefinition.ruleTypesattributeprotected static OneToManyHandler<RuleConditionDefinitionRuleTypeMapping>RULETYPESHANDLEROneToManyHandlerfor handling 1:n RULETYPES's relation attributes from 'many' side.static java.lang.StringTRANSLATORIDQualifier of theRuleConditionDefinition.translatorIdattributestatic java.lang.StringTRANSLATORPARAMETERSQualifier of theRuleConditionDefinition.translatorParametersattribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedRuleConditionDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddToCategories(SessionContext ctx, RuleConditionDefinitionCategory value)Generated method - Addsvalueto categories.voidaddToCategories(RuleConditionDefinitionCategory value)Generated method - Addsvalueto categories.voidaddToParameters(SessionContext ctx, RuleConditionDefinitionParameter value)Generated method - Addsvalueto parameters.voidaddToParameters(RuleConditionDefinitionParameter value)Generated method - Addsvalueto parameters.voidaddToRuleTypes(SessionContext ctx, RuleConditionDefinitionRuleTypeMapping value)Generated method - Addsvalueto ruleTypes.voidaddToRuleTypes(RuleConditionDefinitionRuleTypeMapping value)Generated method - Addsvalueto ruleTypes.java.util.Map<Language,java.lang.String>getAllBreadcrumb()Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.java.util.Map<Language,java.lang.String>getAllBreadcrumb(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.java.util.Map<Language,java.lang.String>getAllName()Generated method - Getter of theRuleConditionDefinition.nameattribute.java.util.Map<Language,java.lang.String>getAllName(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.nameattribute.java.util.Map<java.lang.String,java.lang.String>getAllTranslatorParameters()Generated method - Getter of theRuleConditionDefinition.translatorParametersattribute.java.util.Map<java.lang.String,java.lang.String>getAllTranslatorParameters(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.translatorParametersattribute.java.lang.StringgetBreadcrumb()Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.java.lang.StringgetBreadcrumb(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.java.util.List<RuleConditionDefinitionCategory>getCategories()Generated method - Getter of theRuleConditionDefinition.categoriesattribute.java.util.List<RuleConditionDefinitionCategory>getCategories(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.categoriesattribute.longgetCategoriesCount()longgetCategoriesCount(SessionContext ctx)protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetId()Generated method - Getter of theRuleConditionDefinition.idattribute.java.lang.StringgetId(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.idattribute.java.lang.StringgetName()Generated method - Getter of theRuleConditionDefinition.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.nameattribute.java.util.List<RuleConditionDefinitionParameter>getParameters()Generated method - Getter of theRuleConditionDefinition.parametersattribute.java.util.List<RuleConditionDefinitionParameter>getParameters(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.parametersattribute.java.lang.IntegergetPriority()Generated method - Getter of theRuleConditionDefinition.priorityattribute.java.lang.IntegergetPriority(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.priorityattribute.intgetPriorityAsPrimitive()Generated method - Getter of theRuleConditionDefinition.priorityattribute.intgetPriorityAsPrimitive(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.priorityattribute.java.util.List<RuleConditionDefinitionRuleTypeMapping>getRuleTypes()Generated method - Getter of theRuleConditionDefinition.ruleTypesattribute.java.util.List<RuleConditionDefinitionRuleTypeMapping>getRuleTypes(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.ruleTypesattribute.java.lang.StringgetTranslatorId()Generated method - Getter of theRuleConditionDefinition.translatorIdattribute.java.lang.StringgetTranslatorId(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.translatorIdattribute.java.lang.BooleanisAllowsChildren()Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.java.lang.BooleanisAllowsChildren(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.booleanisAllowsChildrenAsPrimitive()Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.booleanisAllowsChildrenAsPrimitive(SessionContext ctx)Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.booleanisMarkModifiedDisabled(Item referencedItem)Deprecated, for removal: This API element is subject to removal in a future version.voidremoveFromCategories(SessionContext ctx, RuleConditionDefinitionCategory value)Generated method - Removesvaluefrom categories.voidremoveFromCategories(RuleConditionDefinitionCategory value)Generated method - Removesvaluefrom categories.voidremoveFromParameters(SessionContext ctx, RuleConditionDefinitionParameter value)Generated method - Removesvaluefrom parameters.voidremoveFromParameters(RuleConditionDefinitionParameter value)Generated method - Removesvaluefrom parameters.voidremoveFromRuleTypes(SessionContext ctx, RuleConditionDefinitionRuleTypeMapping value)Generated method - Removesvaluefrom ruleTypes.voidremoveFromRuleTypes(RuleConditionDefinitionRuleTypeMapping value)Generated method - Removesvaluefrom ruleTypes.voidsetAllBreadcrumb(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.voidsetAllBreadcrumb(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.voidsetAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theRuleConditionDefinition.nameattribute.voidsetAllName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theRuleConditionDefinition.nameattribute.voidsetAllowsChildren(boolean value)Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.voidsetAllowsChildren(SessionContext ctx, boolean value)Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.voidsetAllowsChildren(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.voidsetAllowsChildren(java.lang.Boolean value)Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.voidsetAllTranslatorParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)Generated method - Setter of theRuleConditionDefinition.translatorParametersattribute.voidsetAllTranslatorParameters(java.util.Map<java.lang.String,java.lang.String> value)Generated method - Setter of theRuleConditionDefinition.translatorParametersattribute.voidsetBreadcrumb(SessionContext ctx, java.lang.String value)Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.voidsetBreadcrumb(java.lang.String value)Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.voidsetCategories(SessionContext ctx, java.util.List<RuleConditionDefinitionCategory> value)Generated method - Setter of theRuleConditionDefinition.categoriesattribute.voidsetCategories(java.util.List<RuleConditionDefinitionCategory> value)Generated method - Setter of theRuleConditionDefinition.categoriesattribute.voidsetId(SessionContext ctx, java.lang.String value)Generated method - Setter of theRuleConditionDefinition.idattribute.voidsetId(java.lang.String value)Generated method - Setter of theRuleConditionDefinition.idattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theRuleConditionDefinition.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theRuleConditionDefinition.nameattribute.voidsetParameters(SessionContext ctx, java.util.List<RuleConditionDefinitionParameter> value)Generated method - Setter of theRuleConditionDefinition.parametersattribute.voidsetParameters(java.util.List<RuleConditionDefinitionParameter> value)Generated method - Setter of theRuleConditionDefinition.parametersattribute.voidsetPriority(int value)Generated method - Setter of theRuleConditionDefinition.priorityattribute.voidsetPriority(SessionContext ctx, int value)Generated method - Setter of theRuleConditionDefinition.priorityattribute.voidsetPriority(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theRuleConditionDefinition.priorityattribute.voidsetPriority(java.lang.Integer value)Generated method - Setter of theRuleConditionDefinition.priorityattribute.voidsetRuleTypes(SessionContext ctx, java.util.List<RuleConditionDefinitionRuleTypeMapping> value)Generated method - Setter of theRuleConditionDefinition.ruleTypesattribute.voidsetRuleTypes(java.util.List<RuleConditionDefinitionRuleTypeMapping> value)Generated method - Setter of theRuleConditionDefinition.ruleTypesattribute.voidsetTranslatorId(SessionContext ctx, java.lang.String value)Generated method - Setter of theRuleConditionDefinition.translatorIdattribute.voidsetTranslatorId(java.lang.String value)Generated method - Setter of theRuleConditionDefinition.translatorIdattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPartOfRemovedSessionMarker, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, suppressRelation, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
Qualifier of theRuleConditionDefinition.idattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theRuleConditionDefinition.nameattribute- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Qualifier of theRuleConditionDefinition.priorityattribute- See Also:
- Constant Field Values
-
BREADCRUMB
public static final java.lang.String BREADCRUMB
Qualifier of theRuleConditionDefinition.breadcrumbattribute- See Also:
- Constant Field Values
-
ALLOWSCHILDREN
public static final java.lang.String ALLOWSCHILDREN
Qualifier of theRuleConditionDefinition.allowsChildrenattribute- See Also:
- Constant Field Values
-
TRANSLATORID
public static final java.lang.String TRANSLATORID
Qualifier of theRuleConditionDefinition.translatorIdattribute- See Also:
- Constant Field Values
-
TRANSLATORPARAMETERS
public static final java.lang.String TRANSLATORPARAMETERS
Qualifier of theRuleConditionDefinition.translatorParametersattribute- See Also:
- Constant Field Values
-
CATEGORIES
public static final java.lang.String CATEGORIES
Qualifier of theRuleConditionDefinition.categoriesattribute- See Also:
- Constant Field Values
-
RULECONDITIONDEFINITION2CATEGORYRELATION_SRC_ORDERED
protected static java.lang.String RULECONDITIONDEFINITION2CATEGORYRELATION_SRC_ORDERED
Relation ordering override parameter constants for RuleConditionDefinition2CategoryRelation from ((ruleengineservices))
-
RULECONDITIONDEFINITION2CATEGORYRELATION_TGT_ORDERED
protected static java.lang.String RULECONDITIONDEFINITION2CATEGORYRELATION_TGT_ORDERED
-
RULECONDITIONDEFINITION2CATEGORYRELATION_MARKMODIFIED
protected static java.lang.String RULECONDITIONDEFINITION2CATEGORYRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for RuleConditionDefinition2CategoryRelation from ((ruleengineservices))
-
PARAMETERS
public static final java.lang.String PARAMETERS
Qualifier of theRuleConditionDefinition.parametersattribute- See Also:
- Constant Field Values
-
RULETYPES
public static final java.lang.String RULETYPES
Qualifier of theRuleConditionDefinition.ruleTypesattribute- See Also:
- Constant Field Values
-
PARAMETERSHANDLER
protected static final OneToManyHandler<RuleConditionDefinitionParameter> PARAMETERSHANDLER
OneToManyHandlerfor handling 1:n PARAMETERS's relation attributes from 'many' side.
-
RULETYPESHANDLER
protected static final OneToManyHandler<RuleConditionDefinitionRuleTypeMapping> RULETYPESHANDLER
OneToManyHandlerfor handling 1:n RULETYPES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
isAllowsChildren
public java.lang.Boolean isAllowsChildren(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.- Returns:
- the allowsChildren
-
isAllowsChildren
public java.lang.Boolean isAllowsChildren()
Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.- Returns:
- the allowsChildren
-
isAllowsChildrenAsPrimitive
public boolean isAllowsChildrenAsPrimitive(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.- Returns:
- the allowsChildren
-
isAllowsChildrenAsPrimitive
public boolean isAllowsChildrenAsPrimitive()
Generated method - Getter of theRuleConditionDefinition.allowsChildrenattribute.- Returns:
- the allowsChildren
-
setAllowsChildren
public void setAllowsChildren(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.- Parameters:
value- the allowsChildren
-
setAllowsChildren
public void setAllowsChildren(java.lang.Boolean value)
Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.- Parameters:
value- the allowsChildren
-
setAllowsChildren
public void setAllowsChildren(SessionContext ctx, boolean value)
Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.- Parameters:
value- the allowsChildren
-
setAllowsChildren
public void setAllowsChildren(boolean value)
Generated method - Setter of theRuleConditionDefinition.allowsChildrenattribute.- Parameters:
value- the allowsChildren
-
getBreadcrumb
public java.lang.String getBreadcrumb(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.- Returns:
- the breadcrumb
-
getBreadcrumb
public java.lang.String getBreadcrumb()
Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.- Returns:
- the breadcrumb
-
getAllBreadcrumb
public java.util.Map<Language,java.lang.String> getAllBreadcrumb(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.- Returns:
- the localized breadcrumb
-
getAllBreadcrumb
public java.util.Map<Language,java.lang.String> getAllBreadcrumb()
Generated method - Getter of theRuleConditionDefinition.breadcrumbattribute.- Returns:
- the localized breadcrumb
-
setBreadcrumb
public void setBreadcrumb(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.- Parameters:
value- the breadcrumb
-
setBreadcrumb
public void setBreadcrumb(java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.- Parameters:
value- the breadcrumb
-
setAllBreadcrumb
public void setAllBreadcrumb(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.- Parameters:
value- the breadcrumb
-
setAllBreadcrumb
public void setAllBreadcrumb(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinition.breadcrumbattribute.- Parameters:
value- the breadcrumb
-
getCategories
public java.util.List<RuleConditionDefinitionCategory> getCategories(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.categoriesattribute.- Returns:
- the categories
-
getCategories
public java.util.List<RuleConditionDefinitionCategory> getCategories()
Generated method - Getter of theRuleConditionDefinition.categoriesattribute.- Returns:
- the categories
-
getCategoriesCount
public long getCategoriesCount(SessionContext ctx)
-
getCategoriesCount
public long getCategoriesCount()
-
setCategories
public void setCategories(SessionContext ctx, java.util.List<RuleConditionDefinitionCategory> value)
Generated method - Setter of theRuleConditionDefinition.categoriesattribute.- Parameters:
value- the categories
-
setCategories
public void setCategories(java.util.List<RuleConditionDefinitionCategory> value)
Generated method - Setter of theRuleConditionDefinition.categoriesattribute.- Parameters:
value- the categories
-
addToCategories
public void addToCategories(SessionContext ctx, RuleConditionDefinitionCategory value)
Generated method - Addsvalueto categories.- Parameters:
value- the item to add to categories
-
addToCategories
public void addToCategories(RuleConditionDefinitionCategory value)
Generated method - Addsvalueto categories.- Parameters:
value- the item to add to categories
-
removeFromCategories
public void removeFromCategories(SessionContext ctx, RuleConditionDefinitionCategory value)
Generated method - Removesvaluefrom categories.- Parameters:
value- the item to remove from categories
-
removeFromCategories
public void removeFromCategories(RuleConditionDefinitionCategory value)
Generated method - Removesvaluefrom categories.- Parameters:
value- the item to remove from categories
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.idattribute.- Returns:
- the id
-
getId
public java.lang.String getId()
Generated method - Getter of theRuleConditionDefinition.idattribute.- Returns:
- the id
-
setId
public void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.idattribute.- Parameters:
value- the id
-
setId
public void setId(java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.idattribute.- Parameters:
value- the id
-
isMarkModifiedDisabled
@Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isMarkModifiedDisabledin classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.nameattribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theRuleConditionDefinition.nameattribute.- Returns:
- the name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.nameattribute.- Returns:
- the localized name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theRuleConditionDefinition.nameattribute.- Returns:
- the localized name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.nameattribute.- Parameters:
value- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.nameattribute.- Parameters:
value- the name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinition.nameattribute.- Parameters:
value- the name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinition.nameattribute.- Parameters:
value- the name
-
getParameters
public java.util.List<RuleConditionDefinitionParameter> getParameters(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.parametersattribute.- Returns:
- the parameters
-
getParameters
public java.util.List<RuleConditionDefinitionParameter> getParameters()
Generated method - Getter of theRuleConditionDefinition.parametersattribute.- Returns:
- the parameters
-
setParameters
public void setParameters(SessionContext ctx, java.util.List<RuleConditionDefinitionParameter> value)
Generated method - Setter of theRuleConditionDefinition.parametersattribute.- Parameters:
value- the parameters
-
setParameters
public void setParameters(java.util.List<RuleConditionDefinitionParameter> value)
Generated method - Setter of theRuleConditionDefinition.parametersattribute.- Parameters:
value- the parameters
-
addToParameters
public void addToParameters(SessionContext ctx, RuleConditionDefinitionParameter value)
Generated method - Addsvalueto parameters.- Parameters:
value- the item to add to parameters
-
addToParameters
public void addToParameters(RuleConditionDefinitionParameter value)
Generated method - Addsvalueto parameters.- Parameters:
value- the item to add to parameters
-
removeFromParameters
public void removeFromParameters(SessionContext ctx, RuleConditionDefinitionParameter value)
Generated method - Removesvaluefrom parameters.- Parameters:
value- the item to remove from parameters
-
removeFromParameters
public void removeFromParameters(RuleConditionDefinitionParameter value)
Generated method - Removesvaluefrom parameters.- Parameters:
value- the item to remove from parameters
-
getPriority
public java.lang.Integer getPriority(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.priorityattribute.- Returns:
- the priority
-
getPriority
public java.lang.Integer getPriority()
Generated method - Getter of theRuleConditionDefinition.priorityattribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.priorityattribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive()
Generated method - Getter of theRuleConditionDefinition.priorityattribute.- Returns:
- the priority
-
setPriority
public void setPriority(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theRuleConditionDefinition.priorityattribute.- Parameters:
value- the priority
-
setPriority
public void setPriority(java.lang.Integer value)
Generated method - Setter of theRuleConditionDefinition.priorityattribute.- Parameters:
value- the priority
-
setPriority
public void setPriority(SessionContext ctx, int value)
Generated method - Setter of theRuleConditionDefinition.priorityattribute.- Parameters:
value- the priority
-
setPriority
public void setPriority(int value)
Generated method - Setter of theRuleConditionDefinition.priorityattribute.- Parameters:
value- the priority
-
getRuleTypes
public java.util.List<RuleConditionDefinitionRuleTypeMapping> getRuleTypes(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.ruleTypesattribute.- Returns:
- the ruleTypes
-
getRuleTypes
public java.util.List<RuleConditionDefinitionRuleTypeMapping> getRuleTypes()
Generated method - Getter of theRuleConditionDefinition.ruleTypesattribute.- Returns:
- the ruleTypes
-
setRuleTypes
public void setRuleTypes(SessionContext ctx, java.util.List<RuleConditionDefinitionRuleTypeMapping> value)
Generated method - Setter of theRuleConditionDefinition.ruleTypesattribute.- Parameters:
value- the ruleTypes
-
setRuleTypes
public void setRuleTypes(java.util.List<RuleConditionDefinitionRuleTypeMapping> value)
Generated method - Setter of theRuleConditionDefinition.ruleTypesattribute.- Parameters:
value- the ruleTypes
-
addToRuleTypes
public void addToRuleTypes(SessionContext ctx, RuleConditionDefinitionRuleTypeMapping value)
Generated method - Addsvalueto ruleTypes.- Parameters:
value- the item to add to ruleTypes
-
addToRuleTypes
public void addToRuleTypes(RuleConditionDefinitionRuleTypeMapping value)
Generated method - Addsvalueto ruleTypes.- Parameters:
value- the item to add to ruleTypes
-
removeFromRuleTypes
public void removeFromRuleTypes(SessionContext ctx, RuleConditionDefinitionRuleTypeMapping value)
Generated method - Removesvaluefrom ruleTypes.- Parameters:
value- the item to remove from ruleTypes
-
removeFromRuleTypes
public void removeFromRuleTypes(RuleConditionDefinitionRuleTypeMapping value)
Generated method - Removesvaluefrom ruleTypes.- Parameters:
value- the item to remove from ruleTypes
-
getTranslatorId
public java.lang.String getTranslatorId(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.translatorIdattribute.- Returns:
- the translatorId
-
getTranslatorId
public java.lang.String getTranslatorId()
Generated method - Getter of theRuleConditionDefinition.translatorIdattribute.- Returns:
- the translatorId
-
setTranslatorId
public void setTranslatorId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.translatorIdattribute.- Parameters:
value- the translatorId
-
setTranslatorId
public void setTranslatorId(java.lang.String value)
Generated method - Setter of theRuleConditionDefinition.translatorIdattribute.- Parameters:
value- the translatorId
-
getAllTranslatorParameters
public java.util.Map<java.lang.String,java.lang.String> getAllTranslatorParameters(SessionContext ctx)
Generated method - Getter of theRuleConditionDefinition.translatorParametersattribute.- Returns:
- the translatorParameters
-
getAllTranslatorParameters
public java.util.Map<java.lang.String,java.lang.String> getAllTranslatorParameters()
Generated method - Getter of theRuleConditionDefinition.translatorParametersattribute.- Returns:
- the translatorParameters
-
setAllTranslatorParameters
public void setAllTranslatorParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinition.translatorParametersattribute.- Parameters:
value- the translatorParameters
-
setAllTranslatorParameters
public void setAllTranslatorParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theRuleConditionDefinition.translatorParametersattribute.- Parameters:
value- the translatorParameters
-
-