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