Package net.sf.sail.webapp.dao.sds.impl

Class Summary
AbstractHttpRestCommand Abstract implementation of an SDS command using HTTP REST.
HttpRestSdsCurnitDao HTTP REST implementation of SdsCurnitDao interface supporting interactions with external SDS.
HttpRestSdsJnlpDao HTTP REST implementation of SdsJnlpDao interface supporting interactions with external SDS.
HttpRestSdsOfferingDao HTTP REST implementation of SdsOfferingDao interface supporting interactions with external SDS.
HttpRestSdsUserDao HTTP REST implementation of SdsUserDao interface supporting interactions with external SDS.
HttpRestSdsWorkgroupDao HTTP REST implementation of SdsWorkgroupDao interface supporting interactions with external SDS.
SdsCurnitCreateCommandHttpRestImpl Implementation of SdsCurnitCreateCommand which creates a user in the Sail Data Service (uses Http REST).
SdsCurnitListCommandHttpRestImpl Implementation of SdsCurnitListCommand which lists all the offerings from the Sail Data Service (uses Http REST).
SdsCurnitMapGetter A utility class which allows us to retrieve a curnitmap from the sds.
SdsCurnitUpdateCommandHttpRestImpl Implementation of SdsCurnitUpdateCommand which updates an existing user in the Sail Data Service (uses Http REST).
SdsJnlpCreateCommandHttpRestImpl Implementation of SdsJnlpCreateCommand which creates an JNLP in the Sail Data Service (uses Http REST).
SdsJnlpUpdateCommandHttpRestImpl Implementation of SdsJnlpUpdateCommand which updates an JNLP in the Sail Data Service (uses Http REST).
SdsOfferingCreateCommandHttpRestImpl Implementation of SdsOfferingCreateCommand which creates a user in the Sail Data Service (uses Http REST).
SdsOfferingGetCommandHttpRestImpl Implementation of SdsOfferingGetCommand which gets a single offering from the Sail Data Service (uses Http REST) based on offering id.
SdsOfferingListCommandHttpRestImpl Implementation of SdsOfferingListCommand which lists all the offerings from the Sail Data Service (uses Http REST).
SdsOfferingUpdateCommandHttpRestImpl Implementation of SdsOfferingUpdateCommand which updates a user in the Sail Data Service (uses Http REST).
SdsUserCreateCommandHttpRestImpl Implementation of SdsUserCreateCommand which creates a user in the Sail Data Service (uses Http REST).
SdsUserUpdateCommandHttpRestImpl Implementation of SdsUserUpdateCommand which updates a user in the Sail Data Service (uses Http REST).
SdsWorkgroupCreateCommandHttpRestImpl Implementation of SdsWorkgroupCreateCommand which creates a workgroup in the Sail Data Service (uses Http REST).
SdsWorkgroupGetCommandHttpRestImpl Implementation of SdsWorkgroupGetCommand which gets a single workgroup from the Sail Data Service (uses Http REST) based on workgroup id.
SdsWorkgroupMemberCreateCommandHttpRestImpl Implementation of SdsWorkgroupMemberCreateCommand which creates a membership list for a given workgroup in the Sail Data Service (uses Http REST).
SdsWorkgroupUpdateCommandHttpRestImpl Implementation of SdsWorkgroupUpdateCommand which updates a workgroup in the Sail Data Service (uses Http REST).
 



Copyright © 2012. All Rights Reserved.