Class TestEndpoint
java.lang.Object
com.maplander.backend.controller.endpoint.test.TestEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTestProperties(String apiKey, String email, Integer qty) fixUrlImage(Long propertyId) getAllInfoUser(String email, BrandTypeEnum brandTypeEnum) getCompletePlacesByWordTest(OfferingTypeEnum offering, PropertyTypeEnum type, String word) getCompletePlacesByWordTest2(OfferingTypeEnum offering, PropertyTypeEnum type, String word) getImageAds(Long propertyId) getPanelsTest(boolean otherTime) getPlacesByStateTest(OfferingTypeEnum offering, PropertyTypeEnum type, String state) getPlacesByWordTest(OfferingTypeEnum offering, PropertyTypeEnum type, String word) getPlacesSoundex(String word) getTotemFilesTest(Integer step) getTotemListTest(Integer step) mailerTestGlobal(String email) static voidmanualAccountActivation(String apiKey, String email, Integer days, Integer months, AccountTypeEnum type) searchDevice(Long userId, DeviceTypeEnum type) searchPropertyQuery(String query, String cursor, Integer limit) sendAndTestNotifications(Notification notification, DeviceTypeEnum deviceTypeEnum) javapns.notification.PushedNotificationssendCustomAPNSPush(String device, String urlImage, String title, String body) sendCustomAPNSPushOPI(String device, Message message) sendCustomFCMPushML(Message message) sendCustomFCMPushOPI(Message message, DeviceTypeEnum device) sendEmailHtmlTest(EmailTest emailTest) sendLeadRWTest(LeadRW leadRW) sendNotifications(String token) sendOfficeReportTest(long idOficina, String email) sendTestOpinion(String email, PropertyTypeEnum typeEnum, OfferingTypeEnum offering) sendTestSuggestion(String email, PropertyTypeEnum typeEnum, OfferingTypeEnum offering) updateSQLTest(Account account, String apiKey, Integer num) verifyPublish(Long propertyId)
-
Constructor Details
-
TestEndpoint
public TestEndpoint()
-
-
Method Details
-
cleanBC
-
deleteBC
-
searchPropertyQuery
public EntityCollectionResponse<PropertyLite> searchPropertyQuery(String query, String cursor, Integer limit) -
searchDevice
-
upgradeUser
-
removePropertyDoc
-
sendCustomAPNSPush
-
sendCustomAPNSPushOPI
-
sendCustomFCMPushML
-
sendCustomFCMPushOPI
-
sendEmailHtmlTest
-
clearAllDocuments
-
getAllInfoUser
-
mailerTestGlobal
-
updateSQLTest
-
testBCUpdate
-
sendNotifications
-
sendAndTestNotifications
public DefaultResponse sendAndTestNotifications(Notification notification, DeviceTypeEnum deviceTypeEnum) -
getPlacesByStateTest
public EntityCollectionResponse<SQLPlaces> getPlacesByStateTest(OfferingTypeEnum offering, PropertyTypeEnum type, String state) -
getPlacesByWordTest
public EntityCollectionResponse<SQLPlaces> getPlacesByWordTest(OfferingTypeEnum offering, PropertyTypeEnum type, String word) -
getCompletePlacesByWordTest
public EntityResponse<SQLResultWord> getCompletePlacesByWordTest(OfferingTypeEnum offering, PropertyTypeEnum type, String word) -
getCompletePlacesByWordTest2
public EntityResponse<SQLResultWord> getCompletePlacesByWordTest2(OfferingTypeEnum offering, PropertyTypeEnum type, String word) -
sendOfficeReportTest
-
getPanelsTest
-
getTotemFilesTest
-
getTotemListTest
-
verifyPublish
-
getPlacesSoundex
-
fixUrlImage
-
sendLeadRWTest
-
sendTestOpinion
public DefaultResponse sendTestOpinion(String email, PropertyTypeEnum typeEnum, OfferingTypeEnum offering) -
sendTestSuggestion
public DefaultResponse sendTestSuggestion(String email, PropertyTypeEnum typeEnum, OfferingTypeEnum offering) -
manualAccountActivation
public EntityResponse<Account> manualAccountActivation(String apiKey, String email, Integer days, Integer months, AccountTypeEnum type) -
main
-
getImageAds
-
createTestProperties
-