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:
java.io.Serializable
public class SolrIndexOperationRecordModel extends ItemModel
Generated model class for type SolrIndexOperationRecord first defined at extension solrfacetsearch.Deprecated since 6.2, please use SolrIndexOperation 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_INDEXCORE2INDEXOPERATIONRECORDSGenerated relation code constant for relationIndexCore2IndexOperationRecordsdefining source attributesolrIndexCoreRecordin extensionsolrfacetsearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCLUSTERIDGenerated constant - Attribute key ofSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.static java.lang.StringFAILEDREASONGenerated constant - Attribute key ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.static java.lang.StringFINISHTIMEGenerated constant - Attribute key ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.static java.lang.StringMODEGenerated constant - Attribute key ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRINDEXCORERECORDGenerated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRINDEXCORERECORDPOSGenerated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordPOSattribute defined at extensionsolrfacetsearch.static java.lang.StringSTARTTIMEGenerated constant - Attribute key ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.static java.lang.StringSTATUSGenerated constant - Attribute key ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.static java.lang.StringTHREADIDGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SolrIndexOperationRecordModel()Generated constructor - Default constructor for generic creation.SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, java.lang.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, java.lang.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(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClusterId()Generated method - Getter of theSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.java.lang.StringgetFailedReason()Generated method - Getter of theSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.java.util.DategetFinishTime()Generated method - Getter of theSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.IndexerOperationValuesgetMode()Generated method - Getter of theSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.SolrIndexedCoresRecordModelgetSolrIndexCoreRecord()Generated method - Getter of theSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.java.util.DategetStartTime()Generated method - Getter of theSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.IndexerOperationStatusgetStatus()Generated method - Getter of theSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.java.lang.StringgetThreadId()Generated method - Getter of theSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.voidsetClusterId(int value)Generated method - Setter ofSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.voidsetFailedReason(java.lang.String value)Generated method - Setter ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.voidsetFinishTime(java.util.Date value)Generated method - Setter ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.voidsetMode(IndexerOperationValues value)Generated method - Setter ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.voidsetSolrIndexCoreRecord(SolrIndexedCoresRecordModel value)Generated method - Setter ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.voidsetStartTime(java.util.Date value)Generated method - Setter ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.voidsetStatus(IndexerOperationStatus value)Generated method - Setter ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.voidsetThreadId(java.lang.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, 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
-
_INDEXCORE2INDEXOPERATIONRECORDS
public static final java.lang.String _INDEXCORE2INDEXOPERATIONRECORDS
Generated relation code constant for relationIndexCore2IndexOperationRecordsdefining source attributesolrIndexCoreRecordin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
STARTTIME
public static final java.lang.String STARTTIME
Generated constant - Attribute key ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FINISHTIME
public static final java.lang.String FINISHTIME
Generated constant - Attribute key ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
MODE
public static final java.lang.String MODE
Generated constant - Attribute key ofSolrIndexOperationRecord.modeattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
THREADID
public static final java.lang.String THREADID
Generated constant - Attribute key ofSolrIndexOperationRecord.threadIdattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
CLUSTERID
public static final java.lang.String CLUSTERID
Generated constant - Attribute key ofSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FAILEDREASON
public static final java.lang.String FAILEDREASON
Generated constant - Attribute key ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRINDEXCORERECORDPOS
public static final java.lang.String SOLRINDEXCORERECORDPOS
Generated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordPOSattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRINDEXCORERECORD
public static final java.lang.String SOLRINDEXCORERECORD
Generated constant - Attribute key ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrIndexOperationRecordModel
public SolrIndexOperationRecordModel()
Generated constructor - Default constructor for generic creation.
-
SolrIndexOperationRecordModel
public SolrIndexOperationRecordModel(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, java.lang.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, java.lang.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 Detail
-
getClusterId
@Accessor(qualifier="clusterId", type=GETTER) public int getClusterId()
Generated method - Getter of theSolrIndexOperationRecord.clusterIdattribute defined at extensionsolrfacetsearch.- Returns:
- the clusterId
-
getFailedReason
@Accessor(qualifier="failedReason", type=GETTER) public java.lang.String getFailedReason()
Generated method - Getter of theSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.- Returns:
- the failedReason
-
getFinishTime
@Accessor(qualifier="finishTime", type=GETTER) public java.util.Date getFinishTime()
Generated method - Getter of theSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the finishTime
-
getMode
@Accessor(qualifier="mode", type=GETTER) public IndexerOperationValues 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
@Accessor(qualifier="startTime", type=GETTER) public java.util.Date getStartTime()
Generated method - Getter of theSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the startTime
-
getStatus
@Accessor(qualifier="status", type=GETTER) public IndexerOperationStatus getStatus()
Generated method - Getter of theSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.- Returns:
- the status
-
getThreadId
@Accessor(qualifier="threadId", type=GETTER) public java.lang.String 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
@Accessor(qualifier="failedReason", type=SETTER) public void setFailedReason(java.lang.String value)
Generated method - Setter ofSolrIndexOperationRecord.failedReasonattribute defined at extensionsolrfacetsearch.- Parameters:
value- the failedReason
-
setFinishTime
@Accessor(qualifier="finishTime", type=SETTER) public void setFinishTime(java.util.Date value)
Generated method - Setter ofSolrIndexOperationRecord.finishTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the finishTime
-
setMode
@Accessor(qualifier="mode", type=SETTER) public void setMode(IndexerOperationValues value)
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
@Accessor(qualifier="startTime", type=SETTER) public void setStartTime(java.util.Date value)
Generated method - Setter ofSolrIndexOperationRecord.startTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the startTime
-
setStatus
@Accessor(qualifier="status", type=SETTER) public void setStatus(IndexerOperationStatus value)
Generated method - Setter ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.- Parameters:
value- the status
-
-