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 QuoteNotificationTypeQuoteNotificationType. EXPIREDGenerated enum value for QuoteNotificationType.EXPIRED declared at extension commerceservices.static QuoteNotificationTypeQuoteNotificationType. EXPIRING_SOONGenerated 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 QuoteNotificationTypeQuoteNotificationType. 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.generatedNotificationsattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type QuoteNotificationType Modifier and Type Method Description voidQuoteModel. setGeneratedNotifications(java.util.Set<QuoteNotificationType> value)Generated method - Setter ofQuote.generatedNotificationsattribute 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 QuoteNotificationTypeMarkQuoteNotificationAsSentAction. getQuoteNotificationType()Methods in de.hybris.platform.yacceleratorcore.actions.quote with parameters of type QuoteNotificationType Modifier and Type Method Description voidMarkQuoteNotificationAsSentAction. setQuoteNotificationType(QuoteNotificationType quoteNotificationType)
-