Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationCapacityPK
Packages that use LocationCapacityPK
Package
Description
-
Uses of LocationCapacityPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationCapacityPK -
Uses of LocationCapacityPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getNextPK()LocationCapacityFactory.getPKFromQuery(PreparedStatement ps, Object... params) LocationCapacityFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LocationCapacityFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LocationCapacityFactory.getPKsFromResultSetAsList(ResultSet rs) LocationCapacityFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getEntityFromCache(LocationCapacityPK pk) LocationCapacityFactory.getEntityFromPK(EntityPermission entityPermission, LocationCapacityPK pk) LocationCapacityFactory.getValueFromPK(LocationCapacityPK pk) voidLocationCapacityFactory.remove(LocationCapacityPK pk) booleanLocationCapacityFactory.validPK(LocationCapacityPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationCapacityPK> pks) LocationCapacityFactory.getValuesFromPKs(Collection<LocationCapacityPK> pks) voidLocationCapacityFactory.remove(Collection<LocationCapacityPK> pks) -
Uses of LocationCapacityPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationCapacityPKConstructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationCapacityPKModifierConstructorDescriptionLocationCapacityValue(LocationCapacityPK locationCapacityPK, LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of LocationCapacityValue