public interface BillingTimeDao
BillingTimeModel.| Modifier and Type | Method and Description |
|---|---|
List<BillingTimeModel> |
findAllBillingTimes()
Find all
BillingTimeModels. |
BillingTimeModel |
findBillingTimeByCode(String code)
Finds the
BillingTimeModel for the given code. |
List<BillingTimeModel> findAllBillingTimes()
BillingTimeModels.List of BillingTimeModels or empty List.BillingTimeModel findBillingTimeByCode(String code)
BillingTimeModel for the given code.code - the code of the BillingTimeModel.BillingTimeModel if the given code was foundModelNotFoundException - if nothing was foundAmbiguousIdentifierException - if by the given search parameters too many models where foundCopyright © 2017 SAP SE. All Rights Reserved.