Uses of Class
com.echothree.model.data.item.common.pk.ItemWeightPK
Packages that use ItemWeightPK
Package
Description
-
Uses of ItemWeightPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemWeightPK -
Uses of ItemWeightPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemWeightPKModifier and TypeMethodDescriptionItemWeightFactory.getNextPK()ItemWeightFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemWeightFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemWeightPKModifier and TypeMethodDescriptionItemWeightFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemWeightFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemWeightFactory.getPKsFromResultSetAsList(ResultSet rs) ItemWeightFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemWeightPKModifier and TypeMethodDescriptionItemWeightFactory.getEntityFromCache(ItemWeightPK pk) ItemWeightFactory.getEntityFromPK(EntityPermission entityPermission, ItemWeightPK pk) ItemWeightFactory.getValueFromPK(ItemWeightPK pk) voidItemWeightFactory.remove(ItemWeightPK pk) booleanItemWeightFactory.validPK(ItemWeightPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemWeightPKModifier and TypeMethodDescriptionItemWeightFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemWeightPK> pks) ItemWeightFactory.getValuesFromPKs(Collection<ItemWeightPK> pks) voidItemWeightFactory.remove(Collection<ItemWeightPK> pks) -
Uses of ItemWeightPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemWeightPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemWeightPKModifierConstructorDescriptionItemWeightValue(ItemWeightPK itemWeightPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemWeightTypePK itemWeightTypePK, Long weight, Long fromTime, Long thruTime) Creates a new instance of ItemWeightValue