Package de.hybris.platform.catalog.jalo
Class GeneratedSyncAttributeDescriptorConfig
- 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.catalog.jalo.GeneratedSyncAttributeDescriptorConfig
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SyncAttributeDescriptorConfig
public abstract class GeneratedSyncAttributeDescriptorConfig extends GenericItem
Generated class for typeSyncAttributeDescriptorConfig
.- 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 static java.lang.String
ATTRIBUTEDESCRIPTOR
Qualifier of theSyncAttributeDescriptorConfig.attributeDescriptor
attributestatic java.lang.String
COPYBYVALUE
Qualifier of theSyncAttributeDescriptorConfig.copyByValue
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
INCLUDEDINSYNC
Qualifier of theSyncAttributeDescriptorConfig.includedInSync
attributestatic java.lang.String
PARTIALLYTRANSLATABLE
Qualifier of theSyncAttributeDescriptorConfig.partiallyTranslatable
attributestatic java.lang.String
PRESETVALUE
Qualifier of theSyncAttributeDescriptorConfig.presetValue
attributestatic java.lang.String
SYNCJOB
Qualifier of theSyncAttributeDescriptorConfig.syncJob
attributestatic java.lang.String
TRANSLATEVALUE
Qualifier of theSyncAttributeDescriptorConfig.translateValue
attributestatic java.lang.String
UNTRANSLATABLE
Qualifier of theSyncAttributeDescriptorConfig.untranslatable
attribute-
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 GeneratedSyncAttributeDescriptorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeDescriptor
getAttributeDescriptor()
Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.AttributeDescriptor
getAttributeDescriptor(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.Object
getPresetValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValue
attribute.java.lang.Object
getPresetValue(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValue
attribute.SyncItemJob
getSyncJob()
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJob
attribute.SyncItemJob
getSyncJob(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJob
attribute.java.lang.Boolean
isCopyByValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.java.lang.Boolean
isCopyByValue(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.boolean
isCopyByValueAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.boolean
isCopyByValueAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.java.lang.Boolean
isIncludedInSync()
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.java.lang.Boolean
isIncludedInSync(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.boolean
isIncludedInSyncAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.boolean
isIncludedInSyncAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.java.lang.Boolean
isPartiallyTranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.java.lang.Boolean
isPartiallyTranslatable(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.boolean
isPartiallyTranslatableAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.boolean
isPartiallyTranslatableAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.java.lang.Boolean
isTranslateValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.java.lang.Boolean
isTranslateValue(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.boolean
isTranslateValueAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.boolean
isTranslateValueAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.java.lang.Boolean
isUntranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.java.lang.Boolean
isUntranslatable(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.boolean
isUntranslatableAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.boolean
isUntranslatableAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.protected void
setAttributeDescriptor(SessionContext ctx, AttributeDescriptor value)
Generated method - Setter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.protected void
setAttributeDescriptor(AttributeDescriptor value)
Generated method - Setter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.void
setCopyByValue(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.void
setCopyByValue(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.void
setCopyByValue(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.void
setCopyByValue(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.void
setIncludedInSync(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.void
setIncludedInSync(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.void
setIncludedInSync(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.void
setIncludedInSync(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.void
setPartiallyTranslatable(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.void
setPartiallyTranslatable(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.void
setPartiallyTranslatable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.void
setPartiallyTranslatable(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.void
setPresetValue(SessionContext ctx, java.lang.Object value)
Generated method - Setter of theSyncAttributeDescriptorConfig.presetValue
attribute.void
setPresetValue(java.lang.Object value)
Generated method - Setter of theSyncAttributeDescriptorConfig.presetValue
attribute.protected void
setSyncJob(SyncItemJob value)
Generated method - Setter of theSyncAttributeDescriptorConfig.syncJob
attribute.protected void
setSyncJob(SessionContext ctx, SyncItemJob value)
Generated method - Setter of theSyncAttributeDescriptorConfig.syncJob
attribute.void
setTranslateValue(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.void
setTranslateValue(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.void
setTranslateValue(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.void
setTranslateValue(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.void
setUntranslatable(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.void
setUntranslatable(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.void
setUntranslatable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.void
setUntranslatable(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, 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, isMarkModifiedDisabled, 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
-
SYNCJOB
public static final java.lang.String SYNCJOB
Qualifier of theSyncAttributeDescriptorConfig.syncJob
attribute- See Also:
- Constant Field Values
-
ATTRIBUTEDESCRIPTOR
public static final java.lang.String ATTRIBUTEDESCRIPTOR
Qualifier of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute- See Also:
- Constant Field Values
-
INCLUDEDINSYNC
public static final java.lang.String INCLUDEDINSYNC
Qualifier of theSyncAttributeDescriptorConfig.includedInSync
attribute- See Also:
- Constant Field Values
-
COPYBYVALUE
public static final java.lang.String COPYBYVALUE
Qualifier of theSyncAttributeDescriptorConfig.copyByValue
attribute- See Also:
- Constant Field Values
-
UNTRANSLATABLE
public static final java.lang.String UNTRANSLATABLE
Qualifier of theSyncAttributeDescriptorConfig.untranslatable
attribute- See Also:
- Constant Field Values
-
TRANSLATEVALUE
public static final java.lang.String TRANSLATEVALUE
Qualifier of theSyncAttributeDescriptorConfig.translateValue
attribute- See Also:
- Constant Field Values
-
PRESETVALUE
public static final java.lang.String PRESETVALUE
Qualifier of theSyncAttributeDescriptorConfig.presetValue
attribute- See Also:
- Constant Field Values
-
PARTIALLYTRANSLATABLE
public static final java.lang.String PARTIALLYTRANSLATABLE
Qualifier of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute- See Also:
- Constant Field Values
-
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:
getDefaultAttributeModes
in classItem
-
getAttributeDescriptor
public AttributeDescriptor getAttributeDescriptor(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.- Returns:
- the attributeDescriptor
-
getAttributeDescriptor
public AttributeDescriptor getAttributeDescriptor()
Generated method - Getter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.- Returns:
- the attributeDescriptor
-
setAttributeDescriptor
protected void setAttributeDescriptor(SessionContext ctx, AttributeDescriptor value)
Generated method - Setter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.- Parameters:
value
- the attributeDescriptor
-
setAttributeDescriptor
protected void setAttributeDescriptor(AttributeDescriptor value)
Generated method - Setter of theSyncAttributeDescriptorConfig.attributeDescriptor
attribute.- Parameters:
value
- the attributeDescriptor
-
isCopyByValue
public java.lang.Boolean isCopyByValue(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Returns:
- the copyByValue
-
isCopyByValue
public java.lang.Boolean isCopyByValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Returns:
- the copyByValue
-
isCopyByValueAsPrimitive
public boolean isCopyByValueAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Returns:
- the copyByValue
-
isCopyByValueAsPrimitive
public boolean isCopyByValueAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Returns:
- the copyByValue
-
setCopyByValue
public void setCopyByValue(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Parameters:
value
- the copyByValue
-
setCopyByValue
public void setCopyByValue(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Parameters:
value
- the copyByValue
-
setCopyByValue
public void setCopyByValue(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Parameters:
value
- the copyByValue
-
setCopyByValue
public void setCopyByValue(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.copyByValue
attribute.- Parameters:
value
- the copyByValue
-
isIncludedInSync
public java.lang.Boolean isIncludedInSync(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Returns:
- the includedInSync
-
isIncludedInSync
public java.lang.Boolean isIncludedInSync()
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Returns:
- the includedInSync
-
isIncludedInSyncAsPrimitive
public boolean isIncludedInSyncAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Returns:
- the includedInSync
-
isIncludedInSyncAsPrimitive
public boolean isIncludedInSyncAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Returns:
- the includedInSync
-
setIncludedInSync
public void setIncludedInSync(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Parameters:
value
- the includedInSync
-
setIncludedInSync
public void setIncludedInSync(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Parameters:
value
- the includedInSync
-
setIncludedInSync
public void setIncludedInSync(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Parameters:
value
- the includedInSync
-
setIncludedInSync
public void setIncludedInSync(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.includedInSync
attribute.- Parameters:
value
- the includedInSync
-
isPartiallyTranslatable
public java.lang.Boolean isPartiallyTranslatable(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Returns:
- the partiallyTranslatable
-
isPartiallyTranslatable
public java.lang.Boolean isPartiallyTranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Returns:
- the partiallyTranslatable
-
isPartiallyTranslatableAsPrimitive
public boolean isPartiallyTranslatableAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Returns:
- the partiallyTranslatable
-
isPartiallyTranslatableAsPrimitive
public boolean isPartiallyTranslatableAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Returns:
- the partiallyTranslatable
-
setPartiallyTranslatable
public void setPartiallyTranslatable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Parameters:
value
- the partiallyTranslatable
-
setPartiallyTranslatable
public void setPartiallyTranslatable(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Parameters:
value
- the partiallyTranslatable
-
setPartiallyTranslatable
public void setPartiallyTranslatable(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Parameters:
value
- the partiallyTranslatable
-
setPartiallyTranslatable
public void setPartiallyTranslatable(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.partiallyTranslatable
attribute.- Parameters:
value
- the partiallyTranslatable
-
getPresetValue
public java.lang.Object getPresetValue(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValue
attribute.- Returns:
- the presetValue
-
getPresetValue
public java.lang.Object getPresetValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.presetValue
attribute.- Returns:
- the presetValue
-
setPresetValue
public void setPresetValue(SessionContext ctx, java.lang.Object value)
Generated method - Setter of theSyncAttributeDescriptorConfig.presetValue
attribute.- Parameters:
value
- the presetValue
-
setPresetValue
public void setPresetValue(java.lang.Object value)
Generated method - Setter of theSyncAttributeDescriptorConfig.presetValue
attribute.- Parameters:
value
- the presetValue
-
getSyncJob
public SyncItemJob getSyncJob(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJob
attribute.- Returns:
- the syncJob
-
getSyncJob
public SyncItemJob getSyncJob()
Generated method - Getter of theSyncAttributeDescriptorConfig.syncJob
attribute.- Returns:
- the syncJob
-
setSyncJob
protected void setSyncJob(SessionContext ctx, SyncItemJob value)
Generated method - Setter of theSyncAttributeDescriptorConfig.syncJob
attribute.- Parameters:
value
- the syncJob
-
setSyncJob
protected void setSyncJob(SyncItemJob value)
Generated method - Setter of theSyncAttributeDescriptorConfig.syncJob
attribute.- Parameters:
value
- the syncJob
-
isTranslateValue
public java.lang.Boolean isTranslateValue(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Returns:
- the translateValue - deprecated: please use attribute untranslatable
-
isTranslateValue
public java.lang.Boolean isTranslateValue()
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Returns:
- the translateValue - deprecated: please use attribute untranslatable
-
isTranslateValueAsPrimitive
public boolean isTranslateValueAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Returns:
- the translateValue - deprecated: please use attribute untranslatable
-
isTranslateValueAsPrimitive
public boolean isTranslateValueAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Returns:
- the translateValue - deprecated: please use attribute untranslatable
-
setTranslateValue
public void setTranslateValue(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Parameters:
value
- the translateValue - deprecated: please use attribute untranslatable
-
setTranslateValue
public void setTranslateValue(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Parameters:
value
- the translateValue - deprecated: please use attribute untranslatable
-
setTranslateValue
public void setTranslateValue(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Parameters:
value
- the translateValue - deprecated: please use attribute untranslatable
-
setTranslateValue
public void setTranslateValue(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.translateValue
attribute.- Parameters:
value
- the translateValue - deprecated: please use attribute untranslatable
-
isUntranslatable
public java.lang.Boolean isUntranslatable(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Returns:
- the untranslatable
-
isUntranslatable
public java.lang.Boolean isUntranslatable()
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Returns:
- the untranslatable
-
isUntranslatableAsPrimitive
public boolean isUntranslatableAsPrimitive(SessionContext ctx)
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Returns:
- the untranslatable
-
isUntranslatableAsPrimitive
public boolean isUntranslatableAsPrimitive()
Generated method - Getter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Returns:
- the untranslatable
-
setUntranslatable
public void setUntranslatable(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Parameters:
value
- the untranslatable
-
setUntranslatable
public void setUntranslatable(java.lang.Boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Parameters:
value
- the untranslatable
-
setUntranslatable
public void setUntranslatable(SessionContext ctx, boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Parameters:
value
- the untranslatable
-
setUntranslatable
public void setUntranslatable(boolean value)
Generated method - Setter of theSyncAttributeDescriptorConfig.untranslatable
attribute.- Parameters:
value
- the untranslatable
-
-