Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- fixPropertyDocModel()
- fixAccountDoc(Integer, String)
- fixPropertyModel(Long, StatusTypeEnum, Integer, String)
- deletePropertyDoc(String)
- fixMedia()
- generateAccountDoc(BrandTypeEnum, Integer, String)
- putInDocument(Account)
- deletePropertiesIDS(String, ListIds)
- HidePropertiesIDS(String, ListIds)
- ArchivePropertiesIDS(String, ListIds)
- deleteAccountWithProperties(String, Long)
- deletePropertiesByUserId(String, Long, Integer, String)
- updateSQLAccountsByBrand(String, BrandTypeEnum, Integer, String)
- fixStatusAllProperties(Integer, String)
- fixPaymentUser()
- fixPropertyPublishRVG(BrandTypeEnum, Integer, String)
- fixLeadProperty(Integer, String)
- fixPaymentUserNew(Integer, String)
- fixLeadsRW(Long)
Class FixEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.cron.FixEndpoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArchivePropertiesIDS
(String apiKey, ListIds ids) deleteAccountWithProperties
(String apiKey, Long userId) deletePropertiesByUserId
(String apiKey, Long userId, Integer limit, String cursor) deletePropertiesIDS
(String apiKey, ListIds ids) Deprecated.fixAccountDoc
(Integer limit, String cursor) fixLeadProperty
(Integer limit, String cursor) fixLeadsRW
(Long leadId) fixMedia()
fixPaymentUserNew
(Integer limit, String cursor) fixPropertyModel
(Long officeId, StatusTypeEnum status, Integer limit, String cursor) fixPropertyPublishRVG
(BrandTypeEnum brand, Integer limit, String cursor) fixStatusAllProperties
(Integer limit, String apiKey) generateAccountDoc
(BrandTypeEnum brand, Integer limit, String cursor) HidePropertiesIDS
(String apiKey, ListIds ids) putInDocument
(Account account) updateSQLAccountsByBrand
(String apiKey, BrandTypeEnum brand, Integer limit, String cursor)
-
Field Details
-
Constructor Details
-
Method Details
-
fixPropertyDocModel
-
fixAccountDoc
-
fixPropertyModel
public EntityCollectionResponse<Property> fixPropertyModel(Long officeId, StatusTypeEnum status, Integer limit, String cursor) -
deletePropertyDoc
-
fixMedia
-
generateAccountDoc
public EntityCollectionResponse<User> generateAccountDoc(BrandTypeEnum brand, Integer limit, String cursor) -
putInDocument
-
deletePropertiesIDS
Deprecated. -
HidePropertiesIDS
-
ArchivePropertiesIDS
-
deleteAccountWithProperties
-
deletePropertiesByUserId
public EntityCollectionResponse<PropertyLite> deletePropertiesByUserId(String apiKey, Long userId, Integer limit, String cursor) -
updateSQLAccountsByBrand
public EntityCollectionResponse<String> updateSQLAccountsByBrand(String apiKey, BrandTypeEnum brand, Integer limit, String cursor) -
fixStatusAllProperties
-
fixPaymentUser
-
fixPropertyPublishRVG
public EntityCollectionResponse<Long> fixPropertyPublishRVG(BrandTypeEnum brand, Integer limit, String cursor) -
fixLeadProperty
-
fixPaymentUserNew
-
fixLeadsRW
-