Class GeneratedSnSynonymDictionary

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the SnSynonymDictionary.id attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the SnSynonymDictionary.name attribute
        See Also:
        Constant Field Values
      • LANGUAGES

        public static final java.lang.String LANGUAGES
        Qualifier of the SnSynonymDictionary.languages attribute
        See Also:
        Constant Field Values
      • INDEXCONFIGURATIONS

        public static final java.lang.String INDEXCONFIGURATIONS
        Qualifier of the SnSynonymDictionary.indexConfigurations attribute
        See Also:
        Constant Field Values
      • SNINDEXCONFIGURATION2SYNONYMDICTIONARY_SRC_ORDERED

        protected static java.lang.String SNINDEXCONFIGURATION2SYNONYMDICTIONARY_SRC_ORDERED
        Relation ordering override parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices))
      • SNINDEXCONFIGURATION2SYNONYMDICTIONARY_TGT_ORDERED

        protected static java.lang.String SNINDEXCONFIGURATION2SYNONYMDICTIONARY_TGT_ORDERED
      • SNINDEXCONFIGURATION2SYNONYMDICTIONARY_MARKMODIFIED

        protected static java.lang.String SNINDEXCONFIGURATION2SYNONYMDICTIONARY_MARKMODIFIED
        Relation disable markmodifed parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices))
      • ENTRIES

        public static final java.lang.String ENTRIES
        Qualifier of the SnSynonymDictionary.entries attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSnSynonymDictionary

        public GeneratedSnSynonymDictionary()
    • Method Detail

      • getEntries

        public java.util.List<SnSynonymEntry> getEntries​(SessionContext ctx)
        Generated method - Getter of the SnSynonymDictionary.entries attribute.
        Returns:
        the entries
      • getEntries

        public java.util.List<SnSynonymEntry> getEntries()
        Generated method - Getter of the SnSynonymDictionary.entries attribute.
        Returns:
        the entries
      • setEntries

        public void setEntries​(SessionContext ctx,
                               java.util.List<SnSynonymEntry> value)
        Generated method - Setter of the SnSynonymDictionary.entries attribute.
        Parameters:
        value - the entries
      • setEntries

        public void setEntries​(java.util.List<SnSynonymEntry> value)
        Generated method - Setter of the SnSynonymDictionary.entries attribute.
        Parameters:
        value - the entries
      • addToEntries

        public void addToEntries​(SessionContext ctx,
                                 SnSynonymEntry value)
        Generated method - Adds value to entries.
        Parameters:
        value - the item to add to entries
      • addToEntries

        public void addToEntries​(SnSynonymEntry value)
        Generated method - Adds value to entries.
        Parameters:
        value - the item to add to entries
      • removeFromEntries

        public void removeFromEntries​(SessionContext ctx,
                                      SnSynonymEntry value)
        Generated method - Removes value from entries.
        Parameters:
        value - the item to remove from entries
      • removeFromEntries

        public void removeFromEntries​(SnSynonymEntry value)
        Generated method - Removes value from entries.
        Parameters:
        value - the item to remove from entries
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the SnSynonymDictionary.id attribute.
        Returns:
        the id
      • getId

        public java.lang.String getId()
        Generated method - Getter of the SnSynonymDictionary.id attribute.
        Returns:
        the id
      • setId

        public void setId​(SessionContext ctx,
                          java.lang.String value)
        Generated method - Setter of the SnSynonymDictionary.id attribute.
        Parameters:
        value - the id
      • setId

        public void setId​(java.lang.String value)
        Generated method - Setter of the SnSynonymDictionary.id attribute.
        Parameters:
        value - the id
      • getIndexConfigurations

        public java.util.List<SnIndexConfiguration> getIndexConfigurations​(SessionContext ctx)
        Generated method - Getter of the SnSynonymDictionary.indexConfigurations attribute.
        Returns:
        the indexConfigurations
      • getIndexConfigurations

        public java.util.List<SnIndexConfiguration> getIndexConfigurations()
        Generated method - Getter of the SnSynonymDictionary.indexConfigurations attribute.
        Returns:
        the indexConfigurations
      • getIndexConfigurationsCount

        public long getIndexConfigurationsCount​(SessionContext ctx)
      • getIndexConfigurationsCount

        public long getIndexConfigurationsCount()
      • setIndexConfigurations

        public void setIndexConfigurations​(SessionContext ctx,
                                           java.util.List<SnIndexConfiguration> value)
        Generated method - Setter of the SnSynonymDictionary.indexConfigurations attribute.
        Parameters:
        value - the indexConfigurations
      • setIndexConfigurations

        public void setIndexConfigurations​(java.util.List<SnIndexConfiguration> value)
        Generated method - Setter of the SnSynonymDictionary.indexConfigurations attribute.
        Parameters:
        value - the indexConfigurations
      • addToIndexConfigurations

        public void addToIndexConfigurations​(SessionContext ctx,
                                             SnIndexConfiguration value)
        Generated method - Adds value to indexConfigurations.
        Parameters:
        value - the item to add to indexConfigurations
      • addToIndexConfigurations

        public void addToIndexConfigurations​(SnIndexConfiguration value)
        Generated method - Adds value to indexConfigurations.
        Parameters:
        value - the item to add to indexConfigurations
      • removeFromIndexConfigurations

        public void removeFromIndexConfigurations​(SessionContext ctx,
                                                  SnIndexConfiguration value)
        Generated method - Removes value from indexConfigurations.
        Parameters:
        value - the item to remove from indexConfigurations
      • removeFromIndexConfigurations

        public void removeFromIndexConfigurations​(SnIndexConfiguration value)
        Generated method - Removes value from indexConfigurations.
        Parameters:
        value - the item to remove from indexConfigurations
      • getLanguages

        public java.util.List<Language> getLanguages​(SessionContext ctx)
        Generated method - Getter of the SnSynonymDictionary.languages attribute.
        Returns:
        the languages
      • getLanguages

        public java.util.List<Language> getLanguages()
        Generated method - Getter of the SnSynonymDictionary.languages attribute.
        Returns:
        the languages
      • setLanguages

        public void setLanguages​(SessionContext ctx,
                                 java.util.List<Language> value)
        Generated method - Setter of the SnSynonymDictionary.languages attribute.
        Parameters:
        value - the languages
      • setLanguages

        public void setLanguages​(java.util.List<Language> value)
        Generated method - Setter of the SnSynonymDictionary.languages attribute.
        Parameters:
        value - the languages
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the SnSynonymDictionary.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SnSynonymDictionary.name attribute.
        Returns:
        the name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SnSynonymDictionary.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SnSynonymDictionary.name attribute.
        Parameters:
        value - the name