Class GeneratedSnSynonymDictionary
- 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.searchservices.jalo.GeneratedSnSynonymDictionary
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
SnSynonymDictionary
public abstract class GeneratedSnSynonymDictionary extends GenericItem
Generated class for typeSnSynonymDictionary.- 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_ATTRIBUTESstatic java.lang.StringENTRIESQualifier of theSnSynonymDictionary.entriesattributeprotected static OneToManyHandler<SnSynonymEntry>ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.static java.lang.StringIDQualifier of theSnSynonymDictionary.idattributestatic java.lang.StringINDEXCONFIGURATIONSQualifier of theSnSynonymDictionary.indexConfigurationsattributestatic java.lang.StringLANGUAGESQualifier of theSnSynonymDictionary.languagesattributestatic java.lang.StringNAMEQualifier of theSnSynonymDictionary.nameattributeprotected static java.lang.StringSNINDEXCONFIGURATION2SYNONYMDICTIONARY_MARKMODIFIEDRelation disable markmodifed parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices))protected static java.lang.StringSNINDEXCONFIGURATION2SYNONYMDICTIONARY_SRC_ORDEREDRelation ordering override parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices))protected static java.lang.StringSNINDEXCONFIGURATION2SYNONYMDICTIONARY_TGT_ORDERED-
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 GeneratedSnSynonymDictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddToEntries(SessionContext ctx, SnSynonymEntry value)Generated method - Addsvalueto entries.voidaddToEntries(SnSynonymEntry value)Generated method - Addsvalueto entries.voidaddToIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)Generated method - Addsvalueto indexConfigurations.voidaddToIndexConfigurations(SnIndexConfiguration value)Generated method - Addsvalueto indexConfigurations.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.List<SnSynonymEntry>getEntries()Generated method - Getter of theSnSynonymDictionary.entriesattribute.java.util.List<SnSynonymEntry>getEntries(SessionContext ctx)Generated method - Getter of theSnSynonymDictionary.entriesattribute.java.lang.StringgetId()Generated method - Getter of theSnSynonymDictionary.idattribute.java.lang.StringgetId(SessionContext ctx)Generated method - Getter of theSnSynonymDictionary.idattribute.java.util.List<SnIndexConfiguration>getIndexConfigurations()Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.java.util.List<SnIndexConfiguration>getIndexConfigurations(SessionContext ctx)Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.longgetIndexConfigurationsCount()longgetIndexConfigurationsCount(SessionContext ctx)java.util.List<Language>getLanguages()Generated method - Getter of theSnSynonymDictionary.languagesattribute.java.util.List<Language>getLanguages(SessionContext ctx)Generated method - Getter of theSnSynonymDictionary.languagesattribute.java.lang.StringgetName()Generated method - Getter of theSnSynonymDictionary.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theSnSynonymDictionary.nameattribute.booleanisMarkModifiedDisabled(Item referencedItem)Deprecated, for removal: This API element is subject to removal in a future version.voidremoveFromEntries(SessionContext ctx, SnSynonymEntry value)Generated method - Removesvaluefrom entries.voidremoveFromEntries(SnSynonymEntry value)Generated method - Removesvaluefrom entries.voidremoveFromIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)Generated method - Removesvaluefrom indexConfigurations.voidremoveFromIndexConfigurations(SnIndexConfiguration value)Generated method - Removesvaluefrom indexConfigurations.voidsetEntries(SessionContext ctx, java.util.List<SnSynonymEntry> value)Generated method - Setter of theSnSynonymDictionary.entriesattribute.voidsetEntries(java.util.List<SnSynonymEntry> value)Generated method - Setter of theSnSynonymDictionary.entriesattribute.voidsetId(SessionContext ctx, java.lang.String value)Generated method - Setter of theSnSynonymDictionary.idattribute.voidsetId(java.lang.String value)Generated method - Setter of theSnSynonymDictionary.idattribute.voidsetIndexConfigurations(SessionContext ctx, java.util.List<SnIndexConfiguration> value)Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.voidsetIndexConfigurations(java.util.List<SnIndexConfiguration> value)Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.voidsetLanguages(SessionContext ctx, java.util.List<Language> value)Generated method - Setter of theSnSynonymDictionary.languagesattribute.voidsetLanguages(java.util.List<Language> value)Generated method - Setter of theSnSynonymDictionary.languagesattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theSnSynonymDictionary.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theSnSynonymDictionary.nameattribute.-
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, 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, 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 theSnSynonymDictionary.idattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theSnSynonymDictionary.nameattribute- See Also:
- Constant Field Values
-
LANGUAGES
public static final java.lang.String LANGUAGES
Qualifier of theSnSynonymDictionary.languagesattribute- See Also:
- Constant Field Values
-
INDEXCONFIGURATIONS
public static final java.lang.String INDEXCONFIGURATIONS
Qualifier of theSnSynonymDictionary.indexConfigurationsattribute- 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 theSnSynonymDictionary.entriesattribute- See Also:
- Constant Field Values
-
ENTRIESHANDLER
protected static final OneToManyHandler<SnSynonymEntry> ENTRIESHANDLER
OneToManyHandlerfor handling 1:n ENTRIES'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
-
getEntries
public java.util.List<SnSynonymEntry> getEntries(SessionContext ctx)
Generated method - Getter of theSnSynonymDictionary.entriesattribute.- Returns:
- the entries
-
getEntries
public java.util.List<SnSynonymEntry> getEntries()
Generated method - Getter of theSnSynonymDictionary.entriesattribute.- Returns:
- the entries
-
setEntries
public void setEntries(SessionContext ctx, java.util.List<SnSynonymEntry> value)
Generated method - Setter of theSnSynonymDictionary.entriesattribute.- Parameters:
value- the entries
-
setEntries
public void setEntries(java.util.List<SnSynonymEntry> value)
Generated method - Setter of theSnSynonymDictionary.entriesattribute.- Parameters:
value- the entries
-
addToEntries
public void addToEntries(SessionContext ctx, SnSynonymEntry value)
Generated method - Addsvalueto entries.- Parameters:
value- the item to add to entries
-
addToEntries
public void addToEntries(SnSynonymEntry value)
Generated method - Addsvalueto entries.- Parameters:
value- the item to add to entries
-
removeFromEntries
public void removeFromEntries(SessionContext ctx, SnSynonymEntry value)
Generated method - Removesvaluefrom entries.- Parameters:
value- the item to remove from entries
-
removeFromEntries
public void removeFromEntries(SnSynonymEntry value)
Generated method - Removesvaluefrom entries.- Parameters:
value- the item to remove from entries
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theSnSynonymDictionary.idattribute.- Returns:
- the id
-
getId
public java.lang.String getId()
Generated method - Getter of theSnSynonymDictionary.idattribute.- Returns:
- the id
-
setId
public void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSnSynonymDictionary.idattribute.- Parameters:
value- the id
-
setId
public void setId(java.lang.String value)
Generated method - Setter of theSnSynonymDictionary.idattribute.- Parameters:
value- the id
-
getIndexConfigurations
public java.util.List<SnIndexConfiguration> getIndexConfigurations(SessionContext ctx)
Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.- Returns:
- the indexConfigurations
-
getIndexConfigurations
public java.util.List<SnIndexConfiguration> getIndexConfigurations()
Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.- 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 theSnSynonymDictionary.indexConfigurationsattribute.- Parameters:
value- the indexConfigurations
-
setIndexConfigurations
public void setIndexConfigurations(java.util.List<SnIndexConfiguration> value)
Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.- Parameters:
value- the indexConfigurations
-
addToIndexConfigurations
public void addToIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)
Generated method - Addsvalueto indexConfigurations.- Parameters:
value- the item to add to indexConfigurations
-
addToIndexConfigurations
public void addToIndexConfigurations(SnIndexConfiguration value)
Generated method - Addsvalueto indexConfigurations.- Parameters:
value- the item to add to indexConfigurations
-
removeFromIndexConfigurations
public void removeFromIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)
Generated method - Removesvaluefrom indexConfigurations.- Parameters:
value- the item to remove from indexConfigurations
-
removeFromIndexConfigurations
public void removeFromIndexConfigurations(SnIndexConfiguration value)
Generated method - Removesvaluefrom 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:
isMarkModifiedDisabledin classItem
-
getLanguages
public java.util.List<Language> getLanguages(SessionContext ctx)
Generated method - Getter of theSnSynonymDictionary.languagesattribute.- Returns:
- the languages
-
getLanguages
public java.util.List<Language> getLanguages()
Generated method - Getter of theSnSynonymDictionary.languagesattribute.- Returns:
- the languages
-
setLanguages
public void setLanguages(SessionContext ctx, java.util.List<Language> value)
Generated method - Setter of theSnSynonymDictionary.languagesattribute.- Parameters:
value- the languages
-
setLanguages
public void setLanguages(java.util.List<Language> value)
Generated method - Setter of theSnSynonymDictionary.languagesattribute.- Parameters:
value- the languages
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theSnSynonymDictionary.nameattribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theSnSynonymDictionary.nameattribute.- Returns:
- the name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSnSynonymDictionary.nameattribute.- Parameters:
value- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theSnSynonymDictionary.nameattribute.- Parameters:
value- the name
-
-