Uses of Class
com.echothree.model.data.selector.common.pk.SelectorNodeGeoCodePK
Packages that use SelectorNodeGeoCodePK
Package
Description
-
Uses of SelectorNodeGeoCodePK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorNodeGeoCodePK -
Uses of SelectorNodeGeoCodePK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorNodeGeoCodePKModifier and TypeMethodDescriptionSelectorNodeGeoCodeFactory.getNextPK()SelectorNodeGeoCodeFactory.getPKFromQuery(PreparedStatement ps, Object... params) SelectorNodeGeoCodeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorNodeGeoCodePKModifier and TypeMethodDescriptionSelectorNodeGeoCodeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SelectorNodeGeoCodeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SelectorNodeGeoCodeFactory.getPKsFromResultSetAsList(ResultSet rs) SelectorNodeGeoCodeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorNodeGeoCodePKModifier and TypeMethodDescriptionSelectorNodeGeoCodeFactory.getEntityFromCache(SelectorNodeGeoCodePK pk) SelectorNodeGeoCodeFactory.getEntityFromPK(EntityPermission entityPermission, SelectorNodeGeoCodePK pk) SelectorNodeGeoCodeFactory.getValueFromPK(SelectorNodeGeoCodePK pk) voidSelectorNodeGeoCodeFactory.remove(SelectorNodeGeoCodePK pk) booleanSelectorNodeGeoCodeFactory.validPK(SelectorNodeGeoCodePK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorNodeGeoCodePKModifier and TypeMethodDescriptionSelectorNodeGeoCodeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorNodeGeoCodePK> pks) SelectorNodeGeoCodeFactory.getValuesFromPKs(Collection<SelectorNodeGeoCodePK> pks) voidSelectorNodeGeoCodeFactory.remove(Collection<SelectorNodeGeoCodePK> pks) -
Uses of SelectorNodeGeoCodePK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorNodeGeoCodePKConstructors in com.echothree.model.data.selector.server.value with parameters of type SelectorNodeGeoCodePKModifierConstructorDescriptionSelectorNodeGeoCodeValue(SelectorNodeGeoCodePK selectorNodeGeoCodePK, SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeGeoCodeValue -
Uses of SelectorNodeGeoCodePK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return SelectorNodeGeoCodePKModifier and TypeMethodDescriptionSelectorNodeGeoCodes.SelectorNodeGeoCode()Getter forselectornodegeocodes.slndgeo_selectornodegeocodeid.Methods in com.echothree.model.jooq.server.records.selector that return types with arguments of type SelectorNodeGeoCodePKModifier and TypeMethodDescriptionorg.jooq.Record1<SelectorNodeGeoCodePK> SelectorNodeGeoCodes.key()Methods in com.echothree.model.jooq.server.records.selector with parameters of type SelectorNodeGeoCodePKModifier and TypeMethodDescriptionvoidSelectorNodeGeoCodes.SelectorNodeGeoCode(SelectorNodeGeoCodePK value) Setter forselectornodegeocodes.slndgeo_selectornodegeocodeid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type SelectorNodeGeoCodePKModifierConstructorDescriptionSelectorNodeGeoCodes(SelectorNodeGeoCodePK SelectorNodeGeoCode, SelectorNodePK SelectorNode, GeoCodePK GeoCode, Long FromTime, Long ThruTime) Create a detached, initialised SelectorNodeGeoCodes -
Uses of SelectorNodeGeoCodePK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type SelectorNodeGeoCodePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorNodeGeoCodes, SelectorNodeGeoCodePK> SelectorNodeGeoCodes.SELECTOR_NODE_GEO_CODEThe columnselectornodegeocodes.slndgeo_selectornodegeocodeid.