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 voidBRPaymentUser.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.changeSubscription(Long officeId, SubscriptionTypeEnum type) 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 PaymentUserPaymentUserDAO.getFranchiseUserPaymentDummy(Long id) static PaymentUserstatic PaymentUserPaymentUserDAO.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 PaymentUserPaymentUser.subscriptionPaymentUser(PaymentUser paymentUser, SubscriptionTypeEnum type, boolean gift, boolean annualPlan) Methods in com.maplander.backend.model.payment with parameters of type PaymentUserModifier and TypeMethodDescriptionstatic PaymentUserPaymentUser.subscriptionPaymentUser(PaymentUser paymentUser, SubscriptionTypeEnum type, boolean gift, boolean annualPlan) static voidPaymentUser.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 PaymentUserSubscription.createCostumer(User user, Office office, String token) static PaymentUserSubscription.createCostumerTest()Methods in com.maplander.backend.utils with parameters of type PaymentUserModifier and TypeMethodDescriptionstatic booleanSendEmail.cancelSubscription(PaymentUser user, Office office) static voidSendEmailV2.changeSubscriptionTrial(User user, PaymentUser paymentUser, String hash) static voidSendEmail.changeToIndividual(PaymentUser user) static Subscription.RootSubscription.createOrder(PaymentUser paymentUser, Office office, Boolean gift, Boolean changeCard, Boolean changePlan, Boolean annual, SubscriptionTypeEnum type) static Subscription.RootSubscription.createOrderAd(PaymentUser paymentUser, int price) static Subscription.RootSubscription.createOrderBanner(PaymentUser paymentUser, int price) static Subscription.RootSubscription.createOrderBCard(PaymentUser paymentUser, int price) static voidSendEmail.paymentEmail(PaymentUser paymentUser, BrandTypeEnum brand, String link) static voidSendEmail.paymentEmailError(User user, String sHash, PaymentUser paymentUser) static voidSendEmail.paymentEmailRecurrent(User user, PaymentUser paymentUser) static voidSendEmailV2.paymentEmailRecurrent(User user, PaymentUser paymentUser, String hash) Deprecated.static voidSendEmailV2.paymentTrial(PaymentUser paymentUser, BrandTypeEnum brand, String link)