Uses of Class
de.hybris.platform.core.enums.QuoteState
-
-
Uses of QuoteState in de.hybris.platform.acceleratorfacades.quote
Methods in de.hybris.platform.acceleratorfacades.quote with parameters of type QuoteState Modifier and Type Method Description protected voidQuotesProcessIntegrationTest. checkForTargetQuoteState(java.lang.String quoteCode, QuoteState targetQuoteState) -
Uses of QuoteState in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type QuoteState Modifier and Type Method Description protected java.util.Set<QuoteState>DefaultPagedB2BOrgUnitDaoIntegrationTest. getSellerQuoteStates() -
Uses of QuoteState in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl with parameters of type QuoteState Modifier and Type Method Description protected QuoteModelDefaultQuoteFacadeIntegrationTest. createSampleQuote(java.lang.String quoteCode, QuoteState state)protected QuoteModelDefaultQuoteFacadeIntegrationTest. createSampleQuote(java.lang.String quoteCode, QuoteState state, java.lang.Integer version)protected QuoteModelDefaultQuoteFacadeSellerPerspectiveIntegrationTest. createSampleQuote(java.lang.String quoteCode, QuoteState state)protected QuoteModelDefaultQuoteFacadeSellerPerspectiveIntegrationTest. createSampleQuote(java.lang.String quoteCode, QuoteState state, java.lang.Integer version) -
Uses of QuoteState in de.hybris.platform.commercefacades.quote.data
Methods in de.hybris.platform.commercefacades.quote.data that return QuoteState Modifier and Type Method Description QuoteStateQuoteData. getState()Methods in de.hybris.platform.commercefacades.quote.data with parameters of type QuoteState Modifier and Type Method Description voidQuoteData. setState(QuoteState state) -
Uses of QuoteState in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type QuoteState Modifier and Type Method Description QuoteModelCommerceQuoteService. createQuoteSnapshotWithState(QuoteModel quoteModel, QuoteState quoteState)Create a new quote snapshot for a given quote state and persist the model. -
Uses of QuoteState in de.hybris.platform.commerceservices.order.dao
Method parameters in de.hybris.platform.commerceservices.order.dao with type arguments of type QuoteState Modifier and Type Method Description SearchPageData<QuoteModel>CommerceQuoteDao. findQuotesByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData, java.util.Set<QuoteState> quoteStates)Returns a paged list of maximum version (i.e.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 dateQuoteModelCommerceQuoteDao. findUniqueQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, java.lang.String quoteCode, java.util.Set<QuoteState> quoteStates)Returns a unique quote of maximum version (i.e.java.lang.IntegerCommerceQuoteDao. getQuotesCountForCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, java.util.Set<QuoteState> quoteStates)Returns the total number of quotes for the specified user and store. -
Uses of QuoteState in de.hybris.platform.commerceservices.order.dao.impl
Method parameters in de.hybris.platform.commerceservices.order.dao.impl with type arguments of type QuoteState Modifier and Type Method Description SearchPageData<QuoteModel>DefaultCommerceQuoteDao. findQuotesByCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData, java.util.Set<QuoteState> quoteStates)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)QuoteModelDefaultCommerceQuoteDao. findUniqueQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, java.lang.String quoteCode, java.util.Set<QuoteState> quoteStates)java.lang.IntegerDefaultCommerceQuoteDao. getQuotesCountForCustomerAndStore(CustomerModel customerModel, BaseStoreModel store, java.util.Set<QuoteState> quoteStates)protected java.util.Map<java.lang.String,java.lang.Object>DefaultCommerceQuoteDao. populateBasicQueryParams(BaseStoreModel store, CustomerModel customerModel, java.util.Set<QuoteState> quoteStates)protected voidDefaultCommerceQuoteDao. validateQuoteStateList(java.util.Set<QuoteState> quoteStates, java.lang.String msg)protected voidDefaultCommerceQuoteDao. validateUserAndStoreAndStates(BaseStoreModel store, CustomerModel customerModel, java.util.Set<QuoteState> quoteStates) -
Uses of QuoteState in de.hybris.platform.commerceservices.order.exceptions
Methods in de.hybris.platform.commerceservices.order.exceptions that return QuoteState Modifier and Type Method Description QuoteStateIllegalQuoteStateException. getQuoteState()Constructors in de.hybris.platform.commerceservices.order.exceptions with parameters of type QuoteState Constructor Description IllegalQuoteStateException(QuoteAction quoteAction, java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion)IllegalQuoteStateException(QuoteAction quoteAction, java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion, java.lang.String message)IllegalQuoteStateException(QuoteAction quoteAction, java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion, java.lang.String message, boolean hasLocalizedMessage)IllegalQuoteStateException(QuoteAction quoteAction, java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion, java.lang.String message, java.lang.Throwable cause)IllegalQuoteStateException(QuoteAction quoteAction, java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion, java.lang.Throwable cause)IllegalQuoteSubmitException(java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion)IllegalQuoteSubmitException(java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion, java.lang.String message)IllegalQuoteSubmitException(java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion, java.lang.String message, java.lang.Throwable cause)IllegalQuoteSubmitException(java.lang.String quoteCode, QuoteState quoteState, java.lang.Integer quoteVersion, java.lang.Throwable cause) -
Uses of QuoteState in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type QuoteState Modifier and Type Method Description protected java.util.Map<QuoteState,QuoteState>DefaultCommerceQuoteService. getQuoteSnapshotStateTransitionMap()protected java.util.Map<QuoteState,QuoteState>DefaultCommerceQuoteService. getQuoteSnapshotStateTransitionMap()Methods in de.hybris.platform.commerceservices.order.impl with parameters of type QuoteState Modifier and Type Method Description QuoteModelDefaultCommerceQuoteService. createQuoteSnapshotWithState(QuoteModel quoteModel, QuoteState quoteState)Method parameters in de.hybris.platform.commerceservices.order.impl with type arguments of type QuoteState Modifier and Type Method Description voidDefaultCommerceQuoteService. setQuoteSnapshotStateTransitionMap(java.util.Map<QuoteState,QuoteState> quoteSnapshotStateTransitionMap)voidDefaultCommerceQuoteService. setQuoteSnapshotStateTransitionMap(java.util.Map<QuoteState,QuoteState> quoteSnapshotStateTransitionMap) -
Uses of QuoteState in de.hybris.platform.commerceservices.order.strategies
Methods in de.hybris.platform.commerceservices.order.strategies that return types with arguments of type QuoteState Modifier and Type Method Description java.util.Set<QuoteState>QuoteStateSelectionStrategy. getAllowedStatesForAction(QuoteAction action, UserModel userModel)Provides the list of quote states based on provided action.java.util.Optional<QuoteState>QuoteStateSelectionStrategy. getTransitionStateForAction(QuoteAction action, UserModel userModel)Provides a quote state that the quote should be in for the corresponding action.Methods in de.hybris.platform.commerceservices.order.strategies with parameters of type QuoteState Modifier and Type Method Description java.util.Set<QuoteAction>QuoteStateSelectionStrategy. getAllowedActionsForState(QuoteState state, UserModel userModel)Provides the list of actions based on the given state. -
Uses of QuoteState in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl that return types with arguments of type QuoteState Modifier and Type Method Description java.util.Set<QuoteState>DefaultQuoteStateSelectionStrategy. getAllowedStatesForAction(QuoteAction action, UserModel userModel)protected java.util.Map<QuoteState,java.util.Set<QuoteAction>>DefaultQuoteStateSelectionStrategy. getInvertedMap(java.util.Map<QuoteAction,java.util.Set<QuoteState>> actionStateMap)protected java.util.Map<QuoteUserType,java.util.Map<QuoteState,java.util.Set<QuoteAction>>>DefaultQuoteStateSelectionStrategy. getInvertedNestedMap(java.util.Map<QuoteUserType,java.util.Map<QuoteAction,java.util.Set<QuoteState>>> userTypeActionStateMap)java.util.Optional<QuoteState>DefaultQuoteStateSelectionStrategy. getTransitionStateForAction(QuoteAction action, UserModel userModel)protected java.util.Map<QuoteUserType,java.util.Map<QuoteAction,java.util.Set<QuoteState>>>DefaultQuoteStateSelectionStrategy. getUserTypeActionStateMap()protected java.util.Map<QuoteUserType,java.util.Map<QuoteAction,QuoteState>>DefaultQuoteStateSelectionStrategy. getUserTypeActionStateTransitionMap()protected java.util.Map<QuoteUserType,java.util.Map<QuoteState,java.util.Set<QuoteAction>>>DefaultQuoteStateSelectionStrategy. getUserTypeStateActionMap()Methods in de.hybris.platform.commerceservices.order.strategies.impl with parameters of type QuoteState Modifier and Type Method Description java.util.Set<QuoteAction>DefaultQuoteStateSelectionStrategy. getAllowedActionsForState(QuoteState state, UserModel userModel)Method parameters in de.hybris.platform.commerceservices.order.strategies.impl with type arguments of type QuoteState Modifier and Type Method Description protected java.util.Map<QuoteState,java.util.Set<QuoteAction>>DefaultQuoteStateSelectionStrategy. getInvertedMap(java.util.Map<QuoteAction,java.util.Set<QuoteState>> actionStateMap)protected java.util.Map<QuoteUserType,java.util.Map<QuoteState,java.util.Set<QuoteAction>>>DefaultQuoteStateSelectionStrategy. getInvertedNestedMap(java.util.Map<QuoteUserType,java.util.Map<QuoteAction,java.util.Set<QuoteState>>> userTypeActionStateMap)voidDefaultQuoteStateSelectionStrategy. setUserTypeActionStateMap(java.util.Map<QuoteUserType,java.util.Map<QuoteAction,java.util.Set<QuoteState>>> quoteUserTypeActionStateMap)voidDefaultQuoteStateSelectionStrategy. setUserTypeActionStateTransitionMap(java.util.Map<QuoteUserType,java.util.Map<QuoteAction,QuoteState>> userTypeActionStateTransitionMap) -
Uses of QuoteState in de.hybris.platform.commerceservices.organization.daos
Method parameters in de.hybris.platform.commerceservices.organization.daos with type arguments of type QuoteState Modifier and Type Method Description SearchPageData<QuoteModel>OrgUnitDao. findQuotesForEmployee(EmployeeModel employee, java.util.Set<QuoteState> states, PageableData pageableData)Returns allQuoteModelinstances associated with at least one of the given employee's units. -
Uses of QuoteState in de.hybris.platform.commerceservices.organization.daos.impl
Method parameters in de.hybris.platform.commerceservices.organization.daos.impl with type arguments of type QuoteState Modifier and Type Method Description SearchPageData<QuoteModel>DefaultOrgUnitDao. findQuotesForEmployee(EmployeeModel employee, java.util.Set<QuoteState> states, PageableData pageableData) -
Uses of QuoteState in de.hybris.platform.core.enums
Fields in de.hybris.platform.core.enums declared as QuoteState Modifier and Type Field Description static QuoteStateQuoteState. BUYER_ACCEPTEDGenerated enum value for QuoteState.BUYER_ACCEPTED declared at extension commerceservices.static QuoteStateQuoteState. BUYER_APPROVEDGenerated enum value for QuoteState.BUYER_APPROVED declared at extension commerceservices.static QuoteStateQuoteState. BUYER_DRAFTGenerated enum value for QuoteState.BUYER_DRAFT declared at extension commerceservices.static QuoteStateQuoteState. BUYER_OFFERGenerated enum value for QuoteState.BUYER_OFFER declared at extension commerceservices.static QuoteStateQuoteState. BUYER_ORDEREDGenerated enum value for QuoteState.BUYER_ORDERED declared at extension commerceservices.static QuoteStateQuoteState. BUYER_REJECTEDGenerated enum value for QuoteState.BUYER_REJECTED declared at extension commerceservices.static QuoteStateQuoteState. BUYER_SUBMITTEDGenerated enum value for QuoteState.BUYER_SUBMITTED declared at extension commerceservices.static QuoteStateQuoteState. CANCELLEDGenerated enum value for QuoteState.CANCELLED declared at extension core.static QuoteStateQuoteState. CREATEDGenerated enum value for QuoteState.CREATED declared at extension core.static QuoteStateQuoteState. DRAFTGenerated enum value for QuoteState.DRAFT declared at extension core.static QuoteStateQuoteState. EXPIREDGenerated enum value for QuoteState.EXPIRED declared at extension core.static QuoteStateQuoteState. OFFERGenerated enum value for QuoteState.OFFER declared at extension core.static QuoteStateQuoteState. ORDEREDGenerated enum value for QuoteState.ORDERED declared at extension core.static QuoteStateQuoteState. SELLER_DRAFTGenerated enum value for QuoteState.SELLER_DRAFT declared at extension commerceservices.static QuoteStateQuoteState. SELLER_REQUESTGenerated enum value for QuoteState.SELLER_REQUEST declared at extension commerceservices.static QuoteStateQuoteState. SELLER_SUBMITTEDGenerated enum value for QuoteState.SELLER_SUBMITTED declared at extension commerceservices.static QuoteStateQuoteState. SELLERAPPROVER_APPROVEDGenerated enum value for QuoteState.SELLERAPPROVER_APPROVED declared at extension commerceservices.static QuoteStateQuoteState. SELLERAPPROVER_DRAFTGenerated enum value for QuoteState.SELLERAPPROVER_DRAFT declared at extension commerceservices.static QuoteStateQuoteState. SELLERAPPROVER_PENDINGGenerated enum value for QuoteState.SELLERAPPROVER_PENDING declared at extension commerceservices.static QuoteStateQuoteState. SELLERAPPROVER_REJECTEDGenerated enum value for QuoteState.SELLERAPPROVER_REJECTED declared at extension commerceservices.static QuoteStateQuoteState. SUBMITTEDGenerated enum value for QuoteState.SUBMITTED declared at extension core.Methods in de.hybris.platform.core.enums that return QuoteState Modifier and Type Method Description static QuoteStateQuoteState. valueOf(java.lang.String code)Returns a QuoteState instance representing the specified enum value. -
Uses of QuoteState in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return QuoteState Modifier and Type Method Description QuoteStateQuoteModel. getState()Generated method - Getter of theQuote.stateattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type QuoteState Modifier and Type Method Description voidQuoteModel. setState(QuoteState value)Generated method - Setter ofQuote.stateattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order with parameters of type QuoteState Constructor Description QuoteModel(CurrencyModel _currency, java.util.Date _date, QuoteState _state, UserModel _user, java.lang.Integer _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteModel(CurrencyModel _currency, java.util.Date _date, ItemModel _owner, QuoteState _state, UserModel _user, java.lang.Integer _version)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 -
Uses of QuoteState in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type QuoteState Modifier and Type Method Description QuoteModelQuoteService. createQuoteSnapshot(QuoteModel quote, QuoteState quoteState)Creates a new quote snapshot by cloning the givenQuoteModel. -
Uses of QuoteState in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type QuoteState Modifier and Type Method Description QuoteModelDefaultQuoteService. createQuoteSnapshot(QuoteModel quote, QuoteState quoteState) -
Uses of QuoteState in de.hybris.platform.order.interceptors
Methods in de.hybris.platform.order.interceptors that return QuoteState Modifier and Type Method Description protected QuoteStateDefaultQuotePrepareInterceptor. getInitialState()Methods in de.hybris.platform.order.interceptors with parameters of type QuoteState Modifier and Type Method Description voidDefaultQuotePrepareInterceptor. setInitialState(QuoteState initialState) -
Uses of QuoteState in de.hybris.platform.order.strategies
Methods in de.hybris.platform.order.strategies with parameters of type QuoteState Modifier and Type Method Description QuoteModelCreateQuoteSnapshotStrategy. createQuoteSnapshot(QuoteModel quote, QuoteState quoteState)Creates a new quote snapshot. -
Uses of QuoteState in de.hybris.platform.order.strategies.impl
Methods in de.hybris.platform.order.strategies.impl with parameters of type QuoteState Modifier and Type Method Description QuoteModelDefaultCreateQuoteSnapshotStrategy. createQuoteSnapshot(QuoteModel quote, QuoteState quoteState) -
Uses of QuoteState in de.hybris.platform.sap.c4c.quote.inbound
Methods in de.hybris.platform.sap.c4c.quote.inbound that return QuoteState Modifier and Type Method Description QuoteStateInboundQuoteStateHelper. getQuoteStateforCode(java.lang.String code) -
Uses of QuoteState in de.hybris.platform.yacceleratorcore.job
Fields in de.hybris.platform.yacceleratorcore.job with type parameters of type QuoteState Modifier and Type Field Description protected java.util.Set<QuoteState>QuoteExpiredJobPerformableTest. supportedQuoteStatusesprotected java.util.Set<QuoteState>QuoteToExpireSoonJobPerformableTest. supportedQuoteStatusesMethods in de.hybris.platform.yacceleratorcore.job that return types with arguments of type QuoteState Modifier and Type Method Description protected java.util.Set<QuoteState>QuoteExpiredJobPerformable. getSupportedQuoteStatuses()protected java.util.Set<QuoteState>QuoteToExpireSoonJobPerformable. getSupportedQuoteStatuses()Method parameters in de.hybris.platform.yacceleratorcore.job with type arguments of type QuoteState Modifier and Type Method Description voidQuoteExpiredJobPerformable. setSupportedQuoteStatuses(java.util.Set<QuoteState> supportedQuoteStatuses)voidQuoteToExpireSoonJobPerformable. setSupportedQuoteStatuses(java.util.Set<QuoteState> supportedQuoteStatuses)
-