Uses of Enum Class
de.hybris.platform.basecommerce.enums.ConsignmentStatus
Packages that use ConsignmentStatus
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.ordersplitting.jalo package.
-
Uses of ConsignmentStatus in de.hybris.platform.acceleratorservices.attribute
Methods in de.hybris.platform.acceleratorservices.attribute that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected Map<ConsignmentStatus,String> ConsignmentStatusDisplayDynamicAttributeHandler.getStatusDisplayMap()Method parameters in de.hybris.platform.acceleratorservices.attribute with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidConsignmentStatusDisplayDynamicAttributeHandler.setStatusDisplayMap(Map<ConsignmentStatus, String> statusDisplayMap) -
Uses of ConsignmentStatus in de.hybris.platform.acceleratorservices.cronjob
Methods in de.hybris.platform.acceleratorservices.cronjob that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected Converter<String,ConsignmentStatus> UncollectedOrdersJob.getStatusConverter() -
Uses of ConsignmentStatus in de.hybris.platform.acceleratorservices.order.dao
Method parameters in de.hybris.platform.acceleratorservices.order.dao with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionAcceleratorConsignmentDao.findConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) Find consignments for given statuses -
Uses of ConsignmentStatus in de.hybris.platform.acceleratorservices.order.dao.impl
Method parameters in de.hybris.platform.acceleratorservices.order.dao.impl with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionDefaultAcceleratorConsignmentDao.findConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) -
Uses of ConsignmentStatus in de.hybris.platform.acceleratorservices.ordersplitting.impl
Methods in de.hybris.platform.acceleratorservices.ordersplitting.impl that return ConsignmentStatusModifier and TypeMethodDescriptionprotected ConsignmentStatusDefaultPickupConsignmentService.getInitialConsignmentStatus()Methods in de.hybris.platform.acceleratorservices.ordersplitting.impl with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultPickupConsignmentService.setInitialConsignmentStatus(ConsignmentStatus initialConsignmentStatus) -
Uses of ConsignmentStatus in de.hybris.platform.basecommerce.enums
Methods in de.hybris.platform.basecommerce.enums that return ConsignmentStatusModifier and TypeMethodDescriptionstatic ConsignmentStatusReturns the enum constant of this class with the specified name.static ConsignmentStatus[]ConsignmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConsignmentStatus in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return ConsignmentStatusMethods in de.hybris.platform.commercefacades.order.data with parameters of type ConsignmentStatus -
Uses of ConsignmentStatus in de.hybris.platform.commercewebservices.core.mapping.converters
Methods in de.hybris.platform.commercewebservices.core.mapping.converters that return ConsignmentStatusModifier and TypeMethodDescriptionConsignmentStatusConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<ConsignmentStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.commercewebservices.core.mapping.converters with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionConsignmentStatusConverter.convertTo(ConsignmentStatus source, ma.glasnost.orika.metadata.Type<String> destinationTyp, ma.glasnost.orika.MappingContext mappingContexte) Method parameters in de.hybris.platform.commercewebservices.core.mapping.converters with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionConsignmentStatusConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<ConsignmentStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of ConsignmentStatus in de.hybris.platform.consignmenttrackingservices.processor
Methods in de.hybris.platform.consignmenttrackingservices.processor that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected Map<ConsignmentStatus,String> ConsignmentStatusDisplayDynamicAttributeProcessor.getConsignmentStatusDisplayMap()Method parameters in de.hybris.platform.consignmenttrackingservices.processor with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidConsignmentStatusDisplayDynamicAttributeProcessor.setConsignmentStatusDisplayMap(Map<ConsignmentStatus, String> consignmentStatusDisplayMap) -
Uses of ConsignmentStatus in de.hybris.platform.consignmenttrackingservices.service
Methods in de.hybris.platform.consignmenttrackingservices.service with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionvoidConsignmentTrackingService.updateConsignmentStatusForCode(String orderCode, String consignmentCode, ConsignmentStatus status) update consignment status and set arrival date if complete -
Uses of ConsignmentStatus in de.hybris.platform.consignmenttrackingservices.service.impl
Methods in de.hybris.platform.consignmenttrackingservices.service.impl with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultConsignmentTrackingService.updateConsignmentStatusForCode(String orderCode, String consignmentCode, ConsignmentStatus status) -
Uses of ConsignmentStatus in de.hybris.platform.omsbackoffice.actions.order
Methods in de.hybris.platform.omsbackoffice.actions.order that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>PutOnHoldAction.getNotCancellableConsignmentStatus() -
Uses of ConsignmentStatus in de.hybris.platform.omsbackoffice.actions.order.cancel
Methods in de.hybris.platform.omsbackoffice.actions.order.cancel that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>CancelOrderAction.getNotCancellableConsignmentStatus() -
Uses of ConsignmentStatus in de.hybris.platform.omsbackoffice.renderers
Methods in de.hybris.platform.omsbackoffice.renderers with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionprotected booleanReleaseButtonCellRenderer.canPerformOperation(ConsignmentModel consignmentModel, ConsignmentStatus consignmentStatus) Checks if theConsignmentModelhas the givenConsignmentStatus -
Uses of ConsignmentStatus in de.hybris.platform.ordercancel.impl.denialstrategies
Fields in de.hybris.platform.ordercancel.impl.denialstrategies declared as ConsignmentStatusModifier and TypeFieldDescriptionprotected static final ConsignmentStatusConsignmentPaymentCapturedDenialStrategyTest.CANCELLABLE_CONSIGNMENT_STATUSprotected static final ConsignmentStatusConsignmentPaymentCapturedDenialStrategyTest.NOT_CANCELLABLE_CONSIGNMENT_STATUSMethods in de.hybris.platform.ordercancel.impl.denialstrategies that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected Collection<ConsignmentStatus>ConsignmentPaymentCapturedDenialStrategy.getNotCancellableConsignmentStatuses()Method parameters in de.hybris.platform.ordercancel.impl.denialstrategies with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidConsignmentPaymentCapturedDenialStrategy.setNotCancellableConsignmentStatuses(Collection<ConsignmentStatus> notCancellableConsignmentStatuses) -
Uses of ConsignmentStatus in de.hybris.platform.orderprocessing.events
Methods in de.hybris.platform.orderprocessing.events that return ConsignmentStatus -
Uses of ConsignmentStatus in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return ConsignmentStatusModifier and TypeMethodDescriptionConsignmentModel.getStatus()Generated method - Getter of theConsignment.statusattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionvoidConsignmentModel.setStatus(ConsignmentStatus value) Generated method - Setter ofConsignment.statusattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type ConsignmentStatusModifierConstructorDescriptionConsignmentModel(String _code, DeliveryModeModel _deliveryMode, Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentModel(String _code, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse) 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 ConsignmentStatus in de.hybris.platform.warehousing.asn.actions
Methods in de.hybris.platform.warehousing.asn.actions that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>DefaultTaskReallocateConsignmentsOnAsnCancelAction.getReallocableConsignmentStatusList()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.warehousing.asn.actions with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultTaskReallocateConsignmentsOnAsnCancelAction.setReallocableConsignmentStatusList(List<ConsignmentStatus> reallocableConsignmentStatusList) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConsignmentStatus in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>DefaultConsignmentCancellationService.getNonCancellableConsignmentStatus()protected Collection<ConsignmentStatus>CapturePaymentOnConsignmentOrderCancelableEntriesStrategy.getNotCancelableConsignmentStatusList()Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionprotected voidDefaultOmsOrderCancelServiceTest.prepareConsignmentOneEntry(Long entryQuantity, OrderEntryModel orderEntry, ConsignmentStatus status) Prepares a consignment for an order with one entry.protected voidDefaultOmsOrderCancelServiceTest.prepareConsignmentTwoEntries(long entry1Quantity, OrderEntryModel entry1, ConsignmentStatus consignment1Status, long entry2Quantity, OrderEntryModel entry2, ConsignmentStatus consignment2Status) prepares consignments for orders with multiple entriesMethod parameters in de.hybris.platform.warehousing.cancellation.impl with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultConsignmentCancellationService.setNonCancellableConsignmentStatus(List<ConsignmentStatus> nonCancellableConsignmentStatus) voidCapturePaymentOnConsignmentOrderCancelableEntriesStrategy.setNotCancelableConsignmentStatusList(Collection<ConsignmentStatus> notCancelableConsignmentStatusList) -
Uses of ConsignmentStatus in de.hybris.platform.warehousing.cancellation.strategy.impl
Methods in de.hybris.platform.warehousing.cancellation.strategy.impl that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>WarehousingOrderCancelStateMappingStrategy.getConfirmedConsignmentStatus()Method parameters in de.hybris.platform.warehousing.cancellation.strategy.impl with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidWarehousingOrderCancelStateMappingStrategy.setConfirmedConsignmentStatus(List<ConsignmentStatus> confirmedConsignmentStatus) -
Uses of ConsignmentStatus in de.hybris.platform.warehousing.onhold.service.impl
Methods in de.hybris.platform.warehousing.onhold.service.impl that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>DefaultOrderOnHoldService.getNonCancellableConsignmentStatus()Method parameters in de.hybris.platform.warehousing.onhold.service.impl with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultOrderOnHoldService.setNonCancellableConsignmentStatus(List<ConsignmentStatus> nonCancellableConsignmentStatus) -
Uses of ConsignmentStatus in de.hybris.platform.warehousing.replacement
Methods in de.hybris.platform.warehousing.replacement with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionprotected ConsignmentModelOrderManagementOrderCancelPartialTest.createConsignmentModel(String code, AddressModel deliveryAddress, WarehouseModel warehouse, ConsignmentStatus status) -
Uses of ConsignmentStatus in de.hybris.platform.warehousing.shipping.service.impl
Methods in de.hybris.platform.warehousing.shipping.service.impl that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>DefaultWarehousingShippingService.getValidConsConfirmConsignmentStatusList()Method parameters in de.hybris.platform.warehousing.shipping.service.impl with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidDefaultWarehousingShippingService.setValidConsConfirmConsignmentStatusList(List<ConsignmentStatus> validConsConfirmConsignmentStatusList) -
Uses of ConsignmentStatus in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type ConsignmentStatus -
Uses of ConsignmentStatus in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionConsignments.Camera_ShippedFromBostonToMontrealNancyHome(ConsignmentStatus status, Long quantity) Consignments.Camera_ShippedFromMontrealToMontrealNancyHome(ConsignmentStatus status, Long quantity) -
Uses of ConsignmentStatus in de.hybris.platform.warehousingbackoffice.actions.reallocate
Methods in de.hybris.platform.warehousingbackoffice.actions.reallocate that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>ReallocateAction.getReallocableConsignmentStatuses() -
Uses of ConsignmentStatus in de.hybris.platform.warehousingbackoffice.actions.util
Methods in de.hybris.platform.warehousingbackoffice.actions.util that return ConsignmentStatusModifier and TypeMethodDescriptionprotected ConsignmentStatusAbstractConsignmentWorkflow.getUpdatedConsignmentStatus(ConsignmentModel consignmentModel) Returns the updatedConsignmentStatusof the givenConsignmentModelas a result of workflow event triggered by this actionMethods in de.hybris.platform.warehousingbackoffice.actions.util with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.actions.ActionResult<ConsignmentModel>AbstractConsignmentWorkflow.getConsignmentActionResult(com.hybris.cockpitng.actions.ActionContext<ConsignmentModel> actionContext, String successMessage, String failedMessage, ConsignmentStatus expectedStatus) Get the result of a shipping/pickup action for a givenActionContextwhich contains aConsignmentModel -
Uses of ConsignmentStatus in de.hybris.platform.warehousingbackoffice.renderers
Methods in de.hybris.platform.warehousingbackoffice.renderers that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected List<ConsignmentStatus>ConsignmentMenuRenderer.getReallocableConsignmentStatuses() -
Uses of ConsignmentStatus in de.hybris.platform.warehousingfacades.order
Methods in de.hybris.platform.warehousingfacades.order that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionWarehousingConsignmentFacade.getConsignmentStatuses()API to return all consignment statusesMethod parameters in de.hybris.platform.warehousingfacades.order with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionWarehousingConsignmentFacade.getConsignmentsByStatuses(PageableData pageableData, Set<ConsignmentStatus> consignmentStatusSet) API to fetch all consignments in the system that have certain status(es) -
Uses of ConsignmentStatus in de.hybris.platform.warehousingfacades.order.data
Methods in de.hybris.platform.warehousingfacades.order.data that return types with arguments of type ConsignmentStatusMethod parameters in de.hybris.platform.warehousingfacades.order.data with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionvoidConsignmentStatusDataList.setStatuses(List<ConsignmentStatus> statuses) -
Uses of ConsignmentStatus in de.hybris.platform.warehousingfacades.order.impl
Methods in de.hybris.platform.warehousingfacades.order.impl that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionDefaultWarehousingConsignmentFacade.getConsignmentStatuses()protected List<ConsignmentStatus>DefaultWarehousingConsignmentFacade.getReallocableConsignmentStatusList()Method parameters in de.hybris.platform.warehousingfacades.order.impl with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionDefaultWarehousingConsignmentFacade.getConsignmentsByStatuses(PageableData pageableData, Set<ConsignmentStatus> consignmentStatusSet) voidDefaultWarehousingConsignmentFacade.setReallocableConsignmentStatusList(List<ConsignmentStatus> reallocableConsignmentStatusList) -
Uses of ConsignmentStatus in de.hybris.platform.warehousingwebservices.controllers.order
Methods in de.hybris.platform.warehousingwebservices.controllers.order that return types with arguments of type ConsignmentStatusModifier and TypeMethodDescriptionprotected Set<ConsignmentStatus>WarehousingConsignmentsController.extractConsignmentStatuses(String statuses) Extract the set ofConsignmentStatusfrom the request -
Uses of ConsignmentStatus in de.hybris.platform.warehousingwebservices.warehousingwebservices
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionprotected voidConsignmentsControllerIntegrationTest.setOrderAndConsignmentStatus(OrderStatus orderStatus, ConsignmentStatus consignmentStatus) Sets the status of theOrderModeland all theConsignmentModel -
Uses of ConsignmentStatus in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return ConsignmentStatusModifier and TypeMethodDescriptionprotected ConsignmentStatusUpdateConsignmentAction.getStatus()Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionvoidUpdateConsignmentAction.setStatus(ConsignmentStatus status) protected voidVerifyConsignmentCompletionAction.updateConsignmentStatus(ConsignmentProcessModel consignmentProcessModel, ConsignmentStatus status) Updates theConsignmentModel.STATUSto givenConsignmentStatus -
Uses of ConsignmentStatus in de.hybris.platform.ycommercewebservices.mapping.converters
Methods in de.hybris.platform.ycommercewebservices.mapping.converters that return ConsignmentStatusModifier and TypeMethodDescriptionConsignmentStatusConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<ConsignmentStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.ycommercewebservices.mapping.converters with parameters of type ConsignmentStatusModifier and TypeMethodDescriptionConsignmentStatusConverter.convertTo(ConsignmentStatus source, ma.glasnost.orika.metadata.Type<String> destinationTyp, ma.glasnost.orika.MappingContext mappingContexte) Method parameters in de.hybris.platform.ycommercewebservices.mapping.converters with type arguments of type ConsignmentStatusModifier and TypeMethodDescriptionConsignmentStatusConverter.convertFrom(String source, ma.glasnost.orika.metadata.Type<ConsignmentStatus> destinationType, ma.glasnost.orika.MappingContext mappingContext)