Package com.walkfares.odsl.service
Class CurveService
java.lang.Object
com.walkfares.odsl.service.RemoteODSLService
com.walkfares.odsl.service.VersionedRemoteODSLService
com.walkfares.odsl.service.PrivateVersionedService
com.walkfares.odsl.service.CurveService
- All Implemented Interfaces:
OpenDSLService
public class CurveService extends PrivateVersionedService
-
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 CurveService() -
Method Summary
Modifier and Type Method Description Varget()Gets a default variable for this service - only used in the language serverList<Var>getList(ServiceGetListRequest request)StringgetName()Varrun(ServiceRunRequest request)voidsave(ServiceSaveRequest request)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.walkfares.odsl.service.OpenDSLService
getIDSource, getListSource, initialise, isLocalOnly
-
Constructor Details
-
CurveService
public CurveService()
-
-
Method Details
-
get
Description copied from interface:OpenDSLServiceGets a default variable for this service - only used in the language server- Returns:
- A variable of the correct type
-
getName
-
getList
- Specified by:
getListin interfaceOpenDSLService- Overrides:
getListin classRemoteODSLService
-
save
- Specified by:
savein interfaceOpenDSLService- Overrides:
savein classRemoteODSLService
-
run
-