Uses of Class
com.echothree.model.data.selector.common.pk.SelectorKindDetailPK
Packages that use SelectorKindDetailPK
Package
Description
-
Uses of SelectorKindDetailPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorKindDetailPKModifier and TypeMethodDescriptionSelectorKind.getActiveDetailPK()SelectorKind.getLastDetailPK()SelectorKindDetail.getPrimaryKey()Methods in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindDetailPKModifier and TypeMethodDescriptionvoidSelectorKind.setActiveDetailPK(SelectorKindDetailPK activeDetailPK) voidSelectorKind.setLastDetailPK(SelectorKindDetailPK lastDetailPK) -
Uses of SelectorKindDetailPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorKindDetailPKModifier and TypeMethodDescriptionSelectorKindDetailFactory.getNextPK()SelectorKindDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) SelectorKindDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorKindDetailPKModifier and TypeMethodDescriptionSelectorKindDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SelectorKindDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SelectorKindDetailFactory.getPKsFromResultSetAsList(ResultSet rs) SelectorKindDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorKindDetailPKModifier and TypeMethodDescriptionSelectorKindFactory.create(SelectorKindDetailPK activeDetailPK, SelectorKindDetailPK lastDetailPK) SelectorKindDetailFactory.getEntityFromCache(SelectorKindDetailPK pk) SelectorKindDetailFactory.getEntityFromPK(EntityPermission entityPermission, SelectorKindDetailPK pk) SelectorKindDetailFactory.getValueFromPK(SelectorKindDetailPK pk) voidSelectorKindDetailFactory.remove(SelectorKindDetailPK pk) booleanSelectorKindDetailFactory.validPK(SelectorKindDetailPK pk) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorKindDetailPKModifier and TypeMethodDescriptionSelectorKindDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorKindDetailPK> pks) SelectorKindDetailFactory.getValuesFromPKs(Collection<SelectorKindDetailPK> pks) voidSelectorKindDetailFactory.remove(Collection<SelectorKindDetailPK> pks) -
Uses of SelectorKindDetailPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorKindDetailPKModifier and TypeMethodDescriptionSelectorKindValue.getActiveDetailPK()SelectorKindValue.getLastDetailPK()SelectorKindDetailValue.getPrimaryKey()Methods in com.echothree.model.data.selector.server.value with parameters of type SelectorKindDetailPKModifier and TypeMethodDescriptionvoidSelectorKindValue.setActiveDetailPK(SelectorKindDetailPK activeDetailPK) voidSelectorKindValue.setLastDetailPK(SelectorKindDetailPK lastDetailPK) Constructors in com.echothree.model.data.selector.server.value with parameters of type SelectorKindDetailPKModifierConstructorDescriptionSelectorKindDetailValue(SelectorKindDetailPK selectorKindDetailPK, SelectorKindPK selectorKindPK, String selectorKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SelectorKindDetailValueSelectorKindValue(SelectorKindDetailPK activeDetailPK, SelectorKindDetailPK lastDetailPK) Creates a new instance of SelectorKindValueSelectorKindValue(SelectorKindPK selectorKindPK, SelectorKindDetailPK activeDetailPK, SelectorKindDetailPK lastDetailPK) Creates a new instance of SelectorKindValue -
Uses of SelectorKindDetailPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return SelectorKindDetailPKModifier and TypeMethodDescriptionSelectorKinds.ActiveDetail()Getter forselectorkinds.slk_activedetailid.SelectorKinds.LastDetail()Getter forselectorkinds.slk_lastdetailid.SelectorKindDetails.SelectorKindDetail()Getter forselectorkinddetails.slkdt_selectorkinddetailid.Methods in com.echothree.model.jooq.server.records.selector that return types with arguments of type SelectorKindDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<SelectorKindDetailPK> SelectorKindDetails.key()Methods in com.echothree.model.jooq.server.records.selector with parameters of type SelectorKindDetailPKModifier and TypeMethodDescriptionvoidSelectorKinds.ActiveDetail(SelectorKindDetailPK value) Setter forselectorkinds.slk_activedetailid.voidSelectorKinds.LastDetail(SelectorKindDetailPK value) Setter forselectorkinds.slk_lastdetailid.voidSelectorKindDetails.SelectorKindDetail(SelectorKindDetailPK value) Setter forselectorkinddetails.slkdt_selectorkinddetailid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type SelectorKindDetailPKModifierConstructorDescriptionSelectorKindDetails(SelectorKindDetailPK SelectorKindDetail, SelectorKindPK SelectorKind, String SelectorKindName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised SelectorKindDetailsSelectorKinds(SelectorKindPK SelectorKind, SelectorKindDetailPK ActiveDetail, SelectorKindDetailPK LastDetail) Create a detached, initialised SelectorKinds -
Uses of SelectorKindDetailPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type SelectorKindDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorKinds, SelectorKindDetailPK> SelectorKinds.ACTIVE_DETAILThe columnselectorkinds.slk_activedetailid.final org.jooq.TableField<SelectorKinds, SelectorKindDetailPK> SelectorKinds.LAST_DETAILThe columnselectorkinds.slk_lastdetailid.final org.jooq.TableField<SelectorKindDetails, SelectorKindDetailPK> SelectorKindDetails.SELECTOR_KIND_DETAILThe columnselectorkinddetails.slkdt_selectorkinddetailid.