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