Uses of Class
com.echothree.model.data.order.common.pk.OrderStatusPK
Packages that use OrderStatusPK
Package
Description
-
Uses of OrderStatusPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderStatusPK -
Uses of OrderStatusPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderStatusPKModifier and TypeMethodDescriptionOrderStatusFactory.getNextPK()OrderStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderStatusPKModifier and TypeMethodDescriptionOrderStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderStatusFactory.getPKsFromResultSetAsList(ResultSet rs) OrderStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderStatusPKModifier and TypeMethodDescriptionOrderStatusFactory.getEntityFromCache(OrderStatusPK pk) OrderStatusFactory.getEntityFromPK(EntityPermission entityPermission, OrderStatusPK pk) OrderStatusFactory.getValueFromPK(OrderStatusPK pk) voidOrderStatusFactory.remove(OrderStatusPK pk) booleanOrderStatusFactory.validPK(OrderStatusPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderStatusPKModifier and TypeMethodDescriptionOrderStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderStatusPK> pks) OrderStatusFactory.getValuesFromPKs(Collection<OrderStatusPK> pks) voidOrderStatusFactory.remove(Collection<OrderStatusPK> pks) -
Uses of OrderStatusPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderStatusPKConstructors in com.echothree.model.data.order.server.value with parameters of type OrderStatusPKModifierConstructorDescriptionOrderStatusValue(OrderStatusPK orderStatusPK, OrderPK orderPK, Integer orderShipmentGroupSequence, Integer orderLineSequence, Integer orderAdjustmentSequence, Integer orderPaymentPreferenceSequence) Creates a new instance of OrderStatusValue