Uses of Class
de.hybris.platform.commerceservices.enums.QuoteNotificationType
-
Packages that use QuoteNotificationType Package Description de.hybris.platform.commerceservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.commerceservices.order.dao de.hybris.platform.commerceservices.order.dao.impl de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.yacceleratorcore.actions.quote -
-
Uses of QuoteNotificationType in de.hybris.platform.commerceservices.enums
Fields in de.hybris.platform.commerceservices.enums declared as QuoteNotificationType Modifier and Type Field Description static QuoteNotificationType
QuoteNotificationType. EXPIRED
Generated enum value for QuoteNotificationType.EXPIRED declared at extension commerceservices.static QuoteNotificationType
QuoteNotificationType. EXPIRING_SOON
Generated enum value for QuoteNotificationType.EXPIRING_SOON declared at extension commerceservices.Methods in de.hybris.platform.commerceservices.enums that return QuoteNotificationType Modifier and Type Method Description static QuoteNotificationType
QuoteNotificationType. valueOf(java.lang.String code)
Returns a QuoteNotificationType instance representing the specified enum value. -
Uses of QuoteNotificationType in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao with parameters of type QuoteNotificationType Modifier and Type Method Description SearchResult<QuoteModel>
CommerceQuoteDao. findQuotesExpired(java.util.Date currentDate, QuoteNotificationType quoteNotificationType, java.util.Set<QuoteState> quoteStates)
Returns a list of active (last version) quotes filtered by given statuses which are expiredSearchResult<QuoteModel>
CommerceQuoteDao. findQuotesSoonToExpire(java.util.Date expiredAfter, java.util.Date expiredBy, QuoteNotificationType quoteNotificationType, java.util.Set<QuoteState> quoteStates)
Returns a list of active (last version) quotes filtered by given statuses which will expire by the specified date -
Uses of QuoteNotificationType in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl with parameters of type QuoteNotificationType Modifier and Type Method Description SearchResult<QuoteModel>
DefaultCommerceQuoteDao. findQuotesExpired(java.util.Date currentDate, QuoteNotificationType notificationType, java.util.Set<QuoteState> quoteStates)
SearchResult<QuoteModel>
DefaultCommerceQuoteDao. findQuotesSoonToExpire(java.util.Date expiredAfter, java.util.Date expiredBy, QuoteNotificationType notificationType, java.util.Set<QuoteState> quoteStates)
-
Uses of QuoteNotificationType in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type QuoteNotificationType Modifier and Type Method Description java.util.Set<QuoteNotificationType>
QuoteModel. getGeneratedNotifications()
Generated method - Getter of theQuote.generatedNotifications
attribute defined at extensioncommerceservices
.Method parameters in de.hybris.platform.core.model.order with type arguments of type QuoteNotificationType Modifier and Type Method Description void
QuoteModel. setGeneratedNotifications(java.util.Set<QuoteNotificationType> value)
Generated method - Setter ofQuote.generatedNotifications
attribute defined at extensioncommerceservices
. -
Uses of QuoteNotificationType in de.hybris.platform.yacceleratorcore.actions.quote
Methods in de.hybris.platform.yacceleratorcore.actions.quote that return QuoteNotificationType Modifier and Type Method Description protected QuoteNotificationType
MarkQuoteNotificationAsSentAction. getQuoteNotificationType()
Methods in de.hybris.platform.yacceleratorcore.actions.quote with parameters of type QuoteNotificationType Modifier and Type Method Description void
MarkQuoteNotificationAsSentAction. setQuoteNotificationType(QuoteNotificationType quoteNotificationType)
-