Uses of Class
com.echothree.model.data.order.common.pk.OrderAdjustmentPK
Packages that use OrderAdjustmentPK
Package
Description
-
Uses of OrderAdjustmentPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentDetail.getOrderAdjustmentPK()OrderAdjustment.getPrimaryKey()Methods in com.echothree.model.data.order.server.entity with parameters of type OrderAdjustmentPKModifier and TypeMethodDescriptionvoidOrderAdjustmentDetail.setOrderAdjustmentPK(OrderAdjustmentPK orderAdjustmentPK) -
Uses of OrderAdjustmentPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentFactory.getNextPK()OrderAdjustmentFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderAdjustmentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderAdjustmentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderAdjustmentFactory.getPKsFromResultSetAsList(ResultSet rs) OrderAdjustmentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.create(OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderAdjustmentFactory.getEntityFromCache(OrderAdjustmentPK pk) OrderAdjustmentFactory.getEntityFromPK(EntityPermission entityPermission, OrderAdjustmentPK pk) OrderAdjustmentFactory.getValueFromPK(OrderAdjustmentPK pk) voidOrderAdjustmentFactory.remove(OrderAdjustmentPK pk) booleanOrderAdjustmentFactory.validPK(OrderAdjustmentPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderAdjustmentPK> pks) OrderAdjustmentFactory.getValuesFromPKs(Collection<OrderAdjustmentPK> pks) voidOrderAdjustmentFactory.remove(Collection<OrderAdjustmentPK> pks) -
Uses of OrderAdjustmentPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentDetailValue.getOrderAdjustmentPK()OrderAdjustmentValue.getPrimaryKey()Methods in com.echothree.model.data.order.server.value with parameters of type OrderAdjustmentPKModifier and TypeMethodDescriptionvoidOrderAdjustmentDetailValue.setOrderAdjustmentPK(OrderAdjustmentPK orderAdjustmentPK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderAdjustmentPKModifierConstructorDescriptionOrderAdjustmentDetailValue(OrderAdjustmentDetailPK orderAdjustmentDetailPK, OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderAdjustmentDetailValueOrderAdjustmentDetailValue(OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderAdjustmentDetailValueOrderAdjustmentValue(OrderAdjustmentPK orderAdjustmentPK, OrderAdjustmentDetailPK activeDetailPK, OrderAdjustmentDetailPK lastDetailPK) Creates a new instance of OrderAdjustmentValue -
Uses of OrderAdjustmentPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentDetails.OrderAdjustment()Getter fororderadjustmentdetails.ordadjdt_ordadj_orderadjustmentid.OrderAdjustments.OrderAdjustment()Getter fororderadjustments.ordadj_orderadjustmentid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderAdjustmentPKMethods in com.echothree.model.jooq.server.records.order with parameters of type OrderAdjustmentPKModifier and TypeMethodDescriptionvoidOrderAdjustmentDetails.OrderAdjustment(OrderAdjustmentPK value) Setter fororderadjustmentdetails.ordadjdt_ordadj_orderadjustmentid.voidOrderAdjustments.OrderAdjustment(OrderAdjustmentPK value) Setter fororderadjustments.ordadj_orderadjustmentid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderAdjustmentPKModifierConstructorDescriptionOrderAdjustmentDetails(OrderAdjustmentDetailPK OrderAdjustmentDetail, OrderAdjustmentPK OrderAdjustment, OrderPK Order, Integer OrderAdjustmentSequence, OrderAdjustmentTypePK OrderAdjustmentType, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised OrderAdjustmentDetailsOrderAdjustments(OrderAdjustmentPK OrderAdjustment, OrderAdjustmentDetailPK ActiveDetail, OrderAdjustmentDetailPK LastDetail) Create a detached, initialised OrderAdjustments -
Uses of OrderAdjustmentPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderAdjustmentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderAdjustmentDetails, OrderAdjustmentPK> OrderAdjustmentDetails.ORDER_ADJUSTMENTThe columnorderadjustmentdetails.ordadjdt_ordadj_orderadjustmentid.final org.jooq.TableField<OrderAdjustments, OrderAdjustmentPK> OrderAdjustments.ORDER_ADJUSTMENTThe columnorderadjustments.ordadj_orderadjustmentid.