Uses of Class
com.echothree.model.data.chain.common.pk.ChainDescriptionPK
Packages that use ChainDescriptionPK
Package
Description
-
Uses of ChainDescriptionPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainDescriptionPK -
Uses of ChainDescriptionPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainDescriptionPKModifier and TypeMethodDescriptionChainDescriptionFactory.getNextPK()
ChainDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ChainDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainDescriptionPKModifier and TypeMethodDescriptionChainDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ChainDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ChainDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ChainDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainDescriptionPKModifier and TypeMethodDescriptionChainDescriptionFactory.getEntityFromCache
(Session session, ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainDescriptionPK pk) ChainDescriptionFactory.getValueFromPK
(Session session, ChainDescriptionPK pk) void
ChainDescriptionFactory.remove
(Session session, ChainDescriptionPK pk) boolean
ChainDescriptionFactory.validPK
(Session session, ChainDescriptionPK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainDescriptionPKModifier and TypeMethodDescriptionChainDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ChainDescriptionPK> pks) ChainDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainDescriptionPK> pks) ChainDescriptionFactory.getValuesFromPKs
(Session session, Collection<ChainDescriptionPK> pks) void
ChainDescriptionFactory.remove
(Session session, Collection<ChainDescriptionPK> pks) void
ChainDescriptionFactory.remove
(Collection<ChainDescriptionPK> pks) -
Uses of ChainDescriptionPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainDescriptionPKConstructors in com.echothree.model.data.chain.server.value with parameters of type ChainDescriptionPKModifierConstructorDescriptionChainDescriptionValue
(ChainDescriptionPK chainDescriptionPK, ChainPK chainPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ChainDescriptionValue