Uses of Class
com.echothree.model.data.chain.common.pk.ChainKindDetailPK
Packages that use ChainKindDetailPK
Package
Description
-
Uses of ChainKindDetailPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainKindDetailPKModifier and TypeMethodDescriptionChainKind.getActiveDetailPK()ChainKind.getLastDetailPK()ChainKindDetail.getPrimaryKey()Methods in com.echothree.model.data.chain.server.entity with parameters of type ChainKindDetailPKModifier and TypeMethodDescriptionvoidChainKind.setActiveDetailPK(ChainKindDetailPK activeDetailPK) voidChainKind.setLastDetailPK(ChainKindDetailPK lastDetailPK) -
Uses of ChainKindDetailPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainKindDetailPKModifier and TypeMethodDescriptionChainKindDetailFactory.getNextPK()ChainKindDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ChainKindDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainKindDetailPKModifier and TypeMethodDescriptionChainKindDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ChainKindDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ChainKindDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ChainKindDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainKindDetailPKModifier and TypeMethodDescriptionChainKindFactory.create(ChainKindDetailPK activeDetailPK, ChainKindDetailPK lastDetailPK) ChainKindDetailFactory.getEntityFromCache(ChainKindDetailPK pk) ChainKindDetailFactory.getEntityFromPK(EntityPermission entityPermission, ChainKindDetailPK pk) ChainKindDetailFactory.getValueFromPK(ChainKindDetailPK pk) voidChainKindDetailFactory.remove(ChainKindDetailPK pk) booleanChainKindDetailFactory.validPK(ChainKindDetailPK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainKindDetailPKModifier and TypeMethodDescriptionChainKindDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainKindDetailPK> pks) ChainKindDetailFactory.getValuesFromPKs(Collection<ChainKindDetailPK> pks) voidChainKindDetailFactory.remove(Collection<ChainKindDetailPK> pks) -
Uses of ChainKindDetailPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainKindDetailPKModifier and TypeMethodDescriptionChainKindValue.getActiveDetailPK()ChainKindValue.getLastDetailPK()ChainKindDetailValue.getPrimaryKey()Methods in com.echothree.model.data.chain.server.value with parameters of type ChainKindDetailPKModifier and TypeMethodDescriptionvoidChainKindValue.setActiveDetailPK(ChainKindDetailPK activeDetailPK) voidChainKindValue.setLastDetailPK(ChainKindDetailPK lastDetailPK) Constructors in com.echothree.model.data.chain.server.value with parameters of type ChainKindDetailPKModifierConstructorDescriptionChainKindDetailValue(ChainKindDetailPK chainKindDetailPK, ChainKindPK chainKindPK, String chainKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainKindDetailValueChainKindValue(ChainKindDetailPK activeDetailPK, ChainKindDetailPK lastDetailPK) Creates a new instance of ChainKindValueChainKindValue(ChainKindPK chainKindPK, ChainKindDetailPK activeDetailPK, ChainKindDetailPK lastDetailPK) Creates a new instance of ChainKindValue -
Uses of ChainKindDetailPK in com.echothree.model.jooq.server.records.chain
Methods in com.echothree.model.jooq.server.records.chain that return ChainKindDetailPKModifier and TypeMethodDescriptionChainKinds.ActiveDetail()Getter forchainkinds.chnk_activedetailid.ChainKindDetails.ChainKindDetail()Getter forchainkinddetails.chnkdt_chainkinddetailid.ChainKinds.LastDetail()Getter forchainkinds.chnk_lastdetailid.Methods in com.echothree.model.jooq.server.records.chain that return types with arguments of type ChainKindDetailPKMethods in com.echothree.model.jooq.server.records.chain with parameters of type ChainKindDetailPKModifier and TypeMethodDescriptionvoidChainKinds.ActiveDetail(ChainKindDetailPK value) Setter forchainkinds.chnk_activedetailid.voidChainKindDetails.ChainKindDetail(ChainKindDetailPK value) Setter forchainkinddetails.chnkdt_chainkinddetailid.voidChainKinds.LastDetail(ChainKindDetailPK value) Setter forchainkinds.chnk_lastdetailid.Constructors in com.echothree.model.jooq.server.records.chain with parameters of type ChainKindDetailPKModifierConstructorDescriptionChainKindDetails(ChainKindDetailPK ChainKindDetail, ChainKindPK ChainKind, String ChainKindName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ChainKindDetailsChainKinds(ChainKindPK ChainKind, ChainKindDetailPK ActiveDetail, ChainKindDetailPK LastDetail) Create a detached, initialised ChainKinds -
Uses of ChainKindDetailPK in com.echothree.model.jooq.server.tables.chain
Fields in com.echothree.model.jooq.server.tables.chain with type parameters of type ChainKindDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ChainKinds, ChainKindDetailPK> ChainKinds.ACTIVE_DETAILThe columnchainkinds.chnk_activedetailid.final org.jooq.TableField<ChainKindDetails, ChainKindDetailPK> ChainKindDetails.CHAIN_KIND_DETAILThe columnchainkinddetails.chnkdt_chainkinddetailid.final org.jooq.TableField<ChainKinds, ChainKindDetailPK> ChainKinds.LAST_DETAILThe columnchainkinds.chnk_lastdetailid.