Uses of Class
com.echothree.model.data.selector.common.pk.SelectorDescriptionPK
Packages that use SelectorDescriptionPK
Package
Description
-
Uses of SelectorDescriptionPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorDescriptionPK -
Uses of SelectorDescriptionPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorDescriptionPKModifier and TypeMethodDescriptionSelectorDescriptionFactory.getNextPK()SelectorDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) SelectorDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorDescriptionPKModifier and TypeMethodDescriptionSelectorDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SelectorDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SelectorDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) SelectorDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorDescriptionPKModifier and TypeMethodDescriptionSelectorDescriptionFactory.getEntityFromCache(SelectorDescriptionPK pk) SelectorDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SelectorDescriptionPK pk) SelectorDescriptionFactory.getValueFromPK(SelectorDescriptionPK pk) voidSelectorDescriptionFactory.remove(SelectorDescriptionPK pk) booleanSelectorDescriptionFactory.validPK(SelectorDescriptionPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorDescriptionPKModifier and TypeMethodDescriptionSelectorDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorDescriptionPK> pks) SelectorDescriptionFactory.getValuesFromPKs(Collection<SelectorDescriptionPK> pks) voidSelectorDescriptionFactory.remove(Collection<SelectorDescriptionPK> pks) -
Uses of SelectorDescriptionPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorDescriptionPKConstructors in com.echothree.model.data.selector.server.value with parameters of type SelectorDescriptionPKModifierConstructorDescriptionSelectorDescriptionValue(SelectorDescriptionPK selectorDescriptionPK, SelectorPK selectorPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorDescriptionValue -
Uses of SelectorDescriptionPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return SelectorDescriptionPKModifier and TypeMethodDescriptionSelectorDescriptions.SelectorDescription()Getter forselectordescriptions.sld_selectordescriptionid.Methods in com.echothree.model.jooq.server.records.selector that return types with arguments of type SelectorDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<SelectorDescriptionPK> SelectorDescriptions.key()Methods in com.echothree.model.jooq.server.records.selector with parameters of type SelectorDescriptionPKModifier and TypeMethodDescriptionvoidSelectorDescriptions.SelectorDescription(SelectorDescriptionPK value) Setter forselectordescriptions.sld_selectordescriptionid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type SelectorDescriptionPKModifierConstructorDescriptionSelectorDescriptions(SelectorDescriptionPK SelectorDescription, SelectorPK Selector, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SelectorDescriptions -
Uses of SelectorDescriptionPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type SelectorDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorDescriptions, SelectorDescriptionPK> SelectorDescriptions.SELECTOR_DESCRIPTIONThe columnselectordescriptions.sld_selectordescriptionid.