Uses of Class
com.echothree.model.data.item.common.pk.ItemAdditionalChargePK
Packages that use ItemAdditionalChargePK
Package
Description
-
Uses of ItemAdditionalChargePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemAdditionalChargePK -
Uses of ItemAdditionalChargePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getNextPK()
ItemAdditionalChargeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemAdditionalChargeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemAdditionalChargeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemAdditionalChargeFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemAdditionalChargeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getEntityFromCache
(Session session, ItemAdditionalChargePK pk) ItemAdditionalChargeFactory.getEntityFromPK
(EntityPermission entityPermission, ItemAdditionalChargePK pk) ItemAdditionalChargeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemAdditionalChargePK pk) ItemAdditionalChargeFactory.getValueFromPK
(Session session, ItemAdditionalChargePK pk) void
ItemAdditionalChargeFactory.remove
(Session session, ItemAdditionalChargePK pk) boolean
ItemAdditionalChargeFactory.validPK
(Session session, ItemAdditionalChargePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemAdditionalChargePK> pks) ItemAdditionalChargeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemAdditionalChargePK> pks) ItemAdditionalChargeFactory.getValuesFromPKs
(Session session, Collection<ItemAdditionalChargePK> pks) void
ItemAdditionalChargeFactory.remove
(Session session, Collection<ItemAdditionalChargePK> pks) void
ItemAdditionalChargeFactory.remove
(Collection<ItemAdditionalChargePK> pks) -
Uses of ItemAdditionalChargePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemAdditionalChargePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemAdditionalChargePKModifierConstructorDescriptionItemAdditionalChargeValue
(ItemAdditionalChargePK itemAdditionalChargePK, ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemAdditionalChargeValue