Uses of Class
de.hybris.platform.processing.model.AbstractRetentionRuleModel
Packages that use AbstractRetentionRuleModel
Package
Description
Contains generated models for each type of de.hybris.platform.processing.jalo package.
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo package.
-
Uses of AbstractRetentionRuleModel in de.hybris.platform.processing.model
Subclasses of AbstractRetentionRuleModel in de.hybris.platform.processing.modelModifier and TypeClassDescriptionclassGenerated model class for type AfterRetentionCleanupRule first defined at extension processing.classGenerated model class for type FlexibleSearchRetentionRule first defined at extension processing. -
Uses of AbstractRetentionRuleModel in de.hybris.platform.servicelayer.internal.model
Methods in de.hybris.platform.servicelayer.internal.model that return AbstractRetentionRuleModelModifier and TypeMethodDescriptionRetentionJobModel.getRetentionRule()Generated method - Getter of theRetentionJob.retentionRuleattribute defined at extensionprocessing.Methods in de.hybris.platform.servicelayer.internal.model with parameters of type AbstractRetentionRuleModelModifier and TypeMethodDescriptionvoidRetentionJobModel.setRetentionRule(AbstractRetentionRuleModel value) Generated method - Setter ofRetentionJob.retentionRuleattribute defined at extensionprocessing.Constructors in de.hybris.platform.servicelayer.internal.model with parameters of type AbstractRetentionRuleModelModifierConstructorDescriptionRetentionJobModel(Integer _batchSize, String _code, AbstractRetentionRuleModel _retentionRule, String _springId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRetentionJobModel(Integer _batchSize, String _code, Integer _nodeID, ItemModel _owner, AbstractRetentionRuleModel _retentionRule, String _springId) 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