Uses of Class
com.echothree.model.data.offer.common.pk.UseDescriptionPK
Packages that use UseDescriptionPK
Package
Description
-
Uses of UseDescriptionPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UseDescriptionPK -
Uses of UseDescriptionPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getNextPK()UseDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) UseDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) UseDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) UseDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) UseDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getEntityFromCache(UseDescriptionPK pk) UseDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, UseDescriptionPK pk) UseDescriptionFactory.getValueFromPK(UseDescriptionPK pk) voidUseDescriptionFactory.remove(UseDescriptionPK pk) booleanUseDescriptionFactory.validPK(UseDescriptionPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UseDescriptionPK> pks) UseDescriptionFactory.getValuesFromPKs(Collection<UseDescriptionPK> pks) voidUseDescriptionFactory.remove(Collection<UseDescriptionPK> pks) -
Uses of UseDescriptionPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UseDescriptionPKConstructors in com.echothree.model.data.offer.server.value with parameters of type UseDescriptionPKModifierConstructorDescriptionUseDescriptionValue(UseDescriptionPK useDescriptionPK, UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValue -
Uses of UseDescriptionPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptions.UseDescription()Getter forusedescriptions.used_usedescriptionid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type UseDescriptionPKMethods in com.echothree.model.jooq.server.records.offer with parameters of type UseDescriptionPKModifier and TypeMethodDescriptionvoidUseDescriptions.UseDescription(UseDescriptionPK value) Setter forusedescriptions.used_usedescriptionid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type UseDescriptionPKModifierConstructorDescriptionUseDescriptions(UseDescriptionPK UseDescription, UsePK Use, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised UseDescriptions -
Uses of UseDescriptionPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type UseDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<UseDescriptions, UseDescriptionPK> UseDescriptions.USE_DESCRIPTIONThe columnusedescriptions.used_usedescriptionid.