Class GeneratedSolrSearchQueryTemplate
- 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.GeneratedSolrSearchQueryTemplate
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SolrSearchQueryTemplate
public abstract class GeneratedSolrSearchQueryTemplate extends GenericItem
Generated class for typeSolrSearchQueryTemplate
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
ENABLEHIGHLIGHTING
Qualifier of theSolrSearchQueryTemplate.enableHighlighting
attributestatic java.lang.String
FTSQUERYBUILDER
Qualifier of theSolrSearchQueryTemplate.ftsQueryBuilder
attributestatic java.lang.String
FTSQUERYBUILDERPARAMETERS
Qualifier of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attributestatic java.lang.String
GROUP
Qualifier of theSolrSearchQueryTemplate.group
attributestatic java.lang.String
GROUPFACETS
Qualifier of theSolrSearchQueryTemplate.groupFacets
attributestatic java.lang.String
GROUPLIMIT
Qualifier of theSolrSearchQueryTemplate.groupLimit
attributestatic java.lang.String
GROUPPROPERTY
Qualifier of theSolrSearchQueryTemplate.groupProperty
attributestatic java.lang.String
INDEXEDTYPE
Qualifier of theSolrSearchQueryTemplate.indexedType
attributeprotected static BidirectionalOneToManyHandler<GeneratedSolrSearchQueryTemplate>
INDEXEDTYPEHANDLER
BidirectionalOneToManyHandler
for handling 1:n INDEXEDTYPE's relation attributes from 'one' side.static java.lang.String
INDEXEDTYPEPOS
Qualifier of theSolrSearchQueryTemplate.indexedTypePOS
attributestatic java.lang.String
NAME
Qualifier of theSolrSearchQueryTemplate.name
attributestatic java.lang.String
PAGESIZE
Qualifier of theSolrSearchQueryTemplate.pageSize
attributestatic java.lang.String
RESTRICTFIELDSINRESPONSE
Qualifier of theSolrSearchQueryTemplate.restrictFieldsInResponse
attributestatic java.lang.String
SEARCHQUERYPROPERTIES
Qualifier of theSolrSearchQueryTemplate.searchQueryProperties
attributeprotected static OneToManyHandler<SolrSearchQueryProperty>
SEARCHQUERYPROPERTIESHANDLER
OneToManyHandler
for handling 1:n SEARCHQUERYPROPERTIES's relation attributes from 'many' side.static java.lang.String
SEARCHQUERYSORTS
Qualifier of theSolrSearchQueryTemplate.searchQuerySorts
attributeprotected static OneToManyHandler<SolrSearchQuerySort>
SEARCHQUERYSORTSHANDLER
OneToManyHandler
for handling 1:n SEARCHQUERYSORTS's relation attributes from 'many' side.static java.lang.String
SHOWFACETS
Qualifier of theSolrSearchQueryTemplate.showFacets
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 GeneratedSolrSearchQueryTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToSearchQueryProperties(SessionContext ctx, SolrSearchQueryProperty value)
Generated method - Addsvalue
to searchQueryProperties.void
addToSearchQueryProperties(SolrSearchQueryProperty value)
Generated method - Addsvalue
to searchQueryProperties.void
addToSearchQuerySorts(SessionContext ctx, SolrSearchQuerySort value)
Generated method - Addsvalue
to searchQuerySorts.void
addToSearchQuerySorts(SolrSearchQuerySort value)
Generated method - Addsvalue
to searchQuerySorts.protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.util.Map<java.lang.String,java.lang.String>
getAllFtsQueryBuilderParameters()
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllFtsQueryBuilderParameters(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getFtsQueryBuilder()
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.java.lang.String
getFtsQueryBuilder(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.java.lang.Integer
getGroupLimit()
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.java.lang.Integer
getGroupLimit(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.int
getGroupLimitAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.int
getGroupLimitAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.SolrIndexedProperty
getGroupProperty()
Generated method - Getter of theSolrSearchQueryTemplate.groupProperty
attribute.SolrIndexedProperty
getGroupProperty(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupProperty
attribute.SolrIndexedType
getIndexedType()
Generated method - Getter of theSolrSearchQueryTemplate.indexedType
attribute.SolrIndexedType
getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.indexedType
attribute.java.lang.String
getName()
Generated method - Getter of theSolrSearchQueryTemplate.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.name
attribute.java.lang.Integer
getPageSize()
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.java.lang.Integer
getPageSize(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.int
getPageSizeAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.int
getPageSizeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.java.util.Collection<SolrSearchQueryProperty>
getSearchQueryProperties()
Generated method - Getter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.java.util.Collection<SolrSearchQueryProperty>
getSearchQueryProperties(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.java.util.Collection<SolrSearchQuerySort>
getSearchQuerySorts()
Generated method - Getter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.java.util.Collection<SolrSearchQuerySort>
getSearchQuerySorts(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.java.lang.Boolean
isEnableHighlighting()
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.java.lang.Boolean
isEnableHighlighting(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.boolean
isEnableHighlightingAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.boolean
isEnableHighlightingAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.java.lang.Boolean
isGroup()
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.java.lang.Boolean
isGroup(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.boolean
isGroupAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.boolean
isGroupAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.java.lang.Boolean
isGroupFacets()
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.java.lang.Boolean
isGroupFacets(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.boolean
isGroupFacetsAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.boolean
isGroupFacetsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.java.lang.Boolean
isRestrictFieldsInResponse()
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.java.lang.Boolean
isRestrictFieldsInResponse(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.boolean
isRestrictFieldsInResponseAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.boolean
isRestrictFieldsInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.java.lang.Boolean
isShowFacets()
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.java.lang.Boolean
isShowFacets(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.boolean
isShowFacetsAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.boolean
isShowFacetsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.void
removeFromSearchQueryProperties(SessionContext ctx, SolrSearchQueryProperty value)
Generated method - Removesvalue
from searchQueryProperties.void
removeFromSearchQueryProperties(SolrSearchQueryProperty value)
Generated method - Removesvalue
from searchQueryProperties.void
removeFromSearchQuerySorts(SessionContext ctx, SolrSearchQuerySort value)
Generated method - Removesvalue
from searchQuerySorts.void
removeFromSearchQuerySorts(SolrSearchQuerySort value)
Generated method - Removesvalue
from searchQuerySorts.void
setAllFtsQueryBuilderParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.void
setAllFtsQueryBuilderParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.void
setEnableHighlighting(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.void
setEnableHighlighting(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.void
setEnableHighlighting(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.void
setEnableHighlighting(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.void
setFtsQueryBuilder(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.void
setFtsQueryBuilder(java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.void
setGroup(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.void
setGroup(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.void
setGroup(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.void
setGroup(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.void
setGroupFacets(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.void
setGroupFacets(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.void
setGroupFacets(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.void
setGroupFacets(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.void
setGroupLimit(int value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.void
setGroupLimit(SessionContext ctx, int value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.void
setGroupLimit(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.void
setGroupLimit(java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.void
setGroupProperty(SessionContext ctx, SolrIndexedProperty value)
Generated method - Setter of theSolrSearchQueryTemplate.groupProperty
attribute.void
setGroupProperty(SolrIndexedProperty value)
Generated method - Setter of theSolrSearchQueryTemplate.groupProperty
attribute.protected void
setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrSearchQueryTemplate.indexedType
attribute.protected void
setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrSearchQueryTemplate.indexedType
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.name
attribute.void
setPageSize(int value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.void
setPageSize(SessionContext ctx, int value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.void
setPageSize(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.void
setPageSize(java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.void
setRestrictFieldsInResponse(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.void
setRestrictFieldsInResponse(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.void
setRestrictFieldsInResponse(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.void
setRestrictFieldsInResponse(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.void
setSearchQueryProperties(SessionContext ctx, java.util.Collection<SolrSearchQueryProperty> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.void
setSearchQueryProperties(java.util.Collection<SolrSearchQueryProperty> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.void
setSearchQuerySorts(SessionContext ctx, java.util.Collection<SolrSearchQuerySort> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.void
setSearchQuerySorts(java.util.Collection<SolrSearchQuerySort> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.void
setShowFacets(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.void
setShowFacets(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.void
setShowFacets(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.void
setShowFacets(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
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
-
NAME
public static final java.lang.String NAME
Qualifier of theSolrSearchQueryTemplate.name
attribute- See Also:
- Constant Field Values
-
SHOWFACETS
public static final java.lang.String SHOWFACETS
Qualifier of theSolrSearchQueryTemplate.showFacets
attribute- See Also:
- Constant Field Values
-
RESTRICTFIELDSINRESPONSE
public static final java.lang.String RESTRICTFIELDSINRESPONSE
Qualifier of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute- See Also:
- Constant Field Values
-
ENABLEHIGHLIGHTING
public static final java.lang.String ENABLEHIGHLIGHTING
Qualifier of theSolrSearchQueryTemplate.enableHighlighting
attribute- See Also:
- Constant Field Values
-
GROUP
public static final java.lang.String GROUP
Qualifier of theSolrSearchQueryTemplate.group
attribute- See Also:
- Constant Field Values
-
GROUPPROPERTY
public static final java.lang.String GROUPPROPERTY
Qualifier of theSolrSearchQueryTemplate.groupProperty
attribute- See Also:
- Constant Field Values
-
GROUPLIMIT
public static final java.lang.String GROUPLIMIT
Qualifier of theSolrSearchQueryTemplate.groupLimit
attribute- See Also:
- Constant Field Values
-
GROUPFACETS
public static final java.lang.String GROUPFACETS
Qualifier of theSolrSearchQueryTemplate.groupFacets
attribute- See Also:
- Constant Field Values
-
PAGESIZE
public static final java.lang.String PAGESIZE
Qualifier of theSolrSearchQueryTemplate.pageSize
attribute- See Also:
- Constant Field Values
-
FTSQUERYBUILDER
public static final java.lang.String FTSQUERYBUILDER
Qualifier of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute- See Also:
- Constant Field Values
-
FTSQUERYBUILDERPARAMETERS
public static final java.lang.String FTSQUERYBUILDERPARAMETERS
Qualifier of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute- See Also:
- Constant Field Values
-
INDEXEDTYPEPOS
public static final java.lang.String INDEXEDTYPEPOS
Qualifier of theSolrSearchQueryTemplate.indexedTypePOS
attribute- See Also:
- Constant Field Values
-
INDEXEDTYPE
public static final java.lang.String INDEXEDTYPE
Qualifier of theSolrSearchQueryTemplate.indexedType
attribute- See Also:
- Constant Field Values
-
SEARCHQUERYPROPERTIES
public static final java.lang.String SEARCHQUERYPROPERTIES
Qualifier of theSolrSearchQueryTemplate.searchQueryProperties
attribute- See Also:
- Constant Field Values
-
SEARCHQUERYSORTS
public static final java.lang.String SEARCHQUERYSORTS
Qualifier of theSolrSearchQueryTemplate.searchQuerySorts
attribute- See Also:
- Constant Field Values
-
INDEXEDTYPEHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedSolrSearchQueryTemplate> INDEXEDTYPEHANDLER
BidirectionalOneToManyHandler
for handling 1:n INDEXEDTYPE's relation attributes from 'one' side.
-
SEARCHQUERYPROPERTIESHANDLER
protected static final OneToManyHandler<SolrSearchQueryProperty> SEARCHQUERYPROPERTIESHANDLER
OneToManyHandler
for handling 1:n SEARCHQUERYPROPERTIES's relation attributes from 'many' side.
-
SEARCHQUERYSORTSHANDLER
protected static final OneToManyHandler<SolrSearchQuerySort> SEARCHQUERYSORTSHANDLER
OneToManyHandler
for handling 1:n SEARCHQUERYSORTS'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:
getDefaultAttributeModes
in classItem
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
isEnableHighlighting
public java.lang.Boolean isEnableHighlighting(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
isEnableHighlighting
public java.lang.Boolean isEnableHighlighting()
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
isEnableHighlightingAsPrimitive
public boolean isEnableHighlightingAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
isEnableHighlightingAsPrimitive
public boolean isEnableHighlightingAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Returns:
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
setEnableHighlighting
public void setEnableHighlighting(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.enableHighlighting
attribute.- Parameters:
value
- the enableHighlighting
-
getFtsQueryBuilder
public java.lang.String getFtsQueryBuilder(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.- Returns:
- the ftsQueryBuilder
-
getFtsQueryBuilder
public java.lang.String getFtsQueryBuilder()
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.- Returns:
- the ftsQueryBuilder
-
setFtsQueryBuilder
public void setFtsQueryBuilder(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.- Parameters:
value
- the ftsQueryBuilder
-
setFtsQueryBuilder
public void setFtsQueryBuilder(java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilder
attribute.- Parameters:
value
- the ftsQueryBuilder
-
getAllFtsQueryBuilderParameters
public java.util.Map<java.lang.String,java.lang.String> getAllFtsQueryBuilderParameters(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.- Returns:
- the ftsQueryBuilderParameters
-
getAllFtsQueryBuilderParameters
public java.util.Map<java.lang.String,java.lang.String> getAllFtsQueryBuilderParameters()
Generated method - Getter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.- Returns:
- the ftsQueryBuilderParameters
-
setAllFtsQueryBuilderParameters
public void setAllFtsQueryBuilderParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.- Parameters:
value
- the ftsQueryBuilderParameters
-
setAllFtsQueryBuilderParameters
public void setAllFtsQueryBuilderParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrSearchQueryTemplate.ftsQueryBuilderParameters
attribute.- Parameters:
value
- the ftsQueryBuilderParameters
-
isGroup
public java.lang.Boolean isGroup(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.- Returns:
- the group
-
isGroup
public java.lang.Boolean isGroup()
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.- Returns:
- the group
-
isGroupAsPrimitive
public boolean isGroupAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.- Returns:
- the group
-
isGroupAsPrimitive
public boolean isGroupAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.group
attribute.- Returns:
- the group
-
setGroup
public void setGroup(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.- Parameters:
value
- the group
-
setGroup
public void setGroup(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.- Parameters:
value
- the group
-
setGroup
public void setGroup(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.- Parameters:
value
- the group
-
setGroup
public void setGroup(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.group
attribute.- Parameters:
value
- the group
-
isGroupFacets
public java.lang.Boolean isGroupFacets(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.- Returns:
- the groupFacets
-
isGroupFacets
public java.lang.Boolean isGroupFacets()
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.- Returns:
- the groupFacets
-
isGroupFacetsAsPrimitive
public boolean isGroupFacetsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.- Returns:
- the groupFacets
-
isGroupFacetsAsPrimitive
public boolean isGroupFacetsAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.groupFacets
attribute.- Returns:
- the groupFacets
-
setGroupFacets
public void setGroupFacets(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
setGroupFacets
public void setGroupFacets(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
setGroupFacets
public void setGroupFacets(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
setGroupFacets
public void setGroupFacets(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
getGroupLimit
public java.lang.Integer getGroupLimit(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.- Returns:
- the groupLimit
-
getGroupLimit
public java.lang.Integer getGroupLimit()
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.- Returns:
- the groupLimit
-
getGroupLimitAsPrimitive
public int getGroupLimitAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.- Returns:
- the groupLimit
-
getGroupLimitAsPrimitive
public int getGroupLimitAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.groupLimit
attribute.- Returns:
- the groupLimit
-
setGroupLimit
public void setGroupLimit(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
setGroupLimit
public void setGroupLimit(java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
setGroupLimit
public void setGroupLimit(SessionContext ctx, int value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
setGroupLimit
public void setGroupLimit(int value)
Generated method - Setter of theSolrSearchQueryTemplate.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
getGroupProperty
public SolrIndexedProperty getGroupProperty(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.groupProperty
attribute.- Returns:
- the groupProperty
-
getGroupProperty
public SolrIndexedProperty getGroupProperty()
Generated method - Getter of theSolrSearchQueryTemplate.groupProperty
attribute.- Returns:
- the groupProperty
-
setGroupProperty
public void setGroupProperty(SessionContext ctx, SolrIndexedProperty value)
Generated method - Setter of theSolrSearchQueryTemplate.groupProperty
attribute.- Parameters:
value
- the groupProperty
-
setGroupProperty
public void setGroupProperty(SolrIndexedProperty value)
Generated method - Setter of theSolrSearchQueryTemplate.groupProperty
attribute.- Parameters:
value
- the groupProperty
-
getIndexedType
public SolrIndexedType getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.indexedType
attribute.- Returns:
- the indexedType
-
getIndexedType
public SolrIndexedType getIndexedType()
Generated method - Getter of theSolrSearchQueryTemplate.indexedType
attribute.- Returns:
- the indexedType
-
setIndexedType
protected void setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrSearchQueryTemplate.indexedType
attribute.- Parameters:
value
- the indexedType
-
setIndexedType
protected void setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrSearchQueryTemplate.indexedType
attribute.- Parameters:
value
- the indexedType
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.name
attribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theSolrSearchQueryTemplate.name
attribute.- Returns:
- the name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.name
attribute.- Parameters:
value
- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theSolrSearchQueryTemplate.name
attribute.- Parameters:
value
- the name
-
getPageSize
public java.lang.Integer getPageSize(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.- Returns:
- the pageSize
-
getPageSize
public java.lang.Integer getPageSize()
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.- Returns:
- the pageSize
-
getPageSizeAsPrimitive
public int getPageSizeAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.- Returns:
- the pageSize
-
getPageSizeAsPrimitive
public int getPageSizeAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.pageSize
attribute.- Returns:
- the pageSize
-
setPageSize
public void setPageSize(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.- Parameters:
value
- the pageSize
-
setPageSize
public void setPageSize(java.lang.Integer value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.- Parameters:
value
- the pageSize
-
setPageSize
public void setPageSize(SessionContext ctx, int value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.- Parameters:
value
- the pageSize
-
setPageSize
public void setPageSize(int value)
Generated method - Setter of theSolrSearchQueryTemplate.pageSize
attribute.- Parameters:
value
- the pageSize
-
isRestrictFieldsInResponse
public java.lang.Boolean isRestrictFieldsInResponse(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
isRestrictFieldsInResponse
public java.lang.Boolean isRestrictFieldsInResponse()
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
isRestrictFieldsInResponseAsPrimitive
public boolean isRestrictFieldsInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
isRestrictFieldsInResponseAsPrimitive
public boolean isRestrictFieldsInResponseAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Returns:
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
setRestrictFieldsInResponse
public void setRestrictFieldsInResponse(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.restrictFieldsInResponse
attribute.- Parameters:
value
- the restrictFieldsInResponse
-
getSearchQueryProperties
public java.util.Collection<SolrSearchQueryProperty> getSearchQueryProperties(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.- Returns:
- the searchQueryProperties
-
getSearchQueryProperties
public java.util.Collection<SolrSearchQueryProperty> getSearchQueryProperties()
Generated method - Getter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.- Returns:
- the searchQueryProperties
-
setSearchQueryProperties
public void setSearchQueryProperties(SessionContext ctx, java.util.Collection<SolrSearchQueryProperty> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.- Parameters:
value
- the searchQueryProperties
-
setSearchQueryProperties
public void setSearchQueryProperties(java.util.Collection<SolrSearchQueryProperty> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQueryProperties
attribute.- Parameters:
value
- the searchQueryProperties
-
addToSearchQueryProperties
public void addToSearchQueryProperties(SessionContext ctx, SolrSearchQueryProperty value)
Generated method - Addsvalue
to searchQueryProperties.- Parameters:
value
- the item to add to searchQueryProperties
-
addToSearchQueryProperties
public void addToSearchQueryProperties(SolrSearchQueryProperty value)
Generated method - Addsvalue
to searchQueryProperties.- Parameters:
value
- the item to add to searchQueryProperties
-
removeFromSearchQueryProperties
public void removeFromSearchQueryProperties(SessionContext ctx, SolrSearchQueryProperty value)
Generated method - Removesvalue
from searchQueryProperties.- Parameters:
value
- the item to remove from searchQueryProperties
-
removeFromSearchQueryProperties
public void removeFromSearchQueryProperties(SolrSearchQueryProperty value)
Generated method - Removesvalue
from searchQueryProperties.- Parameters:
value
- the item to remove from searchQueryProperties
-
getSearchQuerySorts
public java.util.Collection<SolrSearchQuerySort> getSearchQuerySorts(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.- Returns:
- the searchQuerySorts
-
getSearchQuerySorts
public java.util.Collection<SolrSearchQuerySort> getSearchQuerySorts()
Generated method - Getter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.- Returns:
- the searchQuerySorts
-
setSearchQuerySorts
public void setSearchQuerySorts(SessionContext ctx, java.util.Collection<SolrSearchQuerySort> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.- Parameters:
value
- the searchQuerySorts
-
setSearchQuerySorts
public void setSearchQuerySorts(java.util.Collection<SolrSearchQuerySort> value)
Generated method - Setter of theSolrSearchQueryTemplate.searchQuerySorts
attribute.- Parameters:
value
- the searchQuerySorts
-
addToSearchQuerySorts
public void addToSearchQuerySorts(SessionContext ctx, SolrSearchQuerySort value)
Generated method - Addsvalue
to searchQuerySorts.- Parameters:
value
- the item to add to searchQuerySorts
-
addToSearchQuerySorts
public void addToSearchQuerySorts(SolrSearchQuerySort value)
Generated method - Addsvalue
to searchQuerySorts.- Parameters:
value
- the item to add to searchQuerySorts
-
removeFromSearchQuerySorts
public void removeFromSearchQuerySorts(SessionContext ctx, SolrSearchQuerySort value)
Generated method - Removesvalue
from searchQuerySorts.- Parameters:
value
- the item to remove from searchQuerySorts
-
removeFromSearchQuerySorts
public void removeFromSearchQuerySorts(SolrSearchQuerySort value)
Generated method - Removesvalue
from searchQuerySorts.- Parameters:
value
- the item to remove from searchQuerySorts
-
isShowFacets
public java.lang.Boolean isShowFacets(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.- Returns:
- the showFacets
-
isShowFacets
public java.lang.Boolean isShowFacets()
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.- Returns:
- the showFacets
-
isShowFacetsAsPrimitive
public boolean isShowFacetsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.- Returns:
- the showFacets
-
isShowFacetsAsPrimitive
public boolean isShowFacetsAsPrimitive()
Generated method - Getter of theSolrSearchQueryTemplate.showFacets
attribute.- Returns:
- the showFacets
-
setShowFacets
public void setShowFacets(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.- Parameters:
value
- the showFacets
-
setShowFacets
public void setShowFacets(java.lang.Boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.- Parameters:
value
- the showFacets
-
setShowFacets
public void setShowFacets(SessionContext ctx, boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.- Parameters:
value
- the showFacets
-
setShowFacets
public void setShowFacets(boolean value)
Generated method - Setter of theSolrSearchQueryTemplate.showFacets
attribute.- Parameters:
value
- the showFacets
-
-