Uses of Class
com.echothree.model.data.item.common.pk.ItemVolumePK
Packages that use ItemVolumePK
Package
Description
-
Uses of ItemVolumePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemVolumePK -
Uses of ItemVolumePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getNextPK()ItemVolumeFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKsFromResultSetAsList(ResultSet rs) ItemVolumeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getEntityFromCache(ItemVolumePK pk) ItemVolumeFactory.getEntityFromPK(EntityPermission entityPermission, ItemVolumePK pk) ItemVolumeFactory.getValueFromPK(ItemVolumePK pk) voidItemVolumeFactory.remove(ItemVolumePK pk) booleanItemVolumeFactory.validPK(ItemVolumePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemVolumePK> pks) ItemVolumeFactory.getValuesFromPKs(Collection<ItemVolumePK> pks) voidItemVolumeFactory.remove(Collection<ItemVolumePK> pks) -
Uses of ItemVolumePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemVolumePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemVolumePKModifierConstructorDescriptionItemVolumeValue(ItemVolumePK itemVolumePK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of ItemVolumeValue