Class GeneratedSnSynonymDictionary

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SnSynonymDictionary

public abstract class GeneratedSnSynonymDictionary extends GenericItem
Generated class for type SnSynonymDictionary.
See Also:
  • Field Details

    • ID

      public static final String ID
      Qualifier of the SnSynonymDictionary.id attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the SnSynonymDictionary.name attribute
      See Also:
    • LANGUAGES

      public static final String LANGUAGES
      Qualifier of the SnSynonymDictionary.languages attribute
      See Also:
    • INDEXCONFIGURATIONS

      public static final String INDEXCONFIGURATIONS
      Qualifier of the SnSynonymDictionary.indexConfigurations attribute
      See Also:
    • SNINDEXCONFIGURATION2SYNONYMDICTIONARY_SRC_ORDERED

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

      protected static String SNINDEXCONFIGURATION2SYNONYMDICTIONARY_TGT_ORDERED
    • SNINDEXCONFIGURATION2SYNONYMDICTIONARY_MARKMODIFIED

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

      public static final String ENTRIES
      Qualifier of the SnSynonymDictionary.entries attribute
      See Also:
    • ENTRIESHANDLER

      protected static final OneToManyHandler<SnSynonymEntry> ENTRIESHANDLER
      OneToManyHandler for handling 1:n ENTRIES's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSnSynonymDictionary

      public GeneratedSnSynonymDictionary()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getEntries

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

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

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

      public void setEntries(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 String getId(SessionContext ctx)
      Generated method - Getter of the SnSynonymDictionary.id attribute.
      Returns:
      the id
    • getId

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

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

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

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

      public 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, List<SnIndexConfiguration> value)
      Generated method - Setter of the SnSynonymDictionary.indexConfigurations attribute.
      Parameters:
      value - the indexConfigurations
    • setIndexConfigurations

      public void setIndexConfigurations(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
    • 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:
      isMarkModifiedDisabled in class Item
    • getLanguages

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

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

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

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

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

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

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the SnSynonymDictionary.name attribute.
      Returns:
      the localized name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the SnSynonymDictionary.name attribute.
      Returns:
      the localized name
    • setName

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

      public void setName(String value)
      Generated method - Setter of the SnSynonymDictionary.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the SnSynonymDictionary.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the SnSynonymDictionary.name attribute.
      Parameters:
      value - the name