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

All Superinterfaces:
SdsCommand<SdsWorkgroup,HttpPostRequest>
All Known Implementing Classes:
SdsWorkgroupCreateCommandHttpRestImpl

public interface SdsWorkgroupCreateCommand
extends SdsCommand<SdsWorkgroup,HttpPostRequest>

Interface defining the command to create a workgroup in the SDS.

Version:
$Id$
Author:
Cynick Young

Method Summary
 void setSdsWorkgroup(SdsWorkgroup workgroup)
           
 
Methods inherited from interface net.sf.sail.webapp.dao.sds.SdsCommand
execute, generateRequest
 

Method Detail

setSdsWorkgroup

void setSdsWorkgroup(SdsWorkgroup workgroup)
Parameters:
workgroup - to set


Copyright © 2012. All Rights Reserved.