Uses of Class
com.echothree.model.data.invoice.server.entity.InvoiceLineItem
Packages that use InvoiceLineItem
Package
Description
-
Uses of InvoiceLineItem in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control that return InvoiceLineItemModifier and TypeMethodDescriptionInvoiceControl.createInvoiceLineItem(InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, BasePK createdBy) InvoiceControl.getInvoiceLineItem(InvoiceLine invoiceLine) InvoiceControl.getInvoiceLineItemForUpdate(InvoiceLine invoiceLine) Methods in com.echothree.model.control.invoice.server.control with parameters of type InvoiceLineItemModifier and TypeMethodDescriptionvoidInvoiceControl.deleteInvoiceLineItem(InvoiceLineItem invoiceLineItem, BasePK deletedBy) InvoiceControl.getInvoiceLineItemTransfer(UserVisit userVisit, InvoiceLineItem invoiceLineItem) InvoiceControl.getInvoiceLineItemValue(InvoiceLineItem invoiceLineItem) -
Uses of InvoiceLineItem in com.echothree.model.control.invoice.server.transfer
Methods in com.echothree.model.control.invoice.server.transfer with parameters of type InvoiceLineItemModifier and TypeMethodDescriptionInvoiceLineItemTransferCache.getInvoiceLineItemTransfer(UserVisit userVisit, InvoiceLineItem invoiceLineItem) -
Uses of InvoiceLineItem in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineItemModifier and TypeMethodDescriptionInvoiceLineItemFactory.create(InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) InvoiceLineItemFactory.create(InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, Long fromTime, Long thruTime) InvoiceLineItemFactory.getEntityFromCache(InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineItemFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineItemFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineItemFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InvoiceLineItemFactory.getEntityFromValue(EntityPermission entityPermission, InvoiceLineItemValue value) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineItemModifier and TypeMethodDescriptionInvoiceLineItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceLineItemPK> pks) InvoiceLineItemFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineItemFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineItemFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineItemFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineItemModifier and TypeMethodDescriptionvoidInvoiceLineItemFactory.remove(InvoiceLineItem entity) voidInvoiceLineItemFactory.store(InvoiceLineItem entity) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineItemModifier and TypeMethodDescriptionvoidInvoiceLineItemFactory.store(Collection<InvoiceLineItem> entities)