Uses of Class
com.echothree.model.data.order.server.value.OrderPaymentPreferenceValue
Packages that use OrderPaymentPreferenceValue
Package
Description
-
Uses of OrderPaymentPreferenceValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderPaymentPreferenceValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderPaymentPreferenceValueModifier and TypeMethodDescriptionvoidOrderPaymentPreference.setOrderPaymentPreferenceValue(OrderPaymentPreferenceValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderPaymentPreferenceValueModifierConstructorDescriptionOrderPaymentPreference(OrderPaymentPreferenceValue value, EntityPermission entityPermission) Creates a new instance of OrderPaymentPreference -
Uses of OrderPaymentPreferenceValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderPaymentPreferenceValueModifier and TypeMethodDescriptionOrderPaymentPreferenceFactory.getValueFromPK(Session session, OrderPaymentPreferencePK pk) OrderPaymentPreferenceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderPaymentPreferenceValueModifier and TypeMethodDescriptionOrderPaymentPreferenceFactory.getValuesFromPKs(Session session, Collection<OrderPaymentPreferencePK> pks) OrderPaymentPreferenceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderPaymentPreferenceValueModifier and TypeMethodDescriptionOrderPaymentPreferenceFactory.getEntityFromValue(EntityPermission entityPermission, OrderPaymentPreferenceValue value) OrderPaymentPreferenceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OrderPaymentPreferenceValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderPaymentPreferenceValueModifier and TypeMethodDescriptionvoidOrderPaymentPreferenceFactory.create(Session session, Collection<OrderPaymentPreferenceValue> _values) voidOrderPaymentPreferenceFactory.create(Collection<OrderPaymentPreferenceValue> _values) -
Uses of OrderPaymentPreferenceValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderPaymentPreferenceValue