Uses of Class
com.echothree.model.data.chain.common.pk.ChainDetailPK
Packages that use ChainDetailPK
Package
Description
-
Uses of ChainDetailPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainDetailPKModifier and TypeMethodDescriptionChain.getActiveDetailPK()Chain.getLastDetailPK()ChainDetail.getPrimaryKey()Methods in com.echothree.model.data.chain.server.entity with parameters of type ChainDetailPKModifier and TypeMethodDescriptionvoidChain.setActiveDetailPK(ChainDetailPK activeDetailPK) voidChain.setLastDetailPK(ChainDetailPK lastDetailPK) -
Uses of ChainDetailPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainDetailPKModifier and TypeMethodDescriptionChainDetailFactory.getNextPK()ChainDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ChainDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainDetailPKModifier and TypeMethodDescriptionChainDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ChainDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ChainDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ChainDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainDetailPKModifier and TypeMethodDescriptionChainFactory.create(ChainDetailPK activeDetailPK, ChainDetailPK lastDetailPK) ChainDetailFactory.getEntityFromCache(ChainDetailPK pk) ChainDetailFactory.getEntityFromPK(EntityPermission entityPermission, ChainDetailPK pk) ChainDetailFactory.getValueFromPK(ChainDetailPK pk) voidChainDetailFactory.remove(ChainDetailPK pk) booleanChainDetailFactory.validPK(ChainDetailPK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainDetailPKModifier and TypeMethodDescriptionChainDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainDetailPK> pks) ChainDetailFactory.getValuesFromPKs(Collection<ChainDetailPK> pks) voidChainDetailFactory.remove(Collection<ChainDetailPK> pks) -
Uses of ChainDetailPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainDetailPKModifier and TypeMethodDescriptionChainValue.getActiveDetailPK()ChainValue.getLastDetailPK()ChainDetailValue.getPrimaryKey()Methods in com.echothree.model.data.chain.server.value with parameters of type ChainDetailPKModifier and TypeMethodDescriptionvoidChainValue.setActiveDetailPK(ChainDetailPK activeDetailPK) voidChainValue.setLastDetailPK(ChainDetailPK lastDetailPK) Constructors in com.echothree.model.data.chain.server.value with parameters of type ChainDetailPKModifierConstructorDescriptionChainDetailValue(ChainDetailPK chainDetailPK, ChainPK chainPK, ChainTypePK chainTypePK, String chainName, SequencePK chainInstanceSequencePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainDetailValueChainValue(ChainDetailPK activeDetailPK, ChainDetailPK lastDetailPK) Creates a new instance of ChainValueChainValue(ChainPK chainPK, ChainDetailPK activeDetailPK, ChainDetailPK lastDetailPK) Creates a new instance of ChainValue -
Uses of ChainDetailPK in com.echothree.model.jooq.server.records.chain
Methods in com.echothree.model.jooq.server.records.chain that return ChainDetailPKModifier and TypeMethodDescriptionChains.ActiveDetail()Getter forchains.chn_activedetailid.ChainDetails.ChainDetail()Getter forchaindetails.chndt_chaindetailid.Chains.LastDetail()Getter forchains.chn_lastdetailid.Methods in com.echothree.model.jooq.server.records.chain that return types with arguments of type ChainDetailPKMethods in com.echothree.model.jooq.server.records.chain with parameters of type ChainDetailPKModifier and TypeMethodDescriptionvoidChains.ActiveDetail(ChainDetailPK value) Setter forchains.chn_activedetailid.voidChainDetails.ChainDetail(ChainDetailPK value) Setter forchaindetails.chndt_chaindetailid.voidChains.LastDetail(ChainDetailPK value) Setter forchains.chn_lastdetailid.Constructors in com.echothree.model.jooq.server.records.chain with parameters of type ChainDetailPKModifierConstructorDescriptionChainDetails(ChainDetailPK ChainDetail, ChainPK Chain, ChainTypePK ChainType, String ChainName, SequencePK ChainInstanceSequence, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ChainDetailsChains(ChainPK Chain, ChainDetailPK ActiveDetail, ChainDetailPK LastDetail) Create a detached, initialised Chains -
Uses of ChainDetailPK in com.echothree.model.jooq.server.tables.chain
Fields in com.echothree.model.jooq.server.tables.chain with type parameters of type ChainDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Chains, ChainDetailPK> Chains.ACTIVE_DETAILThe columnchains.chn_activedetailid.final org.jooq.TableField<ChainDetails, ChainDetailPK> ChainDetails.CHAIN_DETAILThe columnchaindetails.chndt_chaindetailid.final org.jooq.TableField<Chains, ChainDetailPK> Chains.LAST_DETAILThe columnchains.chn_lastdetailid.