Class AllocationEvents
- java.lang.Object
-
- de.hybris.platform.warehousing.util.models.AbstractItems<AllocationEventModel>
-
- de.hybris.platform.warehousing.util.models.AllocationEvents
-
public class AllocationEvents extends AbstractItems<AllocationEventModel>
-
-
Constructor Summary
Constructors Constructor Description AllocationEvents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocationEventModelCamera_ShippedFromBostonToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel)AllocationEventModelCamera_ShippedFromMontrealToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel)WarehousingDao<AllocationEventModel>getAllocationEventDao()ConsignmentsgetConsignments()voidsetAllocationEventDao(WarehousingDao<AllocationEventModel> allocationEventDao)voidsetConsignments(Consignments consignments)-
Methods inherited from class de.hybris.platform.warehousing.util.models.AbstractItems
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
Camera_ShippedFromMontrealToMontrealNancyHome
public AllocationEventModel Camera_ShippedFromMontrealToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel)
-
Camera_ShippedFromBostonToMontrealNancyHome
public AllocationEventModel Camera_ShippedFromBostonToMontrealNancyHome(java.lang.Long quantity, StockLevelModel stockLevel)
-
getAllocationEventDao
public WarehousingDao<AllocationEventModel> getAllocationEventDao()
-
setAllocationEventDao
public void setAllocationEventDao(WarehousingDao<AllocationEventModel> allocationEventDao)
-
getConsignments
public Consignments getConsignments()
-
setConsignments
public void setConsignments(Consignments consignments)
-
-