Uses of Class
com.echothree.model.data.chain.common.pk.ChainActionDescriptionPK
Packages that use ChainActionDescriptionPK
Package
Description
-
Uses of ChainActionDescriptionPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainActionDescriptionPK -
Uses of ChainActionDescriptionPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainActionDescriptionPKModifier and TypeMethodDescriptionChainActionDescriptionFactory.getNextPK()
ChainActionDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ChainActionDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainActionDescriptionPKModifier and TypeMethodDescriptionChainActionDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ChainActionDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ChainActionDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ChainActionDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainActionDescriptionPKModifier and TypeMethodDescriptionChainActionDescriptionFactory.getEntityFromCache
(Session session, ChainActionDescriptionPK pk) ChainActionDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ChainActionDescriptionPK pk) ChainActionDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainActionDescriptionPK pk) ChainActionDescriptionFactory.getValueFromPK
(Session session, ChainActionDescriptionPK pk) void
ChainActionDescriptionFactory.remove
(Session session, ChainActionDescriptionPK pk) boolean
ChainActionDescriptionFactory.validPK
(Session session, ChainActionDescriptionPK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainActionDescriptionPKModifier and TypeMethodDescriptionChainActionDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ChainActionDescriptionPK> pks) ChainActionDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainActionDescriptionPK> pks) ChainActionDescriptionFactory.getValuesFromPKs
(Session session, Collection<ChainActionDescriptionPK> pks) void
ChainActionDescriptionFactory.remove
(Session session, Collection<ChainActionDescriptionPK> pks) void
ChainActionDescriptionFactory.remove
(Collection<ChainActionDescriptionPK> pks) -
Uses of ChainActionDescriptionPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainActionDescriptionPKConstructors in com.echothree.model.data.chain.server.value with parameters of type ChainActionDescriptionPKModifierConstructorDescriptionChainActionDescriptionValue
(ChainActionDescriptionPK chainActionDescriptionPK, ChainActionPK chainActionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ChainActionDescriptionValue