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