Uses of Class
com.maplander.backend.model.payment.PaymentUser
Packages that use PaymentUser
Package
Description
-
Uses of PaymentUser in com.maplander.backend.controller.businessrule.payment
Methods in com.maplander.backend.controller.businessrule.payment with parameters of type PaymentUserModifier and TypeMethodDescriptionstatic void
BRPaymentUser.upgradePaymentUser
(PaymentUser paymentUser) -
Uses of PaymentUser in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type PaymentUserModifier and TypeMethodDescriptionPaymentCronEndpoint.listPaymentUser()
PaymentCronEndpoint.listPaymentUserAdvice()
PaymentCronEndpoint.listPaymentUserCanceled()
PaymentCronEndpoint.listPaymentUserPaused()
-
Uses of PaymentUser in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type PaymentUserModifier and TypeMethodDescriptionPaymentEndpoint.changeCardSubscription
(Long userId, String token) PaymentEndpoint.changeSubscriptionsToIndividual
(Long officeId) PaymentEndpoint.changeSubscriptionTrial
(Long userId, SubscriptionTypeEnum type) PaymentEndpoint.createPaymentUser
(Long userId, SubscriptionTypeEnum typeEnum, String token) PaymentEndpoint.createPaymentUserAndSubscriptionCharge
(Long userId, String token, SubscriptionTypeEnum type) Deprecated.PaymentEndpoint.createPaymentUserNew
(Long userId, SubscriptionTypeEnum typeEnum, String token) PaymentEndpoint.fixPaymentUser2024
(Long userId, SubscriptionTypeEnum typeEnum, SubscriptionStatusEnum statusEnum, String apiKey) PaymentEndpoint.getSubscription
(Long userId) PaymentEndpoint.reactivePlan
(Long officeId) PaymentEndpoint.subscriptionCharge
(Long userId, SubscriptionTypeEnum type, Boolean annual) PaymentEndpoint.subscriptionChargeGift
(Long userId, Long giftId, SubscriptionTypeEnum type) PaymentEndpoint.subscriptionChargeReward
(Long userId, Long giftId, SubscriptionTypeEnum type) PaymentEndpoint.trialSubscription
(Long userId, SubscriptionTypeEnum type, Boolean annual) -
Uses of PaymentUser in com.maplander.backend.dao.manage.payment
Fields in com.maplander.backend.dao.manage.payment with type parameters of type PaymentUserMethods in com.maplander.backend.dao.manage.payment that return PaymentUserModifier and TypeMethodDescriptionstatic PaymentUser
PaymentUserDAO.getFranchiseUserPaymentDummy
(Long id) static PaymentUser
static PaymentUser
PaymentUserDAO.loadByOfficeId
(Long officeId) Methods in com.maplander.backend.dao.manage.payment that return types with arguments of type PaymentUserModifier and TypeMethodDescriptionstatic List
<PaymentUser> PaymentUserDAO.listActivePayments()
static com.google.api.server.spi.response.CollectionResponse
<PaymentUser> PaymentUserDAO.listActivePayments
(Integer limit, String cursor) static List
<PaymentUser> PaymentUserDAO.listFuturePayments()
static List
<PaymentUser> PaymentUserDAO.listPaymentUser()
-
Uses of PaymentUser in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return PaymentUserMethods in com.maplander.backend.model.manage.complex with parameters of type PaymentUserConstructors in com.maplander.backend.model.manage.complex with parameters of type PaymentUserModifierConstructorDescriptionOfficePayment
(Office office, PaymentUser paymentUser) SubscriptionInfo
(PaymentUser paymentUser) -
Uses of PaymentUser in com.maplander.backend.model.payment
Methods in com.maplander.backend.model.payment that return PaymentUserModifier and TypeMethodDescriptionstatic PaymentUser
PaymentUser.subscriptionPaymentUser
(PaymentUser paymentUser, SubscriptionTypeEnum type, boolean gift, boolean annualPlan) Methods in com.maplander.backend.model.payment with parameters of type PaymentUserModifier and TypeMethodDescriptionstatic PaymentUser
PaymentUser.subscriptionPaymentUser
(PaymentUser paymentUser, SubscriptionTypeEnum type, boolean gift, boolean annualPlan) static void
PaymentUser.subscriptionPaymentUserTrial
(PaymentUser paymentUser, SubscriptionTypeEnum type, boolean annual) Constructors in com.maplander.backend.model.payment with parameters of type PaymentUserModifierConstructorDescriptionPaymentUser
(PaymentUser paymentUserNew, PaymentUser paymentUserOld) -
Uses of PaymentUser in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return PaymentUserModifier and TypeMethodDescriptionstatic PaymentUser
Subscription.createCostumer
(User user, Office office, String token) static PaymentUser
Subscription.createCostumerTest()
Methods in com.maplander.backend.utils with parameters of type PaymentUserModifier and TypeMethodDescriptionstatic boolean
SendEmail.cancelSubscription
(PaymentUser user, Office office) static void
SendEmailV2.changeSubscriptionTrial
(User user, PaymentUser paymentUser, String hash) static void
SendEmail.changeToIndividual
(PaymentUser user) static Subscription.Root
Subscription.createOrder
(PaymentUser paymentUser, Office office, Boolean gift, Boolean changeCard, Boolean changePlan, Boolean annual) static void
SendEmail.paymentEmail
(PaymentUser paymentUser, BrandTypeEnum brand, String link) static void
SendEmail.paymentEmailError
(User user, String sHash, PaymentUser paymentUser) static void
SendEmail.paymentEmailRecurrent
(User user, PaymentUser paymentUser) static void
SendEmailV2.paymentEmailRecurrent
(User user, PaymentUser paymentUser, String hash) Deprecated.static void
SendEmailV2.paymentTrial
(PaymentUser paymentUser, BrandTypeEnum brand, String link)