Class PartyPaymentMethodLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.payment.server.logic.PartyPaymentMethodLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkBillingContactMechanism
(ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) void
checkCreditCard
(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) void
checkExpirationDate
(Session session, ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) void
checkIssuer
(ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) void
checkNameOnCard
(ExecutionErrorAccumulator ema, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) void
checkNumber
(ExecutionErrorAccumulator ema, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) void
checkPartyPaymentMethod
(Session session, UserVisit userVisit, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) void
checkPartyType
(ExecutionErrorAccumulator ema, Party party) void
checkPaymentMethodType
(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) void
checkSecurityCode
(ExecutionErrorAccumulator ema, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) void
deletePartyPaymentMethod
(ExecutionErrorAccumulator eea, PartyPaymentMethod partyPaymentMethod, PartyPK deletedBy) void
deletePartyPaymentMethod
(ExecutionErrorAccumulator eea, String partyPaymentMethodName, PartyPK deletedBy) static PartyPaymentMethodLogic
getPartyPaymentMethodByName
(ExecutionErrorAccumulator eea, String partyPaymentMethodName) getPartyPaymentMethodByNameForUpdate
(ExecutionErrorAccumulator eea, String partyPaymentMethodName) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
checkPartyType
-
checkNameOnCard
public void checkNameOnCard(ExecutionErrorAccumulator ema, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) -
checkNumber
public void checkNumber(ExecutionErrorAccumulator ema, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) -
checkExpirationDate
public void checkExpirationDate(Session session, ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) -
checkSecurityCode
public void checkSecurityCode(ExecutionErrorAccumulator ema, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) -
checkBillingContactMechanism
public void checkBillingContactMechanism(ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) -
checkIssuer
public void checkIssuer(ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) -
checkCreditCard
public void checkCreditCard(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) -
checkPaymentMethodType
public void checkPaymentMethodType(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) -
checkPartyPaymentMethod
public void checkPartyPaymentMethod(Session session, UserVisit userVisit, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) -
getPartyPaymentMethodByName
public PartyPaymentMethod getPartyPaymentMethodByName(ExecutionErrorAccumulator eea, String partyPaymentMethodName) -
getPartyPaymentMethodByNameForUpdate
public PartyPaymentMethod getPartyPaymentMethodByNameForUpdate(ExecutionErrorAccumulator eea, String partyPaymentMethodName) -
deletePartyPaymentMethod
public void deletePartyPaymentMethod(ExecutionErrorAccumulator eea, PartyPaymentMethod partyPaymentMethod, PartyPK deletedBy) -
deletePartyPaymentMethod
public void deletePartyPaymentMethod(ExecutionErrorAccumulator eea, String partyPaymentMethodName, PartyPK deletedBy)
-