Package com.walkfares.odsl.service
Class RemoteODSLService
java.lang.Object
com.walkfares.odsl.service.RemoteODSLService
- All Implemented Interfaces:
OpenDSLService
- Direct Known Subclasses:
AuditService
,CurrencyService
,ExpiryCalendarService
,IndexService
,ProcessExecutionService
,SingleSourceRemoteODSLService
,SubscriptionRecordService
,VersionedRemoteODSLService
public abstract class RemoteODSLService extends Object implements OpenDSLService
-
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 RemoteODSLService()
-
Method Summary
Modifier and Type Method Description void
delete(ServiceDeleteRequest request)
Var
get(ServiceGetRequest request)
Map<String,String>
getGetQueryParams(ServiceGetRequest request)
List<Var>
getList(ServiceGetListRequest request)
void
rename(ServiceRenameRequest request)
void
save(ServiceSaveRequest request)
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
get, getIDSource, getListSource, getName, initialise, isLocalOnly, run, tag
-
Constructor Details
-
RemoteODSLService
public RemoteODSLService()
-
-
Method Details
-
getGetQueryParams
-
get
- Specified by:
get
in interfaceOpenDSLService
-
getList
- Specified by:
getList
in interfaceOpenDSLService
-
save
- Specified by:
save
in interfaceOpenDSLService
-
rename
- Specified by:
rename
in interfaceOpenDSLService
-
delete
- Specified by:
delete
in interfaceOpenDSLService
-