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.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.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, SAPOrderModel _sapOrder, 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.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)