public interface BillingTimeService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BillingTimeModel> |
getAllBillingTimes()
This method returns all
BillingTimeModels. |
BillingTimeModel |
getBillingTimeForCode(java.lang.String code)
This method returns the
BillingTimeModel associated with the code. |
BillingTimeModel getBillingTimeForCode(java.lang.String code)
BillingTimeModel associated with the code.code - the codeBillingTimeModeljava.util.List<BillingTimeModel> getAllBillingTimes()
BillingTimeModels.BillingTimeModels.Copyright © 2018 SAP SE. All Rights Reserved.