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:
Serializable,Comparable
public abstract class GeneratedSnSynonymDictionary
extends de.hybris.platform.jalo.GenericItem
Generated class for type
SnSynonymDictionary.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
de.hybris.platform.jalo.GenericItem.GenericItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImplNested classes/interfaces inherited from class de.hybris.platform.jalo.Item
de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringQualifier of theSnSynonymDictionary.entriesattributeprotected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.searchservices.jalo.SnSynonymEntry>OneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.static final StringQualifier of theSnSynonymDictionary.idattributestatic final StringQualifier of theSnSynonymDictionary.indexConfigurationsattributestatic final StringQualifier of theSnSynonymDictionary.languagesattributestatic final StringQualifier of theSnSynonymDictionary.nameattributeprotected static StringRelation disable markmodifed parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices))protected static StringRelation ordering override parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices))protected static StringFields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLEDFields 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, TYPEFields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Addsvalueto entries.voidaddToEntries(de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Addsvalueto entries.voidaddToIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Addsvalueto indexConfigurations.voidaddToIndexConfigurations(de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Addsvalueto indexConfigurations.Generated method - Getter of theSnSynonymDictionary.nameattribute.getAllName(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.nameattribute.List<de.hybris.platform.searchservices.jalo.SnSynonymEntry>Generated method - Getter of theSnSynonymDictionary.entriesattribute.List<de.hybris.platform.searchservices.jalo.SnSynonymEntry>getEntries(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.entriesattribute.getId()Generated method - Getter of theSnSynonymDictionary.idattribute.getId(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.idattribute.List<de.hybris.platform.searchservices.jalo.SnIndexConfiguration>Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.List<de.hybris.platform.searchservices.jalo.SnIndexConfiguration>getIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.longlonggetIndexConfigurationsCount(de.hybris.platform.jalo.SessionContext ctx) List<de.hybris.platform.jalo.c2l.Language>Generated method - Getter of theSnSynonymDictionary.languagesattribute.List<de.hybris.platform.jalo.c2l.Language>getLanguages(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.languagesattribute.getName()Generated method - Getter of theSnSynonymDictionary.nameattribute.getName(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.nameattribute.booleanisMarkModifiedDisabled(de.hybris.platform.jalo.Item referencedItem) Deprecated, for removal: This API element is subject to removal in a future version.voidremoveFromEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Removesvaluefrom entries.voidremoveFromEntries(de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Removesvaluefrom entries.voidremoveFromIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Removesvaluefrom indexConfigurations.voidremoveFromIndexConfigurations(de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Removesvaluefrom indexConfigurations.voidsetAllName(de.hybris.platform.jalo.SessionContext ctx, Map<de.hybris.platform.jalo.c2l.Language, String> value) Generated method - Setter of theSnSynonymDictionary.nameattribute.voidsetAllName(Map<de.hybris.platform.jalo.c2l.Language, String> value) Generated method - Setter of theSnSynonymDictionary.nameattribute.voidsetEntries(de.hybris.platform.jalo.SessionContext ctx, List<de.hybris.platform.searchservices.jalo.SnSynonymEntry> value) Generated method - Setter of theSnSynonymDictionary.entriesattribute.voidsetEntries(List<de.hybris.platform.searchservices.jalo.SnSynonymEntry> value) Generated method - Setter of theSnSynonymDictionary.entriesattribute.voidGenerated method - Setter of theSnSynonymDictionary.idattribute.voidGenerated method - Setter of theSnSynonymDictionary.idattribute.voidsetIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx, List<de.hybris.platform.searchservices.jalo.SnIndexConfiguration> value) Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.voidsetIndexConfigurations(List<de.hybris.platform.searchservices.jalo.SnIndexConfiguration> value) Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.voidsetLanguages(de.hybris.platform.jalo.SessionContext ctx, List<de.hybris.platform.jalo.c2l.Language> value) Generated method - Setter of theSnSynonymDictionary.languagesattribute.voidsetLanguages(List<de.hybris.platform.jalo.c2l.Language> value) Generated method - Setter of theSnSynonymDictionary.languagesattribute.voidGenerated method - Setter of theSnSynonymDictionary.nameattribute.voidGenerated method - Setter of theSnSynonymDictionary.nameattribute.Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItemsMethods 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, setLocalizedPropertyMethods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyMethods 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, writeReplaceMethods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
Field Details
-
ID
Qualifier of theSnSynonymDictionary.idattribute- See Also:
-
NAME
Qualifier of theSnSynonymDictionary.nameattribute- See Also:
-
LANGUAGES
Qualifier of theSnSynonymDictionary.languagesattribute- See Also:
-
INDEXCONFIGURATIONS
Qualifier of theSnSynonymDictionary.indexConfigurationsattribute- See Also:
-
SNINDEXCONFIGURATION2SYNONYMDICTIONARY_SRC_ORDERED
Relation ordering override parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices)) -
SNINDEXCONFIGURATION2SYNONYMDICTIONARY_TGT_ORDERED
-
SNINDEXCONFIGURATION2SYNONYMDICTIONARY_MARKMODIFIED
Relation disable markmodifed parameter constants for SnIndexConfiguration2SynonymDictionary from ((searchservices)) -
ENTRIES
Qualifier of theSnSynonymDictionary.entriesattribute- See Also:
-
ENTRIESHANDLER
protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.searchservices.jalo.SnSynonymEntry> ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedSnSynonymDictionary
public GeneratedSnSynonymDictionary()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classde.hybris.platform.jalo.Item
-
getEntries
public List<de.hybris.platform.searchservices.jalo.SnSynonymEntry> getEntries(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.entriesattribute.- Returns:
- the entries
-
getEntries
Generated method - Getter of theSnSynonymDictionary.entriesattribute.- Returns:
- the entries
-
setEntries
public void setEntries(de.hybris.platform.jalo.SessionContext ctx, List<de.hybris.platform.searchservices.jalo.SnSynonymEntry> value) Generated method - Setter of theSnSynonymDictionary.entriesattribute.- Parameters:
value- the entries
-
setEntries
Generated method - Setter of theSnSynonymDictionary.entriesattribute.- Parameters:
value- the entries
-
addToEntries
public void addToEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Addsvalueto entries.- Parameters:
value- the item to add to entries
-
addToEntries
public void addToEntries(de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Addsvalueto entries.- Parameters:
value- the item to add to entries
-
removeFromEntries
public void removeFromEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Removesvaluefrom entries.- Parameters:
value- the item to remove from entries
-
removeFromEntries
public void removeFromEntries(de.hybris.platform.searchservices.jalo.SnSynonymEntry value) Generated method - Removesvaluefrom entries.- Parameters:
value- the item to remove from entries
-
getId
Generated method - Getter of theSnSynonymDictionary.idattribute.- Returns:
- the id
-
getId
Generated method - Getter of theSnSynonymDictionary.idattribute.- Returns:
- the id
-
setId
Generated method - Setter of theSnSynonymDictionary.idattribute.- Parameters:
value- the id
-
setId
Generated method - Setter of theSnSynonymDictionary.idattribute.- Parameters:
value- the id
-
getIndexConfigurations
public List<de.hybris.platform.searchservices.jalo.SnIndexConfiguration> getIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.- Returns:
- the indexConfigurations
-
getIndexConfigurations
Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.- Returns:
- the indexConfigurations
-
getIndexConfigurationsCount
public long getIndexConfigurationsCount(de.hybris.platform.jalo.SessionContext ctx) -
getIndexConfigurationsCount
public long getIndexConfigurationsCount() -
setIndexConfigurations
public void setIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx, List<de.hybris.platform.searchservices.jalo.SnIndexConfiguration> value) Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.- Parameters:
value- the indexConfigurations
-
setIndexConfigurations
public void setIndexConfigurations(List<de.hybris.platform.searchservices.jalo.SnIndexConfiguration> value) Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.- Parameters:
value- the indexConfigurations
-
addToIndexConfigurations
public void addToIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Addsvalueto indexConfigurations.- Parameters:
value- the item to add to indexConfigurations
-
addToIndexConfigurations
public void addToIndexConfigurations(de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Addsvalueto indexConfigurations.- Parameters:
value- the item to add to indexConfigurations
-
removeFromIndexConfigurations
public void removeFromIndexConfigurations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Removesvaluefrom indexConfigurations.- Parameters:
value- the item to remove from indexConfigurations
-
removeFromIndexConfigurations
public void removeFromIndexConfigurations(de.hybris.platform.searchservices.jalo.SnIndexConfiguration value) Generated method - Removesvaluefrom indexConfigurations.- Parameters:
value- the item to remove from indexConfigurations
-
isMarkModifiedDisabled
@Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(de.hybris.platform.jalo.Item referencedItem) Deprecated, for removal: This API element is subject to removal in a future version.since 2011, useUtilities.getMarkModifiedOverride(de.hybris.platform.jalo.type.RelationType)- Overrides:
isMarkModifiedDisabledin classde.hybris.platform.jalo.Item
-
getLanguages
public List<de.hybris.platform.jalo.c2l.Language> getLanguages(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.languagesattribute.- Returns:
- the languages
-
getLanguages
Generated method - Getter of theSnSynonymDictionary.languagesattribute.- Returns:
- the languages
-
setLanguages
public void setLanguages(de.hybris.platform.jalo.SessionContext ctx, List<de.hybris.platform.jalo.c2l.Language> value) Generated method - Setter of theSnSynonymDictionary.languagesattribute.- Parameters:
value- the languages
-
setLanguages
Generated method - Setter of theSnSynonymDictionary.languagesattribute.- Parameters:
value- the languages
-
getName
Generated method - Getter of theSnSynonymDictionary.nameattribute.- Returns:
- the name
-
getName
Generated method - Getter of theSnSynonymDictionary.nameattribute.- Returns:
- the name
-
getAllName
public Map<de.hybris.platform.jalo.c2l.Language,String> getAllName(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.nameattribute.- Returns:
- the localized name
-
getAllName
Generated method - Getter of theSnSynonymDictionary.nameattribute.- Returns:
- the localized name
-
setName
Generated method - Setter of theSnSynonymDictionary.nameattribute.- Parameters:
value- the name
-
setName
Generated method - Setter of theSnSynonymDictionary.nameattribute.- Parameters:
value- the name
-
setAllName
public void setAllName(de.hybris.platform.jalo.SessionContext ctx, Map<de.hybris.platform.jalo.c2l.Language, String> value) Generated method - Setter of theSnSynonymDictionary.nameattribute.- Parameters:
value- the name
-
setAllName
Generated method - Setter of theSnSynonymDictionary.nameattribute.- Parameters:
value- the name
-
Utilities.getMarkModifiedOverride(de.hybris.platform.jalo.type.RelationType)