Uses of Class
com.echothree.model.data.order.common.pk.OrderLineAdjustmentPK
Packages that use OrderLineAdjustmentPK
Package
Description
-
Uses of OrderLineAdjustmentPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetail.getOrderLineAdjustmentPK()OrderLineAdjustment.getPrimaryKey()Methods in com.echothree.model.data.order.server.entity with parameters of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetail.setOrderLineAdjustmentPK(OrderLineAdjustmentPK orderLineAdjustmentPK) -
Uses of OrderLineAdjustmentPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getNextPK()OrderLineAdjustmentFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderLineAdjustmentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderLineAdjustmentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderLineAdjustmentFactory.getPKsFromResultSetAsList(ResultSet rs) OrderLineAdjustmentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.create(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderLineAdjustmentFactory.getEntityFromCache(OrderLineAdjustmentPK pk) OrderLineAdjustmentFactory.getEntityFromPK(EntityPermission entityPermission, OrderLineAdjustmentPK pk) OrderLineAdjustmentFactory.getValueFromPK(OrderLineAdjustmentPK pk) voidOrderLineAdjustmentFactory.remove(OrderLineAdjustmentPK pk) booleanOrderLineAdjustmentFactory.validPK(OrderLineAdjustmentPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderLineAdjustmentPK> pks) OrderLineAdjustmentFactory.getValuesFromPKs(Collection<OrderLineAdjustmentPK> pks) voidOrderLineAdjustmentFactory.remove(Collection<OrderLineAdjustmentPK> pks) -
Uses of OrderLineAdjustmentPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailValue.getOrderLineAdjustmentPK()OrderLineAdjustmentValue.getPrimaryKey()Methods in com.echothree.model.data.order.server.value with parameters of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetailValue.setOrderLineAdjustmentPK(OrderLineAdjustmentPK orderLineAdjustmentPK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderLineAdjustmentPKModifierConstructorDescriptionOrderLineAdjustmentDetailValue(OrderLineAdjustmentDetailPK orderLineAdjustmentDetailPK, OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderLineAdjustmentDetailValueOrderLineAdjustmentDetailValue(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderLineAdjustmentDetailValueOrderLineAdjustmentValue(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLineAdjustmentDetailPK activeDetailPK, OrderLineAdjustmentDetailPK lastDetailPK) Creates a new instance of OrderLineAdjustmentValue -
Uses of OrderLineAdjustmentPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetails.OrderLineAdjustment()Getter fororderlineadjustmentdetails.ordladjdt_ordladj_orderlineadjustmentid.OrderLineAdjustments.OrderLineAdjustment()Getter fororderlineadjustments.ordladj_orderlineadjustmentid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionorg.jooq.Record1<OrderLineAdjustmentPK> OrderLineAdjustments.key()Methods in com.echothree.model.jooq.server.records.order with parameters of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetails.OrderLineAdjustment(OrderLineAdjustmentPK value) Setter fororderlineadjustmentdetails.ordladjdt_ordladj_orderlineadjustmentid.voidOrderLineAdjustments.OrderLineAdjustment(OrderLineAdjustmentPK value) Setter fororderlineadjustments.ordladj_orderlineadjustmentid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderLineAdjustmentPKModifierConstructorDescriptionOrderLineAdjustmentDetails(OrderLineAdjustmentDetailPK OrderLineAdjustmentDetail, OrderLineAdjustmentPK OrderLineAdjustment, OrderLinePK OrderLine, Integer OrderLineAdjustmentSequence, OrderLineAdjustmentTypePK OrderLineAdjustmentType, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised OrderLineAdjustmentDetailsOrderLineAdjustments(OrderLineAdjustmentPK OrderLineAdjustment, OrderLineAdjustmentDetailPK ActiveDetail, OrderLineAdjustmentDetailPK LastDetail) Create a detached, initialised OrderLineAdjustments -
Uses of OrderLineAdjustmentPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderLineAdjustmentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderLineAdjustmentDetails, OrderLineAdjustmentPK> OrderLineAdjustmentDetails.ORDER_LINE_ADJUSTMENTThe columnorderlineadjustmentdetails.ordladjdt_ordladj_orderlineadjustmentid.final org.jooq.TableField<OrderLineAdjustments, OrderLineAdjustmentPK> OrderLineAdjustments.ORDER_LINE_ADJUSTMENTThe columnorderlineadjustments.ordladj_orderlineadjustmentid.