| com.mycompany.rest.api.DeleteUserImpl
DeleteUserImpl | final public class DeleteUserImpl extends DeleteUser (Code) | | Implementation of the DeleteUser function.
Description: Delete a user.
version: $Revision: 1.3 $ $Date: 2007/09/18 11:27:16 $ author: Anthony Goubard |
Constructor Summary | |
public | DeleteUserImpl(APIImpl api) Constructs a new DeleteUserImpl instance. |
Method Summary | |
public Result | call(Request request) Calls this function. |
DeleteUserImpl | public DeleteUserImpl(APIImpl api)(Code) | | Constructs a new DeleteUserImpl instance.
Parameters: api - the API to which this function belongs, guaranteed to be notnull . |
call | public Result call(Request request) throws Throwable(Code) | | Calls this function. If the function fails, it may throw any kind of
exception. All exceptions will be handled by the caller.
Parameters: request - the request, never null .the result of the function call, should never be null . throws: Throwable - if anything went wrong. |
|
|