Uses of Class
com.echothree.model.data.carrier.common.pk.CarrierOptionDescriptionPK
Packages that use CarrierOptionDescriptionPK
Package
Description
-
Uses of CarrierOptionDescriptionPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return CarrierOptionDescriptionPK -
Uses of CarrierOptionDescriptionPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory that return CarrierOptionDescriptionPKModifier and TypeMethodDescriptionCarrierOptionDescriptionFactory.getNextPK()CarrierOptionDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) CarrierOptionDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory that return types with arguments of type CarrierOptionDescriptionPKModifier and TypeMethodDescriptionCarrierOptionDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CarrierOptionDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CarrierOptionDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) CarrierOptionDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.carrier.server.factory with parameters of type CarrierOptionDescriptionPKModifier and TypeMethodDescriptionCarrierOptionDescriptionFactory.getEntityFromCache(CarrierOptionDescriptionPK pk) CarrierOptionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, CarrierOptionDescriptionPK pk) CarrierOptionDescriptionFactory.getValueFromPK(CarrierOptionDescriptionPK pk) voidCarrierOptionDescriptionFactory.remove(CarrierOptionDescriptionPK pk) booleanCarrierOptionDescriptionFactory.validPK(CarrierOptionDescriptionPK pk) Method parameters in com.echothree.model.data.carrier.server.factory with type arguments of type CarrierOptionDescriptionPKModifier and TypeMethodDescriptionCarrierOptionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CarrierOptionDescriptionPK> pks) CarrierOptionDescriptionFactory.getValuesFromPKs(Collection<CarrierOptionDescriptionPK> pks) voidCarrierOptionDescriptionFactory.remove(Collection<CarrierOptionDescriptionPK> pks) -
Uses of CarrierOptionDescriptionPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return CarrierOptionDescriptionPKConstructors in com.echothree.model.data.carrier.server.value with parameters of type CarrierOptionDescriptionPKModifierConstructorDescriptionCarrierOptionDescriptionValue(CarrierOptionDescriptionPK carrierOptionDescriptionPK, CarrierOptionPK carrierOptionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of CarrierOptionDescriptionValue -
Uses of CarrierOptionDescriptionPK in com.echothree.model.jooq.server.records.carrier
Methods in com.echothree.model.jooq.server.records.carrier that return CarrierOptionDescriptionPKModifier and TypeMethodDescriptionCarrierOptionDescriptions.CarrierOptionDescription()Getter forcarrieroptiondescriptions.crroptd_carrieroptiondescriptionid.Methods in com.echothree.model.jooq.server.records.carrier that return types with arguments of type CarrierOptionDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<CarrierOptionDescriptionPK> CarrierOptionDescriptions.key()Methods in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierOptionDescriptionPKModifier and TypeMethodDescriptionvoidCarrierOptionDescriptions.CarrierOptionDescription(CarrierOptionDescriptionPK value) Setter forcarrieroptiondescriptions.crroptd_carrieroptiondescriptionid.Constructors in com.echothree.model.jooq.server.records.carrier with parameters of type CarrierOptionDescriptionPKModifierConstructorDescriptionCarrierOptionDescriptions(CarrierOptionDescriptionPK CarrierOptionDescription, CarrierOptionPK CarrierOption, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised CarrierOptionDescriptions -
Uses of CarrierOptionDescriptionPK in com.echothree.model.jooq.server.tables.carrier
Fields in com.echothree.model.jooq.server.tables.carrier with type parameters of type CarrierOptionDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CarrierOptionDescriptions, CarrierOptionDescriptionPK> CarrierOptionDescriptions.CARRIER_OPTION_DESCRIPTIONThe columncarrieroptiondescriptions.crroptd_carrieroptiondescriptionid.