Class MigrationEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.cron.MigrationEndpoint
-
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)
-
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)
-