Package com.walkfares.odsl.service
Class ReportService
java.lang.Object
com.walkfares.odsl.service.RemoteODSLService
com.walkfares.odsl.service.VersionedRemoteODSLService
com.walkfares.odsl.service.ReportService
- All Implemented Interfaces:
OpenDSLService
public class ReportService extends VersionedRemoteODSLService
-
Field Summary
Fields inherited from interface com.walkfares.odsl.service.OpenDSLService
ACCESSKEY, BASE64_REQUEST_BODY, COLUMN_COUNT, DATA_POS, HEADER_POS, OUTPUT, REQUEST_BODY, ROW_COUNT, SECRETKEY, SELECTOR, SEPARATOR, TABLE, XSLT
-
Constructor Summary
Constructors Constructor Description ReportService()
-
Method Summary
Modifier and Type Method Description Var
get()
Gets a default variable for this service - only used in the language serverString
getName()
Var
run(ServiceRunRequest request)
void
save(ServiceSaveRequest request)
Methods inherited from class com.walkfares.odsl.service.RemoteODSLService
getGetQueryParams, getList, rename
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.walkfares.odsl.service.OpenDSLService
getIDSource, getListSource, initialise, isLocalOnly
-
Constructor Details
-
ReportService
public ReportService()
-
-
Method Details
-
getName
-
get
Description copied from interface:OpenDSLService
Gets a default variable for this service - only used in the language server- Returns:
- A variable of the correct type
-
save
- Specified by:
save
in interfaceOpenDSLService
- Overrides:
save
in classRemoteODSLService
-
run
-