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