Class FlexibleSearchRetentionRuleModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processing.model.AbstractRetentionRuleModel
de.hybris.platform.processing.model.FlexibleSearchRetentionRuleModel
- All Implemented Interfaces:
Serializable
Generated model class for type FlexibleSearchRetentionRule first defined at extension processing.
- 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
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofFlexibleSearchRetentionRule.queryParametersattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofFlexibleSearchRetentionRule.retentionTimeSecondsattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofFlexibleSearchRetentionRule.searchQueryattribute defined at extensionprocessing.Fields inherited from class de.hybris.platform.processing.model.AbstractRetentionRuleModel
ACTIONREFERENCE, CODEFields 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.FlexibleSearchRetentionRuleModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextFlexibleSearchRetentionRuleModel(String _actionReference, String _code, ItemModel _owner, String _searchQuery) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersFlexibleSearchRetentionRuleModel(String _actionReference, String _code, String _searchQuery) 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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theFlexibleSearchRetentionRule.queryParametersattribute defined at extensionprocessing.Generated method - Getter of theFlexibleSearchRetentionRule.retentionTimeSecondsattribute defined at extensionprocessing.Generated method - Getter of theFlexibleSearchRetentionRule.searchQueryattribute defined at extensionprocessing.voidsetQueryParameters(Map<String, String> value) Generated method - Setter ofFlexibleSearchRetentionRule.queryParametersattribute defined at extensionprocessing.voidsetRetentionTimeSeconds(Long value) Generated method - Setter ofFlexibleSearchRetentionRule.retentionTimeSecondsattribute defined at extensionprocessing.voidsetSearchQuery(String value) Generated method - Setter ofFlexibleSearchRetentionRule.searchQueryattribute defined at extensionprocessing.Methods inherited from class de.hybris.platform.processing.model.AbstractRetentionRuleModel
getActionReference, getCode, setActionReference, setCodeMethods 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:
-
SEARCHQUERY
Generated constant - Attribute key ofFlexibleSearchRetentionRule.searchQueryattribute defined at extensionprocessing.- See Also:
-
QUERYPARAMETERS
Generated constant - Attribute key ofFlexibleSearchRetentionRule.queryParametersattribute defined at extensionprocessing.- See Also:
-
RETENTIONTIMESECONDS
Generated constant - Attribute key ofFlexibleSearchRetentionRule.retentionTimeSecondsattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
FlexibleSearchRetentionRuleModel
public FlexibleSearchRetentionRuleModel()Generated constructor - Default constructor for generic creation. -
FlexibleSearchRetentionRuleModel
public FlexibleSearchRetentionRuleModel(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
-
FlexibleSearchRetentionRuleModel
@Deprecated(since="4.1.1", forRemoval=true) public FlexibleSearchRetentionRuleModel(String _actionReference, String _code, String _searchQuery) 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 - Constructor with all mandatory attributes.- Parameters:
_actionReference- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_code- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_searchQuery- initial attribute declared by typeFlexibleSearchRetentionRuleat extensionprocessing
-
FlexibleSearchRetentionRuleModel
@Deprecated(since="4.1.1", forRemoval=true) public FlexibleSearchRetentionRuleModel(String _actionReference, String _code, ItemModel _owner, String _searchQuery) 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:
_actionReference- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_code- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_searchQuery- initial attribute declared by typeFlexibleSearchRetentionRuleat extensionprocessing
-
-
Method Details
-
getQueryParameters
Generated method - Getter of theFlexibleSearchRetentionRule.queryParametersattribute defined at extensionprocessing.- Returns:
- the queryParameters
-
getRetentionTimeSeconds
Generated method - Getter of theFlexibleSearchRetentionRule.retentionTimeSecondsattribute defined at extensionprocessing.- Returns:
- the retentionTimeSeconds
-
getSearchQuery
Generated method - Getter of theFlexibleSearchRetentionRule.searchQueryattribute defined at extensionprocessing.- Returns:
- the searchQuery
-
setQueryParameters
@Accessor(qualifier="queryParameters", type=SETTER) public void setQueryParameters(Map<String, String> value) Generated method - Setter ofFlexibleSearchRetentionRule.queryParametersattribute defined at extensionprocessing.- Parameters:
value- the queryParameters
-
setRetentionTimeSeconds
@Accessor(qualifier="retentionTimeSeconds", type=SETTER) public void setRetentionTimeSeconds(Long value) Generated method - Setter ofFlexibleSearchRetentionRule.retentionTimeSecondsattribute defined at extensionprocessing.- Parameters:
value- the retentionTimeSeconds
-
setSearchQuery
Generated method - Setter ofFlexibleSearchRetentionRule.searchQueryattribute defined at extensionprocessing.- Parameters:
value- the searchQuery
-