org.eclipse.higgins.sync.command
Class DeleteCardCommand

java.lang.Object
  extended by org.eclipse.higgins.sync.command.DeleteCardCommand
All Implemented Interfaces:
IResourceCommand

public class DeleteCardCommand
extends Object
implements IResourceCommand

Author:
Alexander Yuhimenko

Field Summary
static String COMMAND_ID
           
 
Fields inherited from interface org.eclipse.higgins.sync.command.IResourceCommand
DELETE_CMD_NAME, GET_CMD_NAME, PERSIST_CMD_NAME
 
Constructor Summary
DeleteCardCommand(org.eclipse.higgins.sync.meta.IResourceMetaDataService metaDataService)
           
 
Method Summary
 CmdExecStatusTO execCmd(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity, CommandTO commandTO)
          Execute command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_ID

public static final String COMMAND_ID
See Also:
Constant Field Values
Constructor Detail

DeleteCardCommand

public DeleteCardCommand(org.eclipse.higgins.sync.meta.IResourceMetaDataService metaDataService)
Parameters:
metaDataService -
Method Detail

execCmd

public CmdExecStatusTO execCmd(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity,
                               CommandTO commandTO)
Description copied from interface: IResourceCommand
Execute command.

Specified by:
execCmd in interface IResourceCommand
Returns: