Uses of Class
com.echothree.model.data.offer.common.pk.SourcePK
Packages that use SourcePK
Package
Description
-
Uses of SourcePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return SourcePKMethods in com.echothree.model.data.offer.server.entity with parameters of type SourcePK -
Uses of SourcePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return SourcePKModifier and TypeMethodDescriptionSourceFactory.getNextPK()
SourceFactory.getPKFromQuery
(PreparedStatement ps, Object... params) SourceFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type SourcePKModifier and TypeMethodDescriptionSourceFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) SourceFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) SourceFactory.getPKsFromResultSetAsList
(ResultSet rs) SourceFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type SourcePKModifier and TypeMethodDescriptionSourceDetailFactory.create
(SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SourceDetailFactory.create
(Session session, SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SourceFactory.getEntityFromCache
(Session session, SourcePK pk) SourceFactory.getEntityFromPK
(EntityPermission entityPermission, SourcePK pk) SourceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SourcePK pk) SourceFactory.getValueFromPK
(Session session, SourcePK pk) void
boolean
Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type SourcePKModifier and TypeMethodDescriptionSourceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SourcePK> pks) SourceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SourcePK> pks) SourceFactory.getValuesFromPKs
(Session session, Collection<SourcePK> pks) void
SourceFactory.remove
(Session session, Collection<SourcePK> pks) void
SourceFactory.remove
(Collection<SourcePK> pks) -
Uses of SourcePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return SourcePKMethods in com.echothree.model.data.offer.server.value with parameters of type SourcePKConstructors in com.echothree.model.data.offer.server.value with parameters of type SourcePKModifierConstructorDescriptionSourceDetailValue
(SourceDetailPK sourceDetailPK, SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SourceDetailValueSourceDetailValue
(SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SourceDetailValueSourceValue
(SourcePK sourcePK, SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) Creates a new instance of SourceValue