Uses of Class
com.echothree.model.data.invoice.common.pk.InvoiceLineItemPK
Packages that use InvoiceLineItemPK
Package
Description
-
Uses of InvoiceLineItemPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return InvoiceLineItemPK -
Uses of InvoiceLineItemPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory that return InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getNextPK()InvoiceLineItemFactory.getPKFromQuery(PreparedStatement ps, Object... params) InvoiceLineItemFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory that return types with arguments of type InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InvoiceLineItemFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InvoiceLineItemFactory.getPKsFromResultSetAsList(ResultSet rs) InvoiceLineItemFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.invoice.server.factory with parameters of type InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getEntityFromCache(InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromPK(EntityPermission entityPermission, InvoiceLineItemPK pk) InvoiceLineItemFactory.getValueFromPK(InvoiceLineItemPK pk) voidInvoiceLineItemFactory.remove(InvoiceLineItemPK pk) booleanInvoiceLineItemFactory.validPK(InvoiceLineItemPK pk) Method parameters in com.echothree.model.data.invoice.server.factory with type arguments of type InvoiceLineItemPKModifier and TypeMethodDescriptionInvoiceLineItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InvoiceLineItemPK> pks) InvoiceLineItemFactory.getValuesFromPKs(Collection<InvoiceLineItemPK> pks) voidInvoiceLineItemFactory.remove(Collection<InvoiceLineItemPK> pks) -
Uses of InvoiceLineItemPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return InvoiceLineItemPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type InvoiceLineItemPKModifierConstructorDescriptionInvoiceLineItemValue(InvoiceLineItemPK invoiceLineItemPK, InvoiceLinePK invoiceLinePK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Integer quantity, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineItemValue