Class GeneratedAbstractAsSortConfiguration
- 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.adaptivesearch.jalo.GeneratedAbstractAsConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.AbstractAsConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsItemConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.AbstractAsItemConfiguration
-
- de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsSortConfiguration
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
AbstractAsSortConfiguration
public abstract class GeneratedAbstractAsSortConfiguration extends AbstractAsItemConfiguration
Generated class for typeAbstractAsSortConfiguration.- 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.StringAPPLYPROMOTEDITEMSQualifier of theAbstractAsSortConfiguration.applyPromotedItemsattributestatic java.lang.StringCODEQualifier of theAbstractAsSortConfiguration.codeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEXPRESSIONSQualifier of theAbstractAsSortConfiguration.expressionsattributeprotected static OneToManyHandler<AsSortExpression>EXPRESSIONSHANDLEROneToManyHandlerfor handling 1:n EXPRESSIONS's relation attributes from 'many' side.static java.lang.StringHIGHLIGHTPROMOTEDITEMSQualifier of theAbstractAsSortConfiguration.highlightPromotedItemsattributestatic java.lang.StringNAMEQualifier of theAbstractAsSortConfiguration.nameattributestatic java.lang.StringPRIORITYQualifier of theAbstractAsSortConfiguration.priorityattributestatic java.lang.StringUNIQUEIDXQualifier of theAbstractAsSortConfiguration.uniqueIdxattribute-
Fields inherited from class de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsConfiguration
CATALOGVERSION, UID
-
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 GeneratedAbstractAsSortConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToExpressions(AsSortExpression value)Generated method - Addsvalueto expressions.voidaddToExpressions(SessionContext ctx, AsSortExpression value)Generated method - Addsvalueto expressions.java.util.Map<Language,java.lang.String>getAllName()Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.java.util.Map<Language,java.lang.String>getAllName(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.java.lang.StringgetCode()Generated method - Getter of theAbstractAsSortConfiguration.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.codeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.List<AsSortExpression>getExpressions()Generated method - Getter of theAbstractAsSortConfiguration.expressionsattribute.java.util.List<AsSortExpression>getExpressions(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.expressionsattribute.java.lang.StringgetName()Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.java.lang.IntegergetPriority()Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.java.lang.IntegergetPriority(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.intgetPriorityAsPrimitive()Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.intgetPriorityAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.java.lang.StringgetUniqueIdx()Generated method - Getter of theAbstractAsSortConfiguration.uniqueIdxattribute.java.lang.StringgetUniqueIdx(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.uniqueIdxattribute.java.lang.BooleanisApplyPromotedItems()Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.java.lang.BooleanisApplyPromotedItems(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.booleanisApplyPromotedItemsAsPrimitive()Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.booleanisApplyPromotedItemsAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.java.lang.BooleanisHighlightPromotedItems()Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.java.lang.BooleanisHighlightPromotedItems(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.booleanisHighlightPromotedItemsAsPrimitive()Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.booleanisHighlightPromotedItemsAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.voidremoveFromExpressions(AsSortExpression value)Generated method - Removesvaluefrom expressions.voidremoveFromExpressions(SessionContext ctx, AsSortExpression value)Generated method - Removesvaluefrom expressions.voidsetAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.voidsetAllName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.voidsetApplyPromotedItems(boolean value)Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.voidsetApplyPromotedItems(SessionContext ctx, boolean value)Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.voidsetApplyPromotedItems(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.voidsetApplyPromotedItems(java.lang.Boolean value)Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractAsSortConfiguration.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of theAbstractAsSortConfiguration.codeattribute.voidsetExpressions(SessionContext ctx, java.util.List<AsSortExpression> value)Generated method - Setter of theAbstractAsSortConfiguration.expressionsattribute.voidsetExpressions(java.util.List<AsSortExpression> value)Generated method - Setter of theAbstractAsSortConfiguration.expressionsattribute.voidsetHighlightPromotedItems(boolean value)Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.voidsetHighlightPromotedItems(SessionContext ctx, boolean value)Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.voidsetHighlightPromotedItems(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.voidsetHighlightPromotedItems(java.lang.Boolean value)Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.voidsetPriority(int value)Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.voidsetPriority(SessionContext ctx, int value)Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.voidsetPriority(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.voidsetPriority(java.lang.Integer value)Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.voidsetUniqueIdx(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractAsSortConfiguration.uniqueIdxattribute.voidsetUniqueIdx(java.lang.String value)Generated method - Setter of theAbstractAsSortConfiguration.uniqueIdxattribute.-
Methods inherited from class de.hybris.platform.adaptivesearch.jalo.GeneratedAbstractAsConfiguration
getCatalogVersion, getCatalogVersion, getUid, getUid, setCatalogVersion, setCatalogVersion, setUid, setUid
-
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
-
CODE
public static final java.lang.String CODE
Qualifier of theAbstractAsSortConfiguration.codeattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theAbstractAsSortConfiguration.nameattribute- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
Qualifier of theAbstractAsSortConfiguration.priorityattribute- See Also:
- Constant Field Values
-
APPLYPROMOTEDITEMS
public static final java.lang.String APPLYPROMOTEDITEMS
Qualifier of theAbstractAsSortConfiguration.applyPromotedItemsattribute- See Also:
- Constant Field Values
-
HIGHLIGHTPROMOTEDITEMS
public static final java.lang.String HIGHLIGHTPROMOTEDITEMS
Qualifier of theAbstractAsSortConfiguration.highlightPromotedItemsattribute- See Also:
- Constant Field Values
-
UNIQUEIDX
public static final java.lang.String UNIQUEIDX
Qualifier of theAbstractAsSortConfiguration.uniqueIdxattribute- See Also:
- Constant Field Values
-
EXPRESSIONS
public static final java.lang.String EXPRESSIONS
Qualifier of theAbstractAsSortConfiguration.expressionsattribute- See Also:
- Constant Field Values
-
EXPRESSIONSHANDLER
protected static final OneToManyHandler<AsSortExpression> EXPRESSIONSHANDLER
OneToManyHandlerfor handling 1:n EXPRESSIONS'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 classGeneratedAbstractAsItemConfiguration
-
isApplyPromotedItems
public java.lang.Boolean isApplyPromotedItems(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Returns:
- the applyPromotedItems
-
isApplyPromotedItems
public java.lang.Boolean isApplyPromotedItems()
Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Returns:
- the applyPromotedItems
-
isApplyPromotedItemsAsPrimitive
public boolean isApplyPromotedItemsAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Returns:
- the applyPromotedItems
-
isApplyPromotedItemsAsPrimitive
public boolean isApplyPromotedItemsAsPrimitive()
Generated method - Getter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Returns:
- the applyPromotedItems
-
setApplyPromotedItems
public void setApplyPromotedItems(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Parameters:
value- the applyPromotedItems
-
setApplyPromotedItems
public void setApplyPromotedItems(java.lang.Boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Parameters:
value- the applyPromotedItems
-
setApplyPromotedItems
public void setApplyPromotedItems(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Parameters:
value- the applyPromotedItems
-
setApplyPromotedItems
public void setApplyPromotedItems(boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.applyPromotedItemsattribute.- Parameters:
value- the applyPromotedItems
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theAbstractAsSortConfiguration.codeattribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsSortConfiguration.codeattribute.- Parameters:
value- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theAbstractAsSortConfiguration.codeattribute.- Parameters:
value- the code
-
getExpressions
public java.util.List<AsSortExpression> getExpressions(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.expressionsattribute.- Returns:
- the expressions
-
getExpressions
public java.util.List<AsSortExpression> getExpressions()
Generated method - Getter of theAbstractAsSortConfiguration.expressionsattribute.- Returns:
- the expressions
-
setExpressions
public void setExpressions(SessionContext ctx, java.util.List<AsSortExpression> value)
Generated method - Setter of theAbstractAsSortConfiguration.expressionsattribute.- Parameters:
value- the expressions
-
setExpressions
public void setExpressions(java.util.List<AsSortExpression> value)
Generated method - Setter of theAbstractAsSortConfiguration.expressionsattribute.- Parameters:
value- the expressions
-
addToExpressions
public void addToExpressions(SessionContext ctx, AsSortExpression value)
Generated method - Addsvalueto expressions.- Parameters:
value- the item to add to expressions
-
addToExpressions
public void addToExpressions(AsSortExpression value)
Generated method - Addsvalueto expressions.- Parameters:
value- the item to add to expressions
-
removeFromExpressions
public void removeFromExpressions(SessionContext ctx, AsSortExpression value)
Generated method - Removesvaluefrom expressions.- Parameters:
value- the item to remove from expressions
-
removeFromExpressions
public void removeFromExpressions(AsSortExpression value)
Generated method - Removesvaluefrom expressions.- Parameters:
value- the item to remove from expressions
-
isHighlightPromotedItems
public java.lang.Boolean isHighlightPromotedItems(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Returns:
- the highlightPromotedItems
-
isHighlightPromotedItems
public java.lang.Boolean isHighlightPromotedItems()
Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Returns:
- the highlightPromotedItems
-
isHighlightPromotedItemsAsPrimitive
public boolean isHighlightPromotedItemsAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Returns:
- the highlightPromotedItems
-
isHighlightPromotedItemsAsPrimitive
public boolean isHighlightPromotedItemsAsPrimitive()
Generated method - Getter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Returns:
- the highlightPromotedItems
-
setHighlightPromotedItems
public void setHighlightPromotedItems(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Parameters:
value- the highlightPromotedItems
-
setHighlightPromotedItems
public void setHighlightPromotedItems(java.lang.Boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Parameters:
value- the highlightPromotedItems
-
setHighlightPromotedItems
public void setHighlightPromotedItems(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Parameters:
value- the highlightPromotedItems
-
setHighlightPromotedItems
public void setHighlightPromotedItems(boolean value)
Generated method - Setter of theAbstractAsSortConfiguration.highlightPromotedItemsattribute.- Parameters:
value- the highlightPromotedItems
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.- Returns:
- the name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.- Returns:
- the localized name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theAbstractAsSortConfiguration.nameattribute.- Returns:
- the localized name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.- Parameters:
value- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.- Parameters:
value- the name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.- Parameters:
value- the name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractAsSortConfiguration.nameattribute.- Parameters:
value- the name
-
getPriority
public java.lang.Integer getPriority(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.- Returns:
- the priority
-
getPriority
public java.lang.Integer getPriority()
Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.- Returns:
- the priority
-
getPriorityAsPrimitive
public int getPriorityAsPrimitive()
Generated method - Getter of theAbstractAsSortConfiguration.priorityattribute.- Returns:
- the priority
-
setPriority
public void setPriority(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.- Parameters:
value- the priority
-
setPriority
public void setPriority(java.lang.Integer value)
Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.- Parameters:
value- the priority
-
setPriority
public void setPriority(SessionContext ctx, int value)
Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.- Parameters:
value- the priority
-
setPriority
public void setPriority(int value)
Generated method - Setter of theAbstractAsSortConfiguration.priorityattribute.- Parameters:
value- the priority
-
getUniqueIdx
public java.lang.String getUniqueIdx(SessionContext ctx)
Generated method - Getter of theAbstractAsSortConfiguration.uniqueIdxattribute.- Returns:
- the uniqueIdx
-
getUniqueIdx
public java.lang.String getUniqueIdx()
Generated method - Getter of theAbstractAsSortConfiguration.uniqueIdxattribute.- Returns:
- the uniqueIdx
-
setUniqueIdx
public void setUniqueIdx(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractAsSortConfiguration.uniqueIdxattribute.- Parameters:
value- the uniqueIdx
-
setUniqueIdx
public void setUniqueIdx(java.lang.String value)
Generated method - Setter of theAbstractAsSortConfiguration.uniqueIdxattribute.- Parameters:
value- the uniqueIdx
-
-