Uses of Class
com.maplander.backend.model.manage.property.Property
Packages that use Property
Package
Description
-
Uses of Property in com.maplander.backend.controller.businessrule.common
Methods in com.maplander.backend.controller.businessrule.common with parameters of type PropertyModifier and TypeMethodDescriptionstatic String
BRProperty.publishProperty
(Property property) static boolean
BRProperty.updateUsdPrice
(Property property) static String
BRProperty.validateBasicInfo
(Property property) -
Uses of Property in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi with parameters of type PropertyModifier and TypeMethodDescriptionstatic Notification
BRNotification.buildAnnounceRequestNotification
(User user, User userToSend, Property property) static void
BRNotification.sendAnnounceReadyNotification
(User user, Property property) static void
BRNotification.sendRequestedNotification
(User user, Property property) -
Uses of Property in com.maplander.backend.controller.endpoint.bot
Methods in com.maplander.backend.controller.endpoint.bot that return types with arguments of type PropertyModifier and TypeMethodDescriptionWhatsAppBotEndpoint.getPropertyBot
(String apiKey, Long propertyId) -
Uses of Property in com.maplander.backend.controller.endpoint.common
Methods in com.maplander.backend.controller.endpoint.common that return types with arguments of type Property -
Uses of Property in com.maplander.backend.controller.endpoint.cron
Methods in com.maplander.backend.controller.endpoint.cron that return types with arguments of type PropertyModifier and TypeMethodDescriptionCustomSolutionEndpoint.changeBrand
(Integer limit, String cursor, Long userId) FixEndpoint.fixPropertyModel
(Long officeId, StatusTypeEnum status, Integer limit, String cursor) Methods in com.maplander.backend.controller.endpoint.cron with parameters of type PropertyModifier and TypeMethodDescriptionstatic DefaultResponse
LeadsCronEndpoint.sendCommunicationsCron
(Lead lead, Property property, User user, String sHash) static void
LeadsCronEndpoint.sendNotificationsRequest
(Property property, Lead lead) static DefaultResponse
LeadsCronEndpoint.sendRequestCron
(Lead lead, Property property, User user, String sHash) -
Uses of Property in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyEndpoint.listArchiveProperty
(Long officeId, Integer limit, String cursor) PropertyEndpoint.publishGlobalProperty
(Long propertyId, Long userId, boolean rov, boolean gmls) PropertyEndpoint.publishProperty
(Long propertyId, Long userId) PropertyEndpointV2.setPublishPropertyInApp
(Long propertyId, Long userId, boolean rov, boolean gmls) -
Uses of Property in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type PropertyMethods in com.maplander.backend.controller.endpoint.opi with parameters of type Property -
Uses of Property in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type Property -
Uses of Property in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type PropertyMethods in com.maplander.backend.dao.manage that return PropertyModifier and TypeMethodDescriptionstatic Property
static Property
PropertyDAO.loadByExternalId
(BrandTypeEnum brand, String externalId) static Property
PropertyDAO.loadBySku
(BrandTypeEnum brand, String sku) static Property
Methods in com.maplander.backend.dao.manage that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyDAO.list()
PropertyDAO.listByOfficeId
(Long officeId, Integer limit) PropertyDAO.listByUserId
(Long userId, Integer limit) static com.google.api.server.spi.response.CollectionResponse
<Property> PropertyDAO.listPropertyArchiveByOffice
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Property> PropertyDAO.listPropertyByBrand
(BrandTypeEnum brand, Integer limit, String cursor, Long time) PropertyDAO.listPropertyByOfficeId
(Long userId) PropertyDAO.listPropertyByOfficeId
(Long officeId, BrandTypeEnum brand, Integer limit) static com.google.api.server.spi.response.CollectionResponse
<Property> PropertyDAO.listPropertyByOfficeId
(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Property> PropertyDAO.listPropertyByOfficeIdAndStatus
(Long officeId, StatusTypeEnum status, Integer limit, String cursor, Long time) PropertyDAO.listPropertyByOfficeIdNotNow
(Long officeId) static com.google.api.server.spi.response.CollectionResponse
<Property> PropertyDAO.listPropertyByStatus
(StatusTypeEnum status, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<Property> PropertyDAO.ListPropertyByStatus
(Long userId, StatusTypeEnum status, Integer limit, String cursor, Long time) PropertyDAO.listPropertyByUserId
(Long userId, BrandTypeEnum brand, Integer limit) static com.google.api.server.spi.response.CollectionResponse
<Property> PropertyDAO.listPropertyByUserId
(Long userId, Integer limit, String cursor, Long time) Methods in com.maplander.backend.dao.manage with parameters of type PropertyModifier and TypeMethodDescriptionstatic void
static void
static void
LogDAO.propertyLog
(Property property, Long userId, LogTypeEnum type) static void
static void
PropertyDAO.saveBoth_no_bq
(Property property) Method parameters in com.maplander.backend.dao.manage with type arguments of type PropertyModifier and TypeMethodDescriptionstatic void
PropertyDAO.deleteProperties
(List<Property> properties) -
Uses of Property in com.maplander.backend.document
Methods in com.maplander.backend.document with parameters of type Property -
Uses of Property in com.maplander.backend.model.manage
Constructors in com.maplander.backend.model.manage with parameters of type Property -
Uses of Property in com.maplander.backend.model.manage.commission
Methods in com.maplander.backend.model.manage.commission with parameters of type Property -
Uses of Property in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return PropertyMethods in com.maplander.backend.model.manage.complex that return types with arguments of type PropertyMethods in com.maplander.backend.model.manage.complex with parameters of type PropertyMethod parameters in com.maplander.backend.model.manage.complex with type arguments of type Property -
Uses of Property in com.maplander.backend.model.manage.CRM
Constructors in com.maplander.backend.model.manage.CRM with parameters of type Property -
Uses of Property in com.maplander.backend.model.manage.lead
Methods in com.maplander.backend.model.manage.lead with parameters of type PropertyConstructors in com.maplander.backend.model.manage.lead with parameters of type Property -
Uses of Property in com.maplander.backend.model.manage.lead.CB
Constructors in com.maplander.backend.model.manage.lead.CB with parameters of type Property -
Uses of Property in com.maplander.backend.model.manage.LinkXML
Methods in com.maplander.backend.model.manage.LinkXML with parameters of type PropertyModifier and TypeMethodDescriptionPropertyPortal.fillPropertyPortal
(Office office, User user, Property property) -
Uses of Property in com.maplander.backend.model.manage.property
Constructors in com.maplander.backend.model.manage.property with parameters of type PropertyModifierConstructorDescriptionPropertyExpired
(Property property, User user) PropertyLite
(Property property) PropertyLiteBot
(Property property) PropertyPreview
(Property property) PropertyReference
(Property property) PropertyUserLite
(Property property, User user) -
Uses of Property in com.maplander.backend.model.manage.property.complex
Methods in com.maplander.backend.model.manage.property.complex that return PropertyMethods in com.maplander.backend.model.manage.property.complex with parameters of type Property -
Uses of Property in com.maplander.backend.model.payment.publish
Constructors in com.maplander.backend.model.payment.publish with parameters of type Property -
Uses of Property in com.maplander.backend.model.sendEmail
Methods in com.maplander.backend.model.sendEmail with parameters of type PropertyModifier and TypeMethodDescriptionvoid
RequestCommission.fillCommission
(UserML user, User userOwen, Property property) void
OfferNotification.fillOfferNotification
(User user, UserML userML, Property property, Offer offer) static PropertiesFindings
Findings.fillProperties
(Property property) void
RequestInfo.fillRequestInfo
(User user, Property property) Constructors in com.maplander.backend.model.sendEmail with parameters of type PropertyModifierConstructorDescriptionCommission
(User userOwen, User user, Office office, Property property) -
Uses of Property in com.maplander.backend.utils
Methods in com.maplander.backend.utils that return PropertyMethods in com.maplander.backend.utils with parameters of type PropertyModifier and TypeMethodDescriptionstatic String
UrlFormatUtil.buildPropertyUrl
(Property property) static boolean
SendEmail.commission
(User user, Office office, Property property, String template) static void
static Property
Utilities.fixPropertyQuery
(Property property) static String
static void
static Long
BQ_Util_OldOPI.insertProperty
(Property property) static void
BQ_Util_OldOPI.insertPropertyFailed
(Property property) static void
SendEmail.requested
(Lead lead, User user, UserML userML, Property property, Office office, boolean ml) static void
SendEmail.requestInfo
(User user, Lead lead, Property property, String url) static void
SendEmailV2.requestInfo
(User user, Lead lead, Property property, String hash) static void
SendEmail.thankfulRequest
(User user, Lead lead, Property property) static void
SendEmailV2.thankfulRequest
(User user, Lead lead, Property property) static void
BQ_Util_OldOPI.UpdateOrInsert
(Property property) static Long
BQ_Util_OldOPI.updateProperty
(Property property, Long id) static boolean
SendEmail.viewProperty
(User user, Property property) Method parameters in com.maplander.backend.utils with type arguments of type PropertyModifier and TypeMethodDescriptionstatic void
BQ_Util_OldOPI.UpdateOrInsertList
(List<Property> propertyList) -
Uses of Property in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification with parameters of type PropertyModifier and TypeMethodDescriptionstatic Notification
SendNotification.fillRequestNotification
(Property property, Lead lead)