Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationDetailPK
Packages that use LocationDetailPK
Package
Description
-
Uses of LocationDetailPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationDetailPKModifier and TypeMethodDescriptionLocation.getActiveDetailPK()
Location.getLastDetailPK()
LocationDetail.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationDetailPKModifier and TypeMethodDescriptionvoid
Location.setActiveDetailPK
(LocationDetailPK activeDetailPK) void
Location.setLastDetailPK
(LocationDetailPK lastDetailPK) -
Uses of LocationDetailPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationDetailPKModifier and TypeMethodDescriptionLocationDetailFactory.getNextPK()
LocationDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LocationDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationDetailPKModifier and TypeMethodDescriptionLocationDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LocationDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LocationDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) LocationDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationDetailPKModifier and TypeMethodDescriptionLocationFactory.create
(LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) LocationFactory.create
(Session session, LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) LocationDetailFactory.getEntityFromCache
(Session session, LocationDetailPK pk) LocationDetailFactory.getEntityFromPK
(EntityPermission entityPermission, LocationDetailPK pk) LocationDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationDetailPK pk) LocationDetailFactory.getValueFromPK
(Session session, LocationDetailPK pk) void
LocationDetailFactory.remove
(Session session, LocationDetailPK pk) boolean
LocationDetailFactory.validPK
(Session session, LocationDetailPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationDetailPKModifier and TypeMethodDescriptionLocationDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationDetailPK> pks) LocationDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationDetailPK> pks) LocationDetailFactory.getValuesFromPKs
(Session session, Collection<LocationDetailPK> pks) void
LocationDetailFactory.remove
(Session session, Collection<LocationDetailPK> pks) void
LocationDetailFactory.remove
(Collection<LocationDetailPK> pks) -
Uses of LocationDetailPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationDetailPKModifier and TypeMethodDescriptionLocationValue.getActiveDetailPK()
LocationValue.getLastDetailPK()
LocationDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.value with parameters of type LocationDetailPKModifier and TypeMethodDescriptionvoid
LocationValue.setActiveDetailPK
(LocationDetailPK activeDetailPK) void
LocationValue.setLastDetailPK
(LocationDetailPK lastDetailPK) Constructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationDetailPKModifierConstructorDescriptionLocationDetailValue
(LocationDetailPK locationDetailPK, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValueLocationValue
(LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) Creates a new instance of LocationValueLocationValue
(LocationPK locationPK, LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) Creates a new instance of LocationValue