Uses of Class
de.hybris.platform.b2b.model.B2BBookingLineEntryModel
-
Packages that use B2BBookingLineEntryModel Package Description de.hybris.platform.b2b.dao de.hybris.platform.b2b.dao.impl -
-
Uses of B2BBookingLineEntryModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao that return types with arguments of type B2BBookingLineEntryModel Modifier and Type Method Description java.util.List<B2BBookingLineEntryModel>B2BBookingLineEntryDao. findOpenBookingLineEntriesByCostCenterAndDate(java.util.List<B2BCostCenterModel> costCenters, java.util.Date bookingDate)Finds open booking linesjava.util.List<B2BBookingLineEntryModel>B2BBookingLineEntryDao. getOpenBookingLineEntries(java.util.List<B2BCostCenterModel> costCenters, java.util.Date bookingDate)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of B2BBookingLineEntryModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that return types with arguments of type B2BBookingLineEntryModel Modifier and Type Method Description java.util.List<B2BBookingLineEntryModel>DefaultB2BBookingLineEntryDao. findOpenBookingLineEntriesByCostCenterAndDate(java.util.List<B2BCostCenterModel> costCenters, java.util.Date bookingDate)java.util.List<B2BBookingLineEntryModel>DefaultB2BBookingLineEntryDao. getOpenBookingLineEntries(java.util.List<B2BCostCenterModel> costCenters, java.util.Date bookingDate)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.
-