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:
  • 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(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

      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