Class SolrIndexedCoresRecordModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.solrfacetsearch.model.indexer.SolrIndexedCoresRecordModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SolrIndexedCoresRecordModel extends ItemModel
Generated model class for type SolrIndexedCoresRecord first defined at extension solrfacetsearch.Deprecated since 6.2, please use SolrIndex instead.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCORENAMEGenerated constant - Attribute key ofSolrIndexedCoresRecord.coreNameattribute defined at extensionsolrfacetsearch.static java.lang.StringCURRENTINDEXDATASUBDIRECTORYGenerated constant - Attribute key ofSolrIndexedCoresRecord.currentIndexDataSubDirectoryattribute defined at extensionsolrfacetsearch.static java.lang.StringINDEXNAMEGenerated constant - Attribute key ofSolrIndexedCoresRecord.indexNameattribute defined at extensionsolrfacetsearch.static java.lang.StringINDEXOPERATIONSGenerated constant - Attribute key ofSolrIndexedCoresRecord.indexOperationsattribute defined at extensionsolrfacetsearch.static java.lang.StringINDEXTIMEGenerated constant - Attribute key ofSolrIndexedCoresRecord.indexTimeattribute defined at extensionsolrfacetsearch.static java.lang.StringSERVERMODEGenerated constant - Attribute key ofSolrIndexedCoresRecord.serverModeattribute defined at extensionsolrfacetsearch.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SolrIndexedCoresRecordModel()Generated constructor - Default constructor for generic creation.SolrIndexedCoresRecordModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSolrIndexedCoresRecordModel(java.lang.String _coreName, java.lang.String _indexName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexedCoresRecordModel(java.lang.String _coreName, java.lang.String _indexName, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCoreName()Generated method - Getter of theSolrIndexedCoresRecord.coreNameattribute defined at extensionsolrfacetsearch.java.lang.StringgetCurrentIndexDataSubDirectory()Generated method - Getter of theSolrIndexedCoresRecord.currentIndexDataSubDirectoryattribute defined at extensionsolrfacetsearch.java.lang.StringgetIndexName()Generated method - Getter of theSolrIndexedCoresRecord.indexNameattribute defined at extensionsolrfacetsearch.java.util.Collection<SolrIndexOperationRecordModel>getIndexOperations()Generated method - Getter of theSolrIndexedCoresRecord.indexOperationsattribute defined at extensionsolrfacetsearch.java.util.DategetIndexTime()Deprecated.SolrServerModesgetServerMode()Generated method - Getter of theSolrIndexedCoresRecord.serverModeattribute defined at extensionsolrfacetsearch.voidsetCoreName(java.lang.String value)Generated method - Initial setter ofSolrIndexedCoresRecord.coreNameattribute defined at extensionsolrfacetsearch.voidsetCurrentIndexDataSubDirectory(java.lang.String value)Generated method - Setter ofSolrIndexedCoresRecord.currentIndexDataSubDirectoryattribute defined at extensionsolrfacetsearch.voidsetIndexName(java.lang.String value)Generated method - Initial setter ofSolrIndexedCoresRecord.indexNameattribute defined at extensionsolrfacetsearch.voidsetIndexOperations(java.util.Collection<SolrIndexOperationRecordModel> value)Generated method - Setter ofSolrIndexedCoresRecord.indexOperationsattribute defined at extensionsolrfacetsearch.voidsetIndexTime(java.util.Date value)Deprecated.voidsetServerMode(SolrServerModes value)Generated method - Setter ofSolrIndexedCoresRecord.serverModeattribute defined at extensionsolrfacetsearch.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
CORENAME
public static final java.lang.String CORENAME
Generated constant - Attribute key ofSolrIndexedCoresRecord.coreNameattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
INDEXNAME
public static final java.lang.String INDEXNAME
Generated constant - Attribute key ofSolrIndexedCoresRecord.indexNameattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
INDEXTIME
public static final java.lang.String INDEXTIME
Generated constant - Attribute key ofSolrIndexedCoresRecord.indexTimeattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
CURRENTINDEXDATASUBDIRECTORY
public static final java.lang.String CURRENTINDEXDATASUBDIRECTORY
Generated constant - Attribute key ofSolrIndexedCoresRecord.currentIndexDataSubDirectoryattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SERVERMODE
public static final java.lang.String SERVERMODE
Generated constant - Attribute key ofSolrIndexedCoresRecord.serverModeattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
INDEXOPERATIONS
public static final java.lang.String INDEXOPERATIONS
Generated constant - Attribute key ofSolrIndexedCoresRecord.indexOperationsattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrIndexedCoresRecordModel
public SolrIndexedCoresRecordModel()
Generated constructor - Default constructor for generic creation.
-
SolrIndexedCoresRecordModel
public SolrIndexedCoresRecordModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrIndexedCoresRecordModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexedCoresRecordModel(java.lang.String _coreName, java.lang.String _indexName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_coreName- initial attribute declared by typeSolrIndexedCoresRecordat extensionsolrfacetsearch_indexName- initial attribute declared by typeSolrIndexedCoresRecordat extensionsolrfacetsearch
-
SolrIndexedCoresRecordModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexedCoresRecordModel(java.lang.String _coreName, java.lang.String _indexName, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_coreName- initial attribute declared by typeSolrIndexedCoresRecordat extensionsolrfacetsearch_indexName- initial attribute declared by typeSolrIndexedCoresRecordat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getCoreName
@Accessor(qualifier="coreName", type=GETTER) public java.lang.String getCoreName()
Generated method - Getter of theSolrIndexedCoresRecord.coreNameattribute defined at extensionsolrfacetsearch.- Returns:
- the coreName
-
getCurrentIndexDataSubDirectory
@Accessor(qualifier="currentIndexDataSubDirectory", type=GETTER) public java.lang.String getCurrentIndexDataSubDirectory()
Generated method - Getter of theSolrIndexedCoresRecord.currentIndexDataSubDirectoryattribute defined at extensionsolrfacetsearch.- Returns:
- the currentIndexDataSubDirectory
-
getIndexName
@Accessor(qualifier="indexName", type=GETTER) public java.lang.String getIndexName()
Generated method - Getter of theSolrIndexedCoresRecord.indexNameattribute defined at extensionsolrfacetsearch.- Returns:
- the indexName
-
getIndexOperations
@Accessor(qualifier="indexOperations", type=GETTER) public java.util.Collection<SolrIndexOperationRecordModel> getIndexOperations()
Generated method - Getter of theSolrIndexedCoresRecord.indexOperationsattribute defined at extensionsolrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the indexOperations
-
getIndexTime
@Deprecated @Accessor(qualifier="indexTime", type=GETTER) public java.util.Date getIndexTime()
Deprecated.Generated method - Getter of theSolrIndexedCoresRecord.indexTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the indexTime
-
getServerMode
@Accessor(qualifier="serverMode", type=GETTER) public SolrServerModes getServerMode()
Generated method - Getter of theSolrIndexedCoresRecord.serverModeattribute defined at extensionsolrfacetsearch.- Returns:
- the serverMode
-
setCoreName
@Accessor(qualifier="coreName", type=SETTER) public void setCoreName(java.lang.String value)
Generated method - Initial setter ofSolrIndexedCoresRecord.coreNameattribute defined at extensionsolrfacetsearch. Can only be used at creation of model - before first save.- Parameters:
value- the coreName
-
setCurrentIndexDataSubDirectory
@Accessor(qualifier="currentIndexDataSubDirectory", type=SETTER) public void setCurrentIndexDataSubDirectory(java.lang.String value)
Generated method - Setter ofSolrIndexedCoresRecord.currentIndexDataSubDirectoryattribute defined at extensionsolrfacetsearch.- Parameters:
value- the currentIndexDataSubDirectory
-
setIndexName
@Accessor(qualifier="indexName", type=SETTER) public void setIndexName(java.lang.String value)
Generated method - Initial setter ofSolrIndexedCoresRecord.indexNameattribute defined at extensionsolrfacetsearch. Can only be used at creation of model - before first save.- Parameters:
value- the indexName
-
setIndexOperations
@Accessor(qualifier="indexOperations", type=SETTER) public void setIndexOperations(java.util.Collection<SolrIndexOperationRecordModel> value)
Generated method - Setter ofSolrIndexedCoresRecord.indexOperationsattribute defined at extensionsolrfacetsearch.- Parameters:
value- the indexOperations
-
setIndexTime
@Deprecated @Accessor(qualifier="indexTime", type=SETTER) public void setIndexTime(java.util.Date value)
Deprecated.Generated method - Setter ofSolrIndexedCoresRecord.indexTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the indexTime
-
setServerMode
@Accessor(qualifier="serverMode", type=SETTER) public void setServerMode(SolrServerModes value)
Generated method - Setter ofSolrIndexedCoresRecord.serverModeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the serverMode
-
-