Uses of Class
de.hybris.platform.commerceservices.enums.QuoteNotificationType
Packages that use QuoteNotificationType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
-
Uses of QuoteNotificationType in de.hybris.platform.commerceservices.enums
Fields in de.hybris.platform.commerceservices.enums declared as QuoteNotificationTypeModifier and TypeFieldDescriptionstatic final QuoteNotificationTypeQuoteNotificationType.EXPIREDGenerated enum value for QuoteNotificationType.EXPIRED declared at extension commerceservices.static final QuoteNotificationTypeQuoteNotificationType.EXPIRING_SOONGenerated enum value for QuoteNotificationType.EXPIRING_SOON declared at extension commerceservices.Methods in de.hybris.platform.commerceservices.enums that return QuoteNotificationTypeModifier and TypeMethodDescriptionstatic QuoteNotificationTypeReturns 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 QuoteNotificationTypeModifier and TypeMethodDescriptionCommerceQuoteDao.findQuotesExpired(Date currentDate, QuoteNotificationType quoteNotificationType, Set<QuoteState> quoteStates) Returns a list of active (last version) quotes filtered by given statuses which are expiredCommerceQuoteDao.findQuotesSoonToExpire(Date expiredAfter, Date expiredBy, QuoteNotificationType quoteNotificationType, 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 QuoteNotificationTypeModifier and TypeMethodDescriptionDefaultCommerceQuoteDao.findQuotesExpired(Date currentDate, QuoteNotificationType notificationType, Set<QuoteState> quoteStates) DefaultCommerceQuoteDao.findQuotesSoonToExpire(Date expiredAfter, Date expiredBy, QuoteNotificationType notificationType, 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 QuoteNotificationTypeModifier and TypeMethodDescriptionQuoteModel.getGeneratedNotifications()Generated method - Getter of theQuote.generatedNotificationsattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type QuoteNotificationTypeModifier and TypeMethodDescriptionvoidQuoteModel.setGeneratedNotifications(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 QuoteNotificationTypeModifier and TypeMethodDescriptionprotected QuoteNotificationTypeMarkQuoteNotificationAsSentAction.getQuoteNotificationType()Methods in de.hybris.platform.yacceleratorcore.actions.quote with parameters of type QuoteNotificationTypeModifier and TypeMethodDescriptionvoidMarkQuoteNotificationAsSentAction.setQuoteNotificationType(QuoteNotificationType quoteNotificationType)