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 TypeMethodDescriptionvoid
InvoiceControl.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
(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.create
(Session session, InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) InvoiceLineItemFactory.create
(Session session, InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, Long fromTime, Long thruTime) InvoiceLineItemFactory.getEntityFromCache
(Session session, InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromPK
(EntityPermission entityPermission, InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineItemFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) InvoiceLineItemFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) InvoiceLineItemFactory.getEntityFromValue
(EntityPermission entityPermission, InvoiceLineItemValue value) InvoiceLineItemFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InvoiceLineItemPK> pks) InvoiceLineItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InvoiceLineItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InvoiceLineItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InvoiceLineItemFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) InvoiceLineItemFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineItemModifier and TypeMethodDescriptionvoid
InvoiceLineItemFactory.remove
(Session session, InvoiceLineItem entity) void
InvoiceLineItemFactory.store
(Session session, InvoiceLineItem entity) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineItemModifier and TypeMethodDescriptionvoid
InvoiceLineItemFactory.store
(Session session, Collection<InvoiceLineItem> entities) void
InvoiceLineItemFactory.store
(Collection<InvoiceLineItem> entities)