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(ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ChainDescriptionPK pk) ChainDescriptionFactory.getValueFromPK(ChainDescriptionPK pk) voidChainDescriptionFactory.remove(ChainDescriptionPK pk) booleanChainDescriptionFactory.validPK(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.getValuesFromPKs(Collection<ChainDescriptionPK> pks) voidChainDescriptionFactory.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