public interface B2BBookingLineEntryDao
B2BBookingLineEntryModel| Modifier and Type | Method and Description |
|---|---|
List<B2BBookingLineEntryModel> |
findOpenBookingLineEntriesByCostCenterAndDate(List<B2BCostCenterModel> costCenters,
Date bookingDate)
Finds open booking lines
|
Double |
findTotalCostByCostCenterAndDate(B2BCostCenterModel costCenter,
Date startDate,
Date endDate)
Gets the total cost of BookingLines between a particular date range
|
List<B2BBookingLineEntryModel> |
getOpenBookingLineEntries(List<B2BCostCenterModel> costCenters,
Date bookingDate)
Deprecated.
|
Double |
getTotalCost(B2BCostCenterModel costCenter,
Date startDate,
Date endDate)
Deprecated.
|
@Deprecated Double getTotalCost(B2BCostCenterModel costCenter, Date startDate, Date endDate)
findTotalCostByCostCenterAndDate(B2BCostCenterModel,Date,Date) insteadcostCenter - the costCenterstartDate - the startDate of the date rangeendDate - the endDate of the date rangeDouble findTotalCostByCostCenterAndDate(B2BCostCenterModel costCenter, Date startDate, Date endDate)
costCenter - the costCenterstartDate - the startDate of the date rangeendDate - the endDate of the date range@Deprecated List<B2BBookingLineEntryModel> getOpenBookingLineEntries(List<B2BCostCenterModel> costCenters, Date bookingDate)
findOpenBookingLineEntriesByCostCenterAndDate(List, Date) insteadcostCenters - bookingDate - List<B2BBookingLineEntryModel> findOpenBookingLineEntriesByCostCenterAndDate(List<B2BCostCenterModel> costCenters, Date bookingDate)
costCenters - the costCenterbookingDate - the booking dateCopyright © 2017 SAP SE. All Rights Reserved.