Class MigrationEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.fiabci.MigrationEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiAuthenticate(String apiProviderId, String code) createAccount(javax.servlet.http.HttpServletRequest request, Account account) createProperty(javax.servlet.http.HttpServletRequest request, FullProperty fullProperty) deleteAccount(javax.servlet.http.HttpServletRequest request, String email) deleteFullProperty(javax.servlet.http.HttpServletRequest request, String externalId) getAccount(javax.servlet.http.HttpServletRequest request, String email) getFullProperty(javax.servlet.http.HttpServletRequest request, String externalId) updateAccount(javax.servlet.http.HttpServletRequest request, Account account)
-
Constructor Details
-
MigrationEndpoint
public MigrationEndpoint()
-
-
Method Details
-
generateApiProviderId
-
apiAuthenticate
-
createAccount
public EntityResponse<Account> createAccount(javax.servlet.http.HttpServletRequest request, Account account) -
deleteAccount
-
getAccount
public EntityResponse<Account> getAccount(javax.servlet.http.HttpServletRequest request, String email) -
updateAccount
public EntityResponse<Account> updateAccount(javax.servlet.http.HttpServletRequest request, Account account) -
createProperty
public EntityResponse<Property> createProperty(javax.servlet.http.HttpServletRequest request, FullProperty fullProperty) -
deleteFullProperty
public DefaultResponse deleteFullProperty(javax.servlet.http.HttpServletRequest request, String externalId) -
getFullProperty
public EntityResponse<FullProperty> getFullProperty(javax.servlet.http.HttpServletRequest request, String externalId)
-