Class MigrationEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.base.BaseEndpoint
com.maplander.backend.controller.endpoint.cron.MigrationEndpoint
-
Field Summary
Fields inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
log, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteAccount(BrandTypeEnum brand, String email, Long userId) deleteProperty(BrandTypeEnum brand, String externalId, Long propertyId) getAccount(BrandTypeEnum brand, String email, Long userId) getFullProperty(BrandTypeEnum brand, String externalId, Long propertyId) listPropertyIdsByOfficeId(Long officeId, String intregration, Integer limit, String cursor) saveFullProperty(FullProperty fullProperty) Methods inherited from class com.maplander.backend.controller.endpoint.base.BaseEndpoint
executeInTransaction, saveLeadAndInfo, saveLeadAndInfo
-
Constructor Details
-
MigrationEndpoint
public MigrationEndpoint()
-
-
Method Details
-
saveFullProperty
public EntityResponse<FullProperty> saveFullProperty(FullProperty fullProperty) throws ParseException - Throws:
ParseException
-
getFullProperty
public EntityResponse<FullProperty> getFullProperty(BrandTypeEnum brand, String externalId, Long propertyId) -
deleteProperty
-
getAccount
-
deleteAccount
-
listPropertyIdsByOfficeId
public EntityCollectionResponse<PropertyIds> listPropertyIdsByOfficeId(Long officeId, String intregration, Integer limit, String cursor) -
exportTables
-