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
(Session session, InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromPK
(EntityPermission entityPermission, InvoiceLineItemPK pk) InvoiceLineItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InvoiceLineItemPK pk) InvoiceLineItemFactory.getValueFromPK
(Session session, InvoiceLineItemPK pk) void
InvoiceLineItemFactory.remove
(Session session, InvoiceLineItemPK pk) boolean
InvoiceLineItemFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InvoiceLineItemPK> pks) InvoiceLineItemFactory.getValuesFromPKs
(Session session, Collection<InvoiceLineItemPK> pks) void
InvoiceLineItemFactory.remove
(Session session, Collection<InvoiceLineItemPK> pks) void
InvoiceLineItemFactory.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