Class ChineseTaxInvoiceDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.chinesetaxinvoiceservices.daos.impl.ChineseTaxInvoiceDao
- All Implemented Interfaces:
TaxInvoiceDao,Dao
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindInvoiceByCode(String code) Query by PK.findInvoiceByOrder(String orderCode) Query by order.findInvoiceBySerialCode(String serialCode) Query by serialCodefindInvoicesByCustomer(CustomerModel customer) Query all TaxInvoiceModel of a Customer.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
ChineseTaxInvoiceDao
public ChineseTaxInvoiceDao()
-
-
Method Details
-
findInvoiceByCode
Description copied from interface:TaxInvoiceDaoQuery by PK.- Specified by:
findInvoiceByCodein interfaceTaxInvoiceDao- Parameters:
code- PK- Returns:
- TaxInvoiceModel
-
findInvoiceBySerialCode
Description copied from interface:TaxInvoiceDaoQuery by serialCode- Specified by:
findInvoiceBySerialCodein interfaceTaxInvoiceDao- Parameters:
serialCode- SerialCode of TaxInvoiceModel.- Returns:
- TaxInvoiceModel
-
findInvoiceByOrder
Description copied from interface:TaxInvoiceDaoQuery by order.- Specified by:
findInvoiceByOrderin interfaceTaxInvoiceDao- Parameters:
orderCode- OrderCode of an order.- Returns:
- TaxInvoiceModel
-
findInvoicesByCustomer
Description copied from interface:TaxInvoiceDaoQuery all TaxInvoiceModel of a Customer.- Specified by:
findInvoicesByCustomerin interfaceTaxInvoiceDao- Returns:
- List
-