Package com.morpheusdata.core.costing
Interface MorpheusAccountInvoiceItemService
- All Superinterfaces:
MorpheusDataQueryService<AccountInvoiceItem>
,MorpheusDataService<AccountInvoiceItem,
AccountInvoiceItem>
public interface MorpheusAccountInvoiceItemService
extends MorpheusDataService<AccountInvoiceItem,AccountInvoiceItem>
Provides access to querying line items on an invoice. Line items represent individual rows or costs that
are associated with a larger invoice. This could be a storage cost, a compute cost, etc. This is, for the most part,
a standard
MorpheusDataService
.-
Method Summary
Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save