Uses of Class
com.echothree.model.data.payment.common.pk.PartyPaymentMethodPK
Packages that use PartyPaymentMethodPK
Package
Description
-
Uses of PartyPaymentMethodPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return PartyPaymentMethodPKMethods in com.echothree.model.data.order.server.entity with parameters of type PartyPaymentMethodPKModifier and TypeMethodDescriptionvoid
OrderPaymentPreferenceDetail.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) -
Uses of PartyPaymentMethodPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type PartyPaymentMethodPKModifier and TypeMethodDescriptionOrderPaymentPreferenceDetailFactory.create
(OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) OrderPaymentPreferenceDetailFactory.create
(Session session, OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyPaymentMethodPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return PartyPaymentMethodPKMethods in com.echothree.model.data.order.server.value with parameters of type PartyPaymentMethodPKModifier and TypeMethodDescriptionvoid
OrderPaymentPreferenceDetailValue.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) Constructors in com.echothree.model.data.order.server.value with parameters of type PartyPaymentMethodPKModifierConstructorDescriptionOrderPaymentPreferenceDetailValue
(OrderPaymentPreferenceDetailPK orderPaymentPreferenceDetailPK, OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OrderPaymentPreferenceDetailValueOrderPaymentPreferenceDetailValue
(OrderPaymentPreferencePK orderPaymentPreferencePK, OrderPK orderPK, Integer orderPaymentPreferenceSequence, PaymentMethodPK paymentMethodPK, PartyPaymentMethodPK partyPaymentMethodPK, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OrderPaymentPreferenceDetailValue -
Uses of PartyPaymentMethodPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PartyPaymentMethodPKModifier and TypeMethodDescriptionPartyPaymentMethodContactMechanism.getPartyPaymentMethodPK()
PartyPaymentMethodCreditCard.getPartyPaymentMethodPK()
PartyPaymentMethodCreditCardSecurityCode.getPartyPaymentMethodPK()
PartyPaymentMethodDetail.getPartyPaymentMethodPK()
PaymentDetail.getPartyPaymentMethodPK()
PartyPaymentMethod.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PartyPaymentMethodPKModifier and TypeMethodDescriptionvoid
PartyPaymentMethodContactMechanism.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PartyPaymentMethodCreditCard.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PartyPaymentMethodCreditCardSecurityCode.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PartyPaymentMethodDetail.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PaymentDetail.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) -
Uses of PartyPaymentMethodPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PartyPaymentMethodPKModifier and TypeMethodDescriptionPartyPaymentMethodFactory.getNextPK()
PartyPaymentMethodFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyPaymentMethodFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PartyPaymentMethodPKModifier and TypeMethodDescriptionPartyPaymentMethodFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyPaymentMethodFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyPaymentMethodFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyPaymentMethodFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PartyPaymentMethodPKModifier and TypeMethodDescriptionPartyPaymentMethodContactMechanismFactory.create
(PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) PartyPaymentMethodContactMechanismFactory.create
(Session session, PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) PartyPaymentMethodCreditCardFactory.create
(PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) PartyPaymentMethodCreditCardFactory.create
(Session session, PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) PartyPaymentMethodCreditCardSecurityCodeFactory.create
(PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) PartyPaymentMethodCreditCardSecurityCodeFactory.create
(Session session, PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) PartyPaymentMethodDetailFactory.create
(PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyPaymentMethodDetailFactory.create
(Session session, PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PaymentDetailFactory.create
(PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) PaymentDetailFactory.create
(Session session, PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) PartyPaymentMethodFactory.getEntityFromCache
(Session session, PartyPaymentMethodPK pk) PartyPaymentMethodFactory.getEntityFromPK
(EntityPermission entityPermission, PartyPaymentMethodPK pk) PartyPaymentMethodFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyPaymentMethodPK pk) PartyPaymentMethodFactory.getValueFromPK
(Session session, PartyPaymentMethodPK pk) void
PartyPaymentMethodFactory.remove
(Session session, PartyPaymentMethodPK pk) boolean
PartyPaymentMethodFactory.validPK
(Session session, PartyPaymentMethodPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PartyPaymentMethodPKModifier and TypeMethodDescriptionPartyPaymentMethodFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyPaymentMethodPK> pks) PartyPaymentMethodFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyPaymentMethodPK> pks) PartyPaymentMethodFactory.getValuesFromPKs
(Session session, Collection<PartyPaymentMethodPK> pks) void
PartyPaymentMethodFactory.remove
(Session session, Collection<PartyPaymentMethodPK> pks) void
PartyPaymentMethodFactory.remove
(Collection<PartyPaymentMethodPK> pks) -
Uses of PartyPaymentMethodPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PartyPaymentMethodPKModifier and TypeMethodDescriptionPartyPaymentMethodContactMechanismValue.getPartyPaymentMethodPK()
PartyPaymentMethodCreditCardSecurityCodeValue.getPartyPaymentMethodPK()
PartyPaymentMethodCreditCardValue.getPartyPaymentMethodPK()
PartyPaymentMethodDetailValue.getPartyPaymentMethodPK()
PaymentDetailValue.getPartyPaymentMethodPK()
PartyPaymentMethodValue.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.value with parameters of type PartyPaymentMethodPKModifier and TypeMethodDescriptionvoid
PartyPaymentMethodContactMechanismValue.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PartyPaymentMethodCreditCardSecurityCodeValue.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PartyPaymentMethodCreditCardValue.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PartyPaymentMethodDetailValue.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
PaymentDetailValue.setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PartyPaymentMethodPKModifierConstructorDescriptionPartyPaymentMethodContactMechanismValue
(PartyPaymentMethodContactMechanismPK partyPaymentMethodContactMechanismPK, PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodContactMechanismValuePartyPaymentMethodContactMechanismValue
(PartyPaymentMethodPK partyPaymentMethodPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodContactMechanismValuePartyPaymentMethodCreditCardSecurityCodeValue
(PartyPaymentMethodCreditCardSecurityCodePK partyPaymentMethodCreditCardSecurityCodePK, PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardSecurityCodeValuePartyPaymentMethodCreditCardSecurityCodeValue
(PartyPaymentMethodPK partyPaymentMethodPK, String securityCode, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardSecurityCodeValuePartyPaymentMethodCreditCardValue
(PartyPaymentMethodCreditCardPK partyPaymentMethodCreditCardPK, PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardValuePartyPaymentMethodCreditCardValue
(PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardValuePartyPaymentMethodDetailValue
(PartyPaymentMethodDetailPK partyPaymentMethodDetailPK, PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodDetailValuePartyPaymentMethodDetailValue
(PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodDetailValuePartyPaymentMethodValue
(PartyPaymentMethodPK partyPaymentMethodPK, PartyPaymentMethodDetailPK activeDetailPK, PartyPaymentMethodDetailPK lastDetailPK) Creates a new instance of PartyPaymentMethodValuePaymentDetailValue
(PaymentDetailPK paymentDetailPK, PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDetailValuePaymentDetailValue
(PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDetailValue