Uses of Class
com.echothree.model.data.associate.common.pk.AssociateReferralPK
Packages that use AssociateReferralPK
Package
Description
-
Uses of AssociateReferralPK in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociateReferralPKModifier and TypeMethodDescriptionAssociateReferralDetail.getAssociateReferralPK()
AssociateReferral.getPrimaryKey()
Methods in com.echothree.model.data.associate.server.entity with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
AssociateReferralDetail.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) -
Uses of AssociateReferralPK in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociateReferralPKModifier and TypeMethodDescriptionAssociateReferralFactory.getNextPK()
AssociateReferralFactory.getPKFromQuery
(PreparedStatement ps, Object... params) AssociateReferralFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociateReferralPKModifier and TypeMethodDescriptionAssociateReferralFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) AssociateReferralFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) AssociateReferralFactory.getPKsFromResultSetAsList
(ResultSet rs) AssociateReferralFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionAssociateReferralDetailFactory.create
(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) AssociateReferralDetailFactory.create
(Session session, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) AssociateReferralFactory.getEntityFromCache
(Session session, AssociateReferralPK pk) AssociateReferralFactory.getEntityFromPK
(EntityPermission entityPermission, AssociateReferralPK pk) AssociateReferralFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, AssociateReferralPK pk) AssociateReferralFactory.getValueFromPK
(Session session, AssociateReferralPK pk) void
AssociateReferralFactory.remove
(Session session, AssociateReferralPK pk) boolean
AssociateReferralFactory.validPK
(Session session, AssociateReferralPK pk) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociateReferralPKModifier and TypeMethodDescriptionAssociateReferralFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<AssociateReferralPK> pks) AssociateReferralFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<AssociateReferralPK> pks) AssociateReferralFactory.getValuesFromPKs
(Session session, Collection<AssociateReferralPK> pks) void
AssociateReferralFactory.remove
(Session session, Collection<AssociateReferralPK> pks) void
AssociateReferralFactory.remove
(Collection<AssociateReferralPK> pks) -
Uses of AssociateReferralPK in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociateReferralPKModifier and TypeMethodDescriptionAssociateReferralDetailValue.getAssociateReferralPK()
AssociateReferralValue.getPrimaryKey()
Methods in com.echothree.model.data.associate.server.value with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
AssociateReferralDetailValue.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) Constructors in com.echothree.model.data.associate.server.value with parameters of type AssociateReferralPKModifierConstructorDescriptionAssociateReferralDetailValue
(AssociateReferralDetailPK associateReferralDetailPK, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValueAssociateReferralDetailValue
(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValueAssociateReferralValue
(AssociateReferralPK associateReferralPK, AssociateReferralDetailPK activeDetailPK, AssociateReferralDetailPK lastDetailPK) Creates a new instance of AssociateReferralValue -
Uses of AssociateReferralPK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return AssociateReferralPKModifier and TypeMethodDescriptionSalesOrder.getAssociateReferralPK()
SalesOrderLine.getAssociateReferralPK()
Methods in com.echothree.model.data.sales.server.entity with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
SalesOrder.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) void
SalesOrderLine.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) -
Uses of AssociateReferralPK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionSalesOrderFactory.create
(OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) SalesOrderFactory.create
(Session session, OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) SalesOrderLineFactory.create
(OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) SalesOrderLineFactory.create
(Session session, OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) -
Uses of AssociateReferralPK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return AssociateReferralPKModifier and TypeMethodDescriptionSalesOrderLineValue.getAssociateReferralPK()
SalesOrderValue.getAssociateReferralPK()
Methods in com.echothree.model.data.sales.server.value with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
SalesOrderLineValue.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) void
SalesOrderValue.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) Constructors in com.echothree.model.data.sales.server.value with parameters of type AssociateReferralPKModifierConstructorDescriptionSalesOrderLineValue
(OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderLineValueSalesOrderLineValue
(SalesOrderLinePK salesOrderLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderLineValueSalesOrderValue
(OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderValueSalesOrderValue
(SalesOrderPK salesOrderPK, OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderValue -
Uses of AssociateReferralPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return AssociateReferralPKMethods in com.echothree.model.data.user.server.entity with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
UserVisit.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) -
Uses of AssociateReferralPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionUserVisitFactory.create
(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) UserVisitFactory.create
(Session session, UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) -
Uses of AssociateReferralPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return AssociateReferralPKMethods in com.echothree.model.data.user.server.value with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
UserVisitValue.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) Constructors in com.echothree.model.data.user.server.value with parameters of type AssociateReferralPKModifierConstructorDescriptionUserVisitValue
(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValueUserVisitValue
(UserVisitPK userVisitPK, UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValue -
Uses of AssociateReferralPK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return AssociateReferralPKMethods in com.echothree.model.data.wishlist.server.entity with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
WishlistLine.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) -
Uses of AssociateReferralPK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionWishlistLineFactory.create
(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) WishlistLineFactory.create
(Session session, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) -
Uses of AssociateReferralPK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return AssociateReferralPKMethods in com.echothree.model.data.wishlist.server.value with parameters of type AssociateReferralPKModifier and TypeMethodDescriptionvoid
WishlistLineValue.setAssociateReferralPK
(AssociateReferralPK associateReferralPK) Constructors in com.echothree.model.data.wishlist.server.value with parameters of type AssociateReferralPKModifierConstructorDescriptionWishlistLineValue
(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValueWishlistLineValue
(WishlistLinePK wishlistLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValue