Uses of Class
com.maplander.backend.repository.model_table.opibackenddata.Property
Packages that use Property
Package
Description
-
Uses of Property in com.maplander.backend.model.manage.complex
Constructors in com.maplander.backend.model.manage.complex with parameters of type Property -
Uses of Property in com.maplander.backend.model.manage.property
Constructors in com.maplander.backend.model.manage.property with parameters of type Property -
Uses of Property in com.maplander.backend.repository
Subclasses with type arguments of type Property in com.maplander.backend.repositoryMethods in com.maplander.backend.repository that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyRepository.findAllPaginated(org.hibernate.Session session, int limit, int offset) PropertyRepository.findArchivedByOfficeId(Long officeId, Integer limit, Integer offset, org.hibernate.Session session) PropertyRepository.findByOfficeId(Long officeId, org.hibernate.Session session) PropertyRepository.findBySkuAndOfficeId(String sku, Long officeId, org.hibernate.Session session) PropertyRepository.findByStatusAndOffice(StatusTypeEnum status, Long officeId, org.hibernate.Session session) PropertyRepository.findMapByIds(List<Long> ids, org.hibernate.Session session) PropertyRepository.findWithClassification(org.hibernate.Session session, FiltersBigQuery filter, Integer limit, Integer offset) PropertyRepository.findWithDynamicFilters(org.hibernate.Session session, FiltersBigQuery filter, Integer limit, Integer offset, OrderTypeEnum orderTypeEnum, Boolean orderAsc) -
Uses of Property in com.maplander.backend.repository.dto
Methods in com.maplander.backend.repository.dto that return PropertyMethods in com.maplander.backend.repository.dto with parameters of type PropertyModifier and TypeMethodDescriptionstatic voidPropertyMapper.applyPropertyValues(Property pg, Property ds) static PropertyPropertyMapper.toDsProperty(Property pg) -
Uses of Property in com.maplander.backend.repository.model_table.auxiliares
Methods in com.maplander.backend.repository.model_table.auxiliares that return PropertyMethods in com.maplander.backend.repository.model_table.auxiliares with parameters of type PropertyConstructors in com.maplander.backend.repository.model_table.auxiliares with parameters of type PropertyModifierConstructorDescriptionClassificationProperties(Long id, Property property, StatusTypeEnum status, Double mediaPrecios, Double desviacionPrecios, Integer classification) -
Uses of Property in com.maplander.backend.repository.model_table.infomexico
Methods in com.maplander.backend.repository.model_table.infomexico that return types with arguments of type PropertyModifier and TypeMethodDescriptionLocationPreview.getProperties()LocationPreview.getPropertyLites()Method parameters in com.maplander.backend.repository.model_table.infomexico with type arguments of type PropertyModifier and TypeMethodDescriptionvoidLocationPreview.setProperties(List<Property> properties) voidLocationPreview.setPropertyLites(List<Property> propertyLites) -
Uses of Property in com.maplander.backend.repository.model_table.opibackenddata
Methods in com.maplander.backend.repository.model_table.opibackenddata that return PropertyModifier and TypeMethodDescriptionAd.getProperty()ClientProperty.getProperty()Interested.getProperty()Lead.getProperty()LeadInfo.getProperty()Notes.getProperty()PropertyExpired.getProperty()PropertyLiteSuggest.getProperty()SharedCommission.getProperty()SharedProperty.getProperty()Task.getProperty()Methods in com.maplander.backend.repository.model_table.opibackenddata with parameters of type PropertyModifier and TypeMethodDescriptionvoidAd.setProperty(Property property) voidClientProperty.setProperty(Property property) voidInterested.setProperty(Property property) voidLead.setProperty(Property property) voidLeadInfo.setProperty(Property property) voidNotes.setProperty(Property property) voidPropertyExpired.setProperty(Property property) voidPropertyLiteSuggest.setProperty(Property property) voidSharedCommission.setProperty(Property property) voidSharedProperty.setProperty(Property property) voidTask.setProperty(Property property) Constructors in com.maplander.backend.repository.model_table.opibackenddata with parameters of type PropertyModifierConstructorDescriptionInterested(Long id, Property property, Client client, Office office) SharedProperty(User user, Property property) -
Uses of Property in com.maplander.backend.utils.migration.extractor
Methods in com.maplander.backend.utils.migration.extractor that return types with arguments of type PropertyModifier and TypeMethodDescriptionBigQueryExtractor.extractProperties()BigQueryExtractor.extractProperties(List<Long> officeIds) BigQueryExtractor.extractPropertiesAsMap()BigQueryExtractor.extractPropertiesAsMap(List<Long> officeIds)