Uses of Class
com.echothree.model.data.order.common.pk.OrderShipmentGroupDetailPK
Packages that use OrderShipmentGroupDetailPK
Package
Description
-
Uses of OrderShipmentGroupDetailPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionOrderShipmentGroup.getActiveDetailPK()OrderShipmentGroup.getLastDetailPK()OrderShipmentGroupDetail.getPrimaryKey()Methods in com.echothree.model.data.order.server.entity with parameters of type OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionvoidOrderShipmentGroup.setActiveDetailPK(OrderShipmentGroupDetailPK activeDetailPK) voidOrderShipmentGroup.setLastDetailPK(OrderShipmentGroupDetailPK lastDetailPK) -
Uses of OrderShipmentGroupDetailPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionOrderShipmentGroupDetailFactory.getNextPK()OrderShipmentGroupDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderShipmentGroupDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionOrderShipmentGroupDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderShipmentGroupDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderShipmentGroupDetailFactory.getPKsFromResultSetAsList(ResultSet rs) OrderShipmentGroupDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionOrderShipmentGroupFactory.create(OrderShipmentGroupDetailPK activeDetailPK, OrderShipmentGroupDetailPK lastDetailPK) OrderShipmentGroupFactory.create(Session session, OrderShipmentGroupDetailPK activeDetailPK, OrderShipmentGroupDetailPK lastDetailPK) OrderShipmentGroupDetailFactory.getEntityFromCache(Session session, OrderShipmentGroupDetailPK pk) OrderShipmentGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, OrderShipmentGroupDetailPK pk) OrderShipmentGroupDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, OrderShipmentGroupDetailPK pk) OrderShipmentGroupDetailFactory.getValueFromPK(Session session, OrderShipmentGroupDetailPK pk) voidOrderShipmentGroupDetailFactory.remove(Session session, OrderShipmentGroupDetailPK pk) booleanOrderShipmentGroupDetailFactory.validPK(Session session, OrderShipmentGroupDetailPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionOrderShipmentGroupDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderShipmentGroupDetailPK> pks) OrderShipmentGroupDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<OrderShipmentGroupDetailPK> pks) OrderShipmentGroupDetailFactory.getValuesFromPKs(Session session, Collection<OrderShipmentGroupDetailPK> pks) voidOrderShipmentGroupDetailFactory.remove(Session session, Collection<OrderShipmentGroupDetailPK> pks) voidOrderShipmentGroupDetailFactory.remove(Collection<OrderShipmentGroupDetailPK> pks) -
Uses of OrderShipmentGroupDetailPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionOrderShipmentGroupValue.getActiveDetailPK()OrderShipmentGroupValue.getLastDetailPK()OrderShipmentGroupDetailValue.getPrimaryKey()Methods in com.echothree.model.data.order.server.value with parameters of type OrderShipmentGroupDetailPKModifier and TypeMethodDescriptionvoidOrderShipmentGroupValue.setActiveDetailPK(OrderShipmentGroupDetailPK activeDetailPK) voidOrderShipmentGroupValue.setLastDetailPK(OrderShipmentGroupDetailPK lastDetailPK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderShipmentGroupDetailPKModifierConstructorDescriptionOrderShipmentGroupDetailValue(OrderShipmentGroupDetailPK orderShipmentGroupDetailPK, OrderShipmentGroupPK orderShipmentGroupPK, OrderPK orderPK, Integer orderShipmentGroupSequence, ItemDeliveryTypePK itemDeliveryTypePK, Boolean isDefault, PartyContactMechanismPK partyContactMechanismPK, ShippingMethodPK shippingMethodPK, Boolean holdUntilComplete, Long fromTime, Long thruTime) Creates a new instance of OrderShipmentGroupDetailValueOrderShipmentGroupValue(OrderShipmentGroupDetailPK activeDetailPK, OrderShipmentGroupDetailPK lastDetailPK) Creates a new instance of OrderShipmentGroupValueOrderShipmentGroupValue(OrderShipmentGroupPK orderShipmentGroupPK, OrderShipmentGroupDetailPK activeDetailPK, OrderShipmentGroupDetailPK lastDetailPK) Creates a new instance of OrderShipmentGroupValue