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 TypeMethodDescriptionvoid
Chain.setActiveDetailPK
(ChainDetailPK activeDetailPK) void
Chain.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) ChainFactory.create
(Session session, ChainDetailPK activeDetailPK, ChainDetailPK lastDetailPK) ChainDetailFactory.getEntityFromCache
(Session session, ChainDetailPK pk) ChainDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ChainDetailPK pk) ChainDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainDetailPK pk) ChainDetailFactory.getValueFromPK
(Session session, ChainDetailPK pk) void
ChainDetailFactory.remove
(Session session, ChainDetailPK pk) boolean
ChainDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainDetailPK> pks) ChainDetailFactory.getValuesFromPKs
(Session session, Collection<ChainDetailPK> pks) void
ChainDetailFactory.remove
(Session session, Collection<ChainDetailPK> pks) void
ChainDetailFactory.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 TypeMethodDescriptionvoid
ChainValue.setActiveDetailPK
(ChainDetailPK activeDetailPK) void
ChainValue.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