| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SerialVoucherModel> |
VoucherService.getSerialVouchers(java.lang.String voucherCode)
given the voucher code get a collection of related serial vouchers
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SerialVoucherCodesGeneratorInset.generateVoucherCodes(SerialVoucherModel serialVoucher,
java.lang.Integer quantity) |
protected boolean |
SerialVoucherCodesGeneratorInset.isDisabled(SerialVoucherModel serialVoucher) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SerialVoucherModel> |
DefaultVoucherService.getSerialVouchers(java.lang.String voucherCode) |
| Modifier and Type | Method and Description |
|---|---|
SerialVoucherModel |
SerialVoucherResource.getSerialVoucherModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SerialVoucherModel |
SerialVoucherResource.readResource(java.lang.String resourceId)
Gets the
SerialVoucherModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SerialVoucherModel> |
SerialVouchersResource.getSerialVouchersCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SerialVoucherResource.setSerialVoucherModel(SerialVoucherModel value)
Convenience method which just delegates to
#setResourceValue(SerialVoucherModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerialVouchersResource.setSerialVouchersCollection(java.util.Collection<SerialVoucherModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.