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