Class GeneratedSolrSearchConfig
- 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.solrfacetsearch.jalo.config.GeneratedSolrSearchConfig
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SolrSearchConfig
public abstract class GeneratedSolrSearchConfig extends GenericItem
Generated class for typeSolrSearchConfig
.- 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
ALLFACETVALUESINRESPONSE
Qualifier of theSolrSearchConfig.allFacetValuesInResponse
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DEFAULTSORTORDER
Qualifier of theSolrSearchConfig.defaultSortOrder
attributestatic java.lang.String
DESCRIPTION
Qualifier of theSolrSearchConfig.description
attributestatic java.lang.String
ENABLEHIGHLIGHTING
Qualifier of theSolrSearchConfig.enableHighlighting
attributestatic java.lang.String
GROUPINGPROPERTY
Qualifier of theSolrSearchConfig.groupingProperty
attributestatic java.lang.String
LEGACYMODE
Qualifier of theSolrSearchConfig.legacyMode
attributestatic java.lang.String
PAGESIZE
Qualifier of theSolrSearchConfig.pageSize
attributestatic java.lang.String
RESTRICTFIELDSINRESPONSE
Qualifier of theSolrSearchConfig.restrictFieldsInResponse
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 GeneratedSolrSearchConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Collection<java.lang.String>
getDefaultSortOrder()
Generated method - Getter of theSolrSearchConfig.defaultSortOrder
attribute.java.util.Collection<java.lang.String>
getDefaultSortOrder(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.defaultSortOrder
attribute.java.lang.String
getDescription()
Generated method - Getter of theSolrSearchConfig.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.description
attribute.SolrIndexedProperty
getGroupingProperty()
Generated method - Getter of theSolrSearchConfig.groupingProperty
attribute.SolrIndexedProperty
getGroupingProperty(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.groupingProperty
attribute.java.lang.Integer
getPageSize()
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.java.lang.Integer
getPageSize(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.int
getPageSizeAsPrimitive()
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.int
getPageSizeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.java.lang.Boolean
isAllFacetValuesInResponse()
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.java.lang.Boolean
isAllFacetValuesInResponse(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.boolean
isAllFacetValuesInResponseAsPrimitive()
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.boolean
isAllFacetValuesInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.java.lang.Boolean
isEnableHighlighting()
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.java.lang.Boolean
isEnableHighlighting(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.boolean
isEnableHighlightingAsPrimitive()
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.boolean
isEnableHighlightingAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.java.lang.Boolean
isLegacyMode()
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.java.lang.Boolean
isLegacyMode(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.boolean
isLegacyModeAsPrimitive()
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.boolean
isLegacyModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.java.lang.Boolean
isRestrictFieldsInResponse()
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.java.lang.Boolean
isRestrictFieldsInResponse(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.boolean
isRestrictFieldsInResponseAsPrimitive()
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.boolean
isRestrictFieldsInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.void
setAllFacetValuesInResponse(boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.void
setAllFacetValuesInResponse(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.void
setAllFacetValuesInResponse(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.void
setAllFacetValuesInResponse(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.void
setDefaultSortOrder(SessionContext ctx, java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrSearchConfig.defaultSortOrder
attribute.void
setDefaultSortOrder(java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrSearchConfig.defaultSortOrder
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrSearchConfig.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theSolrSearchConfig.description
attribute.void
setEnableHighlighting(boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.void
setEnableHighlighting(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.void
setEnableHighlighting(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.void
setEnableHighlighting(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.void
setGroupingProperty(SessionContext ctx, SolrIndexedProperty value)
Generated method - Setter of theSolrSearchConfig.groupingProperty
attribute.void
setGroupingProperty(SolrIndexedProperty value)
Generated method - Setter of theSolrSearchConfig.groupingProperty
attribute.void
setLegacyMode(boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.void
setLegacyMode(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.void
setLegacyMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.void
setLegacyMode(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.void
setPageSize(int value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.void
setPageSize(SessionContext ctx, int value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.void
setPageSize(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.void
setPageSize(java.lang.Integer value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.void
setRestrictFieldsInResponse(boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
attribute.void
setRestrictFieldsInResponse(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
attribute.void
setRestrictFieldsInResponse(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
attribute.void
setRestrictFieldsInResponse(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
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
-
PAGESIZE
public static final java.lang.String PAGESIZE
Qualifier of theSolrSearchConfig.pageSize
attribute- See Also:
- Constant Field Values
-
DEFAULTSORTORDER
public static final java.lang.String DEFAULTSORTORDER
Qualifier of theSolrSearchConfig.defaultSortOrder
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theSolrSearchConfig.description
attribute- See Also:
- Constant Field Values
-
RESTRICTFIELDSINRESPONSE
public static final java.lang.String RESTRICTFIELDSINRESPONSE
Qualifier of theSolrSearchConfig.restrictFieldsInResponse
attribute- See Also:
- Constant Field Values
-
ENABLEHIGHLIGHTING
public static final java.lang.String ENABLEHIGHLIGHTING
Qualifier of theSolrSearchConfig.enableHighlighting
attribute- See Also:
- Constant Field Values
-
ALLFACETVALUESINRESPONSE
public static final java.lang.String ALLFACETVALUESINRESPONSE
Qualifier of theSolrSearchConfig.allFacetValuesInResponse
attribute- See Also:
- Constant Field Values
-
LEGACYMODE
public static final java.lang.String LEGACYMODE
Qualifier of theSolrSearchConfig.legacyMode
attribute- See Also:
- Constant Field Values
-
GROUPINGPROPERTY
public static final java.lang.String GROUPINGPROPERTY
Qualifier of theSolrSearchConfig.groupingProperty
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
-
isAllFacetValuesInResponse
public java.lang.Boolean isAllFacetValuesInResponse(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Returns:
- the allFacetValuesInResponse
-
isAllFacetValuesInResponse
public java.lang.Boolean isAllFacetValuesInResponse()
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Returns:
- the allFacetValuesInResponse
-
isAllFacetValuesInResponseAsPrimitive
public boolean isAllFacetValuesInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Returns:
- the allFacetValuesInResponse
-
isAllFacetValuesInResponseAsPrimitive
public boolean isAllFacetValuesInResponseAsPrimitive()
Generated method - Getter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Returns:
- the allFacetValuesInResponse
-
setAllFacetValuesInResponse
public void setAllFacetValuesInResponse(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Parameters:
value
- the allFacetValuesInResponse
-
setAllFacetValuesInResponse
public void setAllFacetValuesInResponse(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Parameters:
value
- the allFacetValuesInResponse
-
setAllFacetValuesInResponse
public void setAllFacetValuesInResponse(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Parameters:
value
- the allFacetValuesInResponse
-
setAllFacetValuesInResponse
public void setAllFacetValuesInResponse(boolean value)
Generated method - Setter of theSolrSearchConfig.allFacetValuesInResponse
attribute.- Parameters:
value
- the allFacetValuesInResponse
-
getDefaultSortOrder
public java.util.Collection<java.lang.String> getDefaultSortOrder(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.defaultSortOrder
attribute.- Returns:
- the defaultSortOrder
-
getDefaultSortOrder
public java.util.Collection<java.lang.String> getDefaultSortOrder()
Generated method - Getter of theSolrSearchConfig.defaultSortOrder
attribute.- Returns:
- the defaultSortOrder
-
setDefaultSortOrder
public void setDefaultSortOrder(SessionContext ctx, java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrSearchConfig.defaultSortOrder
attribute.- Parameters:
value
- the defaultSortOrder
-
setDefaultSortOrder
public void setDefaultSortOrder(java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrSearchConfig.defaultSortOrder
attribute.- Parameters:
value
- the defaultSortOrder
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.description
attribute.- Returns:
- the description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theSolrSearchConfig.description
attribute.- Returns:
- the description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrSearchConfig.description
attribute.- Parameters:
value
- the description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theSolrSearchConfig.description
attribute.- Parameters:
value
- the description
-
isEnableHighlighting
public java.lang.Boolean isEnableHighlighting(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
isEnableHighlighting
public java.lang.Boolean isEnableHighlighting()
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
isEnableHighlightingAsPrimitive
public boolean isEnableHighlightingAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
isEnableHighlightingAsPrimitive
public boolean isEnableHighlightingAsPrimitive()
Generated method - Getter of theSolrSearchConfig.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(boolean value)
Generated method - Setter of theSolrSearchConfig.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
getGroupingProperty
public SolrIndexedProperty getGroupingProperty(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.groupingProperty
attribute.- Returns:
- the groupingProperty
-
getGroupingProperty
public SolrIndexedProperty getGroupingProperty()
Generated method - Getter of theSolrSearchConfig.groupingProperty
attribute.- Returns:
- the groupingProperty
-
setGroupingProperty
public void setGroupingProperty(SessionContext ctx, SolrIndexedProperty value)
Generated method - Setter of theSolrSearchConfig.groupingProperty
attribute.- Parameters:
value
- the groupingProperty
-
setGroupingProperty
public void setGroupingProperty(SolrIndexedProperty value)
Generated method - Setter of theSolrSearchConfig.groupingProperty
attribute.- Parameters:
value
- the groupingProperty
-
isLegacyMode
public java.lang.Boolean isLegacyMode(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.- Returns:
- the legacyMode
-
isLegacyMode
public java.lang.Boolean isLegacyMode()
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.- Returns:
- the legacyMode
-
isLegacyModeAsPrimitive
public boolean isLegacyModeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.- Returns:
- the legacyMode
-
isLegacyModeAsPrimitive
public boolean isLegacyModeAsPrimitive()
Generated method - Getter of theSolrSearchConfig.legacyMode
attribute.- Returns:
- the legacyMode
-
setLegacyMode
public void setLegacyMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.- Parameters:
value
- the legacyMode
-
setLegacyMode
public void setLegacyMode(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.- Parameters:
value
- the legacyMode
-
setLegacyMode
public void setLegacyMode(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.- Parameters:
value
- the legacyMode
-
setLegacyMode
public void setLegacyMode(boolean value)
Generated method - Setter of theSolrSearchConfig.legacyMode
attribute.- Parameters:
value
- the legacyMode
-
getPageSize
public java.lang.Integer getPageSize(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.- Returns:
- the pageSize
-
getPageSize
public java.lang.Integer getPageSize()
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.- Returns:
- the pageSize
-
getPageSizeAsPrimitive
public int getPageSizeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.- Returns:
- the pageSize
-
getPageSizeAsPrimitive
public int getPageSizeAsPrimitive()
Generated method - Getter of theSolrSearchConfig.pageSize
attribute.- Returns:
- the pageSize
-
setPageSize
public void setPageSize(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.- Parameters:
value
- the pageSize
-
setPageSize
public void setPageSize(java.lang.Integer value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.- Parameters:
value
- the pageSize
-
setPageSize
public void setPageSize(SessionContext ctx, int value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.- Parameters:
value
- the pageSize
-
setPageSize
public void setPageSize(int value)
Generated method - Setter of theSolrSearchConfig.pageSize
attribute.- Parameters:
value
- the pageSize
-
isRestrictFieldsInResponse
public java.lang.Boolean isRestrictFieldsInResponse(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
isRestrictFieldsInResponse
public java.lang.Boolean isRestrictFieldsInResponse()
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
isRestrictFieldsInResponseAsPrimitive
public boolean isRestrictFieldsInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
isRestrictFieldsInResponseAsPrimitive
public boolean isRestrictFieldsInResponseAsPrimitive()
Generated method - Getter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(java.lang.Boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(boolean value)
Generated method - Setter of theSolrSearchConfig.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
-