Uses of Class
de.hybris.platform.ordersplitting.model.ConsignmentEntryModel
Packages that use ConsignmentEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
-
Uses of ConsignmentEntryModel in de.hybris.platform.commerceservices.model
Methods in de.hybris.platform.commerceservices.model that return types with arguments of type ConsignmentEntryModelModifier and TypeMethodDescriptionSAPInvoiceModel.getConsignmentEntries()Generated method - Getter of theSAPInvoice.consignmentEntriesattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.commerceservices.model with type arguments of type ConsignmentEntryModelModifier and TypeMethodDescriptionvoidSAPInvoiceModel.setConsignmentEntries(Set<ConsignmentEntryModel> value) Generated method - Setter ofSAPInvoice.consignmentEntriesattribute defined at extensioncommerceservices. -
Uses of ConsignmentEntryModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type ConsignmentEntryModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getConsignmentEntries()Generated method - Getter of theAbstractOrderEntry.consignmentEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type ConsignmentEntryModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setConsignmentEntries(Set<ConsignmentEntryModel> value) Generated method - Setter ofAbstractOrderEntry.consignmentEntriesattribute defined at extensionbasecommerce. -
Uses of ConsignmentEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type ConsignmentEntryModelModifier and TypeMethodDescriptionConsignmentModel.getConsignmentEntries()Generated method - Getter of theConsignment.consignmentEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type ConsignmentEntryModelModifier and TypeMethodDescriptionvoidConsignmentModel.setConsignmentEntries(Set<ConsignmentEntryModel> value) Generated method - Setter ofConsignment.consignmentEntriesattribute defined at extensionbasecommerce.