Uses of Class
com.echothree.model.data.offer.common.pk.UseDescriptionPK
Packages that use UseDescriptionPK
Package
Description
-
Uses of UseDescriptionPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UseDescriptionPK -
Uses of UseDescriptionPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getNextPK()
UseDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) UseDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) UseDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) UseDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) UseDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getEntityFromCache
(Session session, UseDescriptionPK pk) UseDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, UseDescriptionPK pk) UseDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UseDescriptionPK pk) UseDescriptionFactory.getValueFromPK
(Session session, UseDescriptionPK pk) void
UseDescriptionFactory.remove
(Session session, UseDescriptionPK pk) boolean
UseDescriptionFactory.validPK
(Session session, UseDescriptionPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type UseDescriptionPKModifier and TypeMethodDescriptionUseDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<UseDescriptionPK> pks) UseDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UseDescriptionPK> pks) UseDescriptionFactory.getValuesFromPKs
(Session session, Collection<UseDescriptionPK> pks) void
UseDescriptionFactory.remove
(Session session, Collection<UseDescriptionPK> pks) void
UseDescriptionFactory.remove
(Collection<UseDescriptionPK> pks) -
Uses of UseDescriptionPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UseDescriptionPKConstructors in com.echothree.model.data.offer.server.value with parameters of type UseDescriptionPKModifierConstructorDescriptionUseDescriptionValue
(UseDescriptionPK useDescriptionPK, UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValue