Uses of Class
com.echothree.model.data.order.common.pk.OrderLineStatusPK
Packages that use OrderLineStatusPK
Package
Description
-
Uses of OrderLineStatusPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineStatusPK -
Uses of OrderLineStatusPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineStatusPKModifier and TypeMethodDescriptionOrderLineStatusFactory.getNextPK()OrderLineStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderLineStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineStatusPKModifier and TypeMethodDescriptionOrderLineStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderLineStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderLineStatusFactory.getPKsFromResultSetAsList(ResultSet rs) OrderLineStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineStatusPKModifier and TypeMethodDescriptionOrderLineStatusFactory.getEntityFromCache(OrderLineStatusPK pk) OrderLineStatusFactory.getEntityFromPK(EntityPermission entityPermission, OrderLineStatusPK pk) OrderLineStatusFactory.getValueFromPK(OrderLineStatusPK pk) voidOrderLineStatusFactory.remove(OrderLineStatusPK pk) booleanOrderLineStatusFactory.validPK(OrderLineStatusPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineStatusPKModifier and TypeMethodDescriptionOrderLineStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderLineStatusPK> pks) OrderLineStatusFactory.getValuesFromPKs(Collection<OrderLineStatusPK> pks) voidOrderLineStatusFactory.remove(Collection<OrderLineStatusPK> pks) -
Uses of OrderLineStatusPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineStatusPKConstructors in com.echothree.model.data.order.server.value with parameters of type OrderLineStatusPKModifierConstructorDescriptionOrderLineStatusValue(OrderLineStatusPK orderLineStatusPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence) Creates a new instance of OrderLineStatusValue -
Uses of OrderLineStatusPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderLineStatusPKModifier and TypeMethodDescriptionOrderLineStatuses.OrderLineStatus()Getter fororderlinestatuses.ordlst_orderlinestatusid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderLineStatusPKMethods in com.echothree.model.jooq.server.records.order with parameters of type OrderLineStatusPKModifier and TypeMethodDescriptionvoidOrderLineStatuses.OrderLineStatus(OrderLineStatusPK value) Setter fororderlinestatuses.ordlst_orderlinestatusid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderLineStatusPKModifierConstructorDescriptionOrderLineStatuses(OrderLineStatusPK OrderLineStatus, OrderLinePK OrderLine, Integer OrderLineAdjustmentSequence) Create a detached, initialised OrderLineStatuses -
Uses of OrderLineStatusPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderLineStatusPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderLineStatuses, OrderLineStatusPK> OrderLineStatuses.ORDER_LINE_STATUSThe columnorderlinestatuses.ordlst_orderlinestatusid.