org.eclipse.higgins.sync.command
Class GetCardCategoryCommand

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

public class GetCardCategoryCommand
extends Object
implements IResourceCommand

Author:
Alexander Yuhimenko

Field Summary
 
Fields inherited from interface org.eclipse.higgins.sync.command.IResourceCommand
DELETE_CMD_NAME, GET_CMD_NAME, PERSIST_CMD_NAME
 
Constructor Summary
GetCardCategoryCommand()
           
 
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
 

Constructor Detail

GetCardCategoryCommand

public GetCardCategoryCommand()
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: