Uses of Class
com.maplander.backend.model.manage.property.complex.CompleteProperty
Packages that use CompleteProperty
Package
Description
-
Uses of CompleteProperty in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type CompletePropertyModifier and TypeMethodDescriptionPropertyEndpoint.getCompleteProperty(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Integer owner, Long id) PropertyEndpoint.getCompletePropertyBySku(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Long officeId, String sku, Integer owner) BusinessEndpoint.getCompleteSharedProperty(Long propertyId, Long userId) PropertyEndpoint.saveCompleteProperty(Long userId, CompleteProperty completeProperty) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type CompletePropertyModifier and TypeMethodDescriptionPropertyEndpoint.saveCompleteProperty(Long userId, CompleteProperty completeProperty) -
Uses of CompleteProperty in com.maplander.backend.controller.endpoint.ml
Methods in com.maplander.backend.controller.endpoint.ml that return types with arguments of type CompletePropertyModifier and TypeMethodDescriptionAccountEndpoint.getCompleteProperty(javax.servlet.http.HttpServletRequest request, Long id) -
Uses of CompleteProperty in com.maplander.backend.controller.endpoint.mlsuniversal
Methods in com.maplander.backend.controller.endpoint.mlsuniversal that return types with arguments of type CompletePropertyModifier and TypeMethodDescriptionPropertyEndpoint.saveCompleteProperty(Long userId, Long orgId, CompleteProperty completeProperty) Methods in com.maplander.backend.controller.endpoint.mlsuniversal with parameters of type CompletePropertyModifier and TypeMethodDescriptionPropertyEndpoint.saveCompleteProperty(Long userId, Long orgId, CompleteProperty completeProperty) -
Uses of CompleteProperty in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type CompletePropertyModifier and TypeMethodDescriptionPropertyEndpoint.getCompleteProperty(javax.servlet.http.HttpServletRequest request, Long id) BusinessEndpoint.getCompleteSharedProperty(Long propertyId, Long userId) PropertyEndpoint.saveCompleteProperty(CompleteProperty completeProperty) Methods in com.maplander.backend.controller.endpoint.opi with parameters of type CompletePropertyModifier and TypeMethodDescriptionPropertyEndpoint.saveCompleteProperty(CompleteProperty completeProperty) -
Uses of CompleteProperty in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type CompletePropertyModifier and TypeMethodDescriptionAccountEndpoint.getCompleteProperty(javax.servlet.http.HttpServletRequest request, WebSiteEnum webSite, DeviceTypeEnum device, Long id, Long userId, Boolean bot) -
Uses of CompleteProperty in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return CompletePropertyMethods in com.maplander.backend.model.manage.complex with parameters of type CompletePropertyConstructors in com.maplander.backend.model.manage.complex with parameters of type CompletePropertyModifierConstructorDescriptionAccountRequest(Account account, CompleteProperty property, Lead lead)