net.sf.sail.webapp.dao.sds
Interface SdsOfferingCreateCommand

All Superinterfaces:
SdsCommand<SdsOffering,HttpPostRequest>
All Known Implementing Classes:
SdsOfferingCreateCommandHttpRestImpl

public interface SdsOfferingCreateCommand
extends SdsCommand<SdsOffering,HttpPostRequest>

Interface for the command which creates an offering for the Sail Data Service.

Version:
$Id$
Author:
Laurel Williams

Method Summary
 void setSdsOffering(SdsOffering sdsOffering)
           
 
Methods inherited from interface net.sf.sail.webapp.dao.sds.SdsCommand
execute, generateRequest
 

Method Detail

setSdsOffering

void setSdsOffering(SdsOffering sdsOffering)
Parameters:
SdsOffering - the SdsOffering to set


Copyright © 2012. All Rights Reserved.