Uses of Class
com.echothree.model.data.chain.common.pk.ChainKindDescriptionPK
Packages that use ChainKindDescriptionPK
Package
Description
-
Uses of ChainKindDescriptionPK in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainKindDescriptionPK -
Uses of ChainKindDescriptionPK in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainKindDescriptionPKModifier and TypeMethodDescriptionChainKindDescriptionFactory.getNextPK()ChainKindDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ChainKindDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainKindDescriptionPKModifier and TypeMethodDescriptionChainKindDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ChainKindDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ChainKindDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ChainKindDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainKindDescriptionPKModifier and TypeMethodDescriptionChainKindDescriptionFactory.getEntityFromCache(Session session, ChainKindDescriptionPK pk) ChainKindDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ChainKindDescriptionPK pk) ChainKindDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ChainKindDescriptionPK pk) ChainKindDescriptionFactory.getValueFromPK(Session session, ChainKindDescriptionPK pk) voidChainKindDescriptionFactory.remove(Session session, ChainKindDescriptionPK pk) booleanChainKindDescriptionFactory.validPK(Session session, ChainKindDescriptionPK pk) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainKindDescriptionPKModifier and TypeMethodDescriptionChainKindDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainKindDescriptionPK> pks) ChainKindDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ChainKindDescriptionPK> pks) ChainKindDescriptionFactory.getValuesFromPKs(Session session, Collection<ChainKindDescriptionPK> pks) voidChainKindDescriptionFactory.remove(Session session, Collection<ChainKindDescriptionPK> pks) voidChainKindDescriptionFactory.remove(Collection<ChainKindDescriptionPK> pks) -
Uses of ChainKindDescriptionPK in com.echothree.model.data.chain.server.value
Methods in com.echothree.model.data.chain.server.value that return ChainKindDescriptionPKConstructors in com.echothree.model.data.chain.server.value with parameters of type ChainKindDescriptionPKModifierConstructorDescriptionChainKindDescriptionValue(ChainKindDescriptionPK chainKindDescriptionPK, ChainKindPK chainKindPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ChainKindDescriptionValue