org.eclipse.higgins.sync.command
Class PersistUserProfileCommand

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

public class PersistUserProfileCommand
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
PersistUserProfileCommand(org.eclipse.higgins.sync.meta.IResourceMetaDataService metaDataService, org.eclipse.higgins.user.profile.IUserProfileService userProfileService, org.eclipse.higgins.user.account.IUserAccountService userAccountService)
           
 
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

PersistUserProfileCommand

public PersistUserProfileCommand(org.eclipse.higgins.sync.meta.IResourceMetaDataService metaDataService,
                                 org.eclipse.higgins.user.profile.IUserProfileService userProfileService,
                                 org.eclipse.higgins.user.account.IUserAccountService userAccountService)
Parameters:
metaDataService -
userProfileService -
userAccountService -
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: