Class 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

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _INDEXCORE2INDEXOPERATIONRECORDS
      Generated relation code constant for relation IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CLUSTERID
      Generated constant - Attribute key of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
      static java.lang.String FAILEDREASON
      Generated constant - Attribute key of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
      static java.lang.String FINISHTIME
      Generated constant - Attribute key of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
      static java.lang.String MODE
      Generated constant - Attribute key of SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
      static java.lang.String SOLRINDEXCORERECORD
      Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
      static java.lang.String SOLRINDEXCORERECORDPOS
      Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch.
      static java.lang.String STARTTIME
      Generated constant - Attribute key of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
      static java.lang.String STATUS
      Generated constant - Attribute key of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
      static java.lang.String THREADID
      Generated constant - Attribute key of SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getClusterId()
      Generated method - Getter of the SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
      java.lang.String getFailedReason()
      Generated method - Getter of the SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
      java.util.Date getFinishTime()
      Generated method - Getter of the SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
      IndexerOperationValues getMode()
      Generated method - Getter of the SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
      SolrIndexedCoresRecordModel getSolrIndexCoreRecord()
      Generated method - Getter of the SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
      java.util.Date getStartTime()
      Generated method - Getter of the SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
      IndexerOperationStatus getStatus()
      Generated method - Getter of the SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
      java.lang.String getThreadId()
      Generated method - Getter of the SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
      void setClusterId​(int value)
      Generated method - Setter of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
      void setFailedReason​(java.lang.String value)
      Generated method - Setter of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
      void setFinishTime​(java.util.Date value)
      Generated method - Setter of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
      void setMode​(IndexerOperationValues value)
      Generated method - Setter of SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
      void setSolrIndexCoreRecord​(SolrIndexedCoresRecordModel value)
      Generated method - Setter of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
      void setStartTime​(java.util.Date value)
      Generated method - Setter of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
      void setStatus​(IndexerOperationStatus value)
      Generated method - Setter of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
      void setThreadId​(java.lang.String value)
      Generated method - Setter of SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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 relation IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch.
        See Also:
        Constant Field Values
      • STARTTIME

        public static final java.lang.String STARTTIME
        Generated constant - Attribute key of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FINISHTIME

        public static final java.lang.String FINISHTIME
        Generated constant - Attribute key of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • MODE

        public static final java.lang.String MODE
        Generated constant - Attribute key of SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Generated constant - Attribute key of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • THREADID

        public static final java.lang.String THREADID
        Generated constant - Attribute key of SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • CLUSTERID

        public static final java.lang.String CLUSTERID
        Generated constant - Attribute key of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FAILEDREASON

        public static final java.lang.String FAILEDREASON
        Generated constant - Attribute key of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRINDEXCORERECORDPOS

        public static final java.lang.String SOLRINDEXCORERECORDPOS
        Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRINDEXCORERECORD

        public static final java.lang.String SOLRINDEXCORERECORD
        Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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,
                                             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 parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      • 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 parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _owner - initial attribute declared by type Item at extension core
        _solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
        _threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
    • Method Detail

      • getClusterId

        @Accessor(qualifier="clusterId",
                  type=GETTER)
        public int getClusterId()
        Generated method - Getter of the SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
        Returns:
        the clusterId
      • getFailedReason

        @Accessor(qualifier="failedReason",
                  type=GETTER)
        public java.lang.String getFailedReason()
        Generated method - Getter of the SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
        Returns:
        the failedReason
      • getFinishTime

        @Accessor(qualifier="finishTime",
                  type=GETTER)
        public java.util.Date getFinishTime()
        Generated method - Getter of the SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
        Returns:
        the finishTime
      • getMode

        @Accessor(qualifier="mode",
                  type=GETTER)
        public IndexerOperationValues getMode()
        Generated method - Getter of the SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
        Returns:
        the mode
      • getSolrIndexCoreRecord

        @Accessor(qualifier="solrIndexCoreRecord",
                  type=GETTER)
        public SolrIndexedCoresRecordModel getSolrIndexCoreRecord()
        Generated method - Getter of the SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
        Returns:
        the solrIndexCoreRecord
      • getStartTime

        @Accessor(qualifier="startTime",
                  type=GETTER)
        public java.util.Date getStartTime()
        Generated method - Getter of the SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
        Returns:
        the startTime
      • getStatus

        @Accessor(qualifier="status",
                  type=GETTER)
        public IndexerOperationStatus getStatus()
        Generated method - Getter of the SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
        Returns:
        the status
      • getThreadId

        @Accessor(qualifier="threadId",
                  type=GETTER)
        public java.lang.String getThreadId()
        Generated method - Getter of the SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
        Returns:
        the threadId
      • setClusterId

        @Accessor(qualifier="clusterId",
                  type=SETTER)
        public void setClusterId​(int value)
        Generated method - Setter of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
        Parameters:
        value - the clusterId
      • setFailedReason

        @Accessor(qualifier="failedReason",
                  type=SETTER)
        public void setFailedReason​(java.lang.String value)
        Generated method - Setter of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
        Parameters:
        value - the failedReason
      • setFinishTime

        @Accessor(qualifier="finishTime",
                  type=SETTER)
        public void setFinishTime​(java.util.Date value)
        Generated method - Setter of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
        Parameters:
        value - the finishTime
      • setMode

        @Accessor(qualifier="mode",
                  type=SETTER)
        public void setMode​(IndexerOperationValues value)
        Generated method - Setter of SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
        Parameters:
        value - the mode
      • setSolrIndexCoreRecord

        @Accessor(qualifier="solrIndexCoreRecord",
                  type=SETTER)
        public void setSolrIndexCoreRecord​(SolrIndexedCoresRecordModel value)
        Generated method - Setter of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
        Parameters:
        value - the solrIndexCoreRecord
      • setStartTime

        @Accessor(qualifier="startTime",
                  type=SETTER)
        public void setStartTime​(java.util.Date value)
        Generated method - Setter of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
        Parameters:
        value - the startTime
      • setStatus

        @Accessor(qualifier="status",
                  type=SETTER)
        public void setStatus​(IndexerOperationStatus value)
        Generated method - Setter of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
        Parameters:
        value - the status
      • setThreadId

        @Accessor(qualifier="threadId",
                  type=SETTER)
        public void setThreadId​(java.lang.String value)
        Generated method - Setter of SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
        Parameters:
        value - the threadId