Uses of Class
com.echothree.model.data.selector.common.pk.SelectorNodeDescriptionPK
Packages that use SelectorNodeDescriptionPK
Package
Description
-
Uses of SelectorNodeDescriptionPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorNodeDescriptionPK -
Uses of SelectorNodeDescriptionPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorNodeDescriptionPKModifier and TypeMethodDescriptionSelectorNodeDescriptionFactory.getNextPK()SelectorNodeDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) SelectorNodeDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorNodeDescriptionPKModifier and TypeMethodDescriptionSelectorNodeDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SelectorNodeDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SelectorNodeDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) SelectorNodeDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorNodeDescriptionPKModifier and TypeMethodDescriptionSelectorNodeDescriptionFactory.getEntityFromCache(SelectorNodeDescriptionPK pk) SelectorNodeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SelectorNodeDescriptionPK pk) SelectorNodeDescriptionFactory.getValueFromPK(SelectorNodeDescriptionPK pk) voidSelectorNodeDescriptionFactory.remove(SelectorNodeDescriptionPK pk) booleanSelectorNodeDescriptionFactory.validPK(SelectorNodeDescriptionPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorNodeDescriptionPKModifier and TypeMethodDescriptionSelectorNodeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorNodeDescriptionPK> pks) SelectorNodeDescriptionFactory.getValuesFromPKs(Collection<SelectorNodeDescriptionPK> pks) voidSelectorNodeDescriptionFactory.remove(Collection<SelectorNodeDescriptionPK> pks) -
Uses of SelectorNodeDescriptionPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorNodeDescriptionPKConstructors in com.echothree.model.data.selector.server.value with parameters of type SelectorNodeDescriptionPKModifierConstructorDescriptionSelectorNodeDescriptionValue(SelectorNodeDescriptionPK selectorNodeDescriptionPK, SelectorNodePK selectorNodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeDescriptionValue -
Uses of SelectorNodeDescriptionPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return SelectorNodeDescriptionPKModifier and TypeMethodDescriptionSelectorNodeDescriptions.SelectorNodeDescription()Getter forselectornodedescriptions.slndd_selectornodedescriptionid.Methods in com.echothree.model.jooq.server.records.selector that return types with arguments of type SelectorNodeDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<SelectorNodeDescriptionPK> SelectorNodeDescriptions.key()Methods in com.echothree.model.jooq.server.records.selector with parameters of type SelectorNodeDescriptionPKModifier and TypeMethodDescriptionvoidSelectorNodeDescriptions.SelectorNodeDescription(SelectorNodeDescriptionPK value) Setter forselectornodedescriptions.slndd_selectornodedescriptionid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type SelectorNodeDescriptionPKModifierConstructorDescriptionSelectorNodeDescriptions(SelectorNodeDescriptionPK SelectorNodeDescription, SelectorNodePK SelectorNode, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised SelectorNodeDescriptions -
Uses of SelectorNodeDescriptionPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type SelectorNodeDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorNodeDescriptions, SelectorNodeDescriptionPK> SelectorNodeDescriptions.SELECTOR_NODE_DESCRIPTIONThe columnselectornodedescriptions.slndd_selectornodedescriptionid.