Uses of Class
com.echothree.model.data.offer.common.pk.UsePK
Packages that use UsePK
Package
Description
-
Uses of UsePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UsePKModifier and TypeMethodDescriptionUse.getPrimaryKey()OfferUseDetail.getUsePK()UseDescription.getUsePK()UseDetail.getUsePK()Methods in com.echothree.model.data.offer.server.entity with parameters of type UsePK -
Uses of UsePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UsePKModifier and TypeMethodDescriptionUseFactory.getNextPK()UseFactory.getPKFromQuery(PreparedStatement ps, Object... params) UseFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UsePKModifier and TypeMethodDescriptionUseFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) UseFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) UseFactory.getPKsFromResultSetAsList(ResultSet rs) UseFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UsePKModifier and TypeMethodDescriptionOfferUseDetailFactory.create(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) UseDescriptionFactory.create(UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) UseDetailFactory.create(UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) UseFactory.getEntityFromCache(UsePK pk) UseFactory.getEntityFromPK(EntityPermission entityPermission, UsePK pk) UseFactory.getValueFromPK(UsePK pk) voidbooleanMethod parameters in com.echothree.model.data.offer.server.factory with type arguments of type UsePKModifier and TypeMethodDescriptionUseFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UsePK> pks) UseFactory.getValuesFromPKs(Collection<UsePK> pks) voidUseFactory.remove(Collection<UsePK> pks) -
Uses of UsePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UsePKModifier and TypeMethodDescriptionUseValue.getPrimaryKey()OfferUseDetailValue.getUsePK()UseDescriptionValue.getUsePK()UseDetailValue.getUsePK()Methods in com.echothree.model.data.offer.server.value with parameters of type UsePKModifier and TypeMethodDescriptionvoidvoidvoidConstructors in com.echothree.model.data.offer.server.value with parameters of type UsePKModifierConstructorDescriptionOfferUseDetailValue(OfferUseDetailPK offerUseDetailPK, OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) Creates a new instance of OfferUseDetailValueOfferUseDetailValue(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) Creates a new instance of OfferUseDetailValueUseDescriptionValue(UseDescriptionPK useDescriptionPK, UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValueUseDescriptionValue(UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValueUseDetailValue(UseDetailPK useDetailPK, UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of UseDetailValueUseDetailValue(UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of UseDetailValueUseValue(UsePK usePK, UseDetailPK activeDetailPK, UseDetailPK lastDetailPK) Creates a new instance of UseValue -
Uses of UsePK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return UsePKModifier and TypeMethodDescriptionOfferUseDetails.Use()Getter forofferusedetails.ofrusedt_use_useid.UseDescriptions.Use()Getter forusedescriptions.used_use_useid.UseDetails.Use()Getter forusedetails.usedt_use_useid.Uses.Use()Getter foruses.use_useid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type UsePKMethods in com.echothree.model.jooq.server.records.offer with parameters of type UsePKModifier and TypeMethodDescriptionvoidSetter forofferusedetails.ofrusedt_use_useid.voidSetter forusedescriptions.used_use_useid.voidSetter forusedetails.usedt_use_useid.voidSetter foruses.use_useid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type UsePKModifierConstructorDescriptionOfferUseDetails(OfferUseDetailPK OfferUseDetail, OfferUsePK OfferUse, OfferPK Offer, UsePK Use, SequencePK SalesOrderSequence, Long FromTime, Long ThruTime) Create a detached, initialised OfferUseDetailsUseDescriptions(UseDescriptionPK UseDescription, UsePK Use, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised UseDescriptionsUseDetails(UseDetailPK UseDetail, UsePK Use, String UseName, UseTypePK UseType, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised UseDetailsUses(UsePK Use, UseDetailPK ActiveDetail, UseDetailPK LastDetail) Create a detached, initialised Uses -
Uses of UsePK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type UsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferUseDetails, UsePK> OfferUseDetails.USEThe columnofferusedetails.ofrusedt_use_useid.final org.jooq.TableField<UseDescriptions, UsePK> UseDescriptions.USEThe columnusedescriptions.used_use_useid.final org.jooq.TableField<UseDetails, UsePK> UseDetails.USEThe columnusedetails.usedt_use_useid.Uses.USEThe columnuses.use_useid.