Class SnIndexerItemSourceOperationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.searchservices.model.SnIndexerItemSourceOperationModel
All Implemented Interfaces:
Serializable

public class SnIndexerItemSourceOperationModel extends ItemModel
Generated model class for type SnIndexerItemSourceOperation first defined at extension searchservices.
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation SnIncrementalIndexerCronJob2IndexerItemSourceOperation defining source attribute cronJob in extension searchservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SnIndexerItemSourceOperation.cronJob attribute defined at extension searchservices.
    static final String
    Generated constant - Attribute key of SnIndexerItemSourceOperation.cronJobPOS attribute defined at extension searchservices.
    static final String
    Generated constant - Attribute key of SnIndexerItemSourceOperation.documentOperationType attribute defined at extension searchservices.
    static final String
    Generated constant - Attribute key of SnIndexerItemSourceOperation.fields attribute defined at extension searchservices.
    static final String
    Generated constant - Attribute key of SnIndexerItemSourceOperation.indexerItemSource attribute defined at extension searchservices.

    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
    Generated constructor - Default constructor for generic creation.
    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
    SnIndexerItemSourceOperationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SnIndexerItemSourceOperation.cronJob attribute defined at extension searchservices.
    Generated method - Getter of the SnIndexerItemSourceOperation.documentOperationType attribute defined at extension searchservices.
    Generated method - Getter of the SnIndexerItemSourceOperation.fields attribute defined at extension searchservices.
    Generated method - Getter of the SnIndexerItemSourceOperation.indexerItemSource attribute defined at extension searchservices.
    void
    Generated method - Setter of SnIndexerItemSourceOperation.cronJob attribute defined at extension searchservices.
    void
    Generated method - Setter of SnIndexerItemSourceOperation.documentOperationType attribute defined at extension searchservices.
    void
    Generated method - Setter of SnIndexerItemSourceOperation.fields attribute defined at extension searchservices.
    void
    Generated method - Setter of SnIndexerItemSourceOperation.indexerItemSource attribute defined at extension searchservices.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SNINCREMENTALINDEXERCRONJOB2INDEXERITEMSOURCEOPERATION

      public static final String _SNINCREMENTALINDEXERCRONJOB2INDEXERITEMSOURCEOPERATION
      Generated relation code constant for relation SnIncrementalIndexerCronJob2IndexerItemSourceOperation defining source attribute cronJob in extension searchservices.
      See Also:
    • DOCUMENTOPERATIONTYPE

      public static final String DOCUMENTOPERATIONTYPE
      Generated constant - Attribute key of SnIndexerItemSourceOperation.documentOperationType attribute defined at extension searchservices.
      See Also:
    • INDEXERITEMSOURCE

      public static final String INDEXERITEMSOURCE
      Generated constant - Attribute key of SnIndexerItemSourceOperation.indexerItemSource attribute defined at extension searchservices.
      See Also:
    • CRONJOBPOS

      public static final String CRONJOBPOS
      Generated constant - Attribute key of SnIndexerItemSourceOperation.cronJobPOS attribute defined at extension searchservices.
      See Also:
    • CRONJOB

      public static final String CRONJOB
      Generated constant - Attribute key of SnIndexerItemSourceOperation.cronJob attribute defined at extension searchservices.
      See Also:
    • FIELDS

      public static final String FIELDS
      Generated constant - Attribute key of SnIndexerItemSourceOperation.fields attribute defined at extension searchservices.
      See Also:
  • Constructor Details

    • SnIndexerItemSourceOperationModel

      public SnIndexerItemSourceOperationModel()
      Generated constructor - Default constructor for generic creation.
    • SnIndexerItemSourceOperationModel

      public SnIndexerItemSourceOperationModel(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
    • SnIndexerItemSourceOperationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SnIndexerItemSourceOperationModel(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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCronJob

      @Accessor(qualifier="cronJob", type=GETTER) public IncrementalSnIndexerCronJobModel getCronJob()
      Generated method - Getter of the SnIndexerItemSourceOperation.cronJob attribute defined at extension searchservices.
      Returns:
      the cronJob
    • getDocumentOperationType

      @Accessor(qualifier="documentOperationType", type=GETTER) public SnDocumentOperationType getDocumentOperationType()
      Generated method - Getter of the SnIndexerItemSourceOperation.documentOperationType attribute defined at extension searchservices.
      Returns:
      the documentOperationType
    • getFields

      @Accessor(qualifier="fields", type=GETTER) public List<SnFieldModel> getFields()
      Generated method - Getter of the SnIndexerItemSourceOperation.fields attribute defined at extension searchservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the fields
    • getIndexerItemSource

      @Accessor(qualifier="indexerItemSource", type=GETTER) public AbstractSnIndexerItemSourceModel getIndexerItemSource()
      Generated method - Getter of the SnIndexerItemSourceOperation.indexerItemSource attribute defined at extension searchservices.
      Returns:
      the indexerItemSource
    • setCronJob

      @Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(IncrementalSnIndexerCronJobModel value)
      Generated method - Setter of SnIndexerItemSourceOperation.cronJob attribute defined at extension searchservices.
      Parameters:
      value - the cronJob
    • setDocumentOperationType

      @Accessor(qualifier="documentOperationType", type=SETTER) public void setDocumentOperationType(SnDocumentOperationType value)
      Generated method - Setter of SnIndexerItemSourceOperation.documentOperationType attribute defined at extension searchservices.
      Parameters:
      value - the documentOperationType
    • setFields

      @Accessor(qualifier="fields", type=SETTER) public void setFields(List<SnFieldModel> value)
      Generated method - Setter of SnIndexerItemSourceOperation.fields attribute defined at extension searchservices.
      Parameters:
      value - the fields
    • setIndexerItemSource

      @Accessor(qualifier="indexerItemSource", type=SETTER) public void setIndexerItemSource(AbstractSnIndexerItemSourceModel value)
      Generated method - Setter of SnIndexerItemSourceOperation.indexerItemSource attribute defined at extension searchservices.
      Parameters:
      value - the indexerItemSource