Uses of Class
com.echothree.model.data.item.common.pk.ItemVariablePricePK
Packages that use ItemVariablePricePK
Package
Description
-
Uses of ItemVariablePricePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemVariablePricePK -
Uses of ItemVariablePricePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemVariablePricePKModifier and TypeMethodDescriptionItemVariablePriceFactory.getNextPK()ItemVariablePriceFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemVariablePriceFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemVariablePricePKModifier and TypeMethodDescriptionItemVariablePriceFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemVariablePriceFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemVariablePriceFactory.getPKsFromResultSetAsList(ResultSet rs) ItemVariablePriceFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemVariablePricePKModifier and TypeMethodDescriptionItemVariablePriceFactory.getEntityFromCache(ItemVariablePricePK pk) ItemVariablePriceFactory.getEntityFromPK(EntityPermission entityPermission, ItemVariablePricePK pk) ItemVariablePriceFactory.getValueFromPK(ItemVariablePricePK pk) voidItemVariablePriceFactory.remove(ItemVariablePricePK pk) booleanItemVariablePriceFactory.validPK(ItemVariablePricePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVariablePricePKModifier and TypeMethodDescriptionItemVariablePriceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemVariablePricePK> pks) ItemVariablePriceFactory.getValuesFromPKs(Collection<ItemVariablePricePK> pks) voidItemVariablePriceFactory.remove(Collection<ItemVariablePricePK> pks) -
Uses of ItemVariablePricePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemVariablePricePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemVariablePricePKModifierConstructorDescriptionItemVariablePriceValue(ItemVariablePricePK itemVariablePricePK, ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ItemVariablePriceValue -
Uses of ItemVariablePricePK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemVariablePricePKModifier and TypeMethodDescriptionItemVariablePrices.ItemVariablePrice()Getter foritemvariableprices.itmvp_itemvariablepriceid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemVariablePricePKMethods in com.echothree.model.jooq.server.records.item with parameters of type ItemVariablePricePKModifier and TypeMethodDescriptionvoidItemVariablePrices.ItemVariablePrice(ItemVariablePricePK value) Setter foritemvariableprices.itmvp_itemvariablepriceid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemVariablePricePKModifierConstructorDescriptionItemVariablePrices(ItemVariablePricePK ItemVariablePrice, ItemPricePK ItemPrice, Long MinimumUnitPrice, Long MaximumUnitPrice, Long UnitPriceIncrement, Long FromTime, Long ThruTime) Create a detached, initialised ItemVariablePrices -
Uses of ItemVariablePricePK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemVariablePricePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemVariablePrices, ItemVariablePricePK> ItemVariablePrices.ITEM_VARIABLE_PRICEThe columnitemvariableprices.itmvp_itemvariablepriceid.