Overview

Summary

ContactDonateImprint


Appendix E-23: TREND LOCATION (UI prompt)


TrendLocationTrendLocationModuleTwitterX

Properties (4)

PropertyTypeEntityReferenceModule
(1) CountrySTRINGTrendLocation
(2) CountryCodeSTRINGTrendLocation
(3) NameSTRINGTrendLocation
(4) WoeidLONGTrendLocation


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /trendlocation/{id}findTrendLocationById(id)TrendLocationModuleGETTrendLocation
(2) /trendlocation/{id}deleteTrendLocationById(id)TrendLocationModuleDELETETrendLocation
(3) /trendlocationfindAllTrendLocation()TrendLocationModuleGETTrendLocation
(4) /trendlocation/{id}updateTrendLocationById(trendlocation)TrendLocationModulePUTTrendLocation
(5) /trendtopic/trendlocation/{id}findAllTrendTopicOfTrendLocation(id)TrendLocationModuleGETTrendLocation TrendTopic
(6) /trendlocationinsertTrendLocation(trendlocation)TrendLocationModulePOSTTrendLocation





Example:

final TrendLocation trendlocation = (TrendLocation) invokeModule(TREND_LOCATION_MODULE + "/trendlocation/" + id, TrendLocation.class);
if (trendlocation != null) {
}
return trendlocation;


Overview

Summary

ContactDonateImprint