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(ItemFixedPricePK pk) ItemFixedPriceFactory.getEntityFromPK(EntityPermission entityPermission, ItemFixedPricePK pk) ItemFixedPriceFactory.getValueFromPK(ItemFixedPricePK pk) voidItemFixedPriceFactory.remove(ItemFixedPricePK pk) booleanItemFixedPriceFactory.validPK(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.getValuesFromPKs(Collection<ItemFixedPricePK> pks) voidItemFixedPriceFactory.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