Uses of Class
com.maplander.backend.model.manage.Office
Packages that use Office
Package
Description
-
Uses of Office in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi that return OfficeModifier and TypeMethodDescriptionstatic Office
BROffice.activeOffice
(SubscriptionTypeEnum subscriptionTypeEnum, Office office) static Office
BROffice.activeOfficeById
(SubscriptionTypeEnum subscriptionTypeEnum, Long officeId) Methods in com.maplander.backend.controller.businessrule.opi with parameters of type OfficeModifier and TypeMethodDescriptionstatic Office
BROffice.activeOffice
(SubscriptionTypeEnum subscriptionTypeEnum, Office office) static boolean
BRUser.canBuildBCard
(User user, Office office) static String
BROffice.validateBasicInfo
(Office office) -
Uses of Office in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type Office -
Uses of Office in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type OfficeModifier and TypeMethodDescriptionMigration2022Endpoint.changeOfficeInUser
(String apiKey, String email, String newExternalId, BrandTypeEnum brand) Migration2023Endpoint.deleteOffice
(String apiKey, Long officeId) Migration2023Endpoint.saveOfficeOnly202306
(String apiKey, Office office) Methods in com.maplander.backend.controller.endpoint.cron with parameters of type OfficeModifier and TypeMethodDescriptionMigration2023Endpoint.saveOfficeOnly202306
(String apiKey, Office office) Migration2022Endpoint.updateOfficeToFix
(String apiKey, BrandTypeEnum brand, Office office) -
Uses of Office in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type OfficeModifier and TypeMethodDescriptionGet complete office with idAccountEndpoint.listOfficeByBrand
(BrandTypeEnum brand, Integer limit, String cursor) AccountEndpoint.listOfficeByStatus
(AccountStatusEnum status, Integer limit, String cursor) -
Uses of Office in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type OfficeModifier and TypeMethodDescriptionGet complete office with id -
Uses of Office in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type OfficeMethods in com.maplander.backend.dao.manage that return OfficeModifier and TypeMethodDescriptionstatic Office
static Office
OfficeDAO.loadByExternalId
(String externalId, BrandTypeEnum brand) Methods in com.maplander.backend.dao.manage that return types with arguments of type OfficeModifier and TypeMethodDescriptionOfficeDAO.list()
static com.google.api.server.spi.response.CollectionResponse
<Office> OfficeDAO.listByBrand
(BrandTypeEnum brand, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Office> OfficeDAO.listByStatus
(AccountStatusEnum statusEnum, Integer limit, String cursor, Long time) Methods in com.maplander.backend.dao.manage with parameters of type Office -
Uses of Office in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage with parameters of type Office -
Uses of Office in com.maplander.backend.model.manage.commission
Methods in com.maplander.backend.model.manage.commission with parameters of type Office -
Uses of Office in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return OfficeModifier and TypeMethodDescriptionAccount.getOffice()
FullProperty.getOffice()
OfficeAndUsers.getOffice()
OfficePayment.getOffice()
Methods in com.maplander.backend.model.manage.complex with parameters of type OfficeModifier and TypeMethodDescriptionvoid
void
void
void
Constructors in com.maplander.backend.model.manage.complex with parameters of type OfficeModifierConstructorDescriptionOfficeAndUsers
(Office office, List<User> user) OfficeMigration
(Office office, String email) OfficePayment
(Office office, PaymentUser paymentUser) SQLAccount
(User user, Office office) ThanksPageMail
(Office office, User user) UserMigration
(User user, Office office) -
Uses of Office in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead with parameters of type OfficeModifier and TypeMethodDescriptionvoid
Constructors in com.maplander.backend.model.manage.lead with parameters of type OfficeModifierConstructorDescriptionLeadUser
(Office office, LeadUserOfficeTypeEnum type) LeadUser
(Office office, UserML userML, LeadUserOfficeTypeEnum type, String message) -
Uses of Office in com.maplander.backend.model.manage.LinkXML
Methods in com.maplander.backend.model.manage.LinkXML with parameters of type OfficeModifier and TypeMethodDescriptionPropertyPortal.fillPropertyPortal
(Office office, User user, Property property) -
Uses of Office in com.maplander.backend.model.manage.property.complex
Methods in com.maplander.backend.model.manage.property.complex that return OfficeMethods in com.maplander.backend.model.manage.property.complex with parameters of type Office -
Uses of Office in com.maplander.backend.model.manage.request
Constructors in com.maplander.backend.model.manage.request with parameters of type Office -
Uses of Office in com.maplander.backend.model.sendEmail
Methods in com.maplander.backend.model.sendEmail with parameters of type OfficeConstructors in com.maplander.backend.model.sendEmail with parameters of type OfficeModifierConstructorDescriptionCommission
(User userOwen, User user, Office office, Property property) -
Uses of Office in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type OfficeModifier and TypeMethodDescriptionstatic boolean
SendEmail.cancelSubscription
(PaymentUser user, Office office) static boolean
SendEmail.commission
(User user, Office office, Property property, String template) static PaymentUser
Subscription.createCostumer
(User user, Office office, String token) static Subscription.Root
Subscription.createOrder
(PaymentUser paymentUser, Office office, Boolean gift, Boolean changeCard, Boolean changePlan, Boolean annual) static void
SendEmail.requested
(Lead lead, User user, UserML userML, Property property, Office office, boolean ml)