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
(Session session, LocationCapacityPK pk) LocationCapacityFactory.getEntityFromPK
(EntityPermission entityPermission, LocationCapacityPK pk) LocationCapacityFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationCapacityPK pk) LocationCapacityFactory.getValueFromPK
(Session session, LocationCapacityPK pk) void
LocationCapacityFactory.remove
(Session session, LocationCapacityPK pk) boolean
LocationCapacityFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationCapacityPK> pks) LocationCapacityFactory.getValuesFromPKs
(Session session, Collection<LocationCapacityPK> pks) void
LocationCapacityFactory.remove
(Session session, Collection<LocationCapacityPK> pks) void
LocationCapacityFactory.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