Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationDescriptionPK
Packages that use LocationDescriptionPK
Package
Description
-
Uses of LocationDescriptionPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationDescriptionPK -
Uses of LocationDescriptionPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getNextPK()LocationDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) LocationDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LocationDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LocationDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) LocationDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getEntityFromCache(LocationDescriptionPK pk) LocationDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, LocationDescriptionPK pk) LocationDescriptionFactory.getValueFromPK(LocationDescriptionPK pk) voidLocationDescriptionFactory.remove(LocationDescriptionPK pk) booleanLocationDescriptionFactory.validPK(LocationDescriptionPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationDescriptionPK> pks) LocationDescriptionFactory.getValuesFromPKs(Collection<LocationDescriptionPK> pks) voidLocationDescriptionFactory.remove(Collection<LocationDescriptionPK> pks) -
Uses of LocationDescriptionPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationDescriptionPKConstructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationDescriptionPKModifierConstructorDescriptionLocationDescriptionValue(LocationDescriptionPK locationDescriptionPK, LocationPK locationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LocationDescriptionValue