Class AbstractRulesModuleModel

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DroolsKIEModuleModel

    public class AbstractRulesModuleModel
    extends ItemModel
    Generated model class for type AbstractRulesModule first defined at extension ruleengine.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ACTIVE
      Generated constant - Attribute key of AbstractRulesModule.active attribute defined at extension ruleengine.
      static java.lang.String ALLOWEDTARGETS
      Generated constant - Attribute key of AbstractRulesModule.allowedTargets attribute defined at extension ruleengine.
      static java.lang.String CATALOGVERSIONS
      Generated constant - Attribute key of AbstractRulesModule.catalogVersions attribute defined at extension ruleengine.
      static java.lang.String LOCKACQUIRED
      Generated constant - Attribute key of AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
      static java.lang.String NAME
      Generated constant - Attribute key of AbstractRulesModule.name attribute defined at extension ruleengine.
      static java.lang.String RULETYPE
      Generated constant - Attribute key of AbstractRulesModule.ruleType attribute defined at extension ruleengine.
      static java.lang.String VERSION
      Generated constant - Attribute key of AbstractRulesModule.version attribute defined at extension ruleengine.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractRulesModuleModel()
      Generated constructor - Default constructor for generic creation.
      AbstractRulesModuleModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      AbstractRulesModuleModel​(java.lang.String _name, ItemModel _owner, java.lang.Long _version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      AbstractRulesModuleModel​(java.lang.String _name, java.lang.Long _version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getActive()
      Generated method - Getter of the AbstractRulesModule.active attribute defined at extension ruleengine.
      java.util.List<AbstractRulesModuleModel> getAllowedTargets()
      Generated method - Getter of the AbstractRulesModule.allowedTargets attribute defined at extension ruleengine.
      java.util.Collection<CatalogVersionModel> getCatalogVersions()
      Generated method - Getter of the AbstractRulesModule.catalogVersions dynamic attribute defined at extension ruleengine.
      java.lang.Boolean getLockAcquired()
      Generated method - Getter of the AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
      java.lang.String getName()
      Generated method - Getter of the AbstractRulesModule.name attribute defined at extension ruleengine.
      RuleType getRuleType()
      Generated method - Getter of the AbstractRulesModule.ruleType attribute defined at extension ruleengine.
      java.lang.Long getVersion()
      Generated method - Getter of the AbstractRulesModule.version attribute defined at extension ruleengine.
      void setActive​(java.lang.Boolean value)
      Generated method - Setter of AbstractRulesModule.active attribute defined at extension ruleengine.
      void setAllowedTargets​(java.util.List<AbstractRulesModuleModel> value)
      Generated method - Setter of AbstractRulesModule.allowedTargets attribute defined at extension ruleengine.
      void setLockAcquired​(java.lang.Boolean value)
      Generated method - Setter of AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
      void setName​(java.lang.String value)
      Generated method - Initial setter of AbstractRulesModule.name attribute defined at extension ruleengine.
      void setRuleType​(RuleType value)
      Generated method - Setter of AbstractRulesModule.ruleType attribute defined at extension ruleengine.
      void setVersion​(java.lang.Long value)
      Generated method - Setter of AbstractRulesModule.version attribute defined at extension ruleengine.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Generated constant - Attribute key of AbstractRulesModule.name attribute defined at extension ruleengine.
        See Also:
        Constant Field Values
      • RULETYPE

        public static final java.lang.String RULETYPE
        Generated constant - Attribute key of AbstractRulesModule.ruleType attribute defined at extension ruleengine.
        See Also:
        Constant Field Values
      • ACTIVE

        public static final java.lang.String ACTIVE
        Generated constant - Attribute key of AbstractRulesModule.active attribute defined at extension ruleengine.
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Generated constant - Attribute key of AbstractRulesModule.version attribute defined at extension ruleengine.
        See Also:
        Constant Field Values
      • CATALOGVERSIONS

        public static final java.lang.String CATALOGVERSIONS
        Generated constant - Attribute key of AbstractRulesModule.catalogVersions attribute defined at extension ruleengine.
        See Also:
        Constant Field Values
      • ALLOWEDTARGETS

        public static final java.lang.String ALLOWEDTARGETS
        Generated constant - Attribute key of AbstractRulesModule.allowedTargets attribute defined at extension ruleengine.
        See Also:
        Constant Field Values
      • LOCKACQUIRED

        public static final java.lang.String LOCKACQUIRED
        Generated constant - Attribute key of AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractRulesModuleModel

        public AbstractRulesModuleModel()
        Generated constructor - Default constructor for generic creation.
      • AbstractRulesModuleModel

        public AbstractRulesModuleModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • AbstractRulesModuleModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractRulesModuleModel​(java.lang.String _name,
                                        java.lang.Long _version)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _name - initial attribute declared by type AbstractRulesModule at extension ruleengine
        _version - initial attribute declared by type AbstractRulesModule at extension ruleengine
      • AbstractRulesModuleModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractRulesModuleModel​(java.lang.String _name,
                                        ItemModel _owner,
                                        java.lang.Long _version)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _name - initial attribute declared by type AbstractRulesModule at extension ruleengine
        _owner - initial attribute declared by type Item at extension core
        _version - initial attribute declared by type AbstractRulesModule at extension ruleengine
    • Method Detail

      • getActive

        @Accessor(qualifier="active",
                  type=GETTER)
        public java.lang.Boolean getActive()
        Generated method - Getter of the AbstractRulesModule.active attribute defined at extension ruleengine.
        Returns:
        the active - Is module active
      • getAllowedTargets

        @Accessor(qualifier="allowedTargets",
                  type=GETTER)
        public java.util.List<AbstractRulesModuleModel> getAllowedTargets()
        Generated method - Getter of the AbstractRulesModule.allowedTargets attribute defined at extension ruleengine. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the allowedTargets - List of the allowed module targets to perform synchronisation to.
      • getCatalogVersions

        @Accessor(qualifier="catalogVersions",
                  type=GETTER)
        public java.util.Collection<CatalogVersionModel> getCatalogVersions()
        Generated method - Getter of the AbstractRulesModule.catalogVersions dynamic attribute defined at extension ruleengine. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the catalogVersions - Catalog version if mapped.
      • getLockAcquired

        @Accessor(qualifier="lockAcquired",
                  type=GETTER)
        public java.lang.Boolean getLockAcquired()
        Generated method - Getter of the AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
        Returns:
        the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
      • getName

        @Accessor(qualifier="name",
                  type=GETTER)
        public java.lang.String getName()
        Generated method - Getter of the AbstractRulesModule.name attribute defined at extension ruleengine.
        Returns:
        the name
      • getRuleType

        @Accessor(qualifier="ruleType",
                  type=GETTER)
        public RuleType getRuleType()
        Generated method - Getter of the AbstractRulesModule.ruleType attribute defined at extension ruleengine.
        Returns:
        the ruleType
      • getVersion

        @Accessor(qualifier="version",
                  type=GETTER)
        public java.lang.Long getVersion()
        Generated method - Getter of the AbstractRulesModule.version attribute defined at extension ruleengine.
        Returns:
        the version - unique module version
      • setActive

        @Accessor(qualifier="active",
                  type=SETTER)
        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of AbstractRulesModule.active attribute defined at extension ruleengine.
        Parameters:
        value - the active - Is module active
      • setAllowedTargets

        @Accessor(qualifier="allowedTargets",
                  type=SETTER)
        public void setAllowedTargets​(java.util.List<AbstractRulesModuleModel> value)
        Generated method - Setter of AbstractRulesModule.allowedTargets attribute defined at extension ruleengine.
        Parameters:
        value - the allowedTargets - List of the allowed module targets to perform synchronisation to.
      • setLockAcquired

        @Accessor(qualifier="lockAcquired",
                  type=SETTER)
        public void setLockAcquired​(java.lang.Boolean value)
        Generated method - Setter of AbstractRulesModule.lockAcquired attribute defined at extension ruleengine.
        Parameters:
        value - the lockAcquired - Lock indicator used to indicate whether module is taking part in a blocking type operation.
      • setName

        @Accessor(qualifier="name",
                  type=SETTER)
        public void setName​(java.lang.String value)
        Generated method - Initial setter of AbstractRulesModule.name attribute defined at extension ruleengine. Can only be used at creation of model - before first save.
        Parameters:
        value - the name
      • setRuleType

        @Accessor(qualifier="ruleType",
                  type=SETTER)
        public void setRuleType​(RuleType value)
        Generated method - Setter of AbstractRulesModule.ruleType attribute defined at extension ruleengine.
        Parameters:
        value - the ruleType
      • setVersion

        @Accessor(qualifier="version",
                  type=SETTER)
        public void setVersion​(java.lang.Long value)
        Generated method - Setter of AbstractRulesModule.version attribute defined at extension ruleengine.
        Parameters:
        value - the version - unique module version