public interface BillingTimeDao
BillingTimeModel.| Modifier and Type | Method and Description |
|---|---|
java.util.List<BillingTimeModel> |
findAllBillingTimes()
Find all
BillingTimeModels. |
BillingTimeModel |
findBillingTimeByCode(java.lang.String code)
Finds the
BillingTimeModel for the given code. |
java.util.List<BillingTimeModel> findAllBillingTimes()
BillingTimeModels.List of BillingTimeModels or empty List.BillingTimeModel findBillingTimeByCode(java.lang.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 © 2018 SAP SE. All Rights Reserved.