Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationGroupVolumePK
Packages that use InventoryLocationGroupVolumePK
Package
Description
-
Uses of InventoryLocationGroupVolumePK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupVolumePK -
Uses of InventoryLocationGroupVolumePK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getNextPK()InventoryLocationGroupVolumeFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationGroupVolumeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getEntityFromCache(Session session, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getEntityFromPK(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getValueFromPK(Session session, InventoryLocationGroupVolumePK pk) voidInventoryLocationGroupVolumeFactory.remove(Session session, InventoryLocationGroupVolumePK pk) booleanInventoryLocationGroupVolumeFactory.validPK(Session session, InventoryLocationGroupVolumePK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) InventoryLocationGroupVolumeFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) InventoryLocationGroupVolumeFactory.getValuesFromPKs(Session session, Collection<InventoryLocationGroupVolumePK> pks) voidInventoryLocationGroupVolumeFactory.remove(Session session, Collection<InventoryLocationGroupVolumePK> pks) voidInventoryLocationGroupVolumeFactory.remove(Collection<InventoryLocationGroupVolumePK> pks) -
Uses of InventoryLocationGroupVolumePK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupVolumePKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationGroupVolumePKModifierConstructorDescriptionInventoryLocationGroupVolumeValue(InventoryLocationGroupVolumePK inventoryLocationGroupVolumePK, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupVolumeValue