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
(Session session, ItemVariablePricePK pk) ItemVariablePriceFactory.getEntityFromPK
(EntityPermission entityPermission, ItemVariablePricePK pk) ItemVariablePriceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemVariablePricePK pk) ItemVariablePriceFactory.getValueFromPK
(Session session, ItemVariablePricePK pk) void
ItemVariablePriceFactory.remove
(Session session, ItemVariablePricePK pk) boolean
ItemVariablePriceFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemVariablePricePK> pks) ItemVariablePriceFactory.getValuesFromPKs
(Session session, Collection<ItemVariablePricePK> pks) void
ItemVariablePriceFactory.remove
(Session session, Collection<ItemVariablePricePK> pks) void
ItemVariablePriceFactory.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