Contents
Class PublishRVEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.rv.PublishRVEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAccount
(Account account) createOrderPublish
(Property property) getLeadsByEmail
(String email, Integer limit, String cursor) getUserByEmail
(String email) listPublishOrder
(Long userId, String cursor, Integer limit)
-
Constructor Details
-
Method Details
-
createAccountGlobalInRV
-
createAccount
-
getUserByEmail
-
getLeadsByEmail
public EntityCollectionResponse<LeadInfo> getLeadsByEmail(String email, Integer limit, String cursor) -
createOrderPublish
-
listPublishOrder
public EntityCollectionResponse<PublishOrder> listPublishOrder(Long userId, String cursor, Integer limit)
-