Class FirgumEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.firgum.FirgumEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNamesWithURLOffice
(String state, String municipality, String colony, OfferingTypeEnum offering, PropertyTypeEnum type) getPlacesOfficeByWord
(String word) queryOfficeByLocation
(String brand, Double distance, com.utils.geo.GeoPt location) queryOfficeByPolygon
(FiltersOfficeBigQuery filtersOfficeBigQuery, String brand) queryOfficeByPolygonPaged
(FiltersOfficeBigQuery filtersOfficeBigQuery, Integer limit, Integer cursor, String brand) queryOfficeLiteMap
(String state, String municipality, String colony) queryOfficeLiteMapPagedBQ
(String state, String municipality, String colony, Integer limit, Integer cursor) querySearchAccountMap
(LocationTypeEnum locationType, String state, String municipality, String colony) searchOfficeLiteForSite
(LocationTypeEnum locationType, String state, String municipality, String colony) searchStockOffice
(LocationTypeEnum locationType, String state, String municipality)
-
Constructor Details
-
FirgumEndpoint
public FirgumEndpoint()
-
-
Method Details
-
searchStockOffice
public EntityCollectionResponse<SQLResults> searchStockOffice(LocationTypeEnum locationType, String state, String municipality) -
getNamesWithURLOffice
public EntityResponse<NamesSpaces> getNamesWithURLOffice(String state, String municipality, String colony, OfferingTypeEnum offering, PropertyTypeEnum type) -
searchOfficeLiteForSite
public EntityCollectionResponse<AccountLiteMap> searchOfficeLiteForSite(LocationTypeEnum locationType, String state, String municipality, String colony) -
queryOfficeLiteMap
public EntityCollectionResponse<OfficeLiteMap> queryOfficeLiteMap(String state, String municipality, String colony) -
getPlacesOfficeByWord
-
queryOfficeLiteMapPagedBQ
public EntityCollectionResponse<OfficeLiteMap> queryOfficeLiteMapPagedBQ(String state, String municipality, String colony, Integer limit, Integer cursor) -
queryOfficeByPolygon
public EntityCollectionResponse<AccountMap> queryOfficeByPolygon(FiltersOfficeBigQuery filtersOfficeBigQuery, String brand) -
queryOfficeByLocation
public EntityCollectionResponse<AccountMap> queryOfficeByLocation(String brand, Double distance, com.utils.geo.GeoPt location) -
querySearchAccountMap
public EntityCollectionResponse<AccountMap> querySearchAccountMap(LocationTypeEnum locationType, String state, String municipality, String colony) -
queryOfficeByPolygonPaged
public EntityResponse<AccountMapTotal> queryOfficeByPolygonPaged(FiltersOfficeBigQuery filtersOfficeBigQuery, Integer limit, Integer cursor, String brand)
-