Uses of Class
com.echothree.model.data.selector.common.pk.SelectorKindDescriptionPK
Packages that use SelectorKindDescriptionPK
Package
Description
-
Uses of SelectorKindDescriptionPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorKindDescriptionPK -
Uses of SelectorKindDescriptionPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getNextPK()SelectorKindDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) SelectorKindDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SelectorKindDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SelectorKindDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) SelectorKindDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getEntityFromCache(SelectorKindDescriptionPK pk) SelectorKindDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SelectorKindDescriptionPK pk) SelectorKindDescriptionFactory.getValueFromPK(SelectorKindDescriptionPK pk) voidSelectorKindDescriptionFactory.remove(SelectorKindDescriptionPK pk) booleanSelectorKindDescriptionFactory.validPK(SelectorKindDescriptionPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorKindDescriptionPK> pks) SelectorKindDescriptionFactory.getValuesFromPKs(Collection<SelectorKindDescriptionPK> pks) voidSelectorKindDescriptionFactory.remove(Collection<SelectorKindDescriptionPK> pks) -
Uses of SelectorKindDescriptionPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorKindDescriptionPKConstructors in com.echothree.model.data.selector.server.value with parameters of type SelectorKindDescriptionPKModifierConstructorDescriptionSelectorKindDescriptionValue(SelectorKindDescriptionPK selectorKindDescriptionPK, SelectorKindPK selectorKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDescriptionValue -
Uses of SelectorKindDescriptionPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return SelectorKindDescriptionPKModifier and TypeMethodDescriptionSelectorKindDescriptions.SelectorKindDescription()Getter forselectorkinddescriptions.slkd_selectorkinddescriptionid.Methods in com.echothree.model.jooq.server.records.selector that return types with arguments of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<SelectorKindDescriptionPK> SelectorKindDescriptions.key()Methods in com.echothree.model.jooq.server.records.selector with parameters of type SelectorKindDescriptionPKModifier and TypeMethodDescriptionvoidSelectorKindDescriptions.SelectorKindDescription(SelectorKindDescriptionPK value) Setter forselectorkinddescriptions.slkd_selectorkinddescriptionid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type SelectorKindDescriptionPKModifierConstructorDescriptionSelectorKindDescriptions(SelectorKindDescriptionPK SelectorKindDescription, SelectorKindPK SelectorKind, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SelectorKindDescriptions -
Uses of SelectorKindDescriptionPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type SelectorKindDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorKindDescriptions, SelectorKindDescriptionPK> SelectorKindDescriptions.SELECTOR_KIND_DESCRIPTIONThe columnselectorkinddescriptions.slkd_selectorkinddescriptionid.