Uses of Class
com.echothree.model.data.item.common.pk.ItemFixedPricePK
Packages that use ItemFixedPricePK
Package
Description
-
Uses of ItemFixedPricePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemFixedPricePK -
Uses of ItemFixedPricePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemFixedPricePKModifier and TypeMethodDescriptionItemFixedPriceFactory.getNextPK()
ItemFixedPriceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemFixedPriceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemFixedPricePKModifier and TypeMethodDescriptionItemFixedPriceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemFixedPriceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemFixedPriceFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemFixedPriceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemFixedPricePKModifier and TypeMethodDescriptionItemFixedPriceFactory.getEntityFromCache
(Session session, ItemFixedPricePK pk) ItemFixedPriceFactory.getEntityFromPK
(EntityPermission entityPermission, ItemFixedPricePK pk) ItemFixedPriceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemFixedPricePK pk) ItemFixedPriceFactory.getValueFromPK
(Session session, ItemFixedPricePK pk) void
ItemFixedPriceFactory.remove
(Session session, ItemFixedPricePK pk) boolean
ItemFixedPriceFactory.validPK
(Session session, ItemFixedPricePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemFixedPricePKModifier and TypeMethodDescriptionItemFixedPriceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemFixedPricePK> pks) ItemFixedPriceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemFixedPricePK> pks) ItemFixedPriceFactory.getValuesFromPKs
(Session session, Collection<ItemFixedPricePK> pks) void
ItemFixedPriceFactory.remove
(Session session, Collection<ItemFixedPricePK> pks) void
ItemFixedPriceFactory.remove
(Collection<ItemFixedPricePK> pks) -
Uses of ItemFixedPricePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemFixedPricePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemFixedPricePKModifierConstructorDescriptionItemFixedPriceValue
(ItemFixedPricePK itemFixedPricePK, ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemFixedPriceValue