| Package | Description |
|---|---|
| de.hybris.platform.b2b.dao | |
| de.hybris.platform.b2b.dao.impl | |
| de.hybris.platform.b2b.resource |
| Modifier and Type | Method and Description |
|---|---|
List<B2BBookingLineEntryModel> |
B2BBookingLineEntryDao.findOpenBookingLineEntriesByCostCenterAndDate(List<B2BCostCenterModel> costCenters,
Date bookingDate)
Finds open booking lines
|
List<B2BBookingLineEntryModel> |
B2BBookingLineEntryDao.getOpenBookingLineEntries(List<B2BCostCenterModel> costCenters,
Date bookingDate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<B2BBookingLineEntryModel> |
DefaultB2BBookingLineEntryDao.findOpenBookingLineEntriesByCostCenterAndDate(List<B2BCostCenterModel> costCenters,
Date bookingDate) |
List<B2BBookingLineEntryModel> |
DefaultB2BBookingLineEntryDao.getOpenBookingLineEntries(List<B2BCostCenterModel> costCenters,
Date bookingDate)
Deprecated.
Use findOpenBookingLineEntries(List, Date)} instead
|
| Modifier and Type | Method and Description |
|---|---|
B2BBookingLineEntryModel |
B2BBookingLineEntryResource.getB2BBookingLineEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected B2BBookingLineEntryModel |
B2BBookingLineEntryResource.readResource(String resourceId)
Gets the
B2BBookingLineEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<B2BBookingLineEntryModel> |
B2BBookingLineEntriesResource.getB2BBookingLineEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BBookingLineEntryResource.setB2BBookingLineEntryModel(B2BBookingLineEntryModel value)
Convenience method which just delegates to
#setResourceValue(B2BBookingLineEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BBookingLineEntriesResource.setB2BBookingLineEntriesCollection(Collection<B2BBookingLineEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.