Uses of Class
com.echothree.model.data.chain.common.pk.ChainInstancePK
Packages that use ChainInstancePK
Package
Description
-
Uses of ChainInstancePK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainInstancePKModifier and TypeMethodDescriptionChainInstanceDetail.getChainInstancePK()
ChainInstanceEntityRole.getChainInstancePK()
ChainInstanceStatus.getChainInstancePK()
ChainInstance.getPrimaryKey()
Methods in com.echothree.model.data.chain.server.entity with parameters of type ChainInstancePKModifier and TypeMethodDescriptionvoid
ChainInstanceDetail.setChainInstancePK
(ChainInstancePK chainInstancePK) void
ChainInstanceEntityRole.setChainInstancePK
(ChainInstancePK chainInstancePK) void
ChainInstanceStatus.setChainInstancePK
(ChainInstancePK chainInstancePK) -
Uses of ChainInstancePK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainInstancePKModifier and TypeMethodDescriptionChainInstanceFactory.getNextPK()
ChainInstanceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ChainInstanceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainInstancePKModifier and TypeMethodDescriptionChainInstanceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ChainInstanceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ChainInstanceFactory.getPKsFromResultSetAsList
(ResultSet rs) ChainInstanceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainInstancePKModifier and TypeMethodDescriptionChainInstanceDetailFactory.create
(ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) ChainInstanceDetailFactory.create
(Session session, ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) ChainInstanceEntityRoleFactory.create
(ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) ChainInstanceEntityRoleFactory.create
(Session session, ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) ChainInstanceStatusFactory.create
(ChainInstancePK chainInstancePK, ChainActionSetPK nextChainActionSetPK, Long nextChainActionSetTime, Integer queuedLetterSequence) ChainInstanceStatusFactory.create
(Session session, ChainInstancePK chainInstancePK, ChainActionSetPK nextChainActionSetPK, Long nextChainActionSetTime, Integer queuedLetterSequence) ChainInstanceFactory.getEntityFromCache
(Session session, ChainInstancePK pk) ChainInstanceFactory.getEntityFromPK
(EntityPermission entityPermission, ChainInstancePK pk) ChainInstanceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainInstancePK pk) ChainInstanceFactory.getValueFromPK
(Session session, ChainInstancePK pk) void
ChainInstanceFactory.remove
(Session session, ChainInstancePK pk) boolean
ChainInstanceFactory.validPK
(Session session, ChainInstancePK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainInstancePKModifier and TypeMethodDescriptionChainInstanceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ChainInstancePK> pks) ChainInstanceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainInstancePK> pks) ChainInstanceFactory.getValuesFromPKs
(Session session, Collection<ChainInstancePK> pks) void
ChainInstanceFactory.remove
(Session session, Collection<ChainInstancePK> pks) void
ChainInstanceFactory.remove
(Collection<ChainInstancePK> pks) -
Uses of ChainInstancePK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainInstancePKModifier and TypeMethodDescriptionChainInstanceDetailValue.getChainInstancePK()
ChainInstanceEntityRoleValue.getChainInstancePK()
ChainInstanceStatusValue.getChainInstancePK()
ChainInstanceValue.getPrimaryKey()
Methods in com.echothree.model.data.chain.server.value with parameters of type ChainInstancePKModifier and TypeMethodDescriptionvoid
ChainInstanceDetailValue.setChainInstancePK
(ChainInstancePK chainInstancePK) void
ChainInstanceEntityRoleValue.setChainInstancePK
(ChainInstancePK chainInstancePK) void
ChainInstanceStatusValue.setChainInstancePK
(ChainInstancePK chainInstancePK) Constructors in com.echothree.model.data.chain.server.value with parameters of type ChainInstancePKModifierConstructorDescriptionChainInstanceDetailValue
(ChainInstanceDetailPK chainInstanceDetailPK, ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceDetailValueChainInstanceDetailValue
(ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceDetailValueChainInstanceEntityRoleValue
(ChainInstanceEntityRolePK chainInstanceEntityRolePK, ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceEntityRoleValueChainInstanceEntityRoleValue
(ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceEntityRoleValueChainInstanceStatusValue
(ChainInstancePK chainInstancePK, ChainActionSetPK nextChainActionSetPK, Long nextChainActionSetTime, Integer queuedLetterSequence) Creates a new instance of ChainInstanceStatusValueChainInstanceStatusValue
(ChainInstanceStatusPK chainInstanceStatusPK, ChainInstancePK chainInstancePK, ChainActionSetPK nextChainActionSetPK, Long nextChainActionSetTime, Integer queuedLetterSequence) Creates a new instance of ChainInstanceStatusValueChainInstanceValue
(ChainInstancePK chainInstancePK, ChainInstanceDetailPK activeDetailPK, ChainInstanceDetailPK lastDetailPK) Creates a new instance of ChainInstanceValue -
Uses of ChainInstancePK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return ChainInstancePKMethods in com.echothree.model.data.letter.server.entity with parameters of type ChainInstancePKModifier and TypeMethodDescriptionvoid
QueuedLetter.setChainInstancePK
(ChainInstancePK chainInstancePK) -
Uses of ChainInstancePK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory with parameters of type ChainInstancePKModifier and TypeMethodDescriptionQueuedLetterFactory.create
(ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) QueuedLetterFactory.create
(Session session, ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) -
Uses of ChainInstancePK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return ChainInstancePKMethods in com.echothree.model.data.letter.server.value with parameters of type ChainInstancePKModifier and TypeMethodDescriptionvoid
QueuedLetterValue.setChainInstancePK
(ChainInstancePK chainInstancePK) Constructors in com.echothree.model.data.letter.server.value with parameters of type ChainInstancePKModifierConstructorDescriptionQueuedLetterValue
(ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) Creates a new instance of QueuedLetterValueQueuedLetterValue
(QueuedLetterPK queuedLetterPK, ChainInstancePK chainInstancePK, Integer queuedLetterSequence, LetterPK letterPK) Creates a new instance of QueuedLetterValue