public class DefaultBillingTimeDao extends AbstractItemDao implements BillingTimeDao
BillingTimeDao.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultBillingTimeDao() |
| 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. |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServicepublic java.util.List<BillingTimeModel> findAllBillingTimes()
BillingTimeDaoBillingTimeModels.findAllBillingTimes in interface BillingTimeDaoList of BillingTimeModels or empty List.public BillingTimeModel findBillingTimeByCode(java.lang.String code)
BillingTimeDaoBillingTimeModel for the given code.findBillingTimeByCode in interface BillingTimeDaocode - the code of the BillingTimeModel.BillingTimeModel if the given code was foundCopyright © 2018 SAP SE. All Rights Reserved.