Uses of Class
com.echothree.model.data.chain.common.pk.ChainActionSetDescriptionPK
Packages that use ChainActionSetDescriptionPK
Package
Description
-
Uses of ChainActionSetDescriptionPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainActionSetDescriptionPK -
Uses of ChainActionSetDescriptionPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainActionSetDescriptionPKModifier and TypeMethodDescriptionChainActionSetDescriptionFactory.getNextPK()
ChainActionSetDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ChainActionSetDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainActionSetDescriptionPKModifier and TypeMethodDescriptionChainActionSetDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ChainActionSetDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ChainActionSetDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ChainActionSetDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainActionSetDescriptionPKModifier and TypeMethodDescriptionChainActionSetDescriptionFactory.getEntityFromCache
(Session session, ChainActionSetDescriptionPK pk) ChainActionSetDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ChainActionSetDescriptionPK pk) ChainActionSetDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainActionSetDescriptionPK pk) ChainActionSetDescriptionFactory.getValueFromPK
(Session session, ChainActionSetDescriptionPK pk) void
ChainActionSetDescriptionFactory.remove
(Session session, ChainActionSetDescriptionPK pk) boolean
ChainActionSetDescriptionFactory.validPK
(Session session, ChainActionSetDescriptionPK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainActionSetDescriptionPKModifier and TypeMethodDescriptionChainActionSetDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ChainActionSetDescriptionPK> pks) ChainActionSetDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainActionSetDescriptionPK> pks) ChainActionSetDescriptionFactory.getValuesFromPKs
(Session session, Collection<ChainActionSetDescriptionPK> pks) void
ChainActionSetDescriptionFactory.remove
(Session session, Collection<ChainActionSetDescriptionPK> pks) void
ChainActionSetDescriptionFactory.remove
(Collection<ChainActionSetDescriptionPK> pks) -
Uses of ChainActionSetDescriptionPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainActionSetDescriptionPKConstructors in com.echothree.model.data.chain.server.value with parameters of type ChainActionSetDescriptionPKModifierConstructorDescriptionChainActionSetDescriptionValue
(ChainActionSetDescriptionPK chainActionSetDescriptionPK, ChainActionSetPK chainActionSetPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ChainActionSetDescriptionValue