org.eclipse.higgins.sync.command
Interface IResourceCommand

All Known Implementing Classes:
DeleteCardCommand, GetCardCategoryCommand, GetCardCommand, GetUserProfileCommand, PersistCardCommand, PersistUserProfileCommand

public interface IResourceCommand

Author:
Alexander Yuhimenko

Field Summary
static String DELETE_CMD_NAME
           
static String GET_CMD_NAME
           
static String PERSIST_CMD_NAME
           
 
Method Summary
 CmdExecStatusTO execCmd(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity, CommandTO commandTO)
          Execute command.
 

Field Detail

PERSIST_CMD_NAME

static final String PERSIST_CMD_NAME
See Also:
Constant Field Values

DELETE_CMD_NAME

static final String DELETE_CMD_NAME
See Also:
Constant Field Values

GET_CMD_NAME

static final String GET_CMD_NAME
See Also:
Constant Field Values
Method Detail

execCmd

CmdExecStatusTO execCmd(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity,
                        CommandTO commandTO)
Execute command.

Parameters:
accessTokenEntity -
commandTO -
Returns: