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 -
Uses of LocationDescriptionPK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptions.LocationDescription()Getter forlocationdescriptions.locd_locationdescriptionid.Methods in com.echothree.model.jooq.server.records.warehouse that return types with arguments of type LocationDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<LocationDescriptionPK> LocationDescriptions.key()Methods in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationDescriptionPKModifier and TypeMethodDescriptionvoidLocationDescriptions.LocationDescription(LocationDescriptionPK value) Setter forlocationdescriptions.locd_locationdescriptionid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationDescriptionPKModifierConstructorDescriptionLocationDescriptions(LocationDescriptionPK LocationDescription, LocationPK Location, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LocationDescriptions -
Uses of LocationDescriptionPK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationDescriptions, LocationDescriptionPK> LocationDescriptions.LOCATION_DESCRIPTIONThe columnlocationdescriptions.locd_locationdescriptionid.