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
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
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSnIncrementalIndexerCronJob2IndexerItemSourceOperationdefining source attributecronJobin extensionsearchservices.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSnIndexerItemSourceOperation.cronJobattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexerItemSourceOperation.cronJobPOSattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexerItemSourceOperation.documentOperationTypeattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices.static final StringGenerated constant - Attribute key ofSnIndexerItemSourceOperation.indexerItemSourceattribute defined at extensionsearchservices.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.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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSnIndexerItemSourceOperation.cronJobattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexerItemSourceOperation.documentOperationTypeattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices.Generated method - Getter of theSnIndexerItemSourceOperation.indexerItemSourceattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexerItemSourceOperation.cronJobattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexerItemSourceOperation.documentOperationTypeattribute defined at extensionsearchservices.voidsetFields(List<SnFieldModel> value) Generated method - Setter ofSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices.voidGenerated method - Setter ofSnIndexerItemSourceOperation.indexerItemSourceattribute defined at extensionsearchservices.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:
-
_SNINCREMENTALINDEXERCRONJOB2INDEXERITEMSOURCEOPERATION
Generated relation code constant for relationSnIncrementalIndexerCronJob2IndexerItemSourceOperationdefining source attributecronJobin extensionsearchservices.- See Also:
-
DOCUMENTOPERATIONTYPE
Generated constant - Attribute key ofSnIndexerItemSourceOperation.documentOperationTypeattribute defined at extensionsearchservices.- See Also:
-
INDEXERITEMSOURCE
Generated constant - Attribute key ofSnIndexerItemSourceOperation.indexerItemSourceattribute defined at extensionsearchservices.- See Also:
-
CRONJOBPOS
Generated constant - Attribute key ofSnIndexerItemSourceOperation.cronJobPOSattribute defined at extensionsearchservices.- See Also:
-
CRONJOB
Generated constant - Attribute key ofSnIndexerItemSourceOperation.cronJobattribute defined at extensionsearchservices.- See Also:
-
FIELDS
Generated constant - Attribute key ofSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices.- See Also:
-
-
Constructor Details
-
SnIndexerItemSourceOperationModel
public SnIndexerItemSourceOperationModel()Generated constructor - Default constructor for generic creation. -
SnIndexerItemSourceOperationModel
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCronJob
Generated method - Getter of theSnIndexerItemSourceOperation.cronJobattribute defined at extensionsearchservices.- Returns:
- the cronJob
-
getDocumentOperationType
@Accessor(qualifier="documentOperationType", type=GETTER) public SnDocumentOperationType getDocumentOperationType()Generated method - Getter of theSnIndexerItemSourceOperation.documentOperationTypeattribute defined at extensionsearchservices.- Returns:
- the documentOperationType
-
getFields
Generated method - Getter of theSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices. 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 theSnIndexerItemSourceOperation.indexerItemSourceattribute defined at extensionsearchservices.- Returns:
- the indexerItemSource
-
setCronJob
@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(IncrementalSnIndexerCronJobModel value) Generated method - Setter ofSnIndexerItemSourceOperation.cronJobattribute defined at extensionsearchservices.- Parameters:
value- the cronJob
-
setDocumentOperationType
@Accessor(qualifier="documentOperationType", type=SETTER) public void setDocumentOperationType(SnDocumentOperationType value) Generated method - Setter ofSnIndexerItemSourceOperation.documentOperationTypeattribute defined at extensionsearchservices.- Parameters:
value- the documentOperationType
-
setFields
Generated method - Setter ofSnIndexerItemSourceOperation.fieldsattribute defined at extensionsearchservices.- Parameters:
value- the fields
-
setIndexerItemSource
@Accessor(qualifier="indexerItemSource", type=SETTER) public void setIndexerItemSource(AbstractSnIndexerItemSourceModel value) Generated method - Setter ofSnIndexerItemSourceOperation.indexerItemSourceattribute defined at extensionsearchservices.- Parameters:
value- the indexerItemSource
-