Class SolrIndexOperationRecordModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.SolrIndexOperationRecordModel
- All Implemented Interfaces:
Serializable
Generated model class for type SolrIndexOperationRecord first defined at extension solrfacetsearch.
Deprecated since 6.2, please use SolrIndexOperation instead.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationIndexCore2IndexOperationRecordsdefining source attributesolrIndexCoreRecordin extensionsolrfacetsearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordPOSattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionintGenerated method - Getter of theSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.getMode()Generated method - Getter of theSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.voidsetClusterId(int value) Generated method - Setter ofSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.voidsetFailedReason(String value) Generated method - Setter ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.voidsetFinishTime(Date value) Generated method - Setter ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.voidsetMode(IndexerOperationValues value) Generated method - Setter ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.voidsetStartTime(Date value) Generated method - Setter ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.voidsetStatus(IndexerOperationStatus value) Generated method - Setter ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.voidsetThreadId(String value) Generated method - Setter ofSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_INDEXCORE2INDEXOPERATIONRECORDS
Generated relation code constant for relationIndexCore2IndexOperationRecordsdefining source attributesolrIndexCoreRecordin extensionsolrfacetsearch.- See Also:
-
STARTTIME
Generated constant - Attribute key ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.- See Also:
-
FINISHTIME
Generated constant - Attribute key ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.- See Also:
-
MODE
Generated constant - Attribute key ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.- See Also:
-
STATUS
Generated constant - Attribute key ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.- See Also:
-
THREADID
Generated constant - Attribute key ofSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.- See Also:
-
CLUSTERID
Generated constant - Attribute key ofSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.- See Also:
-
FAILEDREASON
Generated constant - Attribute key ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRINDEXCORERECORDPOS
Generated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordPOSattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRINDEXCORERECORD
Generated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.- See Also:
-
-
Constructor Details
-
SolrIndexOperationRecordModel
public SolrIndexOperationRecordModel()Generated constructor - Default constructor for generic creation. -
SolrIndexOperationRecordModel
public SolrIndexOperationRecordModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrIndexOperationRecordModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId) 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:
_clusterId- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_mode- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_solrIndexCoreRecord- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_status- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_threadId- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch
-
SolrIndexOperationRecordModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId) 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:
_clusterId- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_mode- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore_solrIndexCoreRecord- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_status- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch_threadId- initial attribute declared by typeSolrIndexOperationRecordat extensionsolrfacetsearch
-
-
Method Details
-
getClusterId
@Accessor(qualifier="clusterId", type=GETTER) public int getClusterId()Generated method - Getter of theSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.- Returns:
- the clusterId
-
getFailedReason
Generated method - Getter of theSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.- Returns:
- the failedReason
-
getFinishTime
Generated method - Getter of theSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the finishTime
-
getMode
Generated method - Getter of theSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.- Returns:
- the mode
-
getSolrIndexCoreRecord
@Accessor(qualifier="solrIndexCoreRecord", type=GETTER) public SolrIndexedCoresRecordModel getSolrIndexCoreRecord()Generated method - Getter of theSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.- Returns:
- the solrIndexCoreRecord
-
getStartTime
Generated method - Getter of theSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the startTime
-
getStatus
Generated method - Getter of theSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.- Returns:
- the status
-
getThreadId
Generated method - Getter of theSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.- Returns:
- the threadId
-
setClusterId
@Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(int value) Generated method - Setter ofSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.- Parameters:
value- the clusterId
-
setFailedReason
Generated method - Setter ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.- Parameters:
value- the failedReason
-
setFinishTime
Generated method - Setter ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the finishTime
-
setMode
Generated method - Setter ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the mode
-
setSolrIndexCoreRecord
@Accessor(qualifier="solrIndexCoreRecord", type=SETTER) public void setSolrIndexCoreRecord(SolrIndexedCoresRecordModel value) Generated method - Setter ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.- Parameters:
value- the solrIndexCoreRecord
-
setStartTime
Generated method - Setter ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the startTime
-
setStatus
Generated method - Setter ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.- Parameters:
value- the status
-
setThreadId
Generated method - Setter ofSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.- Parameters:
value- the threadId
-