Package com.walkfares.odsl.service
Class TenantService
java.lang.Object
com.walkfares.odsl.service.RemoteODSLService
com.walkfares.odsl.service.SingleSourceRemoteODSLService
com.walkfares.odsl.service.TenantService
- All Implemented Interfaces:
OpenDSLService
public class TenantService extends SingleSourceRemoteODSLService
-
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 TenantService() -
Method Summary
Modifier and Type Method Description Varget(ServiceGetRequest request)StringgetName()voidsave(ServiceSaveRequest request)Methods inherited from class com.walkfares.odsl.service.RemoteODSLService
delete, getGetQueryParams, getList, renameMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.walkfares.odsl.service.OpenDSLService
get, getIDSource, getListSource, initialise, isLocalOnly, run, tag
-
Constructor Details
-
TenantService
public TenantService()
-
-
Method Details
-
getName
-
get
- Specified by:
getin interfaceOpenDSLService- Overrides:
getin classRemoteODSLService
-
save
- Specified by:
savein interfaceOpenDSLService- Overrides:
savein classRemoteODSLService
-