Uses of Class
com.echothree.model.data.scale.common.pk.ScaleDescriptionPK
Packages that use ScaleDescriptionPK
Package
Description
-
Uses of ScaleDescriptionPK in com.echothree.model.data.scale.server.entity
Methods in com.echothree.model.data.scale.server.entity that return ScaleDescriptionPK -
Uses of ScaleDescriptionPK in com.echothree.model.data.scale.server.factory
Methods in com.echothree.model.data.scale.server.factory that return ScaleDescriptionPKModifier and TypeMethodDescriptionScaleDescriptionFactory.getNextPK()ScaleDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ScaleDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.scale.server.factory that return types with arguments of type ScaleDescriptionPKModifier and TypeMethodDescriptionScaleDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ScaleDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ScaleDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ScaleDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.scale.server.factory with parameters of type ScaleDescriptionPKModifier and TypeMethodDescriptionScaleDescriptionFactory.getEntityFromCache(ScaleDescriptionPK pk) ScaleDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ScaleDescriptionPK pk) ScaleDescriptionFactory.getValueFromPK(ScaleDescriptionPK pk) voidScaleDescriptionFactory.remove(ScaleDescriptionPK pk) booleanScaleDescriptionFactory.validPK(ScaleDescriptionPK pk) Method parameters in com.echothree.model.data.scale.server.factory with type arguments of type ScaleDescriptionPKModifier and TypeMethodDescriptionScaleDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ScaleDescriptionPK> pks) ScaleDescriptionFactory.getValuesFromPKs(Collection<ScaleDescriptionPK> pks) voidScaleDescriptionFactory.remove(Collection<ScaleDescriptionPK> pks) -
Uses of ScaleDescriptionPK in com.echothree.model.data.scale.server.value
Methods in com.echothree.model.data.scale.server.value that return ScaleDescriptionPKConstructors in com.echothree.model.data.scale.server.value with parameters of type ScaleDescriptionPKModifierConstructorDescriptionScaleDescriptionValue(ScaleDescriptionPK scaleDescriptionPK, ScalePK scalePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ScaleDescriptionValue -
Uses of ScaleDescriptionPK in com.echothree.model.jooq.server.records.scale
Methods in com.echothree.model.jooq.server.records.scale that return ScaleDescriptionPKModifier and TypeMethodDescriptionScaleDescriptions.ScaleDescription()Getter forscaledescriptions.scld_scaledescriptionid.Methods in com.echothree.model.jooq.server.records.scale that return types with arguments of type ScaleDescriptionPKMethods in com.echothree.model.jooq.server.records.scale with parameters of type ScaleDescriptionPKModifier and TypeMethodDescriptionvoidScaleDescriptions.ScaleDescription(ScaleDescriptionPK value) Setter forscaledescriptions.scld_scaledescriptionid.Constructors in com.echothree.model.jooq.server.records.scale with parameters of type ScaleDescriptionPKModifierConstructorDescriptionScaleDescriptions(ScaleDescriptionPK ScaleDescription, ScalePK Scale, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ScaleDescriptions -
Uses of ScaleDescriptionPK in com.echothree.model.jooq.server.tables.scale
Fields in com.echothree.model.jooq.server.tables.scale with type parameters of type ScaleDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ScaleDescriptions, ScaleDescriptionPK> ScaleDescriptions.SCALE_DESCRIPTIONThe columnscaledescriptions.scld_scaledescriptionid.