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 TypeMethodDescriptionvoidLocation.setActiveDetailPK(LocationDetailPK activeDetailPK) voidLocation.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) LocationDetailFactory.getEntityFromCache(LocationDetailPK pk) LocationDetailFactory.getEntityFromPK(EntityPermission entityPermission, LocationDetailPK pk) LocationDetailFactory.getValueFromPK(LocationDetailPK pk) voidLocationDetailFactory.remove(LocationDetailPK pk) booleanLocationDetailFactory.validPK(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.getValuesFromPKs(Collection<LocationDetailPK> pks) voidLocationDetailFactory.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 TypeMethodDescriptionvoidLocationValue.setActiveDetailPK(LocationDetailPK activeDetailPK) voidLocationValue.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